/* General */

body {
	background: #a4d0bd url('/pics/body_bg.jpg') repeat-x left top;
	text-align: center;
	margin: 4px 0 5px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

div#top {
	width: 900px;
	height: 43px;
	margin: 0 auto;
	background: url('/pics/top.jpg') no-repeat top left;
}

div#sides {
	margin: 0 auto;
	width: 928px;
	background: url('/pics/shadow.gif') repeat-y;
}

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;
}

#marquee {
	width: 900px;
	height: 24px;
	color: #002e11;
	font-weight: bold;
	margin-top: 5px;
}

.relative {
	position: relative;
}

.pageTitle {
	display: block;
	width: 855px;
	height: 37px;
	padding: 8px 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;                      
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') no-repeat left top;
	text-transform: uppercase;
}

#search {
	width: 156px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: #04562d;
	float: left;
}

#googleTranslate {
	float: right;
	margin: -2px 0 0 0;
}

/* Header */

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

/* Navigation menu */

div#menu {
	background: url('/pics/topnav_bg.gif') repeat-x;
	width: 900px;
	height: 30px;
	border-bottom: 1px solid #04562d;
}

ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	position: relative;
	z-index: 999;
}


ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 30px;
	float: left;
	position: relative;
	z-index: 999;
}

ul#topNavItems li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 30px 0 0 0;
	background-position: 0 0;
}

ul#topNavItems li a#topNav1 { width: 54px; background: url('/pics/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 71px; background: url('/pics/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 87px; background: url('/pics/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 95px; background: url('/pics/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 96px; background: url('/pics/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 110px; background: url('/pics/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { width: 85px; background: url('/pics/topNav7.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 { 
	background-position: 0 -30px;
}

/* Drop down items */

ul#topNavItems ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 160px;
	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;
	margin-left: 100%;
}

/* Drop down items colors and formatting */

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: #000;
}

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: #588b6f;
}

ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #000;
}

/* Index properties */

#indexTopLeft {
	width: 246px;
	padding: 0;
	float: left;
}

#indexTopRight {
	width: 654px;
	padding: 0;
	float: right;
}

#leftColumn {
	width: 245px;
	padding: 5px 0 0 5px;
	float: left;
}

#midColumn {
	width: 395px;
	padding: 5px 0 0 5px;
	float: left;
}

#rightColumn {
	width: 245px;
	padding: 5px 0 0 5px;
	float: left;
}

/* Quicklinks */

#quickLinks {
	width: 246px;
	padding: 0;
	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 26px 246px;
	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#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#midNav5,
#quickLinks a:hover#midNav6,
#quickLinks a:hover#midNav7,
#quickLinks a:hover#midNav8 { 
	background-position: -246px 0;
}

/* Homepage Section Headers */

h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 42px 392px;
	font-size: 0;
	background: url('/pics/news_header.gif') no-repeat left top;
	display: block;
	margin: 9px 0 0 0;
	overflow: hidden;
}

h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 42px 242px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}

h2 a#links {
	width: 0;
	height: 0;
	padding: 0 0 53px 235px;
	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 42px 242px;
	font-size: 0;
	background: url('/pics/bulletin_board_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}


h2 a#principal {
	width: 0;
	height: 0;
	padding: 0 0 42px 392px;
	font-size: 0;
	background: url('/pics/principals_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}

/* Homepage Sections Containers */

#principalsContainer {
	margin: 0;
	padding: 0 30px 15px 15px;
	height: 192px;
	overflow: hidden;
	background: url('/pics/principals_bg.gif') repeat-y;
	text-align: justify;
	color: #086035;
	line-height: 16px;
}
a#principalsBottom{
	padding:5px 0 0 15px;
	color:#086035;
	font-weight:bold;
}

#newsContainer {
	width: 376px;
	margin: 0;
	padding: 0;
	background: url('/pics/mid_section_bottom.gif') no-repeat left bottom;
}

#eventsContainer {
	width: 242px;
	margin: 0;
	padding: 0;
	background: url('/pics/side_section_bottom.gif') no-repeat left bottom;
}

#directoryContainer {
	
}

#bulletinContainer {
	width: 235px;
	margin: 0;
	padding: 0 0 79px 0;
	background: url('/pics/side_section_bottom.gif') no-repeat left bottom;
}

#memoirsContainer {
	width: 235px;
	margin: 0;
	padding: 0 0 79px 0;
	background: url('/pics/side_section_bottom.gif') no-repeat left bottom;
}

#linksContainer {
	width: 235px;
	margin: 0;
	padding: 0 0 79px 0;
	background: url('/pics/side_section_bottom.gif') no-repeat left bottom;
}

#memoirsContainer {

}

/* Homepage Section Table Includes */

.HPNews {
	width: 376px;
	padding: 0;
	margin: 0;
	color: #000;
	background: url('/pics/mid_section_bg.gif') repeat-y;
}

.HPEvents {
	width: 235px;
	padding: 0;
	margin: 0;
	color: #000;
	background: url('/pics/side_section_repeat.gif') repeat-y;
}

.HPDirectory {
	
}

.HPBBMessages {
	width: 235px;
	padding: 0;
	margin: 0;
	color: #fff;
}

.HPLinks {
	width: 235px;
	padding: 0;
	margin: 0;
	color: #fff;
}

.HPMemoirs {
	width: 235px;
	padding: 0;
	margin: 0;
	color: #fff;
	
}

/* Other homepage section extras */

.HPNews a, .HPNews a:active, .HPNews a:link, .HPNews a:visited,
.HPEvents a, .HPEvents a:active, .HPEvents a:link, .HPEvents a:visited,
.HPDirectory a, .HPDirectory a:active, .HPDirectory a:link, .HPDirectory a:visited {
	color: #086035;
}

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

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

/* Image shuffles */

#shuffle1 {
	width: 654px;
	height: 208px;
}

/* Footer */

div#footer {
	width: 900px;
	height: 97px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.jpg') no-repeat;
}

#address {
	position: absolute;
	text-align: right;
	left: 340px;
	top: 30px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	width: 480px;
}

#district_logo {
	position: absolute;
	left: 815px;
	top: 5px;
}
