@charset "utf-8";

/* --------------------------------*/
/* -------->> RESET! <<<-----------*/
/* --------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, ul, li, p, form, ol, dl {
	margin: 0px;
	padding: 0px;
}

/* --------------------------------*/
/* -------->> GLOBAL <<<-----------*/
/* --------------------------------*/

html {
	overflow-y: scroll;
	height: 100%;
	}

body {
	background: #FFF;
	color: #464646;
	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
	}
	
#container {
	width: 780px;
	margin: 0 auto;
	height: 100%;
	}
	
body > #container {
	height: auto; min-height: 100%;
	}

#content {
	/*padding-bottom: 30px;*/
	}

h1, h2, h3, h4, h5, h6 {
	color: #464646;
	margin: ;
	}
	
h1 {font-size:18px;}

h2 {font-size:16px;}

h3 {font-size:14px;}

h4 {font-size:12px;font-weight:600;}

h5 {font-size:12px;font-weight:600;}



p, #content form {
	margin: 10px 10px 0 10px;
	line-height: 24px;
	}
	
ul, ol {
	color: #039;
	font-weight: 600;
	line-height: 24px;
	margin: 10px 10px 0 40px;
	}
	
	ul li span, ol li span {
		color: #464646;
		}
	
a:link, a:visited {
	color: #4665b6;
	font-weight: 600;
	}
	
	div.ctaLinks {
		margin: 20px 0;
		text-align: center;
		}
		
		div.ctaLinks a {margin: 0px 5px;}
			
a:hover, a:active {
	color: #7996E2;
	}

/* --------------------------------*/
/* -------->> HEADER <<<-----------*/
/* --------------------------------*/

#header {
	background: url(images/headerbg2.gif) repeat-x;
	height: 85px;
	border: #9db8e3 1px solid;
	}

	#header #headerLeft {
		float: left;
		width: 550px;
		
		}
		
			#header img#logo {
				float:left;
				position:relative;
				top: -1px;
				}
				
			#header h1 {
				color: #039;
				font-size:18px;
				font-weight: 500;
				padding-top:22px;
				}
			
			#header h3 {
				color: #464646;
				font-size:11px;
				}
			
			#header h1, #header h3 {
				margin: 0;
				}
	
	#header form {
		width: 200px;
		float: right;
		padding: 22px 10px 0 0;
		}

/* ------------------------------------*/
/* -------->> NAVIGATION <<<-----------*/
/* ------------------------------------*/

ul#navigation {
	
	background: url(images/navbg2.gif) center repeat-x;
	border-right: #9db8e3 1px solid;
	border-left: #9db8e3 1px solid;
	height: 34px;
	list-style-type: none;
	margin: 0;
	}
	
	ul#navigation li {
		background: url(images/nav_sprite.gif) left bottom no-repeat;
		padding-left:15px;
		height: 34px;
		float: left;
		}
		
	ul#navigation li:hover {
		}
		
		ul#navigation a:link, #navigation a:visited {
			background: url(images/nav_sprite.gif) right -34px no-repeat;
			height: 30px;
			float: left;
			font-size: 14px;
			font-weight: bold;
			color: #4665b6;
			line-height: 23px;
			padding-right: 16px;
			display: block;
			
			}
			
			  /* Commented Backslash Hack
				 hides rule from IE5-Mac \*/
			  #header a {float:none;}
			  /* End IE hack */
			
		ul#navigation a:hover, ul#navigation a:active {
			color: #7996E2;
			}
			
		ul#navigation li#currentPage {
			background: url(images/nav_sprite.gif) left top no-repeat;
			}
			
			ul#navigation li#currentPage a {
				background: url(images/nav_sprite.gif) right top no-repeat;
				color: #FFF;
				}

	ul#navigation li#studentLogIn {
		float: right;
		border-left: #005826 2px solid;
		border-right: none;
		}
			
		ul#navigation li#studentLogIn a:link, ul#navigation li#studentLogIn a:visited {
			background: url(images/logBG.gif) repeat-x;
			}
		
		ul#navigation li#studentLogIn a:hover, ul#navigation li#studentLogIn a:active, ul#navigation li#studentLogIn a#currentPage {
			background: url(images/logBGHover.gif) repeat-x;
			color: #000;
			}

/* -----------------------------------*/
/* -------->> STRUCTURE <<<-----------*/
/* -----------------------------------*/

#content {width:100%;}

	.contentBox {border:#9db8e3 1px solid;clear:both;margin:10px 0 0 0;padding-bottom:10px;}
	
		.contentBox h3 {
			background: url(images/content_header_bg.gif) bottom center repeat-x;
			border-bottom: #9db8e3 1px solid;
			font-size: 12px;
			padding: 5px 10px;
			}
			
		.right {clear: none;float: right; margin-bottom:10px; width:430px; height:200px;}
			
ul.checks {list-style: url(images/greencheck.gif) outside;}

div.noBox {text-align: center; margin-top: 20px;}

/* --------------------------------*/
/* --------->> FODDER <<<----------*/
/* --------------------------------*/


.fodderBox {
	background: url(images/arrow_blue.gif) left 2px no-repeat; 
	margin: 20px 0 0 0;
	padding-left:15px;
	}
	
	.fodderBox h3 {
		border-bottom: #9db8e3 1px solid;
		}
	
	.fodderBox p {margin-left:0;}
	
	
/* ---------------------------------------*/
/* ----------->> CROSS PROMO <<<----------*/
/* ---------------------------------------*/

table#crossPromo {border-spacing: 0;}

	table#crossPromo tr th {
		background: url(images/content_header_bg.gif) bottom center repeat-x; 
		border:#9db8e3 1px solid;
		text-align: left;
		vertical-align:top;
		width:188px;
		}
		
		table#crossPromo tr th h3 {padding: 5px 10px; font-size: 12px;vertical-align:top;}
		
	table#crossPromo td.spacer {width:10px;}
	
	table#crossPromo tr#crossPromoContent td {
		border-right: #9db8e3 1px solid;
		border-bottom: #9db8e3 1px solid;
		border-left: #9db8e3 1px solid;
		padding-bottom: 10px;
		vertical-align:top;
		}
		
		table#crossPromo tr#crossPromoContent td p {line-height:16px;}

