/* General */
html {
	background: url('/pics/body_bg.jpg') top left repeat-x #72ac58;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: url('/pics/bgtop.jpg') top center no-repeat;
}
div#shadow {
	margin: 0 auto;
	width: 914px;
	behavior: url('/apps/shared/iepngfix.htc');
	text-align: left;
	background: url('/pics/shadow.png') top left repeat-y;
}
div#toppanel {
	width: 894px;
	height: 22px;
	padding: 2px 10px 0 10px;
	background: url('/pics/toppanel.jpg') top left no-repeat;
	color: #fff;
	margin: 0 auto;
}
div#headerTop {
	width: 914px;
	height: 40px;
	background: url('/pics/header_top.jpg') top left no-repeat #15397c;
	position: relative;
	z-index: 9999;
}
div#wrapper {
	width: 900px;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 0;
	margin-left: 8px;
}
.contentIndex {
	text-align: left;
	background: url('/pics/indexbg.gif') top left repeat-y;
	width: 900px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
}
.content {
	text-align: left;
	background: url('/pics/contentbg.gif') top left repeat-y;
	width: 860px;
	padding: 0 20px 25px 20px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
	line-height: 1.4em;
}
#headerBot {
	width: 900px;
	height: 28px;
	background: url('/pics/headerbot.jpg') top left no-repeat;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
#marquee {
	color: #fff;
	width: 590px;
	*width: 610px;
	padding-top: 3px;
	float: left;
}
#search {
	width: 148px;
	height: 19px;
	background: url('/pics/search_repeat.gif') top left repeat-x;
	float: left;
	margin-left: 5px
}
#googleTranslate {
	float: right;
	font-size: 11px;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	height: 40px;
	padding: 5px 0 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') repeat-x;
	text-transform: uppercase;
}
/* Header */

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#headerIMG {
	width: 900px;
	height: 207px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url('/pics/header.jpg') no-repeat;
}
/* Navigation menu */
div#menu {
	width: 914px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
