/* General */

body {
	background: #6c7783 url('/pics/body_bg.jpg') repeat-x left top;
	text-align: center;
	margin: 0 0 25px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: url('/pics/top.jpg') no-repeat top left;
	text-align: left;
}
div#sides {
	margin: 0 auto;
	width: 960px;
	background: url('/pics/shadow.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
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: url('/pics/content.gif') repeat-y left top;
	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: 868px;
	height: 28px;
	padding: 12px 0 0 16px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') no-repeat left top;
	text-transform: uppercase;
}
#search {
	color: #000;
	background: url('/pics/search_bg.gif') no-repeat left top;
	position: absolute;
	left: 244px;
	top: 33px;
	width: 155px;
	padding: 0 0 0 17px;
}
#googleTranslate {
	position: absolute;
	left: 750px;
	top: 175px;
}
#missionContainer p {
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: justify;
}
#missionContainer p:first-letter {
	color: #fade02;
	font-size: 16pt;
}
/* Header */

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#headerIMG {
	width: 900px;
	height: 202px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url('/pics/header.jpg') no-repeat;
	position: relative;
}
/* Navigation menu */

div#menu {
	background: url('/pics/topnav_bg.jpg') no-repeat left top;
	width: 639px;
	height: 33px;
	padding: 0 0 0 261px;
}
ul#topNavItems {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 639px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 33px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 53px; 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: 84px; 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: 74px; background: url('/pics/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 65px; background: url('/pics/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { width: 97px; background: url('/pics/topNav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 { width: 110px; background: url('/pics/topNav8.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 {
	background-position: 0 -33px;
}
/* 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 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: #5a6888;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.90;
}
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: #fede2c;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #5a6888;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-left: 1px solid #fff;
}
/* Index properties */

#leftColumn {
	width: 551px;
	padding: 0;
	float: left;
}
#rightColumn {
	width: 349px;
	padding: 0;
	float: left;
	background: url('/pics/right_top.jpg') no-repeat left top;
}
#topLeft {
	width: 550px;
	float: left;
}
#topRight {
	width: 350px;
	float: right;
}
#indexSeparator {
	width: 900px;
	height: 7px;
	background: url('/pics/separator.jpg') repeat-x;
	clear: both;
}
/* Quicklinks */

#quickLinks {
	width: 131px;
	padding: 0;
	margin: 0;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#quickLinks ul, #quickLinks li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#quickLinks ul {
	width: 360px;
	margin: 15px 0 0 17px;
}

#quickLinks li {
	margin: 0 3px 3px 0;
	width: 158px;
	float: left;
}

#quickLinks li a {
	color: #000;
	text-decoration: none;
	
	font-size: 14px;
	font-family: Georgia;
	letter-spacing: -.04em;
	display: block;
	height: 24px;
	line-height: 23px;
	width: 138px;
	padding: 0 10px 0 10px;
	text-align: center;
	background: url(/pics/quicklink.png) 0 0 no-repeat;
}

#quickLinks li a:hover {
	background-position: 0 -24px;
	color: #fff;
}
/* Homepage Section Headers */

h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 52px 551px;
	font-size: 0;
	background: url('/pics/new_news_header.jpg') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}

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

h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 40px 349px;
	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 40px 349px;
	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 40px 551px;
	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: 551px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 0;
}
#eventsContainer {
	width: 349px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 0;
}
#bulletinContainer {
	width: 551px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 0;
}
#linksContainer {
	width: 349px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 0;
}
#missionContainer {
	width: 330px;
	height: 129px;
	background: url('/pics/mission_bg.gif') no-repeat;
	padding: 10px;
}
/* Homepage Section Table Includes */

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

.leftSectionBottom {
	width: 551px;
	height: 47px;
	background: url('/pics/left_section_bottom.gif') no-repeat;
}
.rightSectionBottom {
	width: 349px;
	height: 42px;
	background: url('/pics/right_section_bottom.gif') no-repeat;
}
.HPNews a, .HPNews a:active, .HPNews a:link, 
.HPEvents a, .HPEvents a:active, .HPEvents a:link, 
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link {
	color: #851d1b;
}
.HPNews #l, .HPEvents #l, .HPBBMessages #l, .HPLinks #l {
	padding-top: 7px;
	padding-left: 20px;
}
.HPNews #r, .HPEvents #r, .HPBBMessages #r, .HPLinks #r {
	padding-right: 20px;
}
/* Image shuffles */


/* Footer */

div#footer {
	width: 960px;
	height: 129px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.jpg') no-repeat;
}
div#footerIndex {
	width: 960px;
	height: 129px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footerIndex.jpg') no-repeat;
}
address {
	position: absolute;
	text-align: right;
	left: 92px;
	top: 90px;
	color: #fff;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
a#edunet {
	position: absolute;
	left: 682px;
	top: 120px;
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet_gray.png') no-repeat; 
	behavior: url('/apps/shared/iepngfix.htc');
}
