@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	background: #495961;
	background-image:url(../images/asdBG.gif);
	background-repeat:repeat;
	margin: 0; 
	padding: 0;
	color: #000000;
}
#container {
	width: 900px;
	margin: 0 auto; 
	padding: 0;
	background-color:#FFF;
	border-top:1px solid #969696;
	border-left:3px solid #000;
	border-right:3px solid #000;
}
#header {
	width:900px;
	height:114px;
	margin: 0; 
	padding: 0;
	background-image:url(../images/headerBG.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
#headerHome {
	width:900px;
	height:395px;
	margin: 0; 
	padding: 0;
	background-image:url(../images/headerHomeBG.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
#logo {
	float:left;
	margin-top:11px;
	margin-left:25px;
	width:407px;
	height:110px;/* was 84px*/
}
#navContainer {
	float:left;
	width:440px;
	height:34px;
	padding-left:25px;
}
#colA {
	float:left;
	width:500px;
	min-height:600px;
	margin: 0 30px 20px 40px; 
	padding: 0;
	text-align:left;
}
#colB {
	float:left;
	width:300px;
	margin: 10px 0 20px; 
	padding: 0;
	text-align:center;
}
#colC {
	float:left;
	width:310px;
	min-height:500px;
	margin: 0 0 20px 40px; 
	padding: 0;
	text-align:left;
}
#colD {
	float:left;
	width:250px;
	margin: 30px 0; 
	padding: 0;
}
#colE {
	float:left;
	width:500px;
	margin: 0 70px 20px 40px; 
	padding: 0;
	text-align:left;
}
#enrollmentBGtop {
	width: 502px;
	height: 18px;
	margin-top: 10px;
	margin-bottom: 0;
	background-image: url(../images/enrollmentBGtop.gif);
	background-repeat: no-repeat;
}

#enrollmentBGbody {
	width: 477px;
	background-color:#d0e0ea;
	margin:0;
	padding: 0 0 0 25px;
	overflow:hidden;
}

#enrollmentBGbot {
	width: 502px;
	height: 18px;
	margin: 0 0 10px;
	background-image: url(../images/enrollmentBGbot.gif);
	background-repeat: no-repeat;
}
#contactBGtop {
	width: 275px;
	height: 18px;
	margin-top: 10px;
	margin-bottom: 0;
	background-image: url(../images/contactBGtop.gif);
	background-repeat: no-repeat;
}

#contactBGbody {
	width: 250px;
	background-color:#d9e88c;
	margin-top: 0;
	padding: 0 0 0 25px;
}

#contactBGbot {
	width: 275px;
	height: 18px;
	margin-bottom: 10px;
	background-image: url(../images/contactBGbot.gif);
	background-repeat: no-repeat;
}
#footer {
	width:900px;
	text-align:center;
	font: 11px;
	color:#999;
	margin: 0; 
	padding: 20px 0;
}
.clear {
	clear:both;
}
.pageheader {
	margin-bottom:5px;
}
.photo {
	float:right;
	margin:0 0 15px 15px;
	border:1px solid #86a9c0;
}
.testimonialTop {
	width:274px;
	background-image:url(../images/testimonialTop.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin:20px 0 0;
	padding:15px 13px 0;
	font-style:italic;
	font-weight:bold;
	color:#7ba02b;
}
.testimonialBotm {
	width:220px;
	background-image:url(../images/testimonialBotm.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0;
	padding:20px 0 0 80px;
	text-align:left;
	color:#333;
}
.citename {
	color:#000;
	font-weight:bold;
}
.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}
h1 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#00335a;
	line-height:21px;
	margin:2px 0 5px;
}
h2 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#7ba02b;
	line-height:21px;
	margin:2px 0 5px;
}
h3 {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#7ba02b;
	line-height:21px;
	margin:0;
}
ul {
	margin:0 25px;
	padding:0;
}
li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:8px 0;
	color:#7ba02b;
}
/* Links */
a:link, a:visited {
	color:#005081;
	text-decoration:none;
}
a:active {
	color:#092332;
	text-decoration:none;
}
a:hover {
	color:#3187BC;
	text-decoration:underline;
}
a.nav:link, a.nav:visited {
	display:block;
	float:left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#005081;
	padding:10px 18px;
	text-decoration:none;
}
a.nav:active {
	display:block;
	float:left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#092332;
	padding:10px 18px;
	text-decoration:none;
}
a.nav:hover {
	display:block;
	float:left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3187BC;
	padding:10px 18px;
	text-decoration:underline;
}
/* IE6 Hacks */
* html #logo {
	margin-left:13px;
}
* html #navContainer {
	padding:0;
	margin:0;
}
* html #colA {
	margin: 0 30px 30px 20px;
}	
* html #colB {
	margin: 10px 0 10px 13px;
}
