@charset "UTF-8";
/* CSS Document */

body {
	background-image: url('../img/wood2.jpg');
	background-repeat: repeat;
	margin: 75px 0 10px 0;
}

li {
	padding: 0 0 10px 0;
	list-style-type: none;
	list-style-position: outside;
}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 15px;
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #009965;
	line-height: 15px;
}
a:HOVER{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #FFFFFF;
	line-height: 15px;
}

.link1 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009965;
	line-height: 14px;
}

.link1:HOVER {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 14px;
}

#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 19px;
	margin-right: 25px;
}

.green_hilite {
	color: #009965;
}

.main_nav {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.main_nav:HOVER {
	text-decoration: none;
	color: #009965;
	font-size: 12px;
}

.main_nav_current {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009965;
}
.main_nav_current:HOVER {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00704a;
}

.sub_nav {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}

.sub_nav:HOVER {
	text-decoration: none;
	color: #009965;
	font-size: 14px;
	line-height: 24px;
}

.sub_nav_current {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009965;
	line-height: 24px;
}
.sub_nav_current:HOVER {
	text-decoration: none;
	font-size: 14px;
	color: #00704a;
	line-height: 24px;
}


#sub_nav {
	text-align: right;
	width: 148px;
}

.content {
	background-color: #231f20;
	background-image: url('../img/content_back.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	/*background-attachment: fixed;*/
}

.content_top {
	background-color: #231f20;
	background-image: url('../img/content_top.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
}

.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 22px;
}

#news_title {
	border-bottom: 2px solid #FFFFFF;
}

#news_spacer {
	height: 10px;
}

.news_link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009965;
	line-height: 14px;
}

.news_link:HOVER {
	text-decoration: none;
	color: #FFFFFF;
}

.bottom_link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 14px;
}

.bottom_link:HOVER {
	text-decoration: underline;
	color: #FFFFFF;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 15px;
}

#menu_spacer {
	height: 10px;
}

#menu_header {
	width: 490px;
	border-bottom: 2px solid #009965;
}

.menu_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009965;
	line-height: 24px;
}

.menu_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009965;
	line-height: 18px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009965;
	line-height: 24px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009965;
	line-height: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009965;
	line-height: 24px;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url("../img/back.gif");
	background-repeat: repeat-y;
}
.img_border_left {
	padding: 0 10px 10px 0;
	
}
.img_border_right {
	padding: 0 0 10px 10px;
}

