@charset "UTF-8";
/* CSS Document */
@import url("/apps/js/polls/polls-pack.css");

/* General */

body {
	background-image:url('/pics/body_bg.jpg');
	background-repeat:repeat-x;
	background-color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 900px;
	height: 20px;
	padding:2px 0px;
	background-color:#3a8859;
	border-top:2px solid #c37f00;
	border-bottom:2px solid #c37f00;
}
div#shadow {
	width: 900px;	
	padding:0 20px;
	background-image:url('/pics/shadow.png');
	background-repeat:repeat-y;
		behavior: url('/apps/shared/iepngfix.htc');

}
div#wrapper {
	margin: 0 auto;
	margin-top: 13px;
	width: 940px;
	text-align: left;


}
.contentIndex {
	text-align: left;
	background-color:#3a8859;
	width: 891px;
	padding-left:9px;
	
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.content {
	text-align: left;
	background: #FFF;
	width: 884px;
	padding: 8px;
	padding-bottom:22px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
	margin-top:9px;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 864px;
	height: 45px;
	padding: 8px 0 0 20px;
	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;
}

.dark {
	background-color: #c37f00!important;
	color: white!important;
}

tbody.light td {
	border-bottom: 1px solid #96caab!important;
}

#search {
	color: #000;
	font-weight: bold;
	float: left;
	margin:0 10px;
}
#googleTranslate {
	float: left;
	margin: 0;
}
marquee {
	width: 627px;
	height: 17px;
	color: #fff;
	padding: 3px 0 2px;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
        
}

/* Header */
div#header {
	position: relative;
        z-index:9000;
	background-image:url('/pics/header.jpg');
        background-repeat:none;
}

div#header h1 {
	width: 900px;
	height: 244px;
	margin: 0;
	padding: 0;
}

div#header h1 a {
	display: block;
	height: 0;
	padding-top: 214px;
	width: 900px;
	overflow: hidden;
	position: relative;
	float:left;
	z-index: 999;
	font-size: .2em;
}

/* Navigation menu */

div#menu {
	width: 900px;
	height: 36px;
	background:#3a8859;
	position: relative; /* do not remove, this fixes something for IE6 */
	z-index: 9999;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	position: relative;
	z-index: 9999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 36px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 90px; background: url('/pics/topnav/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 143px; background: url('/pics/topnav/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 122px; background: url('/pics/topnav/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 114px; background: url('/pics/topnav/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 112px; background: url('/pics/topnav/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 102px; background: url('/pics/topnav/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { width: 81px; background: url('/pics/topnav/topNav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 { width: 136px; background: url('/pics/topnav/topNav8.gif') no-repeat; }

ul#topNavItems li:hover a, ul#topNavItems li.over a {
	background-position: 0 -36px !important;
}
/* 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;
	z-index: 9999;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	z-index: 9999;
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	z-index: 9999;
	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: 160px;
	color: #fff;
	background: #c38001;
}
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: #459f6a;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #c38001;
}
/* Index properties */

#indexTop {
	width:891px;
	height:173px;
	padding:9px 0 0;
}
#columns {
	width:890px;
}
.leftColumn {
	width: 366px;
	margin-right:9px;
	float: left;
}
.centerColumn {
	width: 254px;
	margin-right:9px;
	float: left;
}
.rightColumn {
	width: 244px;
	float: left;
}

.leftContainer, .centerContainer, .rightContainer { 	
	background-repeat:repeat-y;
	padding-top:14px;
	padding-bottom:4px;
}
.leftContainer { background-image:url('/pics/leftcolumn_section_bg.gif'); }
.centerContainer { background-image:url('/pics/centercolumn_section_bg.gif'); }
.rightContainer { background-image:url('/pics/rightcolumn_section_bg.gif'); }
/* Quicklinks */

#quickLinks {
	width: 228px;
	height: 149px;
	float:left;
	padding: 12px 8px;
	margin: 0;
	background-color:#FFF;
	background-image:url('/pics/quicklinks_bg.gif');
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	padding: 6px 0 2px 0;
	margin: 0;
	width: 228px;
	overflow:auto;
	text-align:center;
}
#quickLinks ul li {
	display:inline;
	float:left;
	list-style-type:none;
	margin:5px 2px;
	padding:0;
	float: left;
}
#quickLinks a {
	width: 128px;
	text-decoration: none;
	height:auto;
	padding:2px;
	margin: 0;
	text-align:left;
	display: block;
	color: #000;
	font: 13px Arial, Helvetica, sans-serif;
	line-height:20px;

	background-color:transparent;
}
#quickLinks a.size1 { width:124px; }
#quickLinks a.size2 { width:88px; }

