








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


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

/* General */

body {
	background-image:url('/pics/body_bg.gif');
	background-repeat:repeat-x;
	background-position:center top;
	background-color: #9f0900;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#shadow {
	width: 925px;	
	padding:0 16px;
	background-image:url('/pics/shadow.gif');
	background-repeat:no-repeat;
	background-position:bottom center;
}
div#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
.contentIndex {
	text-align: left;
	background-color:#FFF;
	width: 925px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	
	background-image:url('/pics/ci_bg.gif');
	background-repeat:repeat-y;
}
.content {
	text-align: left;
	background: #FFF;
	width: 909px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 989px;
	height: 20px;
	padding: 13px 0 13px 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') repeat-x left top;
	text-transform: uppercase;
}
#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 {
	width: 585px;
	height: 18px;
	margin-bottom:80px;
	background: #fff;
	color: #00547c;
	padding: 8px 5px 2px;
    font-size:14px;
    font-weight:bold; 
	float:left;
}

/* Header */
div#header, div#headerIndex {
	position: relative;
    z-index:9000;
	padding-top:8px;
}

div#header h1, div#headerIndex h1 {
	width: 330px;
	height: 108px;
	margin: 0;
	padding: 0;
	float:left;
}

div#header h1 a, div#headerIndex h1 a {
	display: block;
	height: 0;
	padding-top: 108px;
	width: 330px;
	overflow: hidden;
	position: relative;
	z-index: 999;
	font-size: .2em;
	background-image:url('/pics/hc/logo.jpg');
}

/* Navigation menu */

div#menu {
	width: 669px;
	height: 52px;
	padding-right:256px;
	position: relative; /* do not remove, this fixes something for IE6 */
	z-index: 9999;
}
div#headerIndex div#menu {
	background-image:url('/pics/menu_bg.gif');
	background-position:right;
	background-repeat:no-repeat;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	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: 52px 0 0 0;
	margin:0px;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 88px; background: url('/pics/hc/topnav/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 104px; background: url('/pics/hc/topnav/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 142px; background: url('/pics/hc/topnav/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 122px; background: url('/pics/hc/topnav/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 92px; background: url('/pics/hc/topnav/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 121px; background: url('/pics/hc/topnav/topNav6.gif') no-repeat; }

ul#topNavItems li:hover a, ul#topNavItems li.over a {
	background-position: 0 -52px !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: #a70a00;
}
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: #003c5a;
	background: #e6e6e6;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #a70a00;
}
/* Index properties */

#indexTop {
	position:relative;
	width:960px;
	height:278px;
	background-image:url('/pics/indextop_bg.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
#columns {
	width:925px;
}
.sideColumn {
	color:#fff;
	width: 256px;
	float: right;
	background-color:#003c5a;
}
.centerColumn {
	width: 651px;
	padding-left:18px;
	float: left;
	background-color:#00547c;
	z-index:92;
	position:relative;
}
/* Quicklinks */

#quickLinks {
	width: 256px;
	height: 141px;
	float:left;
	padding-bottom: 59px;
	background-image:url('/pics/quicklinks_bg.jpg');
	background-position:bottom;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 256px;
    height:141px;
	overflow:auto;
}
#quickLinks ul li {
	width: 256px;
	float: left;
	padding-top:1px;
}
#quickLinks a {
	width: 255px;
	text-decoration: none;
	height:0;
	padding:34px 0 0 0;
	line-height:31px;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
}

#quickLinks a#midNav1 {	background: url('/pics/hc/quicklinks1.gif') no-repeat; }
#quickLinks a#midNav2 {	background: url('/pics/hc/quicklinks2.gif') no-repeat; }
#quickLinks a#midNav3 {	background: url('/pics/hc/quicklinks3.gif') no-repeat; }
#quickLinks a#midNav4 { background: url('/pics/hc/quicklinks4.gif') no-repeat; }
#quickLinks a#midNav5 { background: url('/pics/hc/quicklinks5.gif') no-repeat; }
#quickLinks a#midNav6 { background: url('/pics/hc/quicklinks6.gif') no-repeat; }

#quickLinks a:hover {
	background-position: -256px 0 !important;
}

/* Homepage Section Headers */

.sideColumn h2 a {
	padding: 39px 256px 0 0;	
}
.centerColumn h2 a {
	padding: 38px 651px 0 0;
}	
h2 a#news, h2 a#bulletin, h2 a#events, h2 a#links, h2 a#bobhope {
	width: 0;
	height: 0;
	font-size: 0;
	display: block;
	margin: 0;
	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#bobhope { background: url('/pics/bobhope_header.gif') no-repeat left top;}
/* Homepage Sections Containers */

.sideColumn .container {
	width:244px;
	padding:14px 6px;
	min-height: 140px;
	height: auto!important;
	height: 140px;
	
	background-image:url('/pics/rightcolumn_container_bottom.gif');
	background-position:bottom;
	background-repeat:no-repeat;
}
.centerColumn .container {
	width:639px;
	padding:14px 6px;
	background-color:#FFF;
	min-height: 140px;
	height: auto!important;
	height: 140px;
}

/* Homepage Section Table Includes */

.HPNews, .HPLinks {
	padding: 0 10px;
	margin: 0;
	color: #000;
}

.HPEvents,&nbsp; .HPBBMessages {
	padding: 0 10px;
	margin: 0;
	color: #fff;
}
.HPEvents #r{
	color:#fff;
}

/* Other homepage section extras */


.sideColumn a, .sideColumn a:link, .sideColumn a:hover, .sideColumn a:visited, .sideColumn a:active {
	color:#FFF;
}
.centerColumn a, .centerColumn a:link, .centerColumn a:hover, .centerColumn a:visited, .centerColumn a:active {
	color:#9f0900; font-weight:bold; text-decoration:none;
}


.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}


/* Image shuffles */
#rotate_overlay {
	position:absolute;
	width:643px;
	height:278px;
	z-index: 91;
	left:0;
	top:0;
}
#shuffle1 {
	width: 669px;
	height: 282px;
	float:left;
	position: relative;
	z-index: 90;
}
#shuffle2 {
	width:200px;
	height:139px;
	padding:15px 19px 19px 15px;
	background-image:url('/pics/shuffle2_bg.jpg');
}
/* Footer */

div#footer {
	width: 957px;
	height: 112px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.jpg') no-repeat center top;
}
address {
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	display:block;
	width:550px;
	padding:11px 0 10px 38px;
	float:left;
}
#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;
	margin-top:9px;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet_gray.gif') no-repeat; 
}
#edu_logo {
	width: 245px;
	margin: 0 auto;
}


/***   Mandatory   ***/
.HPQuickPoll h2 {
    width: 256px;       /* header width  */
	height: 0;
	padding: 38px 0 0 0; /* header height */
	overflow: hidden;
	background: url(/pics/poll_header.gif) 0 0 no-repeat;
}

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


/***  Optional  ***/
.HPQuickPoll {
	width:250px;
	min-height: 140px;
	height: auto!important;
	height: 140px;
	padding: 0 6px 15px 0px;
	background-image:url('/pics/rightcolumn_container_bottom.gif');
	background-position:bottom;
	background-repeat:no-repeat;	
}

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

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

/* use for a repeating inside background if necessary */
.HPQuickPoll .quickpoll {
	width: 244px;
    background: url('/pics/right_section_bg.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}







