@charset "utf-8";
/* CSS Document */

#headerContainer {	
	height:346px;
}
#headerGraphic {
	height:271px;width:643px;
}
#polaroidFlash {
	position:relative;
	z-index:0;
}
#schools {
	left:673px;
	background:url(/Content/images/bg-home-schools.jpg) top left no-repeat;
	width:297px;
	height:271px;
}
#schools ul, #schools ul li {
	margin:0;padding:0;border:0;outline:0;list-style:none;
}
#schools ul {
	background:url(/Content/images/bg-home-schools-over.jpg) top left no-repeat;
	padding-left:0;
}
#schools ul li {
	height:24px;
	background:url(/Content/images/home-schools-bar.png) bottom right no-repeat;
	padding-top:4px;
	color:white;
	padding-left:25px;
	font-size:15px;
	float:none;
	text-align:left;
}
#schools ul li.header {
	font-style:italic;font-weight:bold;
}
#schools a:link, #schools a:visited {
	color:white;
	text-decoration:none;	
}
#schools a:hover {
	color:#FF3;
	text-decoration:none;	
}
#schools a:active {
	color:#6F3;
	text-decoration:none;	
}