/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: #4C3D26;
   color: #000; 
   text-align: center; 
   min-width: 680px; 
   font-family: lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

h1, h2, h3 {
   color: #C14B0C;
}

a, a:link, a:visited {
   color: #F0D79E;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #F0D79E;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
	width: 950px;
padding: 20px;
   text-align: left;
}

/* intro */

#pageHeader {
	width: 100%;
   color: #C14B0C;
}

#pageHeaderA {
height: 258PX;
float: left;
width: 50%;
padding: 0, 20PX, 0, 50PX;
   background: url(./themes/site_themes/default/graphics/the farm.jpg) no-repeat;
}

#pageHeaderB {
height: 258PX;
float: right;
width: 50%;
padding: 50PX, 50PX, 0, 20PX;
text-align: center;
	font-size: 22PX;
   color: #C14B0C;
}

#pageHeaderC {
padding-top: 258PX;
width: 100%;
}

#pageHeader h1 {
	width: 100%;
padding-top: 17px;
text-align: center;
	font-size: 140%;
}

#pageHeader h2 {
	width: 100%;
text-align: center;
padding-	top: 150px;
	font-size: 100%;
}

#quickSummary {
    border: dashed #836947 1px;
	float: right;
	width: 180px;
	font-size: 80%;
	padding: 10px;
	color: #F0D79E;
}

#quickSummary h3 {
   color: #C14B0C;
   margin-bottom: 10px;
}

#about {
   float: left;
	width: 660px;
   margin-bottom: 30px;
   padding: 20px;
padding-right: 10px;
   color: #FFF;
   border: dashed #836947 1px;
}

#about h1, h2, h3 {
   color: #C14B0C;
   margin-bottom: 10px;
}

/* generic text */

#supportingText {
   border: dashed #836947 1px;
   float: left;
   width: 450px;
   padding: 20px;
   color: #836947;
}

#supportingText p {
   padding: 10px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 25px;
   width: auto;
   background-color: #725B38;
   border-bottom: solid #F4F3F1 1px;
   color: #FFF;
   text-align: center;
}

#supportingText .p1 {
   color: #F0D79E;
}

#footer {
   clear: both;
   text-align: center; 
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #282723 1px;
   padding-top: 20px;
	width: 100%;
   color: #282723;
}

/* links */

#lmenu {
   clear: both; 
   padding-top: 70px;
   margin-bottom: 15px;
   margin-top: 0px;
width: auto;
}

#lmenu li a:hover {
   color: #000;
   background: #8E510D;
}

#lmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#lmenu ul li {
   display: inline;
}

#lmenu li a { 
   text-decoration: none; 
   padding: .2em .6em;
   color: #4C3D26;
	font-size: 13PX;
   background: #725B38;
   border: solid #C14B0C;
}


