/* General */
@import url("/apps/js/polls/polls-pack.css");
@import url(http://fonts.googleapis.com/css?family=Rock+Salt);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);



/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
.clear {
	padding: 0;
	margin: 0;
	clear: both;
}

.preload {
	height: 0;
	width: 0;
	position: absolute;
	top: -99999;
	left: -99999;
}

img.sub {
	border: none;
}


html {
	height: 100%;
}

body {
	background: url('/pics/body_bg.gif') repeat-y center top;
	margin: 0 0 0 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
	height: 100%;
}

#wrapper {
	background: url('/pics/wrapper_bg.png') top left repeat-x;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: 0 auto -107px;
}

.content, .content_index {
	margin: 0 auto;
	text-align: left;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}

.content_index {
	width: 900px;
}

.content {
	width: 884px;
	padding: 8px;
}

.content_index h2 {
	padding: 0;
	margin: 0;
}

.pageTitle {
	display: block;
	width: 864px;
	height: 55px;
	padding: 5px 0 0 20px;
	margin-bottom: 10px;
	font-family: 'Rock Salt', arial, serif;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: url('/pics/page_title.png') no-repeat left top;
	text-shadow: 1px 1px 0 #000;
}

/* Header */

#header {
	width: 100%;
	height: 199px;
	margin: 0 auto;
	position: relative;
	background: url('/pics/header.jpg') top center no-repeat;
	z-index: 99;
}

div#top {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

#googleTranslate {
	width: 122px;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 99999;
}

div#header h1 {
	width: 900px;
	height: 149px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

div#header h1 a {
	margin: 0;
	padding: 0 0 0 165px;
	font-size: 54px;
	color: #fff;
	overflow: hidden;
	display: block;
	text-shadow: 2px 2px 0px #222;
	text-decoration: none;
}

div#header span#motto {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 105px;
	right: 20px;
}

div#header h1 a, div#header span#motto {
	font-family: 'Rock Salt', arial, serif;
	font-weight: normal;
}
/* Navigation menu */

div#topnav {
/*	width: 900px;*/
	height: 49px;
	float: right;
	left: -50%;
	position: relative;
}

#topnav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
/*	width: 900px;*/
	position: relative;
	left: 50%;
	z-index: 999;
}
#topnav ul li {
	width: auto;
	list-style: none;
	display: inline-block;
	padding: 0 1px 0 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
	background: url('/pics/divider.png') top right no-repeat;
}

#topnav ul li.last {
	padding: 0;
	background: none;
}

#topnav ul li a.top {
	width: auto;
	height: 49px;
	display: inline-block;
	text-align: center;
	margin: 0 14px;
	font-family: 'Rock Salt', arial, serif;
	font-size: 14px;
	text-decoration: none;
	color: #fff;	
	text-shadow: 1px 1px 0 #000;
	line-height: 41px;
}

#topnav ul li a.top span {
	width: auto;
	height: 41px;
	display: inline-block;
	text-align: center;
	padding: 0 5px;
	cursor: pointer;
}

#topnav ul li:hover a.top, #topnav ul li.over a.top {
	background: url('/pics/topnav_hover.gif') bottom center no-repeat;
}

#topnav ul li:hover a.top span, #topnav ul li.over a.top span {
	background: #000;
}

/* Drop down items */

#topnav ul ul {
	border: 0;
	-moz-opacity:.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity:.90;
}
#topnav ul ul, 
#topnav ul li:hover ul ul, #topnav ul li.over ul ul, 
#topnav ul li:hover ul ul ul, #topnav ul li.over ul ul ul,
#topnav ul li:hover ul ul ul ul, #topnav ul li.over ul ul ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 184px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
#topnav ul ul li {
	margin: 0;
	background: none;
}
#topnav ul li:hover ul, #topnav ul li.over ul {
	left: 0;
	top: 49px;
	background: none;
}
#topnav ul ul li:hover ul, #topnav ul ul li.over ul,
#topnav ul ul ul li:hover ul, #topnav ul ul ul li.over ul,
#topnav ul ul ul ul li:hover ul, #topnav ul ul ul ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

#topnav ul li:hover ul li a, #topnav ul li.over ul li a {
	line-height: 16pt;
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 6px 5px 5px 8px;
	height: auto;
	width: 170px;
	color: #fff;
	background: #000;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-shadow: none;
}
#topnav ul li ul li a:hover, 
#topnav ul li ul li:hover a, #topnav ul li ul li.over a,
#topnav ul li ul li:hover ul a:hover, #topnav ul li ul li.over ul a:hover,
#topnav ul li ul li ul li:hover a, #topnav ul li ul li ul li.over a,
#topnav ul li ul li ul li:hover ul a:hover, #topnav ul li ul li ul li.over ul a:hover,
#topnav ul li ul li ul li ul li:hover a, #topnav ul li ul li ul li ul li.over a,
#topnav ul li ul li ul li ul li:hover ul a:hover, #topnav ul li ul li ul li ul li.over ul a:hover {
	color: #000;
	background: #fff;
}
#topnav ul li ul li:hover ul a, #topnav ul li ul li.over ul a,
#topnav ul li ul li ul li:hover ul a, #topnav ul li ul li ul li.over ul a,
#topnav ul li ul li ul li ul li:hover ul a, #topnav ul li ul li ul li ul li.over ul a {
	color: #fff;
	background: #000;
}
/* Index properties */


#index_main, #left_column, #center_column, #right_column {
	float: left;
	display: inline;
}

