/* 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:active { color: #505A07;	text-decoration: underline;}
a:visited {	color: #505A07;	text-decoration: underline;}
a:link { color: #505A07;	text-decoration: underline;}
a:hover { color: #C43912;	text-decoration: underline;}

h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #67740A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;}
	
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;}
	
h5 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #67740A;}

/*---=headtxt has decorative title background---*/
.ttltxt {	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0px 20px 30px;
	background-image: url(../images/subpage/ttl_bg.jpg);
	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; }

.subheader2 { background: #FFFFFF url(../images/subpage/subheader2_bg.gif) repeat-x; }

#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; }

	#solver h3{background:url('../images/home/solver.jpg'); }	

	#solver ul {
	list-style: none;
	margin: 0;
	padding: 0;}
	
	/* set spacing between links with margin and padding on  <a> elements */
	#solver ul li a {
	background: url(../images/bullet.gif) no-repeat top left;
	display: block;
	color: #000000;
	text-decoration: none;
	width: 100%;
	margin: 1px 0 0 0;
	padding: 1px 5px 1px 16px; }

	html>body #solver ul li a {
		width: auto; }

	#solver ul li a:hover {
	background: url(../images/bullet-over.gif) no-repeat top left;
	color: #C43912;
	text-decoration: none;
	margin: 1px 0 0 0; 
	padding: 1px 5px 1px 16px; }

/*---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; }
	
	#vendor ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	}
		
	#vendor ul li {
	margin: 0; }
	
	/* set spacing between links with margin and padding on  <a> elements */
	#vendor ul li a {
	background: url(../images/bullet.gif) no-repeat top left;
	display: block;
	color: #000000;
	text-decoration: none;
	width: 100%;
	margin: 1px 0 0 0;
	padding: 1px 5px 1px 16px; }

	html>body #vendor ul li a {
		width: auto; }

	#vendor ul li a:hover {
	background: url(../images/bullet-over.gif) no-repeat top left;
	color: #C43912;
	text-decoration: none;
	margin: 1px 0 0 0; 
	padding: 1px 5px 1px 16px; }
	
/*---=Main Nav---*/
#sidenav {	width: 172px;
	background: #FFF url(../images/backgrounds/bg_nav.jpg) repeat-x;}

#nav {	width: 100%;
	color: #000000;
	background: #FFF url(../images/backgrounds/bg_nav.jpg) repeat-x;
	font: bold 12px  Arial, Helvetica, sans-serif;
	padding: 6px 0 0;
	margin: 0; }
	
	#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;	}
		
	#nav ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	width: 100%;
	margin: 3px 0 0 0;
	padding: 2px 4px 2px 4px; }

	html>body #nav ul li a {
		width: auto; }

	#nav ul li a:hover {
	color: #C43912;
	text-decoration: none;
	margin: 3px 0 0 0; 
	padding: 2px 4px 2px 4px; }
	
/* -- =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; 
	padding: 2px 4px 2px 4px;}

#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;}

/*-- calendar --*/
.Calendar { border : collapse; }
.Calendar th { align : left }
.CalendarCell{ border : 1px solid #67740A; }
.CalendarWeek{  border : 1px solid #67740A; 
	background-image: url(../images/calendar/cal_wkend.gif);
	background-repeat: no-repeat;
	background-position: left top;}
.redbold {
	font-weight: bold;
	color: #C43912;
}
.greenbold {
	font-weight: bold;
	color: #67740A;
}

