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

body {
	background-color: #b3bed2;
	margin: 0 0 5px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 960px;
	height: 22px;
	padding:4px 35px;
	padding-bottom:0;
	margin: 0 auto;
	background-image:url('/pics/shadow_top.jpg');
	background-repeat:no-repeat;
}
div#shadow {
	width: 960px;	
	padding:0 35px;
	background-image:url('/pics/shadow.jpg');
	background-repeat:repeat-y;
}
div#wrapper {
	margin: 0 auto;
	width: 1030px;
	text-align: left;


}
.contentIndex {
	text-align: left;
	background-color:#FFF;
	width: 960px;
	min-height: 600px;
	height: auto!important;
	height: 600px;
}
.content {
	text-align: left;
	background: #FFF;
	width: 944px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 922px;
	height: 45px;
	padding: 8px 0 0 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00236a;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') no-repeat left top;
	text-transform: uppercase;
}
#search {
	color: #000;
	font-weight: bold;
	float: left;
	margin-left:10px;
	top:80px;
	position:absolute;
}
#googleTranslate {
	float: right;
	margin: 0;
}
marquee {
	width: 950px;
	height: 19px;
	background: #fff;
	color: #000;
	padding: 8px 0 2px;
	font-family:"Times New Roman", Times, serif;
        font-size:15px;
        
}

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

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

div#header h1 a {
	display: block;
	height: 0;
	padding-top: 244px;
	width: 960px;
	overflow: hidden;
	position: relative;
	z-index: 999;
	font-size: .2em;
	background: url('/pics/header_overlay.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}

#header_shuffle {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 455px;
	width: 505px;
	height: 244px;
}
/* Navigation menu */

div#menu {
	width: 960px;
	height: 40px;
	background:#FFF;
	background-image:url('/pics/topNavItems_bg.gif');
	background-repeat:no-repeat;
	border-bottom:6px solid #122855;
	position: relative; /* do not remove, this fixes something for IE6 */
	z-index: 9999;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 928px;
	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: 40px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 78px; background: url('/pics/topnav/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 117px; background: url('/pics/topnav/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 126px; background: url('/pics/topnav/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 123px; background: url('/pics/topnav/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 143px; background: url('/pics/topnav/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 104px; background: url('/pics/topnav/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { width: 113px; background: url('/pics/topnav/topNav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 { width: 124px; background: url('/pics/topnav/topNav8.gif') no-repeat; }

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

#indexTop {
	width:950px;
	padding:5px;
	border-bottom:6px solid #efbb43;
}
#columns {
	background-image:url('/pics/content_bg.gif');
	background-repeat:repeat-y;
	background-position:center;
	width:960px;
        padding-bottom:40px;
        overflow:auto;
}
div.column {
	width:300px;
	padding:0 10px;
	float:left;
	max-width:300px;
}

div.eventscolumn {
	width:250px;
	padding:0 10px;
	float:left;
	max-width:250px;
}

div.newscolumn {
	width:350px;
	padding:0 10px;
	float:left;
	max-width:350px;
}
/* Quicklinks */

#quickLinks {
	width: 225px;
	float:left;
	padding: 0;
	margin: 0;
	background-color:#122855;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	padding: 0 0 2px 0;
	margin: 0;
	width: 225px;
	overflow:auto;
	background-color:#122855;
}
#quickLinks ul li {
	width: 225px;
	float: left;
}
#quickLinks a {
	width: 223px;
	text-decoration: none;
	height:0;
	padding:46px 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/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 {
	background-position: -225px 0 !important;
}

/* Homepage Section Headers */
div.column h2 a {
	width:0;
	height:0;
	padding: 0 0 39px 300px;
	font-size: 0;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin: 0 0 6px 0;
	overflow: hidden;	
}

div.newscolumn h2 a {
	width:0;
	height:0;
	padding: 0 0 39px 350px;
	font-size: 0;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin: 0 0 6px 0;
	overflow: hidden;	
}

div.eventscolumn h2 a {
	width:0;
	height:0;
	padding: 0 0 39px 250px;
	font-size: 0;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin: 0 0 6px 0;
	overflow: hidden;	
}
h2 a#news {
	background: url('/pics/news_header.gif') no-repeat left top;
}
h2 a#news2 {
	background: url('/pics/potd_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#vault_header {
	background: url('/pics/vault_header.gif') no-repeat left top;
}

