/* General */
@import url("/apps/js/polls/polls-pack.css");
.clear {
	padding: 0;
	margin: 0;
	clear: both;
}
.relative {
	position: relative;
}

html {
}
body {
	background: #6db4ff url('/pics/body_bg.png') repeat-x center top;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

div#wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 5px 0 0;
	text-align: left;
}

.content, .contentIndex {
	text-align: left;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}

.contentIndex {
	width: 1000px;
	background: url('/pics/contentIndex_bg.png') top left repeat-y;
}
.content {
	background: #fff;
	width: 984px;
	padding: 8px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}

.pageTitle {
	display: block;
	width: 974px;
	height: 30px;
	padding: 15px 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: 103px;
	float: right;
	margin: 11px 7px 0 0;
	display: inline;
}

/* Header */

#header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

div#header h1 {
	margin: 0;
	padding: 0;
}

div#header h1 a {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0 0 175px 1000px;
	overflow: hidden;
	display: block;
	background: url('/pics/header_small.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}

div#top {
	width: 100%;
	height: 26px;
	margin: 0 auto;
	background: #ffcc00;
}

marquee {
	width: 870px;
	height: 26px;
	color: #003c95;
	padding: 0 0 0 0;
	font-size: 12px;
	float: left;
	line-height: 26px;
}

#googleTranslate {
	float: left;
	margin: 4px 0 0;
	width: 123px;
	display: inline;
}

/* Navigation menu */

div#menu {
	background: url('/pics/topnav_bg.png') repeat-x;
	width: 1000px;
	height: 35px;
	z-index: 99;
}
ul#topNavItems {
	list-style: none;
	margin: 0;
	padding: 6px 0 0 0;
	height: 23px;
	width: 1000px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 19px;
	float: left;
	position: relative;
	z-index: 999;
}

ul#topNavItems li a {
	width: auto;
	height: 29px;
	display: block;
	text-align: center;
	padding: 0 0 0 11px;
	font: 14px Comic Sans, Comic Sans MS, cursive;
	text-decoration: none;
	color: #fff;
}

ul#topNavItems li a span {
	padding: 0 11px 0 0;
	height: 23px;
	display: block;
}
ul#topNavItems li:hover a, ul#topNavItems li.over a {
	background: url('/pics/topnav_hover.png') top left no-repeat;
}

ul#topNavItems li:hover a span, ul#topNavItems li.over a span {
	background: url('/pics/topnav_hover.png') bottom right no-repeat;
}

/* Drop down items */

ul#topNavItems ul {
	border: 0;
	-moz-opacity:.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity:.90;
}
ul#topNavItems ul, 
ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul, 
ul#topNavItems li:hover ul ul ul, ul#topNavItems li.over ul ul ul,
ul#topNavItems li:hover ul ul ul ul, ul#topNavItems li.over ul ul ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 184px;
	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,
ul#topNavItems ul ul li:hover ul, ul#topNavItems ul ul li.over ul,
ul#topNavItems ul ul ul li:hover ul, ul#topNavItems ul ul ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems li:hover ul li a, ul#topNavItems li.over ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 6px 5px 5px 8px;
	height: auto;
	width: 170px!important;
	color: #fff;
	background: #0a6cc8;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
ul#topNavItems li ul li a:hover, 
ul#topNavItems li ul li:hover a, ul#topNavItems li ul li.over a,
ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over ul a:hover,
ul#topNavItems li ul li ul li:hover a, ul#topNavItems li ul li ul li.over a,
ul#topNavItems li ul li ul li:hover ul a:hover, ul#topNavItems li ul li ul li.over ul a:hover,
ul#topNavItems li ul li ul li ul li:hover a, ul#topNavItems li ul li ul li ul li.over a,
ul#topNavItems li ul li ul li ul li:hover ul a:hover, ul#topNavItems li ul li ul li ul li.over ul a:hover {
	background: #ffcc00;
	color: #005cc9;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a,
ul#topNavItems li ul li ul li:hover ul a, ul#topNavItems li ul li ul li.over ul a,
ul#topNavItems li ul li ul li ul li:hover ul a, ul#topNavItems li ul li ul li ul li.over ul a {
	color: #fff;
	background: #0a6cc8;
}
/* Index properties */

#left_column, #center_column, #right_column {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}

#left_column {
	width: 270px;
	background: url('/pics/left_column_top.jpg') top left no-repeat;
}

#right_column {
	width: 270px;
	background: url('/pics/right_column_top.jpg') top left no-repeat;
}

#center_column {
	width: 460px;
}

/* Quicklinks */

#quickLinks {
	width: 242px;
	padding: 20px 0;
	margin: 0 auto;
}
#quickLinks h2 {
	width: 242px;
	height: 0;
	padding: 59px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/quick_links_header.png');
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 6px;
	width: 236px;
}

#quickLinks a {
	height: 23px;
	text-decoration: none;
	padding: 0 12px 0 0;
	margin: 0 0 6px 0;
	display: inline-block;
	color: #fff;
	font: 15px Comic Sans, Comic Sans MS, cursive;
	line-height: 23px;
	background: url('/pics/qlink.png') bottom right no-repeat;

}

#quickLinks li a span {
	min-width: 70px;
	width: auto!important;
	width: 70px;
	height: 23px;
	display: inline-block;
	padding: 0 0 0 12px;
	background: url('/pics/qlink.png') top left no-repeat;
}

#quickLinks li a:hover, #quickLinks li a.over {
	background-image: url('/pics/qlink_hover.png');
}

