/* header (start) */
#header_access {
	position: absolute;
	left: 760px;
	top: 0px;
	width: 180px;
	text-align: right;
	font-weight: bold; 
	font-size: 1.0em;
	padding-right: 0.5em;
	color: #ddd;				
}
#header_access a{
	color: #fff;				
}
#header_access a:hover{
	color: #f68b1f;				
}

#header_telephone {
	padding-bottom: 10px;
	text-align: right;
	font-weight: bold; 
	font-size: 1.2em;
	padding-right: 0.5em;				
}
#header_email {
	text-align: right;
	color: #000;
	font-weight: bold; 
	font-size: 1.2em;
	padding-right: 0.5em;				
}
	#header_email a, a:link, a:hover, a:visited {
		color: #fff;
		text-decoration: none;		
	}
	#header_email a:hover {
		color: #b92033;
		text-decoration: none;		
	}	
	
	.cbred {
		color: #b92033;
	}
	.white {
		color: #fff;
	}			
	
/* header (end) */




/* leftcolumn (start) */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;	
	color: #000;
	/*
	text-align: justify;	
	*/
}
h1 {
	font-size: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #b92003;
}

#main {
	overflow-x:hidden;
	/*overflow-y:auto;*/
	height: 100%;
}
#main a {
	color: #b92033;
	/*font-weight: bold;*/		
}
#main a:hover {
	color: #222;
	/*font-weight: bold;*/
}
#main p {
	font-size: 0.8em;
}

#mainX {
	overflow: hidden;
	height: 100%;
	padding-top: 20px;	
}
#mainX a {
	color: #b92033;
	font-weight: bold;		
}
#mainX a:hover {
	color: #222;
	font-weight: bold;		
}
#mainX p {
	font-size: 0.8em;
}

#main ul, #main li {
	list-style: square;
	color: #000;
	font-size: 0.9em;
}
#main ul {
	list-style: square;
	padding-left: 20px;
	color: #ddd;
}


#courseResults {
	font-size: 0.8em;
	color: #000;
	width: 100%;
}
#courseResultsHeader {
	background: #b92033;
	color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;			
}

.highlight {
	background-color: #fff; 
	color: #b92033; 
	font-weight: bold;
}

#article_header {
	color: #fff;
	font-weight: normal;
	font-name: Georgia;
	background: #bbb;
}


/* image classes */
/*
#main img {
	display: block;
}
#main img.left {
	float: left; 
	padding-right: 15px; 
	padding-bottom: 15px;
}
#main img.right {
	float: right; 
	padding-left: 15px; 
	padding-bottom: 15px;
}
#main img.top {
	float: right;
}
*/
img {
	/*display: block;*/
}
img.left {
	float: left; 
	padding-right: 15px; 
	padding-bottom: 15px;
}
img.right {
	float: right; 
	padding-left: 15px; 
	padding-bottom: 15px;
}
img.top {
	float: right;
}
#hide_image {
	display: block;
	padding-bottom: 10px;
}



	#doc_item {
		margin-top:0; 
		margin-bottom:0; 
		list-style-type: none; 
		list-style-position: outside;
	}
	#doc_listitem_empty {
		background: url(/_images/bullet.png) no-repeat left; 
		padding-left: 15px; 
		margin-left: 8px;
		line-height: 1.0em;
		list-style-type: none; 		
	}	
	#doc_listitem {		
		padding-left: 0px; 
		line-height: 1.0em;
		list-style-type: none; 		
	}

/* leftcolumn (end) */





/* rightcolumn (start) */
#text_purple_large {
	font-size: 1.5em; 
	font-weight: bold; 
	font-family: Arial Black, Arial; 
	color: #b92033;
	line-height: 1.0em;
	padding-bottom: 15px;
}
#text_purple_normal {
	font-size: 1.0em; 
	font-weight: bold; 
	font-family: Arial Black, Arial; 
	color: #b92033;
	padding-bottom: 5px;	
}


	.form_container {
		background: #eee; 
		padding: 10px; 
		border: 1px solid #bbb;	
	}
	.req {
		background: #ffffcc;
	}
	.submitButton {
		background-color: #b92033;
		color: #fff;
		font-style: italic;
		font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;	
		font-size: 1.2em;
		padding: 5px 10px 5px 10px;
	}
	.submitButtonHTTPS {
		background: #b92033 url(/_images/security.png) no-repeat left;
		color: #fff;
		font-style: italic;
		font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;	
		font-size: 1.2em;
		padding: 5px 10px 5px 10px;
	}		

#course_search_table {
	width: 100%; 
	border: 0px;
}

