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

/* General */

body {
	background: #143390 url('/pics/body_bg.jpg') repeat-x;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#sides {
	margin: 0 auto;
	width: 790px;
	background: url('/pics/shadow.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
div#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #fff;
}
.contentIndex {
	text-align: left;
	background: url('/pics/index_bg.gif') repeat-y left top;
	width: 760px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.content {
	text-align: left;
	background: #FFFFFF;
	width: 744px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
#marquee {
	color: #000;
	width: 737px;
	height: 18px;
	padding: 4px 6px 0 6px;
	font-weight: bold;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 734px;
	height: 44px;
	padding: 6px 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: 298px;
	height: 21px;
	padding: 0;
	margin: 0 auto;
	background: url('/pics/search_bg.gif') repeat-x;
}
#quote {
	width: 392px;
	height: 33px;
	background: url('/pics/quote_bg.gif') no-repeat;
	padding: 9px 62px 0 11px;
	color: #3833a6;
}
#topNavBottom {
	width: 760px;
	height: 6px;
	font-size: 0;
}
#espanol {
	width: 85px;
	height: 29px;
	position: absolute;
}
/* Header */

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

div#menu {
	background: url('/pics/topnav_bg.gif') repeat-x;
	width: 760px;
	height: 26px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 710px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 31px;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 26px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 57px; background: url('/pics/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 85px; background: url('/pics/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 93px; background: url('/pics/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 84px; background: url('/pics/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 76px; background: url('/pics/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 100px; background: url('/pics/topNav6.gif') no-repeat; }

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 {
	background-position: 0 -26px;
}
/* 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;
	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: 0 0 0 8px;
	height: auto;
	width: 160px;
	color: #fff;
	background: #000;
}
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: #045fae;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #000;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}
/* Index properties */

#leftColumn {
	width: 270px;
	padding: 6px 0 0 6px;
	float: left;
}
#rightColumn {
	width: 478px;
	padding: 6px 0 0 6px;
	float: left;
}
/* Quicklinks */

#quickLinks {
	width: 255px;
	padding: 6px 0 6px 6px;
	margin: 0;
	background: #708de4;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks a {
	width: 0;
	height: 0;
	text-decoration: none;
	padding: 0 0 22px 249px;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
}
#quickLinks a#midNav1 {	background: url('/pics/midnav1.gif') no-repeat; }
#quickLinks a#midNav2 {	background: url('/pics/midnav2.gif') no-repeat; }
#quickLinks a#midNav3 {	background: url('/pics/midnav3.gif') no-repeat; }
#quickLinks a#midNav4 { background: url('/pics/midnav4.gif') no-repeat; }
#quickLinks a#midNav5 { background: url('/pics/midnav5.gif') no-repeat; }
#quickLinks a#midNav6 { background: url('/pics/midnav6.gif') no-repeat; }

#quickLinks a:hover#midNav1,
#quickLinks a:hover#midNav2,
#quickLinks a:hover#midNav3,
#quickLinks a:hover#midNav4,
#quickLinks a:hover#midNav5,
#quickLinks a:hover#midNav6 {
	background-position: -249px 0;
}
/* Homepage Section Headers */

h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 26px 471px;
	font-size: 0;
	background: url('/pics/news_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 27px 262px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#links {
	width: 0;
	height: 0;
	padding: 0 0 27px 262px;
	font-size: 0;
	background: url('/pics/selected_links_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#bulletin {
	width: 0;
	height: 0;
	padding: 0 0 26px 471px;
	font-size: 0;
	background: url('/pics/bulletin_board_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
/* Homepage Sections Containers */

#newsContainer {
	width: 471px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url('/pics/right_section_bg.gif') no-repeat left top;
}
#eventsContainer {
	width: 262px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url('/pics/left_section_bg.gif') no-repeat left top;
	
}
#directoryContainer {
}
#bulletinContainer {
	width: 471px;
	min-height: 142px;
	height: auto!important;
	height: 142px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url('/pics/right_section_bg.gif') no-repeat left top;
}
#linksContainer {
	width: 262px;
	min-height: 180px;
	height: auto!important;
	height: 180px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url('/pics/left_section_bg.gif') no-repeat left top;
}
#memoirsContainer {
}
/* Homepage Section Table Includes */

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

#indexTop{
	width: 754px;
	height: 247px;
	background: url('/pics/index_top.gif') no-repeat;
	padding: 0 0 0 6px;
}

.leftContainer {
	width: 523px;
	padding: 0;
	background: url('/pics/left_container_bg.gif') repeat-y ;
}
.leftContainerBottom {
	width: 523px;
	height: 93px;
	background: url('/pics/left_section_bottom.gif') no-repeat;
}
.HPNews a, .HPNews a:active, .HPNews a:link,
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link {
	color: #143390;
}
 .HPEvents a, .HPEvents a:active, .HPEvents a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link, .HPLinks a:visited {
	color: #f5cd56;
}

.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 7px;
}
/* Image shuffles */

/* Footer */

div#footer {
	width: 790px;
	height: 67px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.jpg') no-repeat;
}
#address {
	position: absolute;
	text-align: left;
	left: 75px;
	top: 6px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}
#district_logo {
	position: absolute;
	left: 32px;
	top: 6px;
}
#edunet {
	position: absolute;
	left: 531px;
	top: 28px;
}

/***   Quick Poll   ***/
.HPQuickPoll h2 {
    width: 262px;       /* header width  */
    padding-top: 27px;  /* header height */
    /* default background image is /pics/pics/quick_poll_header.png  */
}

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


/***  Optional  ***/
.HPQuickPoll {
     width: 262px;
	 padding: 0px 0 9px 0;
	 color: #fff;
}
.HPQuickPoll a:visited, .HPQuickPoll a, .HPQuickPoll a:active, .HPQuickPoll a:link {
	 color: #fff;
}

/* 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: 0;
}

/* use for a repeating inside background if necessary */
.HPQuickPoll .quickpoll {
    background: url('/pics/left_section_bg.gif') no-repeat left top;
    padding-bottom: 5px;
}