/*General*/

body {
	background: #4962a2 url('/pics/body_bg.jpg') repeat-x center top;
	text-align: center;
	margin: 2px 0 5px 0;
	padding: 3px 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 900px;
	height: 20px;
	margin: 0 auto;
}
div#sides {
	width: 952px;
	background: url('/pics/shadow.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
	margin: 0 auto;
}
div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;
}
.contentIndex {
	text-align: left;
	background: url('/pics/index_bg.jpg') repeat-x 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: 874px;
	height: 45px;
	padding: 8px 0 0 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') repeat-x left top;
	text-transform: uppercase;
}
#search {
	color: #000;
	font-weight: bold;
	float: left;
}
#googleTranslate {
	float: left;
	margin: 0;
}
marquee {
	width: 650px;
	height: 16px;
	color: #1f3b71;
	font-weight: bold;
	padding-top: 3px;
	margin: 0;
	float: right;
}
/* Header */
div#headerIMG {
	width: 952px;
	height: 404px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url('/pics/header.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* Navigation menu */

div#menu {
	width: 952px;
	height: 30px;
	padding: 7px 0 0 0;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	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: 37px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 {width: 85px; background: url('/pics/nav/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 {width: 86px; background: url('/pics/nav/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 {width: 101px; background: url('/pics/nav/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 {width: 142px; background: url('/pics/nav/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 {width: 84px; background: url('/pics/nav/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 {width: 72px; background: url('/pics/nav/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 {width: 108px; background: url('/pics/nav/topNav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 {width: 78px; background: url('/pics/nav/topNav8.gif') no-repeat; }
ul#topNavItems li a#topNav9 {width: 144px; background: url('/pics/nav/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,
ul#topNavItems li:hover a#topNav10, ul#topNavItems li.over a#topNav10 {
	background-position: 0 -37px;
}
/* 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: 0;
}

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: #af221e;
}
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: #234ba4;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #af221e;
}
/* Index properties */

#leftColumn {
	width: 499px;
	padding: 0 0 0 17px;
	float: left;
	border-right: 1px solid #e7e9ee;
}
#rightColumn {
	width: 370px;
	padding: 20px 0 0 13px;
	float: left;
}
/* Quicklinks */

#quickLinks {
	width: 490px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
	top: -26px;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks ul li {
	float: left;
}
#quickLinks a {
	width: 0;
	height: 0;
	text-decoration: none;
	padding: 72px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
}
#quickLinks a#midNav1 { width: 127px; background: url('/pics/midnav1.gif') no-repeat; }
#quickLinks a#midNav2 {	width: 132px; background: url('/pics/midnav2.gif') no-repeat; }
#quickLinks a#midNav3 {	width: 104px; background: url('/pics/midnav3.gif') no-repeat; }
#quickLinks a#midNav4 { width: 126px; background: url('/pics/midnav4.gif') no-repeat; }

#quickLinks a:hover#midNav1,
#quickLinks a:hover#midNav2,
#quickLinks a:hover#midNav3,
#quickLinks a:hover#midNav4 {
	background-position: 0 -72px;
}
/* Homepage Section Headers */

h2 a#news {
	width: 487px;
	height: 46px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #203668;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
h2 a#events {
	width: 357px;
	height: 30px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #203668;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
h2#mission {
	width: 487px;

	font: 18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #203668;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
/* Homepage Sections Containers */

#newsContainer {
	width: 487px;
	margin: 0;
	padding: 0;
}
#eventsContainer {
	width: 357px;
	margin: 0;
	padding: 0;
}
#missionContainer {
	width: 457px;
	margin: 0;
	padding: 15px;
}
/* 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 */

.HPNews a, .HPNews a:active, .HPNews a:link, 
.HPEvents a, .HPEvents a:active, .HPEvents 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 {
	color: #000;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}
/* Image shuffles */
#rotate_overlay {
	width: 487px;
	height: 229px;
	background: url('/pics/rotate_overlay.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
	position: absolute;
}
#rotate_overlay2 {
	width: 346px;
	height: 227px;
	background: url('/pics/rotate_overlay2.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
	position: absolute;
}
/* Footer */

div#footer {
	width: 952px;
	height: 95px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
address {
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 40px;
	left: 585px;
}


