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

/**************/
/*    MAIN    */
/**************/

* {
	padding: 0;
	margin: 0;
}

table {
	border: none;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	margin-bottom: 15px;
}
		
		table td {
			padding: 4px 5px 3px 5px;
		}
		
		table th {
			padding-left: 5px;
			border-bottom: thin solid #959dbf;
			text-align: left;
			color: #333333;
			font-size: 14px;
			padding-bottom: 2px;
		}
		
		table tr.on {
			background: #eceef3;
		}

body {
	background: #274158;
}

.clearfloat {
	clear:both;
}

#container {
	background: white url(../images/header_bg.jpg) repeat-x top;
	position: relative;
}

#constrain {
	width: 860px;
	margin: 0 auto;
	position: relative;
}

#content {
	width: 100%;
	background: url(../images/content_bg.jpg) no-repeat top center;
	padding-bottom: 30px;
}

		#content h2 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			background: url(../images/section_header_bg.jpg) no-repeat left;
			padding-left: 22px;
			color: #274158;
			margin-top: 24px;
			margin-bottom: 11px;
		}
		
		#content h3 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			background: #eceef3;
			padding: 4px;
			padding-left: 6px;
			color: #274158;
			margin-top: 14px;
			margin-bottom: 3px;
		}
		
		#content h4 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 16px;
			text-align: center;
			padding-bottom: 6px;
			padding-top: 8px;
			width: 60%;
			margin: 0 auto;
		}
		
				#content h4.pink {
					color: #fd34fc;
				}
				
				#content h4.green {
					color: #008000;
				}
				
				#content h4.red {
					color: #ff0000;
				}
				
				#content h4.blue {
					color: #0000ff;
				}
				
				#content h4.darkblue {
					color: #000080;
				}
		
		#content p {
			font-size:11px;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 1.5em;
			padding-bottom: 6px;
			padding-left: 2px;
			width: 80%;
			color: #666666;
		}
		
		#content p.small {
			font-size:10px;
		}
		
		#content a {
			color: #274158;
			text-decoration: none;
			font-weight: bold;
		}
		
		#content a:hover {
			text-decoration: underline;
		}
		
		#content img.homes {
			float:left;
			width: 280px;
			height: 180px;
			margin: 10px;
			border: #274158 solid 2px;
		}
		
		#content ul {
			list-style: none;
			font-size:11px;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 1.5em;
			padding-bottom: 6px;
			padding-left: 2px;
			width: 80%;
			color: #666666;
			font-size: 12px;
		}
		
		#content ul li p {
			line-height: .75em;
		}
		
		#content ul li p a {
			line-height: 1.2em;
		}
		
		#content ol {
			font-size:11px;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 1.5em;
			padding-bottom: 6px;
			padding-left: 2px;
			width: 80%;
			color: #666666;
			font-size: 12px;
		}
		
		#content ol li {
			margin-left: 20px;
		}
		
		#content hr {
			margin-top: 20px;
			margin-bottom: 10px;
			width: 50%;
		}

#footer {
	background: #274158 url(../images/footer_bg.gif) repeat-x top;
	text-align: center;
	width: 100%;
	position: relative;
	color: #627a8f;
}
		
		#footer p {
			font-size:11px;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 1.2em;
			padding-bottom: 2px;
			width: 100%;
			color: #627a8f;
		}
		
		#footer a {
			text-decoration: none;
			font-size: 11px;
			color: #adc1d2;
		}
		
		#footer a:hover {
			color: #ffffff;
		}
		
		#footer ul {
			padding-top: 14px;
			list-style: none;
			padding-bottom: 4px;
		}
		
		#footer li {
			display: inline;
			line-height: .8em;
		}
		
		#footer img {
			
		}
		
#footer_constrain {
	width: 860px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 134px;
	width: 100%;
	background: url(../images/logo.jpg) no-repeat 0px 7px;
}

#home_left {
	width: 50%;
	float:left;
}

#home_right {
	width: 50%;
	float:left;
}

#nav {
	position: absolute;
	top: 108px;
	left: 0px;
}

		#nav ul {
			list-style: none;
			margin-left: 0px;
		}
		
		#nav li {
			display: inline;
			padding-right: 14px;
		}
		
		#nav li a {
			padding-left: 7px;
			background: none;
			font-size: 12px;
			color: white;
			text-decoration: none;
		}
		
		#nav li a:hover {
			background: url(../images/bullet_white.gif) no-repeat left;
			text-decoration: none;
		}

#programs_content {
	width: 630px;
	float:left;
	padding-left: 18px;
}

#sidebar {
	float:left;
	width: 210px;
	background: #f2f2f2 url(../images/sidebar_bg.jpg) no-repeat top right;
}

		#sidebar h2 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			padding-left: 10px;
			color: #274158;
			margin-top: 24px;
			margin-bottom: 5px;
			background: none;
			font-weight: normal;
		}
		
		#sidebar hr {
			width: 80%;
			margin: -3px auto 2px 10px;
			text-align: left;
		}
		
		#sidebar p {
			padding-left: 10px;
			font-size: 10px;
			width: 90%;
			line-height: 1.3em;
		}
		
		#sidebar li.subnav a {
			cursor: hand;
			cursor:pointer;
			color: #274173;
			display: block;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			background: url(../images/sidebar_nav_bg.png) no-repeat 0px 0px;
			width: 210px;
			height: 40px;
		}
		
		#sidebar li.subnav a:hover {
			background: url(../images/sidebar_nav_bg.png) no-repeat 0px -54px;
			color: #274173;
		}
		
		#sidebar li.subnav a span.single {
			margin-left: 12px;
			height: 30px;
			width: 168px;
			padding-top: 11px;
			display: block;
		}
		
		#sidebar li.subnav a span.double {
			margin-left: 12px;
			height: 30px;
			width: 168px;
			padding-top: 7px;
			display: block;
			line-height: 1.1em;
		}
		
		#sidebar li.subnav_active a {
			color: #274173;
			display: block;
			font-size: 12px;
			font-weight: normal;
			text-decoration: none;
			background: url(../images/sidebar_nav_bg.png) no-repeat 0px -54px;
			width: 210px;
			height: 40px;
		}
		
		#sidebar li.subnav_active a:hover {
			cursor: auto;
		}
		
		#sidebar li.subnav_active a span.single {
			margin-left: 12px;
			height: 30px;
			width: 168px;
			padding-top: 11px;
			display: block;
		}
		
		#sidebar li.subnav_active a span.double {
			margin-left: 12px;
			height: 30px;
			width: 168px;
			padding-top: 7px;
			display: block;
			line-height: 1.1em;
		}
		.click {
	color: #F00;
}
