body {
	background: url('images/blue.gif') repeat-y center;
	background-color: #9D987A;
	margin: 0px;
}

.topback {
	background: url('images/tile.jpg') repeat-x;
}

#container {
	width: 980px;
	background-color: #FFF;
}

.whitepad {
	width: 972px;
	padding-bottom: 4px;
	text-align: left;
}

#header {
	background: url('images/header.jpg') no-repeat top center;
	height: 102px;
}

.subheader {
	height: 98px;
}

#logo {
	float: left;
	padding: 8px 0px 0px 11px;
}

#title {
	float: left;
	padding: 18px 0px 0px 9px;
}

#title h1, #title h2 {
	font-family: "Arial Narrow", Arial;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 120%;
}

#title h1, #title a {
	color: #1A4498 !important;
	text-decoration: none;
	font-size: 28px;
}

#title h2, #title h2 a {
	color: #666666 !important;
	text-decoration: none;
	font-size: 20px;
}

#searchbox {
	float: left;
	margin-top: 67px;
	margin-left: 75px;
}

#search input, #search a, #search span {
	float: left;
	height: 18px;
	margin-top: 5px;
	margin-left: 5px;
}

#search a, #search span {
	line-height: 18px;
	text-decoration: none;
	color: #EEECDD;
	font-size: 11px;
	font-weight: bold;
}

.search_field {
	color: #535353;
	font-size: 10px;
}

#events {
	float: left;
	width: 242px;
	height: 320px;
	overflow: hidden;
	background: url('images/event_back.jpg') no-repeat;
}

.upcoming {
	height: 44px;
	line-height: 50px;
	font-family: Georgia, Arial;
	color: #EDEADA;
	font-size: 19px;
	padding-left: 12px;
}

.eventdrop {
	padding: 15px 10px 0px 3px;
}

.eventdate a, .eventdetail a {
	color: #FFF !important;
	text-decoration: none;
}
.eventdate a:hover, .eventdetail a:hover {
	color: #EDEADA !important;
}

.eventdate {
	text-align: center;
}

.eventdate div {
	width: 40px;
	border-right: 1px #415735 solid;
}

.eventdate b {
	font-weight: normal;
	font-size: 19px;
}

.eventdetail {
	padding-left: 9px;
	font-size: 13px;
	color: #FFF;
}

#imagery {
	float: left;
	width: 488px;
}

#spotlight {
	float: left;
	width: 242px;
	height: 320px;
	overflow: hidden;
	background: url('images/spot_back.jpg') no-repeat;
}

#homecontent {
	width: 730px;
	background: url('images/home_back.jpg') no-repeat;
}

.padcontent {
	padding: 25px 35px 25px 35px;
}

#banners {
	width: 242px;
	background: url('images/banner_back.jpg') no-repeat;
	background-color: #DCD8BD;
	text-align: center;
	padding-top: 20px;
}
.banner img {
	padding: 1px;
	margin-bottom: 15px;
	background: #FFF;
	border: 1px #000 solid;
}


/* NAVIGATION */

#nav {
	height: 47px;
	background-color: #3C5B6F;
	margin-bottom: 5px;
}

#nav ul {
	display: block;
	float: left;
	height: 36px;
	padding: 0px;
	margin: 0px;
	margin-left: 3px;
}

#nav li {
	list-style: none;
	display: block;
	float: left;
	height: 36px;
	margin: 6px 0px 6px 6px;
}

#nav li a {
	color: #00F1FF;
	font-size: 21px;
	line-height: 36px;
	font-family: Georgia;
	text-decoration: none;
	text-shadow: #000 0px 0px 4px;
	filter: Shadow(Color=#000000,
                 Direction=135,
                 Strength=4);
}

#nav li a:hover {
	font-size: 21px;
	line-height: 36px;
	text-decoration: none;
}

/* NORMAL */
#nav li div {
	background: url('images/nav_back.jpg');
}

#nav li div span {
	background: url('images/nav_left.jpg') no-repeat;
	display: block;
	width: 100%;
	height: 36px;
}

#nav li div span span {
	background: url('images/nav_right.jpg') no-repeat right;
	display: block;
	width: 100%;
	height: 36px;
}

/* HOVER */
#nav li.navhover {
	cursor: pointer;
	cursor: hand;
}

#nav li.navhover a {
	color: #E3E0CB;
}

#nav li.navhover div {
	background: url('images/nav_hover_back.jpg');
}

#nav li.navhover div span {
	background: url('images/nav_hover_left.jpg') no-repeat;
	display: block;
	width: 100%;
	height: 36px;
}

#nav li.navhover div span span {
	background: url('images/nav_hover_right.jpg') no-repeat right;
	display: block;
	width: 100%;
	height: 36px;
}

#nav li a:hover {
	text-decoration: none;
}

/* ACTIVE */
#nav li.active div {
	background: url('images/nav_active_back.jpg');
}

#nav li.active div span {
	background: url('images/nav_active_left.jpg') no-repeat;
	display: block;
	width: 100%;
	height: 36px;
}

#nav li.active div span span {
	background: url('images/nav_active_right.jpg') no-repeat right;
	display: block;
	width: 100%;
	height: 36px;
}

/* END NAVIGATION */

#footer {
	padding: 25px;
	background-color: #5583A0;
	text-align: left;
}

.kicker {
	clear: both;
}