body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	color: #585858;
}

a , a:visited {
	color: #E18400;
}

a:hover , a:visited:hover {
	color:#39792A;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size:1.8em;
}

h2 {
	color:#39792A;
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	color: #585858;
	font-size:1.3em;
	font-weight: bold;
	text-decoration: underline;
}


/*********** =HEADER *************/

.header {
	background-image: url('/images/header_grain_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	height:167px;
	margin-bottom: 10px;
	position: relative;
	/*background-image: url('images/slice_header.jpg');
	background-repeat: repeat-x;*/
	z-index: 2;
}

.logo {
	padding-left:30px;
}

.logo a img {
	border: none;
}

#search, input.searchterms {
	width:163px;
	height: 29px;
	background-color: #FFFFFF;
	border:1px solid #325917;
	font-size: 1.7em;
	font-weight: normal;
	padding-left:10px;
	float: left;
	color: #4B772C;
}

.searchWrap {
	position:absolute;
	left: 731px;
	top: 38px;
	width: 215px;
}

a.goButton {
	background-image: url('/images/button_go.jpg');
	background-repeat:no-repeat;
	display: block;
	float: right;
	height: 33px;
	width: 35px;
}

a.goButton:hover, input.searchbutton:hover {
	background-image: url('/images/button_go_hover.jpg');
	cursor: hand;
	cursor: pointer;
}

input.searchbutton {
	background-image: url('/images/button_go.jpg');
	background: transparent url('/images/button_go.jpg');
	background-repeat:no-repeat;
	border: none;
	height: 33px;	
	margin-left: 1px;
	width: 35px;
}

.tagLine {
	font-family: "Palatino Linotype", Georgia, Serif;
	font-size: 1.8em;
	font-style: italic;
	color:#2D4F14;
	position: absolute;
	top:38px;
	left:412px;
	width: 300px;

}

/*********** =NAV *************/

.navWrap {
	position:absolute;
	height: 30px;
	left: 401px;
	top:125px;
}

ul.nav {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.nav li {
	background-image: url('/images/nav_bg.jpg');
	background-repeat: no-repeat;
	border-right: 1px solid #FFFFFF;
	display: inline;
	float: left;
	line-height: 2.5em;
	text-align: center;
	width: 134px;
}

ul.nav li ul {
	width: 220px;
}

ul.nav li li {
	background-image: none;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	padding-left: 10px;
	text-align: left;
	width: 210px;
}

ul.nav li li a {
	width: 210px;
}

ul.nav li.last {
	border: none;
}

ul.nav li a {
	color: #4B772C;
	font-size: 1.3em;
	width: 134px;
	height: 30px;
	display: block;
	text-decoration: none;
}

ul.nav li a:hover, ul.nav li.current a, ul.nav li.current a:hover {
	color: #4B772C;
 	background-color: #FFFFFF;
}

/*********** =NEWS *************/

.grid_3.homeNews {
	/*height:462px;*/
	padding-bottom: 10px;
	border: 1px solid #D5D5D5;
	width: 218px;
	background-color: #E5ECE4;
}

.newsWrap {
	padding:10px 0px 0px 0px;
}

.newsWrap h2 {
	padding-left:10px;
	padding-bottom: 5px;
}

.date {
	font-size: .8em;
	color: #9E9E9E;
}

.newsItem {
	padding:5px 10px;
}

.newsItemAlt {
	margin:15px 0px;
	padding:10px 10px 15px 10px;
	background-color:#E5ECE4;
}
.newsItem p, .newsItemAlt p{
	margin:3px 0px 5px 0px;
}

/*********** =CONTENT HOME *************/

.mainContent {
	height:464px;
}

.centerWrap {
	padding-bottom:32px;
}

.teaser {
	padding: 0px 0px 5px 0px;
}

.teaserWrap {
	padding-bottom: 24px;
}

h2.teaserTitle {
	color:#39792A;
	font-size: 1.5em;
	margin:0px 0px 10px 10px;
	font-weight: bold;
}

.teaser img {
	border: none 0px;
}

/*********** =FOOTER *************/

.footer {
	background-image: url('/images/footer_gradient_bg.jpg');
	background-repeat: repeat-x;
	height:52px;
	text-align: center;
	padding-top:20px;
        font-size: .8em; 
}

.footer a, .footer a:visited {
	color: #2D4F14;
}

.footer a:hover {
	color:#000000;
}

/*********** =ROTATING IMAGES *************/

.rotatingImage img
{
	border: none;
}

blockquote p {
	padding:0px 0px 10px 0px;
	margin:0;
	background:#fff url(/images/quoteR.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
}


























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

blockquote {
color:#9CB199;
margin:0px 0px 20px 0px;
padding:34px 0 0 0;
background:#fff url(/images/quoteL.jpg);
background-repeat: no-repeat;
background-position:left 14px;
}

.author {
background: none;
font-size:80%;
font-style:italic;
padding: 0px;
}


