﻿body {
	background: url("/images/mainbg.jpg");
	margin: 0;
	padding: 0;
	font-family: helvetica;
	font-size: 14px;
	color: #6f7870;
	line-height: 18px;
	text-align: left;
	white-space: normal;
	text-indent: 0;
}

h1 {width: 835px; padding: 4px 0 4px 10px;	margin: 0 0 0 10px;	font: normal 400 26px/26px Contra, Times New Roman; color: #555; border-top: 1px solid #959c96; border-bottom: 1px solid #959c96;}
h2 {font-size: 18px; font-weight: bold;}
h3 {font-size: 16px; color: #659215;}
h4 {font-size: 15px; font-weight: bold;}
h5 {font-size: 13px; font-weight: bold;}

a {color: #659215;}
img {
	border: none;
	text-decoration: none;
}

.top	{margin-top: 0;}
.bottom	{margin-bottom: 0;}
.topbot	{margin-top: 0; margin-bottom: 0;}

#main_top {
	width: 100%;
	height: 80px;
	background: url("/images/bodybg.jpg") repeat-x;
}
#main {
	width: 940px;
	margin: -64px auto;
}


/* =========== Header =========== */

#header {
	height: 167px;
	background: url("/images/maintopbg.png") no-repeat;
	position: relative;
}
#search {
	position: absolute;
	top: 23px;
	right: 68px;
	background: url("/images/cc-background.gif") no-repeat;
	width: 170px; /*width: 103px;*/
	height: 19px;
}
	.SearchBox {
		width: 131px; /*width: 80px;*/
		height: 19px;
		border: none;
		font-size: 12px;
		margin: -1px 0 0 3px;
		position: absolute;
	}
	.SearchButton {
		width: 14px;
		height: 12px;
		background: url("/images/ic_search.gif") no-repeat;
		position: absolute;
		right: 3px;
		top: 4px;
		border: none;
		cursor: pointer;
	}
#constantcontact {
	position: absolute;
	top: 49px;
	right: 68px;
	background: url("/images/cc-background.gif") no-repeat;
	width: 170px;
	height: 19px;
}
	.CCBox {
		width: 131px;
		height: 19px;
		border: none;
		font-size: 12px;
		margin: -1px 0 0 3px;
		position: absolute;
	}
	.CCButton {
		width: 19px;
		height: 12px;
		background: url("/images/cc-button.gif") no-repeat;
		position: absolute;
		right: 3px;
		top: 4px;
		border: none;
		cursor: pointer;
	}
.logo {
	width: 97px;
	height: 111px;
	position: absolute;
	top:  22px;
	left: 24px;
}
.slogan {
	color: #849286;
	font-size: 16px;
	position: absolute;
	top:  141px;
	left: 33px;
	margin: 0;
	padding: 0;
	width: 355px;
}
.rss {
	display: block;
	padding-left: 25px;
	background: url("/images/ic_rss.gif") no-repeat;
	font-size: 12px;
	height: 19px;
	line-height: 20px;
	position: absolute;
	top: 32px;
	right: 200px;
	width: 192px;
}

/* =========== End Header =========== */


/* =========== Navigation =========== */

#menu {
	position: absolute;
	top: 77px;
	right: 37px;
	width: 744px;
}
	#menu ul {
		display: inline;
		margin: 0;
		padding: 0;
	}
	#menu li {
		display: block;
    	float: left;
    	list-style: none;
		margin: 0;
		padding: 0;
		width: auto;
	}
	#menu a {
		color: #66764b;
		background: #bdd397;
		font-size: 14px;
		padding: 6px 10px 5px 10px;
		text-decoration: none;
		margin: 0 1px 0 0;
		display: block;
		line-height: normal;
	}
	#menu .current {
		background: #9eb773;
		color: white;
	}
	#menu a:hover {
		background: #9eb773;
		color: white;
	}
	.nav_tl {
		position: absolute; 
		top: 0; 
		left: 0;
	}
	.nav_tr {
		position: absolute; 
		top: 0; 
		right: 1px;
	}
	.nav_bl {
		position :absolute; 
		bottom: 0; 
		left: 0;
	}
	.nav_br {
		position: absolute; 
		bottom: 0; 
		right: 1px;
	}

/* =========== End navigation =========== */


/* =========== Footer =========== */
#footer {
	background: url("/images/mainbotbg.png") no-repeat;
	height: 60px;
	padding: 40px 55px 0 55px;
	color: #8da0ae;
	font-size: 14px;
	font-family: helvetica;
}
	#footer a {color: #ada675;}
#copyright {
	float: left;
	width: auto;
}
#powered {
	float: right;
	background: url("/images/wplogo.gif") no-repeat;
	height: 29px;
	padding-left: 36px;
	margin-top: -8px;
	padding-top: 8px;
	width: auto;
}

/* =========== End Footer =========== */


/* =========== Submenus =========== */

#submenu {
	background: url("/images/slider_post.jpg") no-repeat;	
	width: 900px;
	margin-left: -15px;
	overflow: hidden;
}
	#submenu ul {
		float: left;
		margin: 0;
		padding: 0 0 30px 0;
		font-size: 14px;
		line-height: 17px;
		color: #6e7870;
	}
	#submenu li {
		float: left;
		list-style: none;	
    	display: inline;
		width: 245px;
		margin: 30px 0 0 40px;
		text-align: left;
	}
	#submenu h3 {
		overflow: hidden;
		max-width: 250px;
		height: 50px;
		padding-top: 40px;
		font: normal 400 25px/25px Contra;
		vertical-align: bottom;
	}
	.icon {
		float: left;
		width: auto;
		height: 90px;
		margin: 0 10px 0 0;
	}
	#submenu img {
		float: left;
		width: auto;
		height: 90px;
		margin: 0 10px 0 0;
	}
	#submenu a {color: #555; text-decoration: none;}

