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

html, body, h1, h2, h3, h4, h5, h6, blockquote, p, form, ul, li {
	margin: 0;
	padding: 0;
}
body {
	background: #545454;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #464646;
}
a:link, a:visited {
	color: #32697e;
}
a:hover, a:active {
	color: #000;
}
.blue {
	color: #32697e;
}
img {
	border: none;
}
#main_container {
	width: 945px;
	margin: 0 auto;
}
#header {
	background: url(images/header-bg.gif) repeat-y;
	width: 945px;
	float: left;
	margin-top: 20px;
}
#header .htop {
	width: 945px;
	background: url(images/header.gif) no-repeat top;
	height: 38px;
	float: left
}
.hbottom {
	width: 945px;
	background: url(images/header-bottom.gif) no-repeat bottom;
	height: 24px;
	float: left;
	clear: both;
}
#header h1 {
	font-size: 24px;
	line-height: 24px;
	float: left;
	margin: 30px 0 0 20px;
	width: 490px;
	color: #32697e;
	display: inline;
}
#header p.title {
	font-size: 18px;
	float: left;
	clear: left;
	margin: 20px 0 0 20px;
	width: 490px;
	line-height: 22px;
	display: inline;
}
#header p.title_sm {
	font-size: 14px;
	float: left;
	clear: left;
	margin: 5px 0 0 30px;
	width: 490px;
	line-height: 18px;
	display: inline;
}
#header ul {
	font-size: 13px;
	float: left;
	clear: left;
	margin: 0 0 0 40px;
	width: 460px;
	line-height: 22px;
	display: inline;
}
#header li {
	line-height: 18px;
}
#content_container {
	width: 755px;
	float: right;
	margin-bottom: 30px;
}
#vnav {
	width: 190px;
	float: left;
	margin-top: 10px;
	display: inline;
}
#vnav ul {
	float: left;
	list-style: none
}
#vnav ul li {
	display: block;
	line-height: 30px;
	text-indent: 15px;
	background: url(images/list-image.gif) no-repeat left;
	font-size: 16px;
	border-bottom: 1px dotted #fff;
	padding-right: 5px;
}
#vnav ul li a:link, #vnav ul li a:visited {
	color: #CCC;
	text-decoration: none;
}
#vnav ul li a:hover, #vnav ul li a:active, #vnav ul li a.active {
	color: #fff;
	text-decoration: none;
}
.news_box {
	float: right;
	width: 231px;
	background: #5991A6 url(images/box-blue-bottom.gif) bottom no-repeat;
	color: #fff;
	margin-top: 15px;
	margin-left: 10px;
	display: inline;
}
.news_box p {
	padding: 10px 20px;
	font-size: 14px;
	clear: both;
}
.news_box h2 {
	width: 191px;
	font-size: 16px;
	margin: 0 20px;
	border-bottom: dotted 1px #fff;
	line-height: 36px;
	float: right;
	display: inline;
}
.news_box small {
	display: block;
	font-size: 10px;
	text-align: right;
}
.news_box small a:link, .news_box small a:visited {
	color: #fff;
}
.news_box small a:hover {
	color: #333;
}
.grey_box {
	float: left;
	width: 231px;
	background: #ccc url(images/box-grey-bottom.gif) bottom no-repeat;
	margin: 15px 20px 0 0;
	display: inline;
}
.grey_box p {
	padding: 10px;
	font-size: 12px;
	clear: both;
}
.grey_box .blue {
	font-size: 16px;
	color: #32697e;
}
.grey_box small {
	display: block;
	font-size: 10px;
	text-align: right;
}
.content_box {
	float: right;
	width: 484px;
	background: #ccc url(images/content-bottom.gif) bottom no-repeat;
	margin: 15px 20px 0 0;
	display: inline;
}
.content_box ul.schools {
	width: 200px;
	float: left;
	margin: 10px 0 20px 30px;
	list-style: none;
	display: inline;
}
.content_box ul.schools li {
	font-size: 14px;
	line-height: 24px;
}
.content_box p {
	padding: 5px 20px;
	clear: both;
}
.content_box .title {
	padding: 5px 20px;
	width: 444px;
	color: #32697e;
	font-size: 14px;
	font-weight: 400;
}
.content_box .title small {
	font-size: 12px;
}
.content_box blockquote {
	padding: 0 25px 5px 25px;
}
#footer {
	width: 945px;
	height: 55px;
	background: #363636 url(images/footer-bottom.gif) bottom no-repeat;
	clear: both;
	margin: 0 auto;
}
#footer p {
	text-align: right;
	font-size: 14px;
	padding-right: 15px;
	padding-top: 25px;
	clear: both;
}
#footer p a:link, #footer p a:visited {
	text-decoration: none;
}
#footer p a:hover {
	color: #FFF;
}
#credits {
	width: 935px;
	font-size: 10px;
	color: #999;
	clear: both;
	margin: 0 auto;
	padding-left: 10px;
}
#credits .copyright {
	float: left;
	width: 550px;
}
#credits .designer {
	float: right;
	text-align: right;
	width: 300px;
	padding-right: 10px;
}
#credits .designer a:link, #credits .designer a:visited {
	color: #999;
	text-decoration: none;
}
#credits .designer a:hover {
	color: #fff;
	text-decoration: underline;
}