/* Main CSS */

/* ---------------------------- Structure ----------------------------------*/
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	background-image: url(../images/tile.jpg);
	background-repeat: repeat;
	text-align: center;
	font-size: 62.5%;
}

.copyright {font-size: 10px; color: #777;}
.copyright .linkCredit {color: #999; font-size: 10px; text-decoration: none;}

#container {
	width: 750px;
	margin: 15px auto 30px auto;
	position: relative;
}
#head_nav {
	width: 750px;
	height: 21px;
	position: relative;
}
#head {
	height: 181px;
	width: 750px;
	background-image: url(../images/head2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#nav {
	width: 730px;
	height: 19px;
	padding-left: 20px;
	background-image: url(../images/main_nav.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#subnav {
	width: 730px;
	height: 18px;
	padding-left: 20px;
	background-image: url(../images/sub_nav.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#main {
	width: 750px;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#content {
	width: 750px;
	min-height: 390px;
	height: auto !important;
	height: 390px;
	background-image: url(../images/body_main.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 25px;
}
#footer {
	width: 750px;
	height: 39px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 7px;
}
/* ----------------------------- Header -----------------------------------*/
#head_nav {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #666666;
}
#head_nav a, #head_nav a:visited {
	color: #666666;
	text-decoration: none;
	margin: 0 10px 0 10px;
}
#head_nav a:hover {
	color: #666666;
	text-decoration: underline;
	margin: 0 10px 0 10px;
}
/*-------------------------------------- Nav ------------------------------------*/
#nav ul {
	list-style: none;
	padding-top: 3px;
}
#nav ul li {
	color: #66502e;
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	float: left;
	margin: 0 14px 0 14px;
	font-weight: bold;
}
#nav ul li a, #nav ul li a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
/*-------------------------------------- Subnav --------------------------------*/
#subnav ul {
	list-style: none;
	padding-top: 3px;
}
#subnav ul li {
	color: #66502e;
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	float: left;
	margin: 0 14px 0 14px;
	font-weight: bold;
}
#subnav ul li a, #nav ul li a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#subnav ul li a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
/*------------------------------- Main - Content --------------------------------------*/
#content {
	position: relative;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	color: #66502e;
	margin-bottom: 15px;
	margin-left: 110px;
}
#content .headline_1 {
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #66502e;
	margin-bottom: 15px;
	margin-left: 110px;
	padding-top: 60px;
}
#content .headline_2 {
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#66502e;
	margin-bottom: 15px;
	margin-left: 110px;
	padding-top: 40px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #66502e;
	margin-bottom: 8px;
	margin-left: 110px;
}
#content .test_head {
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #66502e;
	padding-top: 60px;
	margin-bottom: 8px;
	margin-left: 110px;
}
#content .test_head2 {
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #66502e;
	padding-top: 40px;
	margin-bottom: 8px;
	margin-left: 110px;
}
#content p {
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	font-size: 1.1em;
	color: #666666;
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 110px;
	margin-right: 270px;
}
#content p a, #content p a:visited {
	color: #90B9CE;
	text-decoration: none;
}
#content p a:hover {
	color: #90B9CE;
	text-decoration: underline;
}
#content .schools {
	list-style: none;
	padding-top: 3px;
	margin-left: 110px;
}
#content .schools li {
	color: #90B9CE;
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	font-size: 1.0em;
	float: left;
	margin: 0 20px 0 20px;
}
#content .schools li a, #nav li a:visited {
	color: #90B9CE;
	text-decoration: none;
}
#content .schools li a:hover {
	color: #90B9CE;
	text-decoration: underline;
}
#content .right {
	float: right;
	padding-right: 74px;
	clear: none;
}
#content .left {
	float: left;
	padding: 5px;
	margin-left: 110px;
}
#content .left_image {
	float: left;
	padding-left: 110px;
	padding-right: 10px;
}
#content .quicklinks {
	margin-left: 110px;
	list-style: none;
	line-height: 200%;
}
#content .quicklinks li {
	font-size: 1.1em;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
}
#content .quicklinks li a, #content .quicklinks li a:visited {
	color: #006633;
	text-decoration: none;
}
#content .quicklinks li a:hover {
	text-decoration: underline;
}
#content ul {
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	font-size: 1.1em;
	color: #666666;
	line-height: 18px;
	margin-bottom: 30px;
	margin-left: 110px;
	margin-right: 270px;
}
#content ol {
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	font-size: 1.1em;
	color: #666666;
	line-height: 18px;
	margin-bottom: 30px;
	margin-left: 110px;
	margin-right: 270px;
}
#content ol ol{
	list-style: upper-alpha;
	margin-left: 10px;
	width: 400px;
}
#content ol ol ul {
	margin-left: 10px;
	width: 390px;
}
#content table{
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	font-size: 1.0em;
	color: #666666;
	line-height: 18px;
	margin-left: 105px;
	width: 600px;
}
#content table tr td {
	padding: 0 3px 0 3px;
	text-align: center;
	width: 100px;
}
#content table .white {
	background-color: #FFFFFF;
}
#content table .blue {
	background-color: #90B9CE;
	color: #ffffff;
}
/*----------------------------------- Footer ----------------------------------*/
#footer ul {
	list-style: none;
	padding-top: 3px;
	margin-left: 15px;
}
#footer ul li {
	color: #66502e;
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	float: left;
	margin: 0 30px 0 30px;
	font-weight: bold;
}
#footer ul li a, #nav ul li a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#footer ul li a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.signup {
	width: 600px;
	clear: none;
}
.zip {
	width: 66px;
}

.testimonial {
	min-height: 292px;
	height: auto !important;
	height: 292px;
}
.testimonial .pic {
	float: right;
}
.policy {
	float: right;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;
}
.policy a, .policy a:visited, .policy a:hover {
	color: #90B9CE;
	text-decoration: none;
}
.policy .student {
	margin-right: 22px;
}
.policy .staff {
	margin-right: 50px;
}
.policy .board {
	margin-right:20px;
}