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

a {
	text-decoration: none;
	color: #72C8EB;
	}
	
a:hover {
	background-color: #72C8EB;
	color: white;
	}


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

p	{
	color: #222;
	}

a	{
	}

a:hover	{
	
	}

div.h1_wrap h1    {
    }   

div.h1_wrap {
  
   height: 4em;
    }

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 {
	font-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/header_background.jpg) 0 0 repeat-x;*/
	background-image: url(../images/header_background.jpg);
	background-repeat:repeat-x;
	background-color:#C3EE9E;
	}

div#site_wrap {
	width: 975px;
	margin:0 auto;
	background-color:#DFF7FE;
	z-index:9;
	}
	
div.container {
	margin:0px 0px;
	padding:0px;
	}

div.col1 {

	}

div.col2 {

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


div.clear_float {
	clear:both;
	}
	
	
/*------------ Header ------------*/
div#header {
	width: 975px;
	height: 467px;
	z-index:2;
	}

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

div#contact {
	position: relative;
	top:-380px;
	}


div#contact {
	z-index: 2;
	}

div#contact ul {
	
	}
	
div#contact ul li {
	display: inline;
	}
	
div#contact ul li a {	
	color:#B1EA81;	
	font-size: 1.2em;
	font-style:italic;
	}

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:0 30px 0 31px;
	border-right: 1px solid #B1EA81;
	}

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 40px; 
	position: relative;
	top: -370px;
	}
	
ul.main_nav {
  width: 975px;
  padding-top: 0px;
  position: relative;
  }
  
ul.main_nav li {
	float: left;
	margin:2px 22px 0 0.1em;
	padding:7px 0;	
	font-size: 1.3em;
  	position:relative;
  	color:#CBEBF8;
  	height:43px;
	}

ul.main_nav li a.toplevel {
	padding: 15px 0.2em;
	height:25px;
	margin-top:-7px;
}
	
ul.main_nav li.active {
	background-image:url(../images/nav_selected.jpg);
}

ul.main_nav li.active ul {
	
}

ul.main_nav li a:hover {
	
}
ul.main_nav li.sfHover a {
	background-image:url(../images/nav_selected.jpg);
	color: white;
	}

ul.main_nav li.active a {
	color: #4a7F94;
	}

ul.main_nav li.active a:hover {
	background-color:transparent;
	color: #4a7F94;
	}

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 white;
	border-left: 0px solid white;
	border-right: 1px solid white;
	background-color: #79cbec;
	background-image: none;
	margin: 0;
  float:left;
	}

ul.main_nav ul li ul li {
	background-color: #B2E1F4;
	background-image: none;
	margin-left: 10px;
	font-size: 1em;
	}
	
ul.main_nav li.sfHover ul li:hover {
	background-color:#38baef;
}

ul.main_nav li.sfHover ul li a {
	
	background-image: none;
	}
	
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: #4A7F94;
	}
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: 1024px;
	
	background-image:url(../images/content_wrap.jpg);
	position:relative;
	
	}

div#content {
	position:relative;
	padding:0 42px;
	top:-330px;
	z-index : 1;
	}
	
div#content_bottom {
	clear: both;
	}
	
div#content div.col1 {
	}

div#content div.col2 {
	
	}
	


/* 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 {
	
	}
	
/*widget styles*/
.widget {	
	background-color:#E7F8D8;
	background-image:url(../images/widget_bottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;	
	padding-bottom:30px;
}
.widget_title {
	border-bottom:2px solid #D5F4BB;
	background-image:url(../images/widget_top.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
	padding: 8px 0;
	color:white;
	font-style:italic;
	font-size:1.5em;
}
.widget_content {
	border:1px solid #9FE464;	
	padding:15px 6px 10px 6px;
	margin:-8px 0 -10px 0;
}

/*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 {
	
	overflow: auto;	
	clear: both;
	padding-bottom: 1em;
	}

div#footer 	{
	
	width: 1028px;
	margin: 0px auto;
	}
div#footer_content {
	background: url(../images/footer_background.jpg) 0 0 no-repeat;
	margin-left: 26px;
	padding:80px 0 0 300px;
}

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

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

	
div#footer p  {
	font-family: Arial, sans-serif;	
	font-size: 0.85em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	}
	
div#footer a {
	font-family: Arial, sans-serif;
	}
	
div#footer div.col2 a {
	padding-right: 0.5em;
	border-right: 1px solid white;
	margin-right: 0.5em;	
	}
	
	
div#footer div.col1 p {
	padding-left: 20px;	
	}
	
/*edits for subpages*/
