@charset "UTF-8";
/* CSS Document */

/* General */

@import url("/apps/js/polls/polls-pack.css");

body {
	background-image:url('/pics/body_bg.gif');
	background-repeat:repeat-x;
	background-color: #464646;
	margin: 0;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
div#wrapper {
	margin: 0 auto;
	width: 894px;
	border-left: 3px solid #d27236;
	border-right: 3px solid #d27236;
	text-align: left;
}
.contentIndex {
	text-align: left;
	background-color:#FFF;
	width: 894px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.content {
	text-align: left;
	background: #FFF;
	width: 878px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 858px;
	height: 24px;
	padding: 8px 0 0 20px;
	margin-bottom: 20px;
	color: #cd6931;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:2px solid #cd6931;
}
#searchbar {
	color: #000;
	font-weight: bold;
	float: left;
	right:160px;
	top:0;
	position:absolute;
}
#googleTranslate {
	float: right;
	margin: 0;
	position:absolute;
	top:0;
	right:0;
}
marquee {
	position:absolute;
	bottom:0; 
	left:0;
	width: 575px;
	height: 18px;
	color: #fff;
	padding: 2px 5px 8px;
    font-size:15px;        
}

/* Header */
div#header {
	position: relative;
    z-index:9000;
	width:900px;
	margin:0 auto;
	background-image:url('/pics/header.jpg');
    background-repeat:no-repeat;
}

div#header h1 {
	width: 960px;
	height: 160px;
	margin: 0;
	padding: 0;
}

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

/* Navigation menu */

div#menu {
	width: 900px;
	height: 45px;
	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: 15px;
	display: block;
	overflow: hidden;
	padding: 15px 0 15px 0;
	margin:0px 20px;
	background-position: 0 0;
	background-repeat:no-repeat;
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

ul#topNavItems li:hover a, ul#topNavItems li.over a {
	text-shadow:2px 2px 2px #000;
	color:#fff;
}
/* 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: #929292;
	font-size:12px;
	font-weight:normal;
	text-shadow:none;
}
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: #cd6931;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #929292;
}

/* Quicklinks */

#quickLinks {
	width: 301px;
	float:left;
	padding: 0;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	padding: 4px 0 0px 0;
	margin: 0;
	width: 301px;
}
#quickLinks ul li {
	width: 295px;
	float: left;
	margin-bottom:4px;
}
#quickLinks a {
	width: 279px;
	text-decoration: none;
	height:16px;
	padding:8px;
	line-height:31px;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #fff;
	font: 13px "Times New Roman", Times, serif;
	text-shadow: 2px 2px 4px #c36833;
	text-transform:uppercase;
	
	background-repeat:no-repeat;
	background: url('/pics/quicklink.png');
	behavior: url('/apps/shared/iepngfix.htc');
}

#quickLinks a:hover {
	color:#ffad4a;
}

/* Index properties */

#indexTop {
	position:relative;
	background-color:#464646;
	width:896px;
	height:320px;
	overflow:hidden;
	
	background-image:url('/pics/quicklinks_bg.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
#columns {
	width:884px;
	padding:6px 6px 6px 6px;
	overflow:auto;
}
.leftColumn {
	width: 337px;
	float: left;
}
.centerColumn {
	width: 246px;
	margin: 0 6px;
	float: left;
}
.rightColumn {
	width: 287px;
	float:left;
}
/* Homepage Section Headers */

.leftColumn h2 a {
	padding: 44px 333px 0 0;	
}
.centerColumn h2 a {
	padding: 44px 242px 0 0;
}	
.rightColumn h2 a {
	padding: 44px 283px 0 0;	
}
h2 a#news, h2 a#bulletin, h2 a#events, h2 a#links, h2 a#athletics, h2 a#announcements {
	width: 0;
	height: 0;
	font-size: 0;
	display: block;
	margin: 0;
	margin-bottom:5px;
	overflow: hidden; 
}

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#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; }
h2 a#athletics { background: url('/pics/athletics_header.gif') no-repeat left top;}
h2 a#announcements { background: url('/pics/news2_header.gif') no-repeat left top;}
/* Homepage Sections Containers */

.leftColumn .container, .centerColumn .container, .rightColumn .container {
	border: 2px solid #a8a8a8;
	margin-bottom:6px;
}
.container .inner {
	
}
/* Homepage Section Table Includes */

.HPNews, .HPEvents, .HPBBMessages, .HPLinks, .HPDirectory, .HPMemoirs {
	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 */
#rotate_overlay {
	position:absolute;
	width:894px;
	height:63px;
	z-index: 91;
	left:0;
	top:0;
}
#shuffle1 {
	width: 589px;
	height: 285px;
	float:left;
	margin-right:4px;
	position: relative;
	z-index: 90;
}
#shuffle2 {
	width:279px;
	height:212px;
	float:left;
	border:4px solid #D27236;
}
/* Footer */

div#footer {
	width: 100%;
	height: 96px;
	padding-top:150px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.jpg') repeat-x center top;
	background-color:#FFF;
}
div#footer_inner {
	width:960px;
	height:96px;
	margin:0 auto;
	padding:0 60px;
}
address {
	margin:-45px auto 20px;
	color: #fff;
	font-weight:bold;
	text-align: center;
	top:27px;
}
#district_logo {
	position: absolute;
	left: 887px;
	top: 35px;
	width: 60px;
	height: 0;
	padding: 52px 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 {
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet_logo.gif') no-repeat; 
}
#edu_logo {
	width: 245px;
	margin: 0 auto;
}

#enCountdownDiv {
	text-align: center;
	font-size: 18pt;
	font-family: Mistral, Segoe Script, Brush Script, Brush Script MT;
	color: #636363;
	padding:20px 0 0 0;
}

#enCountdownDiv b {
	font-weight: normal;
}

.HPQuickPoll h2 {
    width: 287px;       /* header width  */
    padding-top: 44px;  /* header height */
    /* default background image is /pics/pics/quick_poll_header.png  */
}

.HPQuickPoll .bar-color {
    background-color: #CD6931;   /* results bar color */
}


/***  Optional  ***/
.HPQuickPoll {
     width: 284px;
     padding-bottom: 9px;
	border: 2px solid #a8a8a8;
	margin-bottom:6px;
}

/* the inside poll area for choices and results */
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	margin:0 auto;
	width:70%;
	padding-left:2px;
}

.HPQuickPoll .question {
    padding: 9px;
    margin: 0;
}

/* use for a repeating inside background if necessary */
.HPQuickPoll .quickpoll {
    padding-bottom: 5px;
}