#quickLinks a:hover {
	background-color:#3a8759;
	color:#FFF;
}


/* Homepage Section Headers */

.contentIndex h2 a {
	width: 0;
	height: 0;
	font-size: 0;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin: 0;
	overflow: hidden;		
	padding: 0 0 39px 100%;
}
h2 a#news { background: url('/pics/news_header.gif') no-repeat left top; }
h2 a#bulletin {	background: url('/pics/bulletin_header.gif') no-repeat left top; }
h2 a#ath_cal {	background: url('/pics/athletics_calendar_header.gif') no-repeat left top; }
h2 a#events { background: url('/pics/events_header.gif') no-repeat left top; }
h2 a#links { background: url('/pics/selected_links_header.gif') no-repeat left top; }
/* Homepage Sections Containers */

#newsContainer {
	width: 458px;
	margin: 0;
	padding: 0px;
	background: url('/pics/left_section_bg.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
#bulletinContainer {
	width: 210px;
	margin: 0;
	padding: 0px;
	background: url('/pics/left_section_bg.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
#eventsContainer {
	width: 210px;
	margin: 0;
	padding: 0px;
	background: url('/pics/right_section_bg.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
#linksContainer {
	width: 210px;
	margin: 0;
	padding: 0px;
	background: url('/pics/left_section_bg.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
/* Homepage Section Table Includes */

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

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

/* Image shuffles */
#shuffle1 {
	width: 621px;
	height: 165px;
	float:left;
	margin-right:9px;
	border: 4px solid #fff;
	position: relative;
	z-index: 90;
}
#shuffle2 {
	margin:9px 0;
	border: 4px solid #fff;
	z-index:89;
}
/* Footer */

div#footer {
	width: 900px;
	height: 96px;
	padding:12px 20px;
	padding-top:0;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.jpg') no-repeat top center;
	position:relative;
}
address {
	margin-top:15px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: right;
	position: absolute;
	left: 53px;
}
div#footer a#district_logo {
	position: absolute;
	right: 0px;
	top: 47px;
	width: 195px;
	height: 0;
	padding: 25px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
}
a#edunet {
	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');
}
#edu_logo {
	width: 245px;
	margin: 0 auto;
	position:absolute;
	top:41px;
	left:328px;
}

#ceeb {
	float: right;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 78px;
}


/***   Quick Polls   ***/
.HPQuickPoll h2 {
	width:100%;
	height: 0;
	padding: 55px 0 0 0; /* header height */
	overflow: hidden;
	
    /* default background image is /pics/pics/quick_poll_header.png  */
	background-image: url('/pics/quick_poll_header.gif');
}
.HPQuickPoll .bar-color {
    background-color: #fccb00;   /* results bar color */
}
#qp-224 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-bottom:20px;
	background: url('/pics/centercolumn_section_bottom.gif') no-repeat bottom;
	
}
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	margin:0 auto;
	width:80%;
	padding:2px;
}
.HPQuickPoll .question {
	width:80%;
	text-align:left;
    padding: 2px;
    margin: 0 auto;
}
.HPQuickPoll .quickpoll {
    background: url('/pics/centercolumn_section_bg.gif') repeat-y;
}


/* Special Athletics Calendar page css */

div#ath_cal .dark {
	background: #004618!important;
}

div#ath_cal .dark a,a:visited,a:hover,a:active {
	color:#cc9911;
}