#left_column, #center_column {
	width: 340px;
}

#left_column {
	margin: 0 0 0 3px;
}

#right_column {
	width: 213px;
}
/* quicklinks */

#quicklinks {
	width: 213px;
	padding: 0;
	margin: 0 0 10px 0;
}

#quicklinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#quicklinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 213px;
}

#quicklinks a {
	width: 198px;
	height: 47px;
	text-decoration: none;
	padding: 10px 0 0 15px;
	margin: 0;
	display: block;
	color: #fff;
	font-family: 'Rock Salt', arial, serif; 
	font-size: 14px;
	background: url('/pics/qlink.png') no-repeat left top;
	text-shadow: 1px 1px 0 #000;
}

#quicklinks a:hover, #quicklinks a.over {
	background-position: -213px 0;
}

/* Homepage Section Headers */

.content_index h2 a {
	font-family: 'Rock Salt', arial, serif; 
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: normal;
	margin: 0;
	text-shadow: 1px 1px 0 #000;
}

#left_column h2 a, #center_column h2 a, #right_column h2 a {
	height: 44px;
	padding: 8px 0 0 25px;	
}

#left_column h2 a, #center_column h2 a { width: 315px; }

#left_column h2 a { background: url('/pics/left_column_header.jpg') no-repeat left top; }
#center_column h2 a { background: url('/pics/center_column_header.jpg') no-repeat left top; }

#right_column h2 a { 
	width: 188px;
	background: url('/pics/right_column_header.jpg') no-repeat left top;
}

/* Homepage Section Table Includes */

.HPNews, .HPBBMessages, .HPLinks, .HPEvents {
	padding: 0;
	margin: 0 0 20px 0;
	color: #000;
}

/* Other homepage section extras */

.HPNews a, .HPNews a:active, .HPNews a:link, .HPNews a:visited, 
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link, .HPBBMessages a:visited, 
.HPLinks a, .HPLinks a:active, .HPLinks a:link, .HPLinks a:visited,
.HPEvents a, .HPEvents a:active, .HPEvents a:link, .HPEvents a:visited {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

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

.HPNews #r, .HPEvents #r, .HPBBMessages #r, .HPLinks #r {
	padding-bottom: 10px;
}

tr#showAll-0 a, tr#showAll-hplinks a, tr#showCalendar-0 a, tr#showAll-hpbbmessages a {
	font-size: 12px;
	text-decoration: none;
	color: #cd0000;
	font-weight: normal;
}

div.button {
	height: 68px;
	width: 173px; 
	padding: 20px 20px 0;
	background: url('/pics/button_bg.png');
	text-align: center;
}

div.button a, div#wotd b {
	font-family: 'Rock Salt', arial, serif; 
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #000;
}

div#sqotd { background: url('/pics/qotd.jpg'); }

div#wotd small {
	color: #fff;
}

div#wotd b {
	font-size: 16px;
}

div#wotd a {
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* Image shuffles */

#shuffle1 {
	width: 663px;
	height: 289px;
	padding: 8px 0 3px 12px;
}

/* Footer */

#push, #footer {
	height: 107px;
}

#footer {
	width: 100%;
	text-align: left;
	background: url('/pics/footer_bg.png') top center repeat-x;
}

#footer_inner {
	width: 900px;
	height: 107px;
	margin: 0 auto;
	position: relative;
}
address {
	text-align: center;
	color: #fff;
	padding: 7px 0 0 0;
	font-family: 'Droid Sans', arial, serif;
	font-style: normal;
	font-size: 14px;
	line-height: 41px;
}
a#edunet {
	width: 148px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 30px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edlio_gray.png') no-repeat;  
}
#edu_logo {
	width: 148px;
	margin: 0 auto;
}

a#district_link {
	display: block;
	overflow: hidden;
	height: 0;
	width: 0;
	padding: 46px 0 0 46px;
	background: url('/pics/district_logo.jpg');
	position: absolute;
	top: 55px;
	left: 16px;
}

img#iphone {
	position: absolute;
	top: 67px;
	right: 19px;
}

/* Quick Poll */
.HPQuickPoll h2 {
    width: 271px;       /* header width  */
    padding-top: 43px;  /* header height */
    /* default background image is /pics/quick_poll_header.png  */
}
 
.HPQuickPoll .bar-color {
    background-color: #10296B;   /* results bar color */
}

/* PageNav */
#pageNav {
	border: none;
	width: 250px;
	background: #730000 url('/pics/pagenav_bg.jpg') top left no-repeat;
}
#pageNav img {
	display: none;
}

#pageNav ul {
	list-style: none;
	padding: 30px 0!important;
	margin: 0!important;
}

#pageNav ul li {
	margin-bottom: 14px;
}

#pageNav ul li a, #pageNav ul li b {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 216px;
	padding: 7px 10px 10px 27px;
}

#pageNav ul li a:hover, #pageNav ul li a.over {
	background: #000;
}

#pageNav ul li b { text-decoration: underline; }

.crimsonlinks {
	color:#990000;
}
.crimsonlinks a:link, .crimsonlinks a:visited, .crimsonlinks a:hover, .crimsonlinks a:active, .crimsonlinks a { color:#990000; }

body .HPQuickPoll h2 {
    width: 0;       /* header width  */
    padding-top: 0;  /* header height */
	display: none;
    /* default background image is /pics/pics/quick_poll_header.png  */
}
.HPQuickPoll .bar-color {
    background-color: #CD0000;   /* results bar color */
	height: 10px;
}




