@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 900px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD;
	background-image:url(images/interface/banner-all.jpg);
	background-repeat:no-repeat;
	height:376px;
	 font:Arial, Helvetica, sans-serif;
	color:#88ad58;
	font-size:14px;
	font-weight:800
} 


.twoColFixLtHdr #header a{
text-decoration:none;
color:#88ad58;
}

 .twoColFixLtHdr #header a:hover{
 color:#ad5721;
}

 .twoColFixLtHdr #navbar {
 width: 900px;
 height: 31px;
 background-image:url(images/interface/navbar.jpg);
 background-repeat:no-repeat;
 font:Arial, Helvetica, sans-serif;
 text-align:center;
 font-stretch:condensed;
color:#000000;
font-size:14px;
font-weight:600;
}
 
 
.twoColFixLtHdr #navbar a{
font:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#000000;
font-size:14px;
font-weight:800
}
 
 .twoColFixLtHdr #navbar a:hover{
 color:#88ad58; 
 }


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 50px 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:120%;
} 

.twoColFixLtHdr #mainContent a{
text-decoration:none;
font-weight:900;
color:#6d958d;
}

.twoColFixLtHdr #mainContent a:hover{
color: #88ad58;
}



h1 {
font:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color: #6d7730;
}

h2 {
font:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color: #88ad58;
}


.twoColFixLtHdr #footer {
width:900px;
height:auto; 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	background-image:url(images/interface/footer.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-top:75px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	color:#000000;
} 

.twoColFixLtHdr #footer a {
text-decoration:none;
color:#000000;
}

.twoColFixLtHdr #footer a:hover {
 color:#ad5721;
 }

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#herbs {
border:0;
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:257px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	position: relative;
	bottom: 345px;
	z-index: 100;
}

.small{
font-size:12px;
color:#000000;
}
.red{
color:#990000;
font-weight:bold;
}


li {
list-style: disc url(images/interface/clover-list-bullet.jpg);
line-height: 130%;
margin-left:0;
padding-left:0;
text-align:left;

}


td{
vertical-align:top;
padding-left:0;
margin-left:0;
}


/*for galleries*/

a img {
border: opx;
}
img.mainPhoto {
border: 2px solid #999999;
}
.ul {
list-style-type: none;
padding: 0;
margin: 0 0 5px 0;
}
.li {
margin-right: 2px;
display: inline;
text-decoration:none;
}