/* =========== End Submenus =========== */


/* =========== Slider =========== */

#slider{
	position: relative;
	width: 900px;
	height: 244px;
	margin-left: -15px;
	background: url("/images/sliderbg.jpg") repeat-x;
	position: relative;
}
	#slider ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#slider li{
		width: 900px;
		height: 241px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#slider a {color: #837955; text-decoration: none;}
	#slider img {
		float: right;
		margin: 23px 52px 0 0;
		width: auto;
	}
	.slide {
		display: block;
		width: 500px;
		height: 240px;
		padding: 48px 0 0 68px;
		font: 20px/22px Contra, Times New Roman;
		text-decoration: none;
		color: #717a72;
	}
	#slider .slide h3 {
		font: normal 400 45px/45px Contra, Times New Roman;
		margin: 0 0 35px 0;
		color: #837955;
	}
#nextBtn{ 
	display: block;
	width: 27px;
	height: 49px;
	position: absolute;
	left: 888px;
	top: 95px;
}								
	#nextBtn a{  
		display: block;
		width: 27px;
		height: 49px;
		background: url("/images/btn_next.gif") no-repeat 0 0;	
	}
#prevBtn{ 
	display: block;
	width: 27px;
	height: 49px;
	position: absolute;
	left: 15px;
	top: 95px;
}	
	#prevBtn a {  
		display: block;
		width: 27px;
		height: 49px;
		background: url("/images/btn_prev.gif") no-repeat 0 0;	
	}	

/* =========== End Slider =========== */


/* =========== Content =========== */

#content {
	overflow: hidden;
	position: relative;
	width: 850px;
	min-height: 250px;
	padding: 0 50px 0 30px;
	background: url("/images/mainmidbg.png") repeat-y;
	font-size: 14px;
	line-height: 18px;
	color: #6f7870;
}
	#content h3 {
		margin: 10px 0 0 0;
		font-size: 20px;
		line-height: 25px;
		font-weight: 400;
		color: #6f7870;
	}
blockquote {
	display: block;
	width: 800px;
	margin: 10px 0 10px 15px;
	padding: 15px;
	border-left: 3px solid #857a62;
	background-color: #e0e4c5;
	color: #7b766c;
}

/* =========== End Content =========== */


/* =========== Blog =========== */

#blog_items {overflow: hidden;}
	#blog_items h3 {
		font-size: 30px;
		font-weight: 400;
		font-family: Contra;
		line-height: 30px;
		margin-bottom: 10px;
	}
	#blog_items a {text-decoration: none;}
	#blog_items a:hover {color: #6f7870;}
.blog_item {
	overflow: visible;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}
.blogpic {
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	display: block;
	width: 130px;
	height: 130px;
}
.blog_item_text {
	float: right;
	width: 360px;
	display: block;
}
.blog_meta {
	font-size: 12px;
	background: #eee;
	padding: 3px;
	line-height: 12px;
	margin-top: 10px;
}

/* =========== End Blog =========== */

/* =========== Board =========== */
#board {margin: 0; padding: 0; border: 1px solid black; border-collapse: collapse;}
	#board th {
		padding: 5px;
		background-color: #3C470E;
		color: white;
		font-weight: bold;
		vertical-align: top;
		text-align: left;
	}
	#board td {padding: 5px; vertical-align: top; font-size: 12px; border: 1px solid black;}

/* =========== End Board =========== */

#breadcrumbs {
	font-size: 12px;
	color: #6f7870;
	margin: 5px 0 0 20px;
	width: 850px;
}
.articles_container {
	overflow: hidden;
	display: inline;
}
#articles {
	width: 890px;
	padding-left: 10px;
	overflow: hidden;
}
	#articles h3 {
		font-size: 21px;
		margin-top: 40px;
		font-weight: 400;
		font-family: Contra;
		max-width: 250px;
		overflow: hidden;
		height: 30px;
		line-height: 30px;
		color: #6f7870;
	}
	#articles a {color: #6f7870;}
.article {
	width: 245px;
	float: left;
	margin: 10px 0 0 45px;
	font-size: 14px;
	color: #6e7870;
	font-family: helvetica;
	line-height: 17px;
	display: inline;
	padding-bottom: 35px;
}
.clearboth {
	clear: both;
	height: 1px;
}
#content_left {
	width: 500px;
	float: left;
	padding: 30px 50px 50px 50px;
	font-size: 14px;
	line-height: 18px;
	color: #6f7870;
}
	#content_left h3 {
		font-size: 20px;
		line-height: 25px;
		font-weight: 400;
		margin: 0;
	}
#content_right {
	float: right;
	width: 180px;
	margin: 30px 50px 50px 10px;
}
	#content_right h3 {
		font-size: 20px;
		font-weight: 400;	
		margin-bottom: 10px;
	}
	#content_right  ul {
    	margin: 0;
    	padding: 0;
		list-style-type: none;
	}
	#content_right  li {
		font-size: 14px;
		border-bottom: 1px solid #e6e9d1;
		padding: 5px 5px;
	}
	a.current {
		font-size: 18px;
		display: block;
		padding: 5px 0;
	}
	#content_right a.big {
		font-size: 18px;
		display: block;
		padding: 5px 0;
	}
	#content_right a.current {
		color: #d1d89f;
		text-decoration: none;
	}
#contactform input {
	width: 300px;
	padding: 5px 0;
	font-size: 18px;
	vertical-align: middle;
}
#contactform textarea {
	width: 300px;
	height: 150px;
	font-size: 18px;
}