/* General */

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

body {
	background: #b4b4b4 url('/pics/body_bg.jpg') repeat-x left top;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 900px;
	height: 23px;
	margin: 0 auto;
}
div#sides {
	margin: 0 auto;
	width: 916px;
	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 {
	text-align: left;
	background: #d7ce89 url('/pics/index_bg.gif') repeat-y;
	width: 900px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.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: #fff;
	font-weight: bold;
	width: 600px;
	height: 17px;
	margin: 0 5px 0 0;
	padding: 3px 0 0 0;
	float: right;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 874px;
	height: 37px;
	padding: 12px 0 0 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') no-repeat left top;
	text-transform: uppercase;
}
#search {
	height: 18px;
	padding: 0;
	margin: 1px 5px 0 0;
	float: right;
}
a#espanol {
	float: right;
	width: 83px;
	height: 19px;
	padding: 5px 0 0 5px;
	margin: 1px 0 0 0;
	overflow: hidden;
	text-transform: uppercase;
	display: block;
	background: url('/pics/espanol.gif') repeat-x;
	color: #fff;
	text-decoration: none;
}
/* Header */

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

div#menu {
	background: url('/pics/topnav_bg.gif') repeat-x;
	width: 900px;
	height: 32px;
}
div#topNavBottom {
	width: 900px;
	height: 19px;
	background: url('/pics/topnav_bottom.gif') repeat-x;
	padding-top: 3px;
	color: #fff;
	text-align: center;
}
ul#topNavItems {
	list-style: none;
	margin: 0 0 0 24px;
	padding: 0;
	width: 840px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	width: 108px;
	height: 23px;
	display: block;
	text-align: center;
	padding: 8px 0 0 10px;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #451661;
}

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 {
	background: url('/pics/topnavf2.gif') no-repeat left top;
}
/* 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: 178px;
	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-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 3px 0 3px 8px;
	height: auto;
	width: 170px;
	color: #451661;
	background: #edcb33;
	font: 12px Arial, Helvetica, sans-serif;
}
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: #fff;
	background: #451661;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #451661;
	background: #edcb33;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}
/* Index properties */

#leftColumn {
	width: 615px;
	padding: 10px 0 0 10px;
	float: left;
}
#rightColumn {
	width: 265px;
	padding: 10px 0 0 10px;
	float: left;
	background: url('/pics/right_column_bg.gif') repeat-x left top;
}
/* Quicklinks */

#quickLinks {
	width: 249px;
	padding: 3px;
	margin: 0;
	background: #000;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 247px;
	border: 1px solid #3a3a3a;
	background: url('/pics/quicklinks_bg.gif') no-repeat left top;
}
#quickLinks a {
	width: 212px;
	height: 28px;
	text-decoration: none;
	padding: 5px 0 0 35px;
	margin: 0;
	display: block;
	color: #d2af1c;
	font: 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#quickLinks a:hover#midNav1 { background: url('/pics/midnav1f2.gif') no-repeat; }
#quickLinks a:hover#midNav2 { background: url('/pics/midnav2f2.gif') no-repeat; }
#quickLinks a:hover#midNav3 { background: url('/pics/midnav3f2.gif') no-repeat; }
#quickLinks a:hover#midNav4 { background: url('/pics/midnav4f2.gif') no-repeat; }
/* Homepage Section Headers */

h2 a#news {
	width: 583px;
	height: 33px;
	padding: 8px 0 0 22px;
	background: url('/pics/left_section_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #451661;
}
h2 a#bulletin {
	width: 583px;
	height: 33px;
	padding: 8px 0 0 22px;
	background: url('/pics/left_section_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #451661;
}
h2 a#events {
	width: 251px;
	height: 29px;
	padding: 8px 0 0 12px;
	background: url('/pics/right_section_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
h2 a#links {
	width: 251px;
	height: 29px;
	padding: 8px 0 0 12px;
	background: url('/pics/right_section_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

/* Homepage Sections Containers */

#newsContainer {
	width: 605px;
	min-height: 100px;
	height: auto!important;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url('/pics/left_section_bg.gif') repeat-y;
}
#eventsContainer {
	width: 241px;
	min-height: 105px;
	height: auto!important;
	height: 105px;
	margin: 0;
	padding: 0;
	background: url('/pics/right_section_bg.gif') repeat-y;
}
#bulletinContainer {
	width: 605px;
	min-height: 100px;
	height: auto!important;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url('/pics/left_section_bg.gif') repeat-y;
}
#linksContainer {
	width: 241px;
	min-height: 105px;
	height: auto!important;
	height: 105px;
	margin: 0;
	padding: 0;
	background: url('/pics/right_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 */

.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: #451661;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}
/* Image shuffles */

#shuffle1 {
	width: 599px;
	height: 163px;
	border: 3px solid #e0bd28;
}
#shuffle2 {
	width: 249px;
	height: 156px;
	border: 3px solid #e0bd28;
}
.leftSectionBottom {
	width: 605px;
	height: 36px;
	background: url('/pics/left_section_bottom.gif') no-repeat;
}
.midSectionBottom {
	width: 258px;
	height: 7px;
	background: url('/pics/mid_section_bottom.gif') no-repeat;
}
.rightSectionBottom {
	width: 241px;
	height: 2px;
	background: url('/pics/right_section_bottom.gif') no-repeat;
}
/* Footer */

div#footer {
	width: 900px;
	height: 52px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.jpg') no-repeat;
}
address {
	position: absolute;
	text-align: left;
	left: 129px;
	top: 8px;
	color: #451661;
	font: 13px Arial, Helvetica, sans-serif;
}
a#edunet {
	position: absolute;
	left: 331px;
	top: 32px;
	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;
}

#district_link {
	display: block;
	padding: 48px 0 0 0;
	width: 48px;
	height: 0;
	overflow: hidden;
	position: absolute;
	right: 17px;
	top: 2px;
}


/* Sponsors */
.SponsorsDiv {
margin:0px;
}
.SponsorsDiv h2 {
	margin:0;
	width:263px;
	height:0px;
	padding-top:37px;
	overflow:hidden;
}
.SponsorsDiv h2#sponsor_header {
	background-image:url('/pics/our_sponsor.png');
		behavior: url('/apps/shared/iepngfix.htc');
}
.SponsorsDiv h2#sponsors_header {
	background-image:url('/pics/our_sponsors.png');
		behavior: url('/apps/shared/iepngfix.htc');
}
.SponsorsDiv ul {
	width:100%;	
	padding:10px 0;
	margin:0px;
	margin-bottom:10px;
	text-align:center;

	background-image:url('/pics/graybg2.jpg');
	background-repeat:repeat-x;
}
.SponsorsDiv ul li{
	display:inline;
	list-style-type:none;
	margin:0 auto;
	text-align:center;
	width:170px;
	margin:3px;
}
.SponsorsDiv ul li img {
	border:1px solid #CCCCCC;
	padding:4px;
	background-color:#FFF;
}