/* --------------------------------*/
/* --------->> FOOTER <<<----------*/
/* --------------------------------*/

#footer {
	border-top: #9db8e3 1px solid;
	font-size: 11px;
	font-weight: 500;
	margin-top: 15px;
	text-align:center;
	}



/* -------------------------------*/
/* -------->> EXTRA <<<-----------*/
/* -------------------------------*/

#mainCall {
	background: url(images/cta_home.jpg) left no-repeat;
	border-right: #9db8e3 1px solid;
	border-bottom: #9db8e3 1px solid;
	border-left: #9db8e3 1px solid;
	height: 313px;
	color: #FFF;
	}
	
	#mainCall span {
		display: none;
		}

	#mainCall #links {
		height: 230px;
		width: 310px;
		position: relative;
		top: 70px;
		left: 330px;
		}
	
		#mainCall a:link, #mainCall a:visited {
			display: block;
			float: left;
			height: 225px;
			width: 145px;
			margin: 0 7px 0 0;
			}
			
		#mainCall a:hover, #mainCall a:active {
			}
			
			#mainCall a span {
				display: none;
				}
				
#thingsCall {
	background: url(images/cta_things_ga.jpg) left top no-repeat;
	border-right: #9db8e3 1px solid;
	border-bottom: #9db8e3 1px solid;
	border-left: #9db8e3 1px solid;
	height: 180px;
	color: #FFF;
	}
	
	#thingsCall span {
		display: none;
		}

	#thingsCall #links {
		height: 110px;
		width: 600px;
		position: relative;
		top: 65px;
		left: 200px;
		}
	
		#thingsCall a:link, #thingsCall a:visited {
			display: block;
			float: left;
			height: 100px;
			width: 265px;
			margin: 0 30px 0 0;
			}
			
		#thingsCall a:hover, #thingsCall a:active {
			}
			
			#thingsCall a span {
				display: none;
				}

#aboutCall {
	background: url(images/cta_aboutus.jpg) left top no-repeat;
	border-right: #9db8e3 1px solid;
	border-bottom: #9db8e3 1px solid;
	border-left: #9db8e3 1px solid;
	height: 300px;
	color: #FFF;
	}
	
	#aboutCall span {
		display: none;
		}
		
#contactCall {
	background: url(images/cta_contact.jpg) left top no-repeat;
	border-right: #9db8e3 1px solid;
	border-bottom: #9db8e3 1px solid;
	border-left: #9db8e3 1px solid;
	height: 300px;
	color: #FFF;
	}
	
	#contactCall span {
		display: none;
		}
.baner{ width:778px; border-bottom:1px solid #9db8e3; border-left:1px solid #9db8e3; border-right:1px solid #9db8e3; border-top:0px; background:url(images/baner_bg.gif) repeat-x; height:300px; line-height:18px;}
.baner_about_content{ background:url(images/about_baner.jpg) no-repeat 100% 0%; height:275px; padding:25px 0 0 20px; font-size:12px;}
.baner_contact_content{padding:25px 0 0 20px; font-size:13px; line-height:18px;}
.baner_contact{ background:url(images/cta_contact.jpg) no-repeat; height:300px; width:778px; border-bottom:1px solid #9db8e3; border-left:1px solid #9db8e3; border-right:1px solid #9db8e3; border-top:0px;}
.baner_curb{ background:url(images/baner_bg_curb.gif) no-repeat 20% 100%; height:300px;}
.vertCTAs {float:left; width:310px;height:218px; margin:15px 0 0 15px;}
.horzCTAs {margin: 20px 0; text-align: center; width:100%;height:105px;}

	.vertCTAs a img, .horzCTAs a img {border:none;}


.main_box{ margin:10px; font-family:Arial; font-size:16px; color:#000000;}

.main_box a{color:#4665B6; text-decoration:underline; font-weight:normal; font-size:16px; font-weight:bold;}

.main_box a:hover{color:#4665B6; text-decoration:none; font-weight:normal; font-size:16px;}

.bold{ font-weight:bold;}

.error{color:#C93C44; font-weight:normal; font-size:20px; padding:4px 0 8px 0; border-bottom:1px solid #C93C44;}

.text1 {font-size:12px; color:#000; font-weight:bold;}

.text2 {font-size:16px; color:#72001A; font-weight:bold;}

.text3 {font-size:16px; color:#000; font-weight:bold;}	
