body {
	margin:0px;
	background-image:url(../images/body_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#00182a;
}



#container {
	position:relative;
	margin:auto;
	width: 996px;
	padding: 0px;
}



/* -------------------- HEADER STYLES ----------------------------*/
#header {
	position:relative;
	width:996px;
	height:145px;
	z-index:10;
}
#logo {
	position:absolute;
	top:0px;
	left:7px;
}


#topnav {
	position:absolute;
	bottom:0px;
	right:10px;
	width:180px;
	height:50px;
	z-index:5;
}


/* -------------------- FEATURE STYLES ----------------------------*/
#feature {
	position:relative;
	width:982px;
	height:308px;
	padding:7px 7px 12px 7px;
	background-image:url(../images/feature_bg.png);
	background-repeat:no-repeat;
	z-index:2;
}
#menu {
	position:relative;
	width:978px;
	padding:1px 2px 0px 2px;
	z-index:15;
}

#feature_photo {
	position:absolute;
	width:451px;
	height:283px;
	bottom:13px;
	left:9px;
	z-index:1;
}
#feature_news {
	position:absolute;
	width:390px;
	top:41px;
	left:484px;
	z-index:3;
}
#search {
	position:absolute;
	left:284px;
	bottom:-40px;
	height:25
	z-index:3;
}
#search .search_bar_field {
	position:absolute;
	top:0px;
	left:31px;
	height:15px;
	color:#0a3759;
	background-color:#7191ab;
	border:0px;
	padding:4px;
	font-size:13px;
	border:1px solid #202c33;
}
#search .go_button {
	position:absolute;
	top:0px;
	left:0px;
}
#login {
	position:absolute;
	left:180px;
	bottom:-63px;
	z-index:3;
}

/* -------------------- CONTENT STYLES ----------------------------*/

#content {
	position:relative;
	width:942px;
	margin:auto;
	text-align:left;
	padding: 19px 30px 25px 24px;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	top:310px;
	left:-5px;
}
#events {
	float:right;
	width:234px;
	border:2px solid #000000;
	background-color:#163348;
	background-image:url(../images/events_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-bottom:20px;
	margin-left:15px;
	min-height:300px;
}
* html #events {height:200px;} /*Fix for IE6*/

/* -------------------- FOOTER STYLES ----------------------------*/
#footer {
	position:relative;
	width: 996px;
	height:110px;
	margin:auto;
	font-size:10px;
	color:#7191ab;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	bottom:-130px;
	left:-24px;
}

#footer a {
	color: #7191ab;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #7fbf1f;
	text-decoration: none;
}
#footer_tag {
	position:absolute;
	top:0px;
	left:24px;
}
#footer_links {
	position:absolute;
	top:32px;
	right:12px;
	width:400px;
	text-align:right;
}

/* -------------------- GENERAL STYLES ----------------------------*/
a {
	color: #903030;
	text-decoration: none;
}

a:hover {
	color: #7fbf1f;
	text-decoration: none;
}

#content ul li {list-style:disk; padding-bottom:10px;}
#content ol li {list-style:decimal;}

.clearfloat {clear:both;}
.hidden {display:none;}
.printonly {display:none;}
