body {
	font-family: georgia, serif;
	font-size:85%;
	}

a {
	text-decoration: none;
	color: #5B6B40;
	}
	
a:hover {
	background-color: #5B6B40;
	color: white;
	}


/*------------ Typography------------ */

p	{
	color: #222;
	}

a	{
	}

a:hover	{
	
	}

div.h1_wrap h1    {
    }   

div.h1_wrap {
   background: url(../images/rule_ornamental.gif) left bottom no-repeat;
   padding:5px 0;
    }

h1	{
	font-size: 2em;
	margin-bottom: 0.75em;
	color: #6A4032;	
	}
    
h2    {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;	
	color: #6A4032;	
    
    } 
	
h3	{
	font-size: 1.35em;
	line-height:1;
	margin-bottom: 1.125em;
	color: #6A4032;	
	
	}	
	
h4 {
	color: #6A4032;	
	
	}

h5	{
	color: #6A4032;	
	
	}

div.channel_description {
	color: #555;
	font-style: italic;
	margin-bottom: 1.5em;      
    } 

ol {
	list-style-type: decimal;
	}

ol li ol {
	list-style-type: lower-roman;
	}
	
ul {
	list-style-type: disc;
	}
	
ul li ul {
	list-style-type: circle;
	}

bold, strong {
	font-weight: bold;
	}

em, italic {
	dont-style: italic;
	}
	
blockquote {
	color: #555;
	font-style: italic;
	margin-right: 2em;
	margin-left: 2em;
	
	}

/*------------ Primary Layout ------------*/
html	{
	background: url(../images/content_background.jpg) 0 0 repeat;
	}
	
body	{
	background: url(../images/content_background.jpg) 0 0 repeat;	
	}

div#site_wrap {
	width: 100%;
	background: url(../images/header_background.jpg) 0 0 repeat-x;
	}
	
div.container {
	margin:0px;
	}

div.col1 {

	}

div.col2 {

	}
		
	body#two_column div#content div.col2 {
		}	

div.col3 {
	margin-left: 30px;
	padding-left: 30px !important;	

	}

div.clear_float {
	
	}
	
	
/*------------ Header ------------*/
div#header {
	width: 975px;
	height: 265px;
	position: relative;
	}

div#header h1 {
	width: 975px;
	height: 265px;
	background: url(../images/header.jpg) 0 0 no-repeat;
	text-indent: -99999px;
	}

div#contact {
	position: absolute;
	left: 650px;
	top: 12px;
	}

div#contact {
	z-index: 2;
	}

div#contact ul {
	
	}
	
div#contact ul li {
	display: inline;
	}
	
div#contact ul li a {	
	color: #6A4032;
	font-size: 1.2em;
	}

div#contact ul li a:hover {	
	color: #5B6B40;
	text-decoration: underline;
	}

div#contact ul li a#contact_us {	
	background: url(../images/contact_us.gif) 0 0 no-repeat;
	padding-left: 31px;
	}

div#contact ul li a#rss_feed {	
	background: url(../images/rss_feed.gif) 0 0 no-repeat;
	padding-left: 25px;
	padding-right: 20px;
	}


/*------------ Navigation ------------*/

/* Main Nav */

div.main_nav {
	background: url(../images/nav_background.jpg) 0 0 no-repeat;
	padding: 0 0 20px 20px; 
	}
	
ul.main_nav {
  width: 160px;
  padding-top: 20px;
  position: relative;
  top: -20px;
  }
  
ul.main_nav li {
	float: none;
	margin-bottom: 0.1em;	
	font-size: 1.3em;
  position:relative;
	}

ul.main_nav li a {
	padding: 0.4em 0.2em;
	}

ul.main_nav li a:hover,
ul.main_nav li.sfHover a {
	background-color: #5B6B40;
	color: white;
	}

ul.main_nav li.active a {
	color: #6A4032;
	}

ul.main_nav li.active a:hover {
	background-color: #5B6B40;
	color: white;
	}

ul .sf-sub-indicator {
	display:none;
	}

/* Superfish Sub Nav */

ul.main_nav ul li {
	height: auto;
	width: 8em;
	padding: 0.4em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #5B6B40;
	margin-bottom: 0;
  float:left;
	}

