/* Colors 
	green-#80900C 
	dark green-#67740A
	v dark green-#505A07
	dark yellow-#B07F01
	dark red-#C43912  */
	
td {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;}

body {	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
	
body {margin: 0; padding: 0; background-color: #ffffff; color: #000;} 
	
a { color: #505A07;	text-decoration: underline;}

h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #67740A;}
	
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C43912;}
	
h3 { font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DF9F28;}
	
h4 { font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #67740A;}

/*---=headtxt has decorative title background---*/
.ttltxt {	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 10px;
	background-repeat: no-repeat;
	width: 100%; }
	
.maintxt{	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0px 20px 30px;
	width: 100%; }
	
/*---=head foot---*/
.header { background: #FFFFFF url(../images/backgrounds/bg_header.gif) repeat-x; height: 239px; }

.subheader { background: #FFFFFF url(../images/subpage/subheader_bg.gif) repeat-x; height: 129px; }

#footer { background: #FFFFFF url(../images/backgrounds/bg_footer.gif) repeat-x;}
	
/*---Plant of the week---*/
#plantwk{	width: 163px;
	color: #000000;
	background: #FFFFFF url(../images/backgrounds/bg_plantwk.jpg) repeat-y;
	font: bold 12px  Arial, Helvetica, sans-serif;
	padding: 2px 0px 6px 6px;
	margin: 0; }

/*---Problem Solver---*/	
#solver{	width: 250px;
	color: #000000;
	background: #FFFFFF url(../images/backgrounds/bg_solver.jpg) repeat-y;
	font: 12px  Arial, Helvetica, sans-serif;
	padding: 6px 0 0 0;
	margin: 0; }

/*---Find a Vendor---*/		
#vendor{ width: 250px;
	color: #000000;
	background: #FFFFFF url(../images/backgrounds/bg_vendor.jpg) repeat-y;
	font: 12px  Arial, Helvetica, sans-serif;
	padding: 6px 0 0;
	margin: 0; }
	
/*---=Main Nav---*/

#sidenav {	width: 172px;}

/*#nav {width: 172px;
	font: bold;}*/

#nav{	width: auto;}

#nav a{
	}	
#nav ul {
		}		
#nav ul li {
		}	
#nav ul li a {	width: auto;}
html>body #nav ul li a {width: auto;}
		
#nav ul li a:hover {
		}

#nav ul ul li {
		}	
#nav ul ul li a {width: 100%;}

html>body #nav ul ul li a {	width: auto;}
#nav ul ul li a:hover {
		}		
	
/* -- =SubNav  --*/

#subnav {	text-decoration: none;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-color: #67740A;
	border-bottom-color: #67740A;}

#subnav  a:active {	color: #505A07;	text-decoration: none;}
#subnav  a:visited { color: #505A07; text-decoration: none;}
#subnav  a:link { color: #505A07; text-decoration: none;}
#subnav a:hover { color: #C43912; text-decoration: none;}

