@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}
.main_text {
	color: #666666;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}
.farm {
	background-color: #FFFFFF;
	background-image: url(../images/farmBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.estate {
	background-color: #FFFFFF;
	background-image: url(../images/estateBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #336600;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #336600;
	text-decoration: underline;
}
p {
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h1, h2, h3, h4, h5  {
	text-align: left;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666600;
}
#container {
	width: 840px;
	margin: 0 auto;
	text-align: left;
background-color:#ffffff;
} 
#topBar {
	background-color: #666600;
	color: #FFFFFF;
	background-image: url(../images/darkGreen.gif);
	padding: 5px;
}
#topBar p {
	text-align: right;
	font-size: 10px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	height: 130px;
} 
#logo {
	margin: 0 0 0 0;
}
#sidebar1 {
	float: left;
	width: 180px;
	padding: 10px;
	margin: 0 0 0 10px;
	text-align: center;
}
#sidebar2 {
	float: right;
	width: 210px;
	margin: 0 10px 0 0;
}
#sidebar2  #jake {
	padding: 144px 10px 10px 10px;
	background-image: url(../images/grasshopper.jpg);
	background-repeat: no-repeat;
}
#sidebar2  #alex {
	padding: 108px 10px 10px 10px;
	background-image: url(../images/farmerJake.jpg);
	background-repeat: no-repeat;
}
#events {
	padding: 10px;
	background-image: url(../images/eventsBg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#greenButton   {
	background-image: url(../images/darkGreen.gif);
	font-size: 0.8em;
	padding: 5px;
	color: #FFFFFF;
	width: 175px;
}
#greenButton a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#greenButton a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.eventsHeader {
	background-image: url(../images/eventsHeader.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 10px;
}
#mainContent {
	margin: 0 0 0 220px;
	padding: 0 10px;
}
#mainUltraWideContent {
	margin: 0 0 0 0px;
	padding: 0 10px;
}
#nav {
	margin: 0 0 10px 0;
}
#nav ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 20px 10px 5px 20px;
	background-image: url(../images/lightGreen.gif);
}
     
#nav ul.left {}
     
#nav ul.right {
    text-align: right ;
    }
     
#nav ul li {
	display: inline;
	padding: 0 30px 0 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
    } 
#nav a {
	text-decoration: none;
	color: #666600;
}
#nav a:hover {
	text-decoration: underline;
	color: #666600;
}
#nav .selected_li_on
{
	font-weight: bold;
}
#footer {
	padding: 10px 0;
	border-top: 1px dotted #CCCCCC;
	margin: 20px;
} 
#footer p {
	margin: 0;
	padding: 0;
}
.greyBrdr {
	border: 4px solid #CCCCCC;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
