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

@import url(http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light);

/* General */

body {
	background-color: #f2ede1;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 980px;	
	padding:0;
	padding-left:20px;
	background-image:url('/pics/shadow.gif');
	background-repeat:repeat-y;
}
.contentIndex, .content {
	text-align: left;
	background-color:#FFF;
	width: 720px;
	padding:4px 20px 8px;
	margin-right:20px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex {
	position: relative;	
}
.content {
	margin-bottom:20px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 700px;
	height: 24px;
	padding: 8px 0 0 20px;
	margin-bottom: 18px;
	border-bottom:1px solid #000;
	font-family: 'Josefin Sans Std Light', arial, serif;	color: #e43cc3;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#searchbar {
	color: #000;
	font-weight: bold;
	float: left;
	right:160px;
	top:0;
	position:absolute;
}
#googleTranslate {
	float: right;
	margin: 0;
	position:absolute;
	top:0;
	right:0;
}
marquee {
	width: 720px;
	height: 18px;
	background: #fff;
	color: #000;
	padding: 0px 0px 6px;
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;        
}

/* Header */
div#header {
	position: relative;
    z-index:9000;
	background-image:url('/pics/header.jpg');
    background-repeat:no-repeat;
	width:780px;
	height:249px;
}
div#header h1 {
	width: 760px;
	height: 132px;
	margin: 0;
	padding: 0;
}
div#header h1 a {
	display: block;
	height: 0;
	padding-top: 132px;
	width: 760px;
	overflow: hidden;
	position: relative;
	z-index: 999;
	font-size: .2em;
}
div#header a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
}
div#header p { margin: 3px 0; }
div#header p a {
	font-size:13px;
	text-transform:none;
	margin-left:25px;
}

/* Navigation menu */

div#menu {
	width: 200px;
	position: relative; /* do not remove, this fixes something for IE6 */
	z-index: 9999;
	float:left;
	background-image:url('/pics/menu_bg.gif');
	background-repeat:repeat-y;
}
ul#topNavItems {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	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 {
	width:170px;
	height: 14px;
	display: block;
	overflow: hidden;
	padding: 3px 6px;
	margin:0px 12px 3px 6px;
	color:#FFF;
	text-decoration:none;
	background-image:url('/pics/menu_selected.gif');
	background-repeat:no-repeat;
	background-position: 0 -27px;
}
ul#topNavItems li:hover a, ul#topNavItems li.over a {
	background-position: 0 0 !important;
	
}

/* Index properties */

.leftColumn {
	width: 350px;
	margin-right:10px;
	float: left;
}
.rightColumn {
	width: 350px;
	padding-left:10px;
	float: left;
}

/* Quicklinks */

#quickLinks {
	width: 320px;
	float:left;
	padding: 8px 15px;
	margin: 8px 0;
	background-image:url('/pics/quicklinks_bg.gif');
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 320px;
	overflow:auto;
}
#quickLinks ul li {
	width: 320px;
	float: left;
}
#quickLinks a {
	width: 319px;
	text-decoration: none;
	padding: 0;
	line-height:30px;
	margin: 0 0 1px 0;
	overflow: hidden;
	display: block;
	color: #a4a4a4;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;

}

#quickLinks a#midNav1 {	color:#a4a4a4; }
#quickLinks a#midNav2 {	color:#ce42d5; }
#quickLinks a#midNav3 {	color:#000; }
#quickLinks a#midNav4 {	color:#8d4981; }
#quickLinks a#midNav5 {	color:#ce42d5; }
#quickLinks a#midNav6 {	color:#a4a4a4; }

/* Homepage Section Headers */

.leftColumn h2 a, .rightColumn h2 a {
	width:346px;
	height:30px;
	font-family: 'Josefin Sans Std Light', arial, serif;
	font-size:24px;
	color:#e43cc3;
	
	padding: 5px 2px 0 2px;	
	display: block;
	margin: 0;
	text-decoration:none;
	overflow: hidden;
}

/* Homepage Sections Containers */

.leftColumn .container, .rightColumn .container {
	width:310px;
	padding:20px;
	margin-bottom:8px;
	background-image:url('/pics/container_bg.gif');
	background-repeat:no-repeat;
	background-position:top center;
}


/* Homepage Section Table Includes */

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

/* Image shuffles */
#rotate_overlay {
	position:absolute;
	width:720px;
	height:181px;
	margin:28px 20px 0;
	background: url('/pics/shuffle.png');
	left:0;
	top:0;
	z-index:99;
	behavior: url('/apps/shared/iepngfix.htc');
}
#shuffle1 {
	width: 720px;
	height: 181px;
	float:left;
	padding: 0;
	position: relative;
	z-index: 90;
}

/* Footer */

div#footer {
	width: 630px;
	height: 40px;
	padding: 100px 20px 0 350px;
	margin: 0 auto;
	text-align: left;
	color:#FFF;
	background: url('/pics/footer.jpg') no-repeat center top;
}

address {
	margin-top:10px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	left: 1px;
	top:52px;
}
#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; 
}
a#edunet {
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
}
#edu_logo {
	width: 245px;
	margin: 0 10px 0 0;
	float:right;
}


/***   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');
}