#course_search_form {
	border-left: 7px solid #b92033;	
	background: #f8f8f8;
	border: 4px solid #b92033;	
	padding: 10px; 
}
#course_search_form p {
	color: #000;
}

#course_search_form_small {
	position: relative;
	top: 0.9em;

}
input.course_search, select.course_search {
	background: #fff; 		/* white */
	border: solid 1px #000;	/* purple */
	font-weight: normal;
	padding-top: 0.1em;
	padding-left: 0.1em;
	padding-right: 0.1em;	
	padding-bottom: 0.1em;	
	font-size: 0.8em;
	color: #000;
	vertical-align: middle;
	
}
input.btnGO {
	background: #b92033 url('../_images/CB_enquirebtn.png') no-repeat;	
	border: solid 1px #000;	
	font-weight: bold;
	padding: 0.1em;
	font-size: 1.0em;
	color: #fff;
	vertical-align: middle;
	width: 100px;
}
input.btnRed {	
	background: #b92033 url('/_images/button_black.png') no-repeat;	
	border: solid 1px #333333;	
	font-weight: bold;
	padding: 0.2em;
	font-size: 1.2em;
	color: #fff;
	vertical-align: middle;
	width: 100px;
}
/* rightcolumn (end) */




/* footer (start) */
#footer {
	color: #000;
	font-style: italic;
	/*
	font-size: 0.75em;
	font-family: Georgia;
	*/
}

#footer a {
	text-decoration: none;
	color: #000;	
}
#footer a:hover {
	color: #b92033;
}

  #footer .text_highlight {
	color: #b92033;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	cursor:default;
  }
  #footer .text {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5em;
  }
  #footer .top {
	border: 1px solid #bcbcbc;		  
  }		  
  #footer .borderTop {
	border-top: 1px solid #bcbcbc;
  }
  #footer .topBG {
	background: url('../_images/footer_top.gif') repeat-x; 
	height: 27px;
  }

/* footer (end) */


/* courses.asp -- subject areas list (start) */
.course_frame {
	width: 513px; 
	font-size: 0.75em; 
}
.course_box1 {
	float: left; 
	width: 144px; height: 40px; 
	border: 1px solid #444; 
	border-left: 10px solid #444; 
	background: #fff; 
	padding-left: 10px; 						
	padding-top: 5px; 
	margin-bottom: 10px; 
	margin-right: 8px;				   
}
.course_box2 {
	float: left; 
	width: 144px; height: 40px; 
	border: 1px solid #444; 
	border-left: 10px solid #444; 
	background: #fff; 
	padding-left: 10px; padding-top: 5px; 
	margin-bottom: 10px;
}
/* courses.asp -- subject areas list (end) */


/* Back to Top Links (start)*/
.back_top_frame {
	width: 72px; 
	font-size: 0.8em; 
}

.back_top {
	float: left; 
	width: 72px; height: 20px; 
	border: 1px solid #b92033;
	background: #f2f2f2; 
	padding-left: 10px; 						
	padding-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 418px;				   
}

/* Back to Top Links (end)*/



/* easy slider css (start) */
img{border:none;}
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:674px;
}			
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}			

#container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:513px;
	background:#fff;		
	margin-bottom:2em;
	z-index: 998;
}	
#headerX{
	height:144px;
	background:#5DC9E1;
	color:#fff;
}

/* Easy Slider 1.5 Css */				
#content{
	position:relative;
}			

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:513px;
	height:230px;
	overflow:hidden; 
	background: #333333;
	}
		
#prevBtn, #nextBtn{ 
	display:block;
	width:19px;
	height:42px;
	position:absolute;
	left:-15px;
	top:96px;
	}	
#nextBtn{ 
	left:698px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:13px;
	height:34px;
	background:  url(../_images/es_back.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:  url(../_images/es_forward.png) no-repeat 0 0;	
	}												
/* easy slider css (end) */


/* rss link (start) */
.rsslink {
	background: url('/_images/rss/07.png') no-repeat; 
	padding-left: 15px;					
}
/* rss link (end) */



/* misc */
a.print {
	background: url('/_images/printer_icon.gif') no-repeat;
	padding-left: 20px;
}


/* success table (start) */

.success_tables {
	width: 100%;
	text-align: left;
}

.success_tables{
	padding: 0px;
	width:513px;
	border: 1px solid #cccccc; 
	border-collapse:collapse;
	text-align: left;

}
	

 
.success_tables td{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc; 
	padding: 5px 10px;
}

.success_tables th{
	border-right: 1px solid #cccccc;
	padding: 5px;
	background: #B92003;
}

.success_tables th p{
	color: white;
}

.highlight_rw td{
	background: #cccccc;
}

/* success table (end) */
