/* General */

body {
	background: #fff url('/pics/body_bg.jpg') repeat-x center top;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 760px;
	height: 20px;
	margin: 0 auto;
}
div#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #fff;
}
.contentIndex {
	text-align: left;
	background: #be9229 url('/pics/index_bg.jpg') repeat-x left top;
	width: 760px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
div#sides {
	margin: 0 auto;
	width: 786px;
	background: url('/pics/shadow.png') left repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
.content {
	text-align: left;
	background: #FFFFFF;
	width: 744px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 730px;
	height: 35px;
	padding: 10px 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 {
	color: #000;
	font-weight: bold;
	float: right;
	margin-top: 2px;
}
#googleTranslate {
	float: right;
	margin: 2px 0 0 5px;
}
div#marquee {
	text-align: left;
	width: 760px;
}

#marquee select {
	margin-top: 7px;
	float: right;
}

#marquee form {
	max-width: 250px;
	display:inline
	margin: 0px;
	padding: 5px;
	float: right;
}
marquee {
	width: 385px;
	height: 17px;
	color: #000;
	font-weight: bold;
	padding-top: 8px;
	float: left;
}


/* Header */

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

div#headerIMG {
	width: 828px;
	height: 236px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url('/pics/header.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
/* Navigation menu */

div#menu {
	background: url('/pics/topnav_gradient.gif') repeat-x;
	width: 760px;
	height: 30px;
	padding-top: 2px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 20px;
	width: 740px;
	height: 26px;
	position: relative;
	z-index: 999;
	background: url('/pics/topnav_bg.gif') repeat-x;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 20px;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	width: 95px;
	height: 0;
	display: block;
	overflow: hidden;
	padding: 26px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { background: url('/pics/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { background: url('/pics/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { background: url('/pics/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { background: url('/pics/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { background: url('/pics/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { background: url('/pics/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { background: url('/pics/topNav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 { background: url('/pics/topNav8.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,
ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7,
ul#topNavItems li:hover a#topNav8, ul#topNavItems li.over a#topNav8 {
	background-position: 0 -26px;
}
/* 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: 0;
}

ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 8px;
	height: auto;
	width: 170px;
	color: #fff;
	background: #1d4e97;
}
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: #012860;
	background: #ffb300;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #1d4e97;
}
/* Index properties */

#leftColumn {
	width: 240px;
	padding: 15px 0 0 14px;
	float: left;
}
#rightColumn {
	width: 497px;
	padding: 15px 0 0 7px;
	float: left;
}
/* Quicklinks */

#quickLinks {
	width: 233px;
	padding: 0;
	margin: 0;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks a {
	width: 0;
	height: 0;
	text-decoration: none;
	padding: 0 0 34px 233px;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-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#midNav5 { background: url('/pics/midnav5.gif') no-repeat; }
#quickLinks a#midNav6 { background: url('/pics/midnav6.gif') no-repeat; }

#quickLinks a:hover#midNav1,
#quickLinks a:hover#midNav2,
#quickLinks a:hover#midNav3,
#quickLinks a:hover#midNav4,
#quickLinks a:hover#midNav5,
#quickLinks a:hover#midNav6 {
	background-position: -233px 0;
}
#quickLinksBottom {
	width: 233px;
	height: 10px;
	background: url('/pics/quicklinks_bottom.gif') no-repeat;
}
/* Homepage Section Headers */

h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 41px 485px;
	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 41px 485px;
	font-size: 0;
	background: url('/pics/bulletin_board_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 41px 233px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#links {
	width: 0;
	height: 0;
	padding: 0 0 41px 233px;
	font-size: 0;
	background: url('/pics/selected_links_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
/* Homepage Sections Containers */

#newsContainer {
	width: 485px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 0;
	background: url('/pics/right_section_bg.gif') repeat-y;
}
#bulletinContainer {
	width: 485px;
	min-height: 162px;
	height: auto!important;
	height: 162px;
	margin: 0;
	padding: 0;
	background: url('/pics/right_section_bg.gif') repeat-y;
}
#eventsContainer {
	width: 233px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 0;
	background: url('/pics/left_section_bg.gif') repeat-y;
}
#linksContainer {
	width: 233px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 0;
	background: url('/pics/left_section_bg.gif') repeat-y;
}
/* Homepage Section Table Includes */

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

.leftSectionBottom {
	width: 233px;
	height: 29px;
	background: url('/pics/left_section_bottom.gif') no-repeat;
}
.rightSectionBottom {
	width: 485px;
	height: 35px;
	background: url('/pics/right_section_bottom.gif') no-repeat;
}
#bulletinBoardBottom {
	width: 485px;
	height: 151px;
	background: url('/pics/bulletin_board_bottom.gif') no-repeat;
}
.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: #003482;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}
/* Image shuffles */
#rotate_overlay {
	width: 485px;
	height: 198px;
	background: url('/pics/rotate_overlay.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
	position: absolute;
}
#shuffle1 {
	width: 445px;
	height: 184px;
}
/* Footer */

div#footer {
	width: 760px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	background: #003a90;
}
address {
	padding-top: 8px;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
}
#district_logo {
	position: absolute;
	left: 520px;
	top: 35px;
	width: 243px;
	height: 0;
	padding: 21px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/district_logo.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
a#edunet {
	position: absolute;
	left: 0;
	top: 30px;
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 5px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet_black.png') no-repeat; 
	behavior: url('/apps/shared/iepngfix.htc');
}

div#report {
	display:block;
	width:485px;
	padding:10px 0;
	background-color:#003A90;
	text-align:center;
	border-bottom:2px solid #FC0;
}
div#report a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}