ul.main_nav ul li ul li {
	background-color: #555B46;
	margin-left: 10px;
	font-size: 1em;
	}

ul.main_nav li.sfHover ul li a {
	background-color: transparent;
	}
	
ul.main_nav ul li a, ul.main_nav li.active ul li a {
	font-size: 0.6em;
	font-family: arial, sans-serif;
	color: white;
	text-indent: 0;
	height: auto;
	background: none ;
	padding: 0;
	}

ul.main_nav ul li a:hover {
	color: #B2BD88;	
	}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			8em; /* match ul width */
	top:			0;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			8em; /* match ul width */
	top:			0;
}

ul ul .sf-sub-indicator	{
	display:inline;
	}




	
/*------------ Content ------------*/

div#content_wrap {
	width: 1075px;
	clear: both;
	}

div#content {
	
	}
	
div#content_bottom {
	clear: both;
	margin-bottom: 20px;
	}
	
div#content div.col1 {
	}

div#content div.col2 {
	
	}
	
div#content div.col3 {
	background: url(/templates/template202/images/col3_border.gif) 0 0 repeat-y;
	padding-left: 20px;
	}


/* Mailing List Form */

div#mailing_list {
	margin-bottom: 2.5em;
	border-bottom: 3px double #6A4032;	
	padding-bottom: 2.5em;
	}


input.text_field {
	margin-bottom: 0.5em;
	background-color: #F1F3E9;
	border: 2px solid #7D6D66;
	padding: 2px;
	width: 152px;
	}

input.submit_button {
	
	}
	
/*Custom Widget*/

div#widget {
	border-bottom: 3px double #6A4032;	
	margin-bottom: 2.5em;
	padding-bottom: 1em;
	}

div#widget h3 {
	}
	
div#widget p {
	
	}

/*News from the Farm*/

div.news	{
	border-bottom: 3px double #6A4032;	
	margin-bottom: 2.5em;
	}
	
h3.news	{
	
	}

div#news_bottom {
	
	}

ul.news	{
	list-style-type: none;
	margin-left: 0;
	}
	
ul.news li	{
	margin-bottom: 1em;
	border-bottom: 1px solid #ADB59F;	
	padding-bottom: 1em;
	}


/* Blog */
div.news-item {
	background: url(../images/rule_ornamental.gif) left bottom no-repeat;
	margin-bottom: 3em;
	padding-bottom: 2em;
	}

div.news_title {
	font-size:1.5em;
	line-height:1;
	margin-bottom: 0.5em;
	}

div.news_timedate {
	font-size: 1.35em;
	line-height:1;
	margin-bottom: 1.125em;
	color: #6A4032;	
	}

div#pagination {
	border: 3px double #6A4032;
	padding: 0.75em 0.5em;
	}

div#pagination_displaying {
	font-size:1.5em;
	line-height:1;
	color: #6A4032;	
	float: left;
	margin-right: 2em;
	}

/*------------ Footer ------------*/


div#footer_wrap {
	background: url(../images/footer_background.gif) 0 0 repeat-x #44312A;
	overflow: auto;	
	clear: both;
	padding-top: 1.5em;
	padding-bottom: 1em;
	}

div#footer 	{
	width: 980px;
	}

div#footer div.col1 {
	width: 200px;
	} 

div#footer div.col2 {
	border-left: 1px solid #8F7065;
	width: 460px;
	padding-left: 19px;
	} 

div#footer div.col3 {
	border-left: 1px solid #8F7065;
	width: 140px;
	padding-left: 19px;
	}
	
div#footer p  {
	font-family: Arial, sans-serif;	
	font-size: 0.85em;
	color: white;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	}
	
div#footer a {
	font-family: Arial, sans-serif;
	color: #EFDEAC;
	}
	
div#footer div.col2 a {
	padding-right: 0.5em;
	border-right: 1px solid white;
	margin-right: 0.5em;	
	}
	
div#footer a:hover {
	background-color: #EFDEAC;
	color: #44312A;
	}
	
div#footer div.col1 p {
	padding-left: 20px;	
	}
	
/*edits for subpages*/