#quickLinks li a:hover span, #quickLinks li a.over span {
	background-image: url('/pics/qlink_hover.png');

}
/* Homepage Section Headers */

#left_column h2 a, #center_column h2 a, #right_column h2 a {
	display: block;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}

#left_column h2 a {
	width: 242px;
	padding-top: 59px;
}

h2 a#links {
	background: url('/pics/links_header.png');
	padding-top: 63px;
	margin-top: 10px;
}

#center_column h2 a {
	width: 426px;
	padding-top: 63px;
}

h2 a#news {
	background: url('/pics/news_header.jpg');
}

h2 a#principal {
	background: url('/pics/principals_message_header.jpg');
}

#right_column h2 a {
	width: 241px;
}

h2 a#events {
	padding-top: 83px;
	background: url('/pics/events_header.jpg');
}

h2 a#bulletin {
	padding-top: 62px;
	background: url('/pics/bulletin_header.jpg');
}

/* Homepage Sections Containers */

#center_column .container {
	width: 426px;
	margin: 0 auto 20px;
	background: url('/pics/center_section_bg.gif') repeat-y left top;
	padding: 0;
}
#center_column .container .inner {
	background: url('/pics/center_section_bottom.jpg') bottom center no-repeat;
	padding: 0 16px 15px 17px;
	min-height: 65px;
	height: auto!important;
	height: 65px;
}

#center_column .container .prin_inner {
	background: url('/pics/center_section_bottom.jpg') bottom center no-repeat;
	padding: 0 16px 15px 17px;
	height: 100px;
	overflow: hidden;
}

#right_column .events_container {
	background: #0051bb url('/pics/events_bg.gif') top left repeat-y;
	margin: 0 auto 15px;
	width: 241px;
}

#right_column .events_container .inner {
	background: url('/pics/events_bottom.png') bottom center no-repeat;
	padding-bottom: 15px;
    padding-left: 3px; 
}

#right_column .container {
	background: url('/pics/right_section_bg.gif') repeat-y left top;
	width: 220px;
	margin: 0 0 20px 25px;
	
}

#right_column .container .inner {
	background: url('/pics/right_section_bottom.png') bottom center no-repeat;
	padding-bottom: 30px;
}

/* Homepage Section Table Includes */

.HPNews, .HPBBMessages {
	padding: 0;
	margin: 0;
	color: #000;
}

.HPEvents, .HPLinks {
	background: url('/pics/events_top.png') top center no-repeat;
	padding: 0;
	margin: 0;
	color: #fff;
    width: 235px;
}

/* Other homepage section extras */

.HPNews a, .HPNews a:active, .HPNews a:link, .HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link {
	color: #000;
}
.HPEvents a, .HPEvents a:active, .HPEvents a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link{
	color: #fff;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 8px;
}

#showAll-hplinks a, #showAll-0 a, #showAll-3 a, #showCalendar-3 a, #showAll-hpbbmessages a, a.read_more {
	float: right;
	margin-right: 30px;
}

#search_bar {
	background: url("/pics/search_bg.png");
	width: 222px;
	height: 35px;
	margin-left: 10px;
	padding-left: 14px;
}

a.read_more {
	font-weight: bold;
	color: #000!important;
}

/* Image shuffles */

#shuffle1_holder {
	width: 426px;
	height: 249px;
	margin: 20px auto 14px;
	position: relative;
}

#shuffle1 {
	width: 420px;
	height: 243px;
	background: url('/pics/shuffle1_bg.png') no-repeat;
	padding: 3px;
}

#shuffle1_overlay {
	background: url('/pics/shuffle1_overlay.png') no-repeat;
	width: 420px;
	height: 243px;
	position: absolute;
	top: 3px;
	left: 3px;
}

/* Footer */

#footer, #footer_index {
	width: 100%;
	height: 208px;
	text-align: left;
	position: relative;
}

#footer { background: url('/pics/footer.jpg') top left no-repeat; }
#footer_index { background: url('/pics/footer_index.jpg') top left no-repeat; }

address {
	text-align: left;
	color: #fff;
	position: absolute;
	top: 172px;
	left: 168px;
	font-style: normal;
	font-size: 12px;
}
a#edunet {
	width: 245px;
	height: 0;
	padding: 10px 0 0 0;
	margin: 22px 0 30px 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet.png') no-repeat;  
}

#edu_logo {
	width: 245px;
	margin: 0 auto;
}

a#district_logo {
	display: block;
	overflow: hidden;
	height: 0;
	width: 0;
	padding: 37px 0 0 51px;
	background: url('/pics/district_logo.jpg');
	position: absolute;
	top: 52px;
	right: 93px;
}


/* Sponsors */

.NoSponsorDiv h2 {
	height: 0;
	padding-top: 108px;
	background: url('/pics/sponsor.png') top center no-repeat;
	overflow: hidden;
        margin: 0 auto; 
        border: 3px solid #0051BB; 
        width: 199px; 
       
}
 
.SponsorsDiv, .NoSponsorDiv {
	margin-bottom: 10px;
	width: 100%;
}
 
.SponsorsDiv ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
 
.SponsorsDiv ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
 
h2 a#sponsors {
	height: 0;
	width: 242px;
	padding-top: 59px;
	margin: 0 auto 10px;
	overflow: hidden;
	background: url('/pics/sponsors_header.png') top left no-repeat;
	display: block;
}
 
.SponsorsDiv a.sponsorshipIntroURL {
	color: #000;
	font-weight: bold;
	margin-left: 21px;
}





