body {
	background-color: #ffffff;
	margin:0px;
}


/*---------------- HEADER STYLES ----------------*/
#header_container {
	position:relative;
	width:100%;
	height:358px;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	z-index:10;
}
#header {
	position:relative;
	width: 970px;
	height:316px;
	margin:auto;
}
#top_nav {
	position:absolute;
	width:610px;
	top:12px;
	right:0px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}
#top_nav a {
	color:#000000;
	text-decoration:none;
	line-height:1;
}
#search {
	position:absolute;
	width:251px;
	height:20px;
	top:3px;
	right:6px;
	background-image:url(../images/search_bg.png);
	background-repeat:no-repeat;
	background-position:left;
}
#search .search_bar_field {
	position:absolute;
	top:2px;
	left:12px;
	width:200px;
	color:#909090;
	background-color:#ffffff;
	border:0px;
	padding:2px;
	font-size:10px;
	border:0px;
}
#search .go_button {
	position:absolute;
	top:0px;
	right:0px;
}
#logo {
	position:absolute;
	width:190px;
	height:246px;
	top:42px;
	left:90px;
}

#flash {
	position:absolute;
	width:600px;
	height:262px;
	top:53px;
	right:20px;
}
#flash_frame {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
#flash_rotator {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#menu {
	position:relative;
	height:32px;
	padding-bottom:10px;
}

/*---------------- CONTENT AREA STYLES ----------------*/
#content_container {
	position:relative;
	width:100%;
	z-index:1;
}
#contentarea {
	position:relative;
	width: 970px;
	margin:auto;
	padding:0px 0px 15px 0px;
	background-image:url(../images/contentarea_bg.png);
	background-repeat:repeat-y;
}

/*---------------- LEFT COL STYLES ----------------*/
#leftcol{
	float:left;
	width:210px;
	padding:0px 20px 0px 20px;
	text-align:center;
}
#events {
	position:relative;
	text-align:center;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #94b668;
}
#events a {color:#000000; font-weight:bold; text-decoration:none; font-size:11px; line-height:12px;}
#events a:hover {color:#1a5e14;}
#mini_news {
	position:relative;
	text-align:center;
	padding:0px 0px 10px 0px;
}
#mini_news a {color:#000000; font-weight:bold; text-decoration:none; font-size:11px; line-height:12px;}
#mini_news a:hover {color:#1a5e14;}

/*---------------- CONTENT STYLES ----------------*/
#content {
	float:left;
	width:434px;
	text-align:left;
	padding:5px 25px 15px 25px;
}
* html #content {padding:20px;}
#content_2col {
	float:left;
	width:670px;
	text-align:left;
	padding:5px 25px 15px 25px;
}
* html #content_2col {padding:20px;}

/*---------------- RIGHT COL STYLES ----------------*/
#rightcol{
	float:right;
	width:212px;
	padding:5px 24px 10px 0px;
}
#mini_news {}
#feature_buttons {}
#weather {
	text-align:center;
	background-color:#fff3a6;
	border:1px solid #1a5e14;
	padding:20px 0px 20px 0px;
}

/*---------------- FOOTER STYLES ----------------*/
#footer_container {
	position:relative;
	width:100%;
}
#footer {
	position:relative;
	width: 930px;
	height:60px;
	margin:auto;
	padding:30px 20px 0px 20px;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	background-color:#3c8336;
	font-size:12px;
	color:#ffffff;
	line-height:normal;
}
#footer a {
	text-decoration:none;
	color:#ffffff;
}
#footer a:hover {color:#333333;}
#footer_left {
	position:relative;
	width:700px;
	float:left;
}
#footer_nav {
	color:#ffffff;
	padding:5px 0px 5px 0px;
	text-transform:uppercase;
}
#footer_right {
	position:relative;
	width:200px;
	float:right;
	text-align:right;
	font-size:10px;
}
/*---------------- GENERAL STYLES ----------------*/
a {
	color: #1a5e14;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

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

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

