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

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

/* General */
body {
	background-color: #117d11;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	
}
div#background {
	width:100%;
	height:700px;
	position:fixed;
	top:0;
	margin:0 auto;
	background-image:url('/pics/body_bg.jpg');
	background-repeat:no-repeat;
	background-position:center 34px;
	z-index:-1;
}	
div#top {
	position:relative;	
}
div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
.contentIndex {
	text-align: left;
	background-color:#FFF;
	width: 900px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.content {
	text-align: left;
	background: #FFF;
	width: 884px;
	padding: 8px;
	padding-bottom:90px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 860px;
	height: 38px;
	padding: 18px 0 0 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.jpg') no-repeat left top;
	text-transform: uppercase;
}
form.searchbar {
	color: #000;
	font-weight: bold;
	float: left;
	right:0px;
	top:5px;
	position:absolute;
}
#googleTranslate {
	float: right;
	margin: 0;
	position:absolute;
	top:0;
	right:0;
}
marquee {
	width: 754px;
	height: 18px;
	color: #fff;
	padding: 8px 0px;
    font-size:12px;        
	line-height:17px;
}

#lmc {
	position: relative;
	width: 100%;
	margin: -15px auto 0 auto;
}

#lmc marquee{
	position: absolute;	
	top: -5px;
	left: 60px;
	color: #000;
}

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

div#header h1 {
	width: 900px;
	height: 131px;
	margin: 0;
	padding: 0;
}

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

/* Navigation menu */

div#menu {
	width: 900px;
	height: 34px;
	padding-bottom:6px;
	background-image:url('/pics/border.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	position: relative; /* do not remove, this fixes something for IE6 */
	z-index: 9999;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	padding-left:30px;
	width: 870px;
	height:34px;
	position: relative;
	background-color:#FFF;
	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 {
	display: block;
	overflow: hidden;
	margin:0 1px;
	font-size:16px;
	line-height:20px;
	height:20px;
	padding:8px 12px 6px;
        text-align:center;
	color:#236a3b;
	text-decoration:none;

        width:80px;
}

ul#topNavItems li:hover a.topitem, ul#topNavItems li.over a.topitem {
	color:#fff;
	background-image:url('/pics/menuitem_bg.gif');

}

/* 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!important;
	height: auto;
	width: 160px!important;
	color: #fff;
	font-size:12px;
	background: #117d11;
}
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: #383838;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #117d11;
}

/* Quicklinks */

#quickLinks {
	width: 206px;
	position:absolute;
	left:0;
	top:0;
	float:left;
	padding: 12px 0 0 12px;
	z-index:99;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	padding: 0 0 0 1px;
	margin: 0;
	width: 206px;
}
#quickLinks ul li {
	width: 206px;
	float: left;
}
#quickLinks a {
	width: 202px;
	text-decoration: none;
	height:14px;
	padding:7px 0 2px 26px;
	margin-bottom:5px;
	
	line-height:14px;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
}
#quickLinks a.important {
/* 	background-image:url('/pics/ql_important.gif');
	background-position:left bottom; */
	color: #00b200;
}
#quickLinks a:hover {
	background-image:url('/pics/ql_arrow.gif');
	background-repeat:no-repeat;
	background-position:left;
}

/* Index properties */

#indexTop {
	position:relative;
	width:900px;
	height:330px;
	background-image:url('/pics/indextop_bg.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
#columns {
	width:900px;
	margin:9px 0 0;
	overflow:auto;
}
.sideColumn {
	width: 299px;
	float: left;
}
.centerColumn {
	width: 298px;
	margin: 0 2px;
	float: left;
}

/* Homepage Section Headers */

.sideColumn h2 a {
	padding: 52px 299px 0 0;	
}
.centerColumn h2 a {
	padding: 52px 298px 0 0;
}	
h2 a#news, h2 a#bulletin, h2 a#events, h2 a#links {
	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; }

/* Homepage Sections Containers */

.sideColumn .container {
	width:275px;
	margin-bottom:5px;
	padding:0px 12px 15px;
}
.centerColumn .container {
	width:274px;
	margin-bottom:5px;
	padding:0px 12px 15px;
}

/* Homepage Section Table Includes */

.HPNews, .HPEvents, .HPBBMessages, .HPLinks {
	padding:0px 12px 15px;
	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: #006400;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}

/* Image shuffles */
#rotate_overlay {
	position:absolute;
	width:900px;
	height:330px;
	z-index: 91;
	left:0;
	top:0;
}
#rotate_overlay2 {
	position:absolute;
	width:265px;
	height:197px;
	z-index: 91;
	left:17px!important;
        left:0;
	top:0;
}
#shuffle1 {
	width: 900px;
	height: 330px;
	float:left;
	position: relative;
	z-index: 90;
}
#shuffle2 {
	width:265px;
	height:197px;
	margin:0 auto 30px;
}
#wotd {
	width:265px;
	height:88px;
	margin:10px auto;
	text-align:center;
	color:#FFF;
	padding-top:5px;
	
	background-image:url('/pics/wotd.gif');
}
div#wotd b { display:none; }
div#wotd a { color:#FFF; font-size:12px; }

a#espanol {
	position:absolute;
	right:0;
	top:4px;
	z-index:9999;
	display:block;
	height:12px;
	color:#FFF;
	padding:10px 4px 0 26px;
	width:70px;
	text-decoration:none;
	background-image:url('/pics/es_bubble.png');
	background-repeat:no-repeat;
	background-position:left top;
	behavior: url('/apps/shared/iepngfix.htc');
}

/* Footer */

div#footer {
	width: 900px;
	height: 54px;
	padding-top:106px;
	margin: 0 auto;
	position:relative;
	text-align: left;
	background: url('/pics/footer.jpg') repeat-x center top;
	background-color:#000;
}
address {
	margin-bottom:10px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer a#district_logo {
	position: absolute;
	right: 81px;
	top: 34px;
	width: 53px;
	height: 0;
	padding: 51px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
}
#footer a#twitter {
	display:block;
	position: absolute;
	width:0; height:0;
	overflow:hidden;
	padding:112px 299px 0 0;
	background-image:url('/pics/twitterfollow.png');
	behavior: url('/apps/shared/iepngfix.htc');
	right:300px;
	top:-82px;
}
a#edunet {
	width: 256px;
	height: 0;
	padding: 24px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edlio_gray.png') no-repeat; 
}
#edu_logo {
	width: 256px;
	margin: 0 auto;
}


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

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

.HPQuickPoll {
	margin-bottom: 15px;
}







