/* General */

.clear {
	width: 0;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

body {
	background: #fff url('/pics/body_bg.jpg') top repeat-x;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 900px;
	height: 24px;
	padding: 9px 0 0 0;
	margin: 0 auto;
}
div#sides {
	margin: 0 auto;
	width: 934px;
	background: url('/pics/shadow.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;
}
.contentIndex {
	background: url('/pics/index_bg.jpg') repeat-y;
	width: 900px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
#indexTop {
	height: 242px;
	width: 900px;
	background: url('/pics/indextop_bg.jpg') top no-repeat;
}
#indexBottom {
	min-height: 100px;
	height: auto!important;
	height: 100px;
	width: 900px;
	background: url('/pics/index_bottom.jpg') bottom no-repeat;
}
.content {
	text-align: left;
	background: #FFFFFF;
	width: 884px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
#marquee {
	color: #000;
	font-weight: bold;
	width: 717px;
	height: 21px;
	float: left;
	margin: 0;
	padding: 3px 0 0 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 870px;
	height: 31px;
	padding: 14px 0 0 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') no-repeat left top;
	text-transform: uppercase;
}
#search {
	width: 150px;
	height: 18px;
	padding: 0;
	margin: 5px 0 0 20px;
	float: left;
}
#googleTranslate {
	margin: 4px 0 0 0;
	float: left;
}
/* Header */

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#headerIMG {
	width: 934px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url('/pics/header.jpg') no-repeat;
}
/* Navigation menu */

div#menu {
	background: url('/pics/topnav_bg.jpg') repeat-x;
	width: 900px;
	height: 32px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 0px;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 32px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 164px; background: url('/pics/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 146px; background: url('/pics/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 147px; background: url('/pics/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 146px; background: url('/pics/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 146px; background: url('/pics/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 151px; background: url('/pics/topNav6.gif') no-repeat; }

ul#topNavItems li:hover a#topNav1, ul#topNavItems li.over a#topNav1,
ul#topNavItems li:hover a#topNav2, ul#topNavItems li.over a#topNav2,
ul#topNavItems li:hover a#topNav3, ul#topNavItems li.over a#topNav3,
ul#topNavItems li:hover a#topNav4, ul#topNavItems li.over a#topNav4,
ul#topNavItems li:hover a#topNav5, ul#topNavItems li.over a#topNav5,
ul#topNavItems li:hover a#topNav6, ul#topNavItems li.over a#topNav6 {
	background-position: 0 -32px;
}
/* Drop down items */

ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 168px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems ul {
	border: 1px solid #003983;
}

ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 8px;
	height: auto;
	width: 160px;
	color: #fff;
	background: #00205f;
}
ul#topNavItems li ul li a:hover, ul#topNavItems li ul li:hover a, ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over a, ul#topNavItems li ul li.over ul a:hover {
	color: #00205f;
	background: #f2a613;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #00205f;
}
/* Index properties */

#leftColumn {
	width: 201px;
	padding: 0px;
	float: left;
}
#rightColumn {
	width: 699px;
	padding: 0px;
	float: left;
}
/* Quicklinks */

#quickLinks {
	width: 197px;
	height: 163px;
	padding: 70px 0 0 13px;
	margin: 0;
	float: left;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks ul li {
	width: 152px;
	margin: 0 0 7px 0;
	float: left;
	display: block;
}
#quickLinks a {
	width: 0px;
	height: 0px;
	text-decoration: none;
	padding: 19px 0 0 152px;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #fff;
	font: 13px Helvetica, Arial, "Times New Roman", Times, serif;
}

#quickLinks a#midNav1 {	background: url('/pics/midnav1.gif') no-repeat; }
#quickLinks a#midNav2 {	background: url('/pics/midnav2.gif') no-repeat; }
#quickLinks a#midNav3 {	background: url('/pics/midnav3.gif') no-repeat; }
#quickLinks a#midNav4 { background: url('/pics/midnav4.gif') no-repeat; }

