/* General */

body {
	background: #eaecef url('/pics/body_bg.jpg') repeat-x;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 900px;
	height: 24px;
	margin: 0 auto;
	background: url('/pics/top_bg.gif') no-repeat top left;
}
div#bottom {
	width: 900px;
	height: 19px;
	background: url('/pics/bottom.png') no-repeat;
	margin: 0 auto;
}
div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;
}
.contentIndex {
	text-align: left;
	background: url('/pics/index_bg.gif') repeat-y left top;
	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;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 866px;
	height: 26px;
	padding: 14px 0 0 18px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') left top;
	text-transform: uppercase;
}
#search {
	color: #000;
	font-weight: bold;
	float: left;
	margin-top: 3px;
	padding: 1px;
	background: #ff7e00;
	width: 170px;
	height: 15px;
}
a#espanol {
	float: right;
	width: 69px;
	height: 0;
	padding: 17px 0 0 0;
	margin: 4px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('/pics/espanol.gif') no-repeat; 
}

/* Header */

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

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	
}
/* Navigation menu */

div#menu {
	background: url('/pics/topnav_bg.gif') repeat-x;
	width: 900px;
	height: 35px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 876px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 20px;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 35px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 52px; background: url('/pics/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 73px; background: url('/pics/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 81px; background: url('/pics/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 83px; background: url('/pics/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 70px; background: url('/pics/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 63px; background: url('/pics/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { width: 59px; background: url('/pics/topNav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 { width: 125px; background: url('/pics/topNav8.gif') no-repeat; }
ul#topNavItems li a#topNav9 { width: 84px; background: url('/pics/topNav9.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,
ul#topNavItems li:hover a#topNav9, ul#topNavItems li.over a#topNav9 {
	background-position: 0 -35px;
}
/* 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;
	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: 0 0 0 8px;
	height: auto;
	width: 160px;
	color: #fff;
	background: #647398;
}
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: #001b5f;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #647398;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}
/* Index properties */
#indexTop {
	width: 900px;
	padding: 12px 0 0 0;
	background: url('/pics/index_top.gif') no-repeat;
}
#indexBottom {
	width: 900px;
	height: 28px;
	background: url('/pics/index_bottom.gif') no-repeat;
}
#leftColumn {
	width: 659px;
	padding: 0 0 0 12px;
	float: left;
}
#rightColumn {
	width: 217px;
	padding: 0;
	float: left;
	background: url('/pics/right_column_bg.gif') no-repeat left top;
}
#indexLeftBottom {
	width: 340px;
	margin: 0;
	float: left;
}
#indexRightBottom {
	width: 315px;
	margin: 0 0 0 3px;
	float: left;
}
/* Quicklinks */

#quickLinks {
	width: 191px;
	padding: 10px 0 0 26px;
	margin: 0;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks a {
	width: 0;
	height: 0;
	text-decoration: none;
	padding: 0 0 18px 147px;
	margin: 0 0 6px 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 { padding-left: 167px; background: url('/pics/midnav5.gif') no-repeat; }
#quickLinks a#midNav6 { background: url('/pics/midnav6.gif') no-repeat; }
#quickLinks a#midNav7 { background: url('/pics/midnav7.gif') no-repeat; }
#quickLinks a#midNav8 { background: url('/pics/midnav8.gif') no-repeat; }

#quickLinks a:hover#midNav1,
#quickLinks a:hover#midNav2,
#quickLinks a:hover#midNav3,
#quickLinks a:hover#midNav4,
#quickLinks a:hover#midNav6,
#quickLinks a:hover#midNav7,
#quickLinks a:hover#midNav8 {
	background-position: -147px 0;
}

#quickLinks a:hover#midNav5 {
	background-position: -167px 0;
}

/* Homepage Section Headers */

h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 61px 340px;
	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 61px 315px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#principals {
	width: 0;
	height: 0;
	padding: 0 0 106px 134px;
	font-size: 0;
	background: url('/pics/principals_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
	float: left;
}
h2 a#links {
	width: 0;
	height: 0;
	padding: 0 0 73px 315px;
	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 60px 217px;
	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: 320px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 0 10px 0 10px;
	background: url('/pics/news_bg.gif') repeat-y;
}
#eventsContainer {
	width: 295px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 0 10px 0 10px;
	background: url('/pics/events_bg.gif') repeat-y;
}
#principalsContainer {
	width: 505px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 10px;
	background: url('/pics/principals_bg.gif') no-repeat;
	font-size: 11px;
	float: left;
}
#bulletinContainer {
	width: 197px;
	min-height: 262px;
	height: auto!important;
	height: 262px;
	margin: 0;
	padding: 0 10px 0 10px;
	background: url('/pics/bulletin_board_bottom.gif') no-repeat left bottom;
}
#bulletinBoardBG {
	width: 217px;
	background: url('/pics/bulletin_board_bg.gif') repeat-y;
}
/* Homepage Section Table Includes */

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

.leftSectionBottom {
	width: 340px;
	height: 43px;
	background: url('/pics/news_bottom.gif') no-repeat;
}
.rightSectionBottom {
	width: 315px;
	height: 43px;
	background: url('/pics/events_bottom.gif') no-repeat;
}
.HPNews a, .HPNews a:active, .HPNews a:link, 
.HPEvents a, .HPEvents a:active, .HPEvents a:link, 
.HPDirectory a, .HPDirectory a:active, .HPDirectory a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link,
.HPMemoirs a, .HPMemoirs a:active, .HPMemoirs a:link {
	color: #000;
}

.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link {
	color: #fff;
}

.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}
/* Image shuffles */

#shuffle1 {
	width: 659px;
	height: 196px;
}

#left_pic {
	float: left;
	margin: 0 0 0 25px;
}

#right_pic {
	float: left;
	margin: 46px 0 0 15px;
}
/* Footer */

div#footer {
	width: 900px;
	height: 112px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.jpg') no-repeat;
}
#address {
	position: absolute;
	text-align: left;
	left: 9px;
	top: 92px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}
a#edunet {
	position: absolute;
	left: 653px;
	top: 88px;
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet_white.png') no-repeat; 
	behavior: url('/apps/shared/iepngfix.htc');
}
div#marquee {
	color: #fff;
	background: #23458f;
	width: 659px;
	height: 19px;
	padding-top: 4px;
	display: block;
}