      html{
        background-color: #aae0f9;
      }
      body{
        margin: 0;
        font-family: arial, verdana, sans-serif;
        font-size: 0.8em;
      }
      a{
        color: #000;
      }
      div.all_1{
        text-align: center;
        background: url(../imgs/lower_bg.jpg) 0 100% repeat-x;
      }
      div.all_1b{
        background: url(../imgs/main_bg.jpg) 0 0 repeat-x;
      }
      div.all_2{
        margin: 0 auto;
        width: 770px;
        text-align: left;
        background: url(../imgs/lower_content_bg.jpg) 0 100% no-repeat;
      }
      div.top{
        background: url(../imgs/farmhouse_top_bg.jpg) 100% 0 no-repeat;
      }
      div.top_icon{
        padding: 15px 0 25px 20px;
      }
      div.content{        
      }
      div.body{
        padding: 2px 20px 0 39px;
        width: 490px;
        float: right;
      }
      h1{
        font-family: times new roman, arial, sans-serif;
        font-size: 1.6em;
        font-weight: normal;
        color: #555d64;
        text-transform: uppercase;
      }
      h2{
        font-size: 1.3em;
        font-weight: bold;
        color: #acc32b;
      }
      h3{
        font-size: 1.1em;
        color: #666666;
        font-weight: bold;
      }
      p{
        font-size: 1em;
      }
      
      div.min_height{
        margin: 0 0 50px 0;
        width: 1px;
        height: 350px;
        background-color: #7ad3f7;
        float: right;
      }
      div.lhs{
        padding: 10px 0 0 0;
        width: 220px;
        height: 300px;
        float: right;
      }
      ul.nav,
      ul.nav ul{
        margin: 0;
        padding: 0;
        list-style-type: none;
      }
      ul.nav li{
        margin: 0;
        padding: 0;
      }
      a.nav{
        padding: 10px 0 6px 40px;
        font-size: 1em;
        font-weight: bold;
        color: #7fa132;
        text-decoration: none;
        width: 180px;
        display: block;
      }
      a.sub_nav{
        padding: 4px 0 2px 40px;
        font-size: 0.9em;
        color: #666666;
        text-decoration: none;
        width: 180px;
        display: block;
      }
      a.sub_sub_nav{
        padding: 4px 0 2px 60px;
        font-size: 0.9em;
        font-style: italic;
        color: #666666;
        text-decoration: none;
        width: 160px;
        display: block;
      }
      a.nav:hover,
      a.sub_nav:hover,
      a.sub_sub_nav:hover{
        text-decoration: underline;
      }
      
      
      
      div.clear{
        clear: both;
        font-size: 1px;
        height: 1px;
      }
      div.lower{
        padding: 90px 0 0 0;
        height: 20px;
        text-align: center;
        font-size: 0.8em;
      }
      div.lower a{
        color: #376300;
        text-decoration: none;
        background-color: #d5e04d;
      }
      div.bottom{
        padding: 4px 0 0 0;
        color: #259ac9;
        font-size: 0.8em;
        text-align: center;
      }      
      div.bottom a{
        color: #259ac9;
        text-decoration: none;
      }
      img{
      	border-color: #999933;
      }
      div.floatr {
  	float: right;
      }  
      div.floatr p {
   	text-align: center;
   	font-style: italic;
      }
      div.floatl {
  	float: left;
      }  
      div.floatl p {
   	text-align: center;
   	font-style: italic;
      }
      
      table.gallery {
      	cellspacing: 	0;
      	width:		440px;
      	cellpadding:	10px;
      	border:		0;
      }
      table.gallery td{
      	valign:		top;
      	width:		200px;
      	text-align:	center;
      	font-style:	italic;
      }
      div.rhs{
        width: 595px;
        float: right;
        background: url(../imgs/top_fade.jpg) 5px 0 no-repeat;
      }
      table.contact{
        width: 280px;
      }
      table.contact td.a{
        padding: 6px 10px;
        width: 80px;
        font-size: 0.8em;
        font-weight: bold;
        color: #444;
        vertical-align: top;
      }
      table.contact td.b{
        padding: 2px;
        vertical-align: middle;
      }
      table.contact td.b input.a{
        width: 150px;
      }
      table.contact td.b p{
        margin: 0;
        font-weight: bold;
      }
      table.contact td.b textarea{
        width: 150px;
        height: 110px;
        font-family: arial, verdana, sans-serif;
      }
      div.contact_button{
        margin: 10px 0 0 0;
        width: 280px;
        text-align: center;
      }
       div.rhs_form{
        margin: 0 0 10px 10px;
        padding: 5px;
        width: 280px;
        float: right;
        border: #01874a 2px solid;
      }
      span.required{
        font-family: courier new, arial, sans-serif;
        font-weight: bold;
        font-size: 1.2em;
        color: #c00;
      }
      div.errors{
        margin: 8px 0;
        width: 260px;
        padding: 4px;
        border: #f00 1px solid;
        background-color: #fcc;
      }
      div.errors p{
        margin: 2px 0 2px 15px;
        font-size: 0.8em;
        font-weight: bold;
        color: #000;
      }
      div.errors ul{
        margin: 6px 0 6px 30px;
      }
      div.errors li{
        margin: 2px 0;
        font-size: 0.8em;
        color: #000;
      }