@charset "utf-8";
/* CSS Document */

a { 
	font-size: 1em; 
	text-decoration: underline; 
	color: #7C9637; 
}

hr {color:#CCCCCC; height:1px;}

/* Locator styles */
.search-div {
	background-image:url(../graphics/search_bg.gif);
	background-repeat:no-repeat;
	width:170px;
	height:45px;
	margin-top:2px;
	padding:8px 0 0 20px;
}

.zip-input { width:75px; font-size:10px;}

.zip-btn     {
	color: #7E7A60;
	border: none;
	background-color: #D8E484;
	text-decoration:underline;
}

.locator-rep { 
	color:white;
	font-size:11px;
	background-color:#7C9637;
	padding:5px 10px 5px 10px;
}

/* Newsroom styles */
#threecol-leftcol {
	width:190px;
	float:left;
}

#threecol-centercol { 
	width:360px;
	float:right;
	padding-right:20px;
}
.news-image {
	width:150px;
	border:1px solid #7C9637; 
	padding:2px; 
	float:right
}

#threecol-centercol h4 {
		font-size: .8em; 
		font-weight:bold; 
		margin: 0;
		padding:0		
		}
#threecol-centercol h6 {
		font-size: .7em; 
		font-weight: bold; 
		margin: 0 0 10px;;
		padding:0 
		}
/* recipe styles */
#twocol-rightcol { 
	width:520px;
	float:right;
	padding-right:30px;
}

#twocol-rightcol h4 {
	font-size: .8em; 
	font-weight:bold; 
	margin: 0;
	padding:0;		
	}
#recipe-home p { font-style:italic; padding-top:10px;}
.limegreenbox {
	border:1px solid black;
	background:#D8E484;
	color:#7F7F57;
	width:80%;
	margin-top:2px;
}

a.newsnavlink:active {
	color: 7C9637;
	text-decoration: none;
	font-weight : bold;
	font-style : italic;
	padding:3px;
	font-size: 14px;
}
		
a.newsnavlink:link {
	color: 7C9637;
	text-decoration: none;
	font-weight : bold;
	font-style : italic;
	padding:3px;
	font-size: 14px;
}
		
a.newsnavlink:visited {
	color: 7C9637;
	text-decoration: none;
	font-weight : bold;
	font-style : italic;
	padding:3px;
	font-size: 14px;
}
		
a.newsnavlink:hover {
		color: CC0000; 
		text-decoration: none;
		font-weight : bold;
		font-style : italic;
		padding:3px;
		font-size: 14px;
}
.criteria-heading {border-bottom: 2px solid #3c201d;letter-spacing: 1px; }

.recipeoptionsTD{line-height:24px;font-size:16px; font-family: arial, verdana, helvetica, sans-serif;}
.recnavhighlight{background-color:D8E484;padding:4px;color:7C9637;font-size: 14px;}

/*  Feature Recipes */
#home-feature {
	width:135px;
	background:#EAE4E6;
	border:6px solid #7C9637;	
	margin:0 0 0 23px;
	text-align:center;
	padding:0 0 6px 0;
}
#home-feature h3 { text-align:center; margin:10px 0 2px 0;}
#home-feature div { text-align:center; width:135px;}
#home-feature a { color:#797979; text-decoration:none;}
#home-feature a:hover { color:#797979; text-decoration:underline;}
#home-feature a:active a:visited { color:#797979; text-decoration:none;}


/* ========================================== */
.formlabel{color:#7C9637; font-size:11px;}
img { vertical-align:middle}
.txtcolor1{color:BD6307;}
.txtcolor2{color:000000;}
.float-left { float:left;}
.float-right { float:right;}
.clear { clear:both;}