ul#topNavItems {
	list-style: none;
	margin: 0;
	padding: 0;
	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: 40px 0 0 0;
	background-position: 0 0;
	margin: 0;
}
ul#topNavItems li a#topNav1 {
	width: 103px;
	background: url('/pics/topnav1.gif') no-repeat;
}
ul#topNavItems li a#topNav2 {
	width: 97px;
	background: url('/pics/topnav2.gif') no-repeat;
}
ul#topNavItems li a#topNav3 {
	width: 107px;
	background: url('/pics/topnav3.gif') no-repeat;
}
ul#topNavItems li a#topNav4 {
	width: 91px;
	background: url('/pics/topnav4.gif') no-repeat;
}
ul#topNavItems li a#topNav5 {
	width: 90px;
	background: url('/pics/topnav5.gif') no-repeat;
}
ul#topNavItems li a#topNav6 {
	width: 79px;
	background: url('/pics/topnav6.gif') no-repeat;
}
ul#topNavItems li a#topNav7 {
	width: 83px;
	background: url('/pics/topnav7.gif') no-repeat;
}
ul#topNavItems li a#topNav8 {
	width: 129px;
	background: url('/pics/topnav8.gif') no-repeat;
}
ul#topNavItems li a#topNav9 {
	width: 135px;
	background: url('/pics/topnav9.gif') no-repeat;
}
ul#topNavItems li:hover a {
	background-position: 0 -40px !important;
}
/* 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-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: 0;
	top: 40px;
	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: none
}
ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 8px;
	height: auto;
	width: 180px;
	color: #4e4e4e;
	background: #fff;
	position: relative;
	left: -5px;
	font-family: Arial;
	font-size: 12px;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	opacity:.95;
	border-left: solid 4px #a1a1a1;
	letter-spacing: normal;
}
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: #7c1b32;
	border-left: solid 4px #ad2949
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #7c1b32;
	border-left: solid 4px #ad2949
}
/* Index properties */
#indexTop {
	width: 900px;
	min-height: 150px;
	height: auto!important;
	height: 150px;
	background: url('/pics/indextop.jpg') top left no-repeat;
}
#leftColumn {
	width: 593px;
	float: left;
}
#rightColumn {
	width: 307px;
	float: right;
}
/* Quicklinks */
#quickLinks {
	width: 280px;
	padding: 0;
	margin: 0 auto;
}
#quickLinks span.midnavtop {
	width: 0;
	height: 0;
	background: url('/pics/midnavtop.jpg') top left no-repeat;
	display: block;
	padding: 0 0 6px 280px;
	margin: 0;
	overflow: hidden;
}
#quickLinks span.midnavbot {
	width: 0;
	height: 0;
	background: url('/pics/midnavbot.jpg') top left no-repeat;
	display: block;
	padding: 0 0 7px 280px;
	margin: 0;
	overflow: hidden;
}
#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 22px 280px;
	margin: 0;
	overflow: hidden;
	display: block;
}
#quickLinks a#midNav1 {
	background: url('/pics/midnav1.jpg') no-repeat;
	background-position: 0 0;
}
#quickLinks a#midNav2 {
	background: url('/pics/midnav2.jpg') no-repeat;
	background-position: 0 0;
}
#quickLinks a#midNav3 {
	background: url('/pics/midnav3.jpg') no-repeat;
	background-position: 0 0;
}
#quickLinks a#midNav4 {
	background: url('/pics/midnav4.jpg') no-repeat;
	background-position: 0 0;
}
#quickLinks a#midNav5 {
	background: url('/pics/midnav5.jpg') no-repeat;
	background-position: 0 0;
}
#quickLinks a#midNav6 {
	background: url('/pics/midnav6.jpg') no-repeat;
	background-position: 0 0;
}
#quickLinks a#midNav7 {
	background: url('/pics/midnav7.jpg') no-repeat;
	background-position: 0 0;
}
#quickLinks a#midNav8 {
	background: url('/pics/midnav8.jpg') no-repeat;
	background-position: 0 0;
}
#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: -280px 0px;
}
/* Homepage Section Headers */
h2 a#mission {
	width: 0;
	height: 0;
	padding: 0 0 54px 593px;
	margin: 0;
	background: url('/pics/mission_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	overflow: hidden;
}
h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 54px 593px;
	margin: 0;
	background: url('/pics/news_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');	
	display: block;
	overflow: hidden;
}
h2 a#bulletin {
	width: 0;
	height: 0;
	padding: 0 0 54px 593px;
	margin: 0;
	background: url('/pics/bulletin_board_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	overflow: hidden;
}
h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 55px 307px;
	margin: 0;
	background: url('/pics/events_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	overflow: hidden;
}
/* Homepage Sections Containers */
#missionContainer{
	width: 563px;
	min-height: 150px;
	height: auto!important;
	height: 150px;
	margin: 0;
	padding: 10px 10px 0 20px;
}
#newsContainer, #bulletinContainer {
	width: 593px;
	min-height: 150px;
	height: auto!important;
	height: 150px;
	margin: 0;
	padding: 10px 0 0 0;
}
#eventsContainer {
	width: 307px;
	min-height: 120px;
	height: auto!important;
	height: 120px;
	margin: 0;
	padding: 0;
}
.HPNews, .HPBBMessages {
	width: 535px;
	padding: 0;
	color: #666666;
	line-height: 1.4em;
	margin: 0 auto;
}
.HPNews td#r {
	padding-bottom:30px !important;
}
.HPEvents, .HPLinks {
	width: 260px;
	padding: 0;
	margin: 10px auto 0;
	color: #666666;
	line-height: 1.4em;
}
/* Other homepage section extras */

.HPNews a, .HPNews a:active, .HPNews 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, .HPEvents a, .HPEvents a:active, .HPEvents a:link {
	color: #666666; font-weight:bold;
}
.HPEvents a:hover, .HPNews a:hover, .HPSpotlight a:hover {
	text-decoration: none
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 7px;
	padding-right: 5px;
	display: none;
}
/* Image shuffles */

#rotate_overlay1 {
	width: 900px;
	height: 255px;
	position: absolute;
}
#header_shuffle {
	width: 900px;
	height: 255px;
}
#rotate_overlay2 {
	width: 280px;
	height: 167px;
	position: absolute;
}
#shuffle2container {
	width: 282px;
	padding-left: 13px; 
}
#shuffle2 {
	width: 280px;
	height: 167px;
	margin: 0 auto;
}
/* Footer */
div#footer {
	width: 914px;
	height: 64px;
	display: block;
	background: url('/pics/footer.jpg') top left no-repeat;
	margin: 0 auto;
}
#address {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#address a {
	text-decoration: none;
	color: #fff;
	width: 884px;
	height: 46px;
	padding: 18px 30px 0 0;
	display: block;
}