#quickLinks a:hover#midNav1,
#quickLinks a:hover#midNav2,
#quickLinks a:hover#midNav3,
#quickLinks a:hover#midNav4 {
	background-position: -152px 0;
}
/* Homepage Section Headers */

h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 50px 201px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#principal {
	width: 0;
	height: 0;
	padding: 0 0 50px 483px;
	font-size: 0;
	background: url('/pics/principal_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 45px 483px;
	font-size: 0;
	background: url('/pics/news_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#bulletin {
	width: 0;
	height: 0;
	padding: 0 0 50px 216px;
	font-size: 0;
	background: url('/pics/bulletin_board_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#links {
	width: 0;
	height: 0;
	padding: 0 0 46px 216px;
	font-size: 0;
	background: url('/pics/selected_links_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
/* Homepage Sections Containers */


#eventsContainer {
	width: 181px;
	min-height: 205px;
	height: auto!important;
	height: 205px;
	margin: 0;
	padding: 0 10px 0 10px; 
	background: url('/pics/events_bg.gif') top no-repeat;
}
#principalContainer {
	width: 459px;
	height: 166px;
	overflow: hidden;
	margin: 0;
	padding: 1px 12px 0 12px; 
	background: url('/pics/principal_bg.gif') top left no-repeat;
}
#readMore {
	width: 459px;
	margin: 0;
	padding: 1px 12px 0 12px; 
}
#newsContainer {
	width: 463px;
	min-height: 266px;
	height: auto!important;
	height: 266px;
	margin: 0;
	padding: 0 10px 0 10px; 
}
#bulletinContainer {
	width: 196px;
	min-height: 175px;
	height: auto!important;
	height: 175px;
	margin: 0;
	padding: 0 10px 0 10px; 
	background: url('/pics/bulletin_bg.gif') top no-repeat;
}
#linksContainer {
	width: 216px;
	min-height: 145px;
	height: auto!important;
	height: 145px;
	margin: 0;
	padding: 0;
}
/* Homepage Section Table Includes */

.HPNews {
	padding: 0;
	margin: 0;
	color: #000;
}
.HPEvents {
	padding: 0;
	margin: 0;
	color: #fff;
}
.HPBBMessages {
	padding: 0;
	margin: 0;
	color: #000;
}
.HPLinks {
	padding: 0;
	margin: 0;
	color: #000;
}
/* Other homepage section extras */

#middle {
	width: 483px;
	float: left;
}
#right {
	width: 216px;
	float: left;
	margin-left: 0px;
}

.HPNews a, .HPNews a:active, .HPNews a:link, 
.HPEvents a, .HPEvents a:active, .HPEvents a:link,
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link {
	color: #002367;
}
.HPEvents a, .HPEvents a:active, .HPEvents a:link {
	color: #fff;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}
/* Image shuffles */

#shuffle1 {
	width: 678px;
	height: 207px;
	border: 1px solid #fff;
}
#smBorder {
	width: 678px;
	height: 207px;
	padding: 19px 0 0 9px;
	float: left;
}
#shuffle2 {
	width: 180px;
	height: 140px;
	border: 1px solid #fff;
}
#smBorder2 {
	width: 180px;
	height: 140px;
	padding: 5px 0 5px 10px;
	float: left;
}
/* Footer */

div#footer {
	width: 936px;
	height: 74px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer2.png') center no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}

div#footerIndex {
	width: 936px;
	height: 74px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.png') center no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}

#address {
	position: absolute;
	text-align: left;
	left: 110px;
	top: 28px;
	color: #fff;
	font: 12px Arial, Georgia, "Times New Roman", Times, serif;
}
#district_logo {
	position: absolute;
	text-align: left;
	left: 839px;
	top: 0px;
}
a#edunet {
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet_gray.png') no-repeat; 
	behavior: url('/apps/shared/iepngfix.htc');
}
#edu_logo {
	width: 245px;
	margin: 0 auto;
}
