html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/background-green.gif);
	font-family: Arial, Helvetica, sans-serif;
} 
 
#pagewidth{
	width:750px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/content-background.gif);
} 
 
#header{
	position:relative;
	height:135px;
	background-color:#c6bf9e;
	width:750px;
	text-align: center;
	background-image: url(images/header-background.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9C977C;
} 

#header .logo {
	padding: 5px;
}
 
#leftcol{
	width:150px;
	float:left;
	position:relative;
 }
 
#leftcol .navigation {
	margin: 0px;
	padding: 0px;
}

#leftcol .navigation li {
	list-style-type: none;
}

#leftcol .navigation li a {
	padding: 7px 5px;
	display: block;
	width: 139px;
	border-top: 1px solid #88836C;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
	color: #5B4723;
	font-weight: bold;
}

#leftcol .navigation li a:hover {
	background-color: #80aa63;
	color: white;
}

#leftcolbottom {
	width:150px;
	float:left;
	position:relative;
	margin-left: 5px;
}

#leftcolbottom p {
	color:5B4723;
	font-size:10px;
	margin-right: 10px;
} 

#twocols{
	width:600px; 
	float:right; 
	position:relative; 
  }
 
#rightcol{
	width:150px; 
	float:right; 
	position:relative; 

 }

 #rightcol .highlight li a {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #80aa63;
}

#rightcol .highlight {
	margin: 0px;
	padding: 0px;
}

#rightcol .highlight li {
	list-style-type: none;
}

#rightcol .highlight li a {
	padding: 7px 5px;
	display: block;
	width: 139px;
	border-top: 1px solid #88836C;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
	color: #5B4723;
	font-weight: bold;
}

#rightcol .highlight li a:hover {
	background-color: #80aa63;
	color: white;
}

 #rightcol h1 {
	font-size: 18px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	color: #5B4723;
	text-align: center;
}

#rightcol h2 {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	color: #5B4723;
}


#rightcol p {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#rightcol ul {
	list-style-type: square;
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}

#rsscontent{
	width:150px;
	float:right;
	position:absolute;
	left: 758px;
	top: 533px;

 }
 
#rsscontent h2 {
	font-size: 16px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	color: #5B4723;
	text-align: center;
}

#maincol{ 
	float: left; 
	display:inline; 
	position: relative; 
	width:450px; 
 }
 
 #maincol h1 {
	font-size: 24px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0px;
	color: #5B4723;
}

#maincol h2 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0px;
	color: #5B4723;
}

#maincol h3 {
	font-size: 13px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0px;
	color: #5B4723;
	font-weight: bolder;
}

#maincol h4 {
	font-size: 12px;
	color: #003366;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0px;
}

#maincol h5 {
	font-size:12px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 5px;
	padding: 0px;
	color:#5B4723;
	text-decoration: underline;
	text-align: center;
	margin-right: auto;
}

#maincol h6 {
	font-size:12px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 5px;
	padding: 0px;
	color:#5B4723;
	text-align: center;
	margin-right: auto;
}

#maincol ul {
	list-style-type: square;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 10px;
}

#maincol p {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#main_box {
	width: 300px;
	height: 100px;
	border-style: solid;
	border-width: 5px;
	border-color: #5B4723;
	background-color: #B3AD8E;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#main_box a {
	font-size: 10pt;
	color: #5B4723;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#footer{
 height:60px; 
 background-color:#88836c; 
 clear:both;
 } 
 
#footer p {
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}

#footer h6 {
	text-align:center;
	padding-top:10px;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
}

a {
	color: #009933;
	font-weight: normal;
}

#footer a {
	color: #8F4A00;
}

#rightcol a {
	color: #5B4723;
}

#maincol .photo-style-1 {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #999999;
	margin-top: 2px;
}

#maincol .photo-style-2 {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #999999;
}

#maincol .photo-style-3 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px;
	background-color:#FFFFFF;
	border-top: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #999999;
	left: auto;
	right: auto;
}

#rightcol .photo-style-1 {
	float: right;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

#rightcol .photo-style-2 {
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

 .plant-watermark {
	margin-left: 8px;
}

 
 /* *** Float containers fix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	width: 90%;
	text-align: center;
}
h1 {
	font-size: 24px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0px;
	color: #8F4A00;
	color: #009933;
}

li  {
	list-style-type:square;
}
#maincol h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}

table {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

form {
	border: 1px solid #666699;
	padding: 5px;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
form p {
	font-size: 12px;
	font-weight: bold;
	color: #5B4723;
}
#rsscontent hr .hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009933;
}