h2 a#links {
	background: url('/pics/selected_links_header.gif') no-repeat left top;
}
/* Homepage Sections Containers */

div.eventscolumn .columnContainer {
	margin:0;
	margin-bottom:12px;
	padding:0;
	overflow:hidden;
	width:250px;
	max-width:250px;
}
div.newscolumn .columnContainer {
	margin:0;
	margin-bottom:12px;
	padding:0;
	overflow:hidden;
	width:350px;
	max-width:350px;
}
.columnContainer {
	margin:0;
	margin-bottom:12px;
	padding:0;
	overflow:hidden;
	width:300px;
	max-width:300px;
}
.narrowContainer {
	margin:0 auto;
	width:210px;
}

/* Homepage Section Table Includes */

table.HPBBMessages, table.HPLinks {
	width:300px;
	padding: 0 0px;	 
	margin: 0;
	color: #000;

}

table.HPEvents{
	width:250px;
	padding: 0 0px;	 
	margin: 0;
	color: #000;
	
}

table.HPNews{
	width:350px;
	padding: 0 0px;	 
	margin: 0;
	color: #000;
	
}


div.column table #r {
	border-bottom:5px solid #fff;
	padding-top:2px;


}
div.column img.sub {
	max-width:160px;	
	display:block;
}
/* 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: #1a356b;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}

.HPNews td{word-wrap: break-word;}

.HPNews{table-layout:fixed;}

#sqotd {
	width: 0;
	height: 0;
	padding: 69px 0 0 209px;
	color: white;
	display: block;
 	overflow: hidden;
/* 	margin-left: 27px; */
}

#wotd {
/* 	width: 175px; */
	height: 55px;
	padding: 25px 0 0 15px;
	text-align: center;
	color: white;
	display: block;
	overflow: hidden;
/* 	margin-left: 27px; */
}

#sqotd {
	background: url('/pics/sqotd.png') no-repeat;
}

#wotd {
	
	background: url('/pics/wotd.png') no-repeat;
}

#wotd b {
	display: none;
}

#wotd a {
	font-size: 14px;
}

#wotd a, small {
	color: white;
	font-weight: bold;
}

/* Image shuffles */
#shuffle_padding {
	margin-left: 5px;
	position: relative;
	z-index: 90;
}
#shuffle1 {
	width: 720px;
	height: 280px;
	position: relative;
	z-index: 90;
}
/* Footer */

div#footer {
	width: 960px;
	height: 96px;
	padding:12px 35px;
	padding-top:0;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.jpg') no-repeat center;
}
address {
	margin-top:10px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: right;
	position: absolute;
	left: 684px;
}
#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: 241px;
	height: 0;
	padding: 17px 0 0 0;
	margin: 5px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('/pics/poweredby.png') no-repeat; 
	behavior: url('/apps/shared/iepngfix.htc');
}
#edu_logo {
	width: 241px;
	margin: 0 auto;
}


/***   Mandatory   ***/
.HPQuickPoll h2 {
    width: 342px;       /* header width  */
	height: 0;
	padding: 71px 0 0 0; /* header height */
	overflow: hidden;
	
	
    /* default background image is /pics/pics/quick_poll_header.png  */
}

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


/***  Optional  ***/
.HPQuickPoll {
     width: 342px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url('/pics/right_section_bottom.png') no-repeat bottom;
	
}

/* 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 {
	width: 342px;
    background: url('/pics/right_section_bg.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}












