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

#container { width: 750px; margin: 0 auto;}
#header { }
	#logo {	float: left; width: 308px; margin: 0px; padding-top:10px;}
	#headerLinks { margin: 25px 10px 10px 10px; float: right;}
		/*#headerLinks ul { list-style: none; margin: 0px; padding: 0px;}
			#headerLinks ul li { float: left; margin-left: 20px;}*/
	#nav { margin-top: 10px; border: 1px solid #409AD1; border-left: none; border-right: none; padding: 10px 10px 10px 10px; width: 730px; }
	#nav .tabNav a { margin-right: 5px;}
	#nav .tabNav .last { margin-right: 0px;}
		
#main { }
	#main #leftNav { float: left; width: 150px;}
		/* #main #leftNav #selectState { height: 130px; padding: 10px 15px 0px 15px; text-align: center;}
			#main #leftNav #selectState p { margin-top: 0px;}
			#main #leftNav #selectState a { color: #ffff33; margin-left: 5px;} */
		#main #leftNav #stateList { height: 500px; overflow: auto; padding: 0px 10px 0px 10px;}
		#main #leftNav #stateList .schools { padding-left: 10px; line-height:17px;}
	#main #content { height: 500px; width: 600px; float: left; overflow: auto;}
	#main #content .contentM { padding: 0px; padding: 10px; width: 560px; margin: 0 auto; line-height:17px;}
		#main #content p { margin-top: 0px;}
			#main .contentWhite { background: #FFFFFF; color: #414141;}
				#main .contentWhite h1 { color: #000000;}
				#main .contentWhite h2 { color: #000000;}
				#main .contentWhite a { color: #0078C1;}
				#main .contentWhite .boxTop { padding: 10px 10px 2px 10px; border: 1px solid #DADADA; border-bottom: none;}
				#main .contentWhite .boxBtm { padding: 2px 10px 10px 10px; border: 1px solid #DADADA; border-top: none;}
				#main .contentWhite .box { padding: 10px; border: 1px solid #DADADA;}
				#main .contentWhite .h2 { color: #0079C3; font-size: 13px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; margin-top: 0px;}
			#main .contentYellow { background: #fad01c; color: #a62541;}
				#main .contentYellow h1 { color: #a62541;}
			#main .contentHome .contentM { padding: 0px !important; width: 600px !important;}

#footer { font-size: 10px; border-top: 1px solid #409AD1; padding: 10px 10px 10px 10px; text-align: center; line-height:11px;}
	#footerNav a { margin-right: 14px;}
	#footerNav .last { margin-right: 0px;}
	#copyright { margin-top: 5px;}

/* .clear { clear: both; font-size: 1px;} */

div.clear { clear: both; height: 0px; float: none;}
	div.clear hr { display: none;}

.black {
   color: #000000;
}
.size12 {
  font-size:12px; line-height:17px;
}

.price { color: #2791D1; font-size:12px;}
.price2 { font-size:13px; color: #2791D1; font-weight:bold; }
.promo { font-size: 11px; font-weight: bold; line-height:15px;}
	.promo img { margin-bottom: 5px;}
.center { text-align: left;}
.product .price { font-weight: bold;}
.hr { margin: 12px 0px 12px 0px; width: 100%;}
.brdBlue { border: 1px solid #DADADA;}
.brdRed { border: 1px solid #a52641;}
.req { font-size: 12px; color: #FF0000;}
.on { color: #7ACDFF; font-weight: bold;}
.off { color: #FFFFFF; font-weight: normal; }

#breadcrumb { padding: 0px; font-size: 10px; line-height:15px; }
	#breadcrumb a:link { font-weight: normal; color:#000000; text-decoration:underline; }
	#breadcrumb a:visited { font-weight: normal; color:#000000; text-decoration:underline; }
	#breadcrumb a:hover { font-weight: normal; color:#000000; text-decoration:none; }
	#breadcrumb ul { margin: 0px; padding: 0px; }
	#breadcrumb li { list-style-type: none; float: left; margin-right: 10px; padding-left: 10px; background: url(../gui/arrow2.gif) no-repeat 0px 4px; }
	#breadcrumb ul #home { padding: 0px; background: none; }

.error { border: 2px solid #ff0000; color: #ff0000; padding: 10px; font-weight: bold; font-size: 11px; margin-bottom: 10px; line-height: 15px; background: #FFFFFF;}
	.error a { color: #ff0000 !important; text-decoration: underline;}
	.error #errorIcon { margin-right: 15px; float: left; width: 35px;}
	.error .errorCtn { float: left; width: 85%;}

.menuon {
  color:#45BFFF;
}
.menuon a:link {
  color:#45BFFF;
}
.menuon a:visited {
  color:#45BFFF;
}
.menuon a:active {
  color:#45BFFF;
}
.menuon a:hover {
  color:#45BFFF;
}

.menuoff {
  color:#ffffff; font-weight:normal;
}
.menuoff a:link {
  color:#ffffff;
}
.menuoff a:visited {
  color:#ffffff;
}
.menuoff a:active {
  color:#ffffff;
}
.menuoff a:hover {
  color:#ffffff;
}


