/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#D7DFD5;
	font-family:  Helvetica, Tahoma, Arial, Verdana;
	vertical-align:top;	
	color:#444;	
}
td {
	font-size:12px;
	line-height:22px;
	list-style-position:inside;
	list-style-type: disc;
	vertical-align:top;
}
a:link, a:visited, a:hover{
text-decoration:none;
}
p{
	margin:0px;
	padding:2px 0px 10px 0px;
	list-style-position: inside;
	list-style-type: disc;
}
 ol, ul {
	margin:0px 0px 0px 15px;
	padding:0px 0px 8px 0px;
	list-style-position: outside;
	list-style-type: disc;
}
div{
	margin:0px;
	padding:3px 0px 2.5px 0px;
}



h1{
margin:0px;
padding:5px 0px 2px 0px;
	font-size: 18px;
	line-height: normal;
	color:#696;
	border-bottom:1px solid #D7DFD5;
}
h2{
margin:0px;
padding:5px 0px 2px 0px;
	font-size: 14px;
	line-height: normal;
	color:#417441;
}
h3{
margin:0px;
padding:5px 0px 5px 0px;
	font-size: 14px;
	line-height: normal;
	color:#696;
}
.content {
	background-color:#FFFFFF;
}
.rightshadow{
	background-image: url(../images/rightshadow.gif);
	background-repeat: repeat-y;
	width:23px;
}
.nav{
	text-align:center;
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-x;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;

}
.nav td{
	background-image:url(../images/navsep.gif);
	background-position:right;
	background-repeat:no-repeat;
	line-height:27px;

}
.nav div{
padding:0px 20px 0px 20px;
height:27px;
	cursor: pointer;
	cursor: hand;
}
.navshadow{
background-image:url(../images/navshadow.gif);
background-repeat:repeat-x;
}

.bodycontent{
	margin:0px;
	list-style-position:inside;
	list-style-type: disc;
	padding: 10px 20px 20px 20px;
	vertical-align: top;
}

.footer{
	background-color:#D7DFD5;
	text-align: center;
}
.rightcol {
padding:13px 10px 0px 5px;
vertical-align:top;
text-align:center;
border-left:1px solid #BDD8BD;
margin-bottom:15px;
}
.rightcol div{
padding:0px 0px 10px 0px;
}
.footer a:link{
	font-weight:bold;
	color:#666;
}
.footer a:visited{
	font-weight:bold;
	color:#666;
}
.footer a:hover{
	font-weight:bold;
	color:#333;
}
.rightcol a:link{
	color:#696;
	font-weight:bold;
} 
.rightcol a:visited{
	color:#696;
	font-weight:bold;
}
.rightcol a:hover {
	color:#417441;
	font-weight:bold;
}
.bodycontent a:link{
	color:#696;
	font-weight:bold;
} 
.bodycontent a:visited{
	color:#696;
	font-weight:bold;
}
.bodycontent a:hover {
	color:#417441;
	font-weight:bold;
}
.sep {
	background-image: url(../images/vertsep.gif);
	background-repeat: repeat-y;
}

.current{
	background-image: none !important;
	background-color:#D7DFD5;
	background-repeat: no-repeat;
}
.nav a:link{
text-decoration:none;
color:#666;
}
.nav a:visited{
text-decoration:none;
color:#666;
}
.nav a:hover{
text-decoration:none;
color:#ababab;
}
.plantman{
	font-weight:bold;
	color:#696;
}
.greengrad {
background-image:url(../images/banner_greengrad.gif);
background-repeat:repeat-x;
}
.imageright {
/*padding:0px 0px 10px 10px;*/
border-left:10px solid #ffffff;
}
.imageleft {
	padding:0px 10px 10px 0px;
}
.form{
background-color:#F8F8F8;
border:1px solid #D0D3C2;
padding-top:10px;
}

.form td{
	padding: 5px 0px 5px 10px;
    margin: 0px;
    vertical-align: top;
}
.form th{
	padding: 8px 0px 5px 10px;
	text-align:right;
	vertical-align:top;
	font-size:12px;
}
.dot_rep{
background-image:url(../images/dotrep.gif);
background-repeat:repeat-x;
background-position:center;
height:10px;
}
hr{
background-image:url(../images/dotrep.gif);
background-repeat:repeat-x;
background-position:center;
padding:10px 0px 10px 0px;
border:none;
}
.error {
color:#FF0033;
}
