/* General */

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

.clear {
	width: 0;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

body {
	background: #fff url('/pics/body_bg.jpg') repeat-x top;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 900px;
	height: 26px;
	margin: 0 auto;
}
div#sides2 {
	margin: 0 auto;
	width: 1100px;
	background: url('/pics/header_bg.jpg') no-repeat top;
}
div#sides {
	margin: 0 auto;
	width: 926px;
	background: url('/pics/shadow.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;
}
.contentIndex {
	text-align: left;
	background: url('/pics/index_bg.jpg') repeat-y;
	width: 900px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.content {
	text-align: left;
	background: #FFFFFF;
	width: 884px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
#marquee {
	color: #000;
	font-weight: bold;
	width: 645px;  
	height: 17px;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 837px;
	height: 40px; 
	padding: 5px 0 0 43px;
	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: 98px;
	height: 17px;
	padding: 0;
	border: 1px solid #a9a9a9;
	margin: 4px 4px 0 0;
	float: left;
}
#googleTranslate {
	margin: 4px 0 0 0;
	float: left;
	width:151px;
}
/* Header */

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

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

div#menu {
	background: url('/pics/topnav_bg.gif') repeat-x;
	width: 900px;
	height: 30px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
	width: 840px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 0px;
	display: block;
	overflow: hidden;
	padding: 30px 0 0 19px;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 71px; background: url('/pics/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 95px; background: url('/pics/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 89px; background: url('/pics/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 81px; background: url('/pics/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 94px; background: url('/pics/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 62px; background: url('/pics/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { width: 70px; background: url('/pics/topNav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 { width: 107px; background: url('/pics/topNav8.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,
ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7,
ul#topNavItems li:hover a#topNav8, ul#topNavItems li.over a#topNav8 {
background-position: 0 -30px;
}

/* 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: 178px;
	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: 3px 0 3px 8px;
	height: auto;
	width: 170px;
	color: #1e5790;
	background: #eb9b42;
	font: 12px Arial, Helvetica, sans-serif;
}
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: #1e5790;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #093a77;
	background: #cdb43a;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}
/* Index properties */

#leftColumn {
	width: 244px;
	padding: 8px 0 0 0px;
	float: left;
}
#middleColumn {
	width: 412px;
	padding: 8px 0 0 0px;
	float: left;
}
#rightColumn {
	width: 244px;
	padding: 8px 0 0 0px;
	float: left;
}
#indexBottom {
	background: url('/pics/index_bottom.jpg') no-repeat left bottom;
}
/* Quicklinks */

#quickLinks {
	width: 226px;
	padding: 0;
	margin: 0px 9px 11px 9px;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks ul li {
	width: 226px;
	margin: 0 0 0px 0;
	float: left;
	display: block;
}
#quickLinks a {
	width: 206px;
	height: 21px;
	text-decoration: none;
	padding: 5px 0 0 20px;
	margin: 0;
	display: block;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
}

#quickLinks a#midNav1,
#quickLinks a#midNav2,
#quickLinks a#midNav3,
#quickLinks a#midNav4, 
#quickLinks a#midNav5,
#quickLinks a#midNav6,
#quickLinks a#midNav8,
#quickLinks a#midNav7 { 
	background: url('/pics/midnav.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,
#quickLinks a:hover#midNav7,
#quickLinks a:hover#midNav8,
#quickLinks a:hover.midNav {
	background-position: 0px -26px;
	color: #1c568f;
}
/* Homepage Section Headers */

h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 68px 412px;
	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 68px 244px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#mission {
	width: 0;
	height: 0;
	padding: 0 0 69px 244px;
	font-size: 0;
	background: url('/pics/mission_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#slos {
	width: 0;
	height: 0;
	padding: 0 0 69px 244px;
	font-size: 0;
	background: url('/pics/slos_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#links {
	width: 0;
	height: 0;
	padding: 0 0 68px 412px;
	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 68px 412px;
	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: 362px;
	min-height: 200px;
	height: auto!important;
	height: 200px;
	margin: 0;
	padding: 0 25px 0 25px;
}
#eventsContainer {
	width: 194px;
	min-height: 305px;
	height: auto!important;
	height: 305px;
	margin: 0;
	padding: 0 25px 0 25px;
	background: url('/pics/events_bg_bottom.gif') no-repeat bottom;
}
#missionContainer {
	width: 194px;
	min-height: 105px;
	height: auto!important;
	height: 105px;
	margin: 0;
	padding: 0 25px 0 25px;
}
#bulletinContainer {
	width: 362px;
	min-height: 200px;
	height: auto!important;
	height: 200px;
	margin: 0;
	padding: 0 25px 0 25px;
	background: url('/pics/mid_section_bg.gif') repeat-y;
}
#linksContainer {
	width: 362px;
	min-height: 200px;
	height: auto!important;
	height: 200px;
	margin: 0;
	padding: 0 25px 0 25px;
}
/* Homepage Section Table Includes */

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

#left {
	width: 361px;
	float: left;
}
#middle {
	width: 258px;
	float: left;
	margin-left: 8px;
}

.HPNews a, .HPNews a:active, .HPNews a:link, 
.HPEvents a, .HPEvents a:active, .HPEvents a:link,
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link {
	color: #2a6097;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}
/* Image shuffles */

#shuffle1 {
	width: 394px;
	height: 207px;
	margin: 0px 9px 11px 9px;
}
#shuffle2 {
	width: 226px;
	height: 153px;
	margin: 0px 9px 11px 9px;
}
.leftSectionBottom {
	width: 361px;
	height: 7px;
	background: url('/pics/left_section_bottom.gif') no-repeat;
}
.midSectionBottom {
	width: 258px;
	height: 7px;
	background: url('/pics/mid_section_bottom.gif') no-repeat;
}
.rightSectionBottom {
	width: 241px;
	height: 2px;
	background: url('/pics/right_section_bottom.gif') no-repeat;
}
/* Footer */

div#footer {
	width: 926px;
	height: 98px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
address {
	position: absolute;
	text-align: left;
	left: 345px;
	*left: 395px;
	top: 23px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}
#district_logo {
	position: absolute;
	text-align: right;
	left: 667px;
	top: 21px;
}
#dace_logo {
	position: absolute;
	text-align: right;
	left: 733px;
	top: 23px;
}

#cas_logo {
	position: absolute;
	text-align: right;
	left: 793px;
	top: 23px;
}

a#edunet {
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet_gray.png') no-repeat; 
	behavior: url('/apps/shared/iepngfix.htc');
}
#edu_logo {
	width: 245px;
	margin: 0 auto;
}

/***   Quick Polls   ***/
#qp-74 .quickpoll{
  margin-top:-10px;
  margin-bottom:20px; 
}
#qp-74 h2 {
  width: 244px;
  padding-top:69px;
  /* default background image is /pics/pics/quick_poll_header.png  */
} 

#qp-74 .bar-color {
    background-color: #10296B;   /* results bar color */
}


/* the inside poll area for choices and results */
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	margin:0 auto;
        padding:0 2px;
	width:80%;
}
.HPQuickPoll .question {
    padding: 9px;
    margin: 0;
}
/* use for a repeating inside background if necessary */
.HPQuickPoll .quickpoll {
    background: url('/pics/left_section_bottom.gif') repeat-y;
    padding-bottom: 5px;
}












