
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* rules specific to the "farmers" section */

	/* change header banner and light up nav button in farmers area */
	body#farmers div#nav li#farmers a.mainlink {
		background-color:#226b49;
	}
	body#farmers div#nav li#farmers a.mainlink strong{		
		border-right-color:#226b49 !important;	
	}
	/* change color of crumb trail underline */
	body#farmers div#crumbtrail {
		border-bottom: 1px solid #6b8413;
	}
	
	/* change default color of header elements in farmers area */
	body#farmers h2 {
		color: #6b8413;
	}
	
	/* change default color of content hyperlinks in farmers area */
	body#farmers div#content a {
		color: #6b8413;		
	}
	body#farmers div#content a:visited {
		color: #6b8413;		
	}
	
	
	/* change default hover color of breadcrumb trail in farmers area */
	body#farmers div#crumbtrail a:hover {
		color: #6b8413;
		text-decoration: none;
	}
	
		/* change default hover color of "lit" breadcrumb trail items in farmers area */
		body#farmers div#crumbtrail a.lit {
			color: #6b8413;
			text-decoration: none;
		}
		body#farmers div#crumbtrail a.lit:visited {
			color: #6b8413;
			text-decoration: none;
		}
		body#farmers div#crumbtrail a.lit:hover {
			color: #000000;
			text-decoration: none;
		}
		
		
	/* change default grey bullets to green in farmers area */
	body#farmers div#menu ul li {
		background-image: url("../_images/bullet_green.gif");
	}
	body#farmers div#menu ul ul li {
		background-image: url("../_images/bullet_green_small.gif");
	}
	
	/* change default hover color of menu items in farmers area */
	body#farmers div#menu a:hover {
		color: #6b8413 !important;
	}
	
	/* change default color of "lit" secondary menu items in farmers area */
	body#farmers div#menu ul li.lit a {
		color: #6b8413;
	}
	
	/* force tertiary menu items to be grey */
	body#farmers div#menu ul li.lit ul a {
		color: #7D7D7D;
	}
	body#farmers div#menu ul li.lit ul li.lit ul a {
		color: #7D7D7D;
	}
	
	/* force tertiary menu items to be grey */
	body#farmers div#menu ul li.lit ul li.lit a {
		color: #6b8413;
	}
	body#farmers div#menu ul li.lit ul li.lit ul li.lit a {
		color: #6b8413;
	}


/* ========================================================== */
/* ========================================================== */
/* ========================================================== */


