/* General */
html {
	background: url('/pics/body_bg.gif') top left repeat-x #2b5cfe;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#shadow {
	margin: 0 auto;
	width: 1000px;
	behavior: url('/apps/shared/iepngfix.htc');
	text-align: left;
	background: url('/pics/shadow.png') top left repeat-y;
}
div#headerTop {
	width: 900px;
	height: 100px;
	background: url('/pics/header_top.jpg') top left no-repeat #15397c;
	position: relative;
	z-index: 9999;
}
#motto {
	position: relative;
	color: #fac303;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	top: 66px;
	left: 500px;
 *left: 400px;
}
div#wrapper {
	width: 900px;
	text-align: left;
	background: #fff;
	margin-left: 50px;
	position: relative;
	z-index: 0;
}
.contentIndex {
	text-align: left;
	background: url('/pics/indexbg.jpg') top left no-repeat #15397c;
	width: 900px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
}
.content {
	text-align: left;
	background: url('/pics/headerbot.jpg') top left no-repeat #fff;
	width: 860px;
	padding: 40px 20px 20px 20px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
	line-height: 1.4em;
	overflow: auto;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
#marquee {
	color: #000;
	width: 900px;
	background: #ffc702;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	height: 23px;
	padding: 10px 0 0 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') repeat-x;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#search {
	width: 236px;
	height: 39px;
	padding: 14px 0 0 136px;
	margin: 0 0 0 1px;
	background: url('/pics/search_bg.gif') no-repeat;
}
#googleTranslate {
	float: right;
}
#eagle {
	width: 260px;
	height: 187px;
	position: absolute;
	left: -53px;
	top: -180px;
}
/* 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;
}
#logo {
	position: absolute;
	z-index: 100;
	left: 750px;
	top: -175px;
}
/* Navigation menu */

div#menu {
	width: 735px;
	height: 34px;
	margin: 0 auto;
	position: relative;
	background: url('/pics/topnav_bg.gif') top left repeat-x;
	top: 84px;
}
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: 26px;
	width: 100px;
	display: block;
	text-align: left;
	padding: 8px 0 0 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-decoration: none;
	color: #15397c;
	float: left;
	background: url('/pics/topnav.gif') top right no-repeat;
	text-align: center;
}
ul#topNavItems li {
	margin-left: 5px;
}
ul#topNavItems li a#topNav7 {
	background: none;
}
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 {
	color: #fff;
	background: url('/pics/topnavf2.gif') top right no-repeat;
}
ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7 {
	background: url('/pics/topnavf3.gif') top right no-repeat;
	color: #fff
}
/* 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: 34px;
	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: 160px;
	color: #fff;
	background: #15397c;
	position: relative;
	left: -5px;
	font-family: Arial;
	font-size: 12px;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	opacity:.95;
	border-left: solid 5px #32589e;
	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: #15397c;
	background: #fec500;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #15397c;
	background: #fec500;
}
/* Index properties */
#indexTop {
	width: 900px;
	height: 271px;
	background: url('/pics/indextopbg.jpg') top left no-repeat;
}
#indexTopL {
	width: 341px;
	height: 271px;
	float: left;
}
#indexTopR {
	width: 551px;
	height: 271px;
	background: #000;
	float: right;
}
#leftColumn {
	width: 599px;
	float: left;
}
#rightColumn {
	width: 301px;
	float: right;
}
/* Quicklinks */
#quickLinks {
	width: 301px;
	height: 168px;
	padding: 0;
	margin: 50px 0px 0px 0px;
	background: url('/pics/midnavbg_2.png') top left no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 8px 0 0 40px;
	padding: 0;
}
#quickLinks ul li {
	margin: 0px;
	padding: 0px;
	width: 159px;
	height: 22px;
}
#quickLinks a {
	text-decoration: none;
	margin: 0;
	width: 148px;
	height: 26px;
	padding: 0;
	color: #ffd74d;
	font: 15px Georgia, "Times New Roman", Times, serif;
	display: block;
	text-align: left;
}
#quickLinks a:hover {
	color: #fff;
	background: url('/pics/midnavf2.jpg') top left no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
/* Homepage Section Headers */
h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 58px 583px;
	margin: 0;
	background: url('/pics/news_header.gif') no-repeat left top;
	display: block;
	overflow: hidden;
}
h2 a#bulletin {
	width: 0;
	height: 0;
	padding: 0 0 58px 583px;
	margin: 0;
	background: url('/pics/bulletin_board_header.gif') no-repeat left top;
	display: block;
	overflow: hidden;
}
h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 56px 299px;
	margin: 0 0 0 2px;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	overflow: hidden;
}
h2 a#links {
	width: 0;
	height: 0;
	padding: 0 0 56px 299px;
	margin: 0 0 0 2px;
	background: url('/pics/selected_links_header.gif') no-repeat left top;
	display: block;
	overflow: hidden;
}
/* Homepage Sections Containers */
#newsContainer, #bulletinContainer {
	width: 574px;
	min-height: 150px;
	height: auto!important;
	height: 150px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url('/pics/leftcontainerbg.gif') top left repeat-x #15397c;
	position: relative;
}
#eventsContainer, #linksContainer {
	width: 290px;
	min-height: 120px;
	height: auto!important;
	height: 120px;
	margin: 0 0 0 11px;
	padding: 10px 0 0 0;
	background: url('/pics/rightcontainerbg.gif') top left repeat-x #15397c;
}
.HPNews, .HPBBMessages {
	width: 534px;
	padding: 0;
	margin: 0 auto;
	color: #fff;
	line-height: 1.4em;
}
.HPEvents, .HPLinks {
	width: 260px;
	padding: 0;
	margin: 0 auto;
	color: #fff;
	line-height: 1.4em;
}
/* Other homepage section extras */

.HPNews a, .HPNews a:active, .HPNews a:link, .HPNews a:visited, .HPDirectory a, .HPDirectory a:active, .HPDirectory a:link, .HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link, .HPLinks a, .HPLinks a:active, .HPLinks a:link, .HPLinks a:visited, .HPMemoirs a, .HPMemoirs a:active, .HPMemoirs a:link, .HPEvents a, .HPEvents a:active, .HPEvents a:link, .HPEvents a:visited {
	color: #fac303;
}
.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: 599px;
	height: 325px;
	position: absolute;
}
#shuffle1 {
	width: 567px;
	height: 325px;
}
#rotate_overlay2 {
	width: 301px;
	height: 165px;
	position: absolute;
}
#shuffle2 {
	width: 301px;
	height: 165px;
}
/* Footer */
div#footer {
	width: 900px;
	height: 107px;
	background: url('/pics/footer.jpg') top left no-repeat;
	position: relative;
}

#ib{
	position: absolute;
	right: 5px;
	top: 5px;
}
#address {
	letter-spacing: 1px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#address a {
	text-decoration: none;
	color: #fff;
	width: 765px;
	height: 50px;
	padding: 35px 0 0 129px;
	display: block;
}
#search {
	width: 148px;
 *width: 149px;
	height: 21px;
	padding: 0;
	margin: 0;
	background: url('/pics/search_repeat.gif') repeat-x;
	position: relative;
	left: 159px;
	top: 48px;
}





