@charset "UTF-8";
/* CSS Document */


/* ================================================== */
/* apply the .noEscape class to any object that needs
to contain a float object.  see documentation: 
http://www.positioniseverything.net/easyclearing.html */
.noEscape:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.noEscape {display: inline-table;}
/* Hides from IE-mac \*/
* html .noEscape {height: 1%;}
.noEscape {display: block;}
/* End hide from IE-mac */
/* ================================================== */

body {
	background: #4f6a05;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
A {
color: #4d6705;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-decoration: none;
}
A:hover {
	color: #784822;
}
P {
	color: #784822;
	font-family: Trebuchet MS;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 20px 0;
}

H3 {
color: #4d6705;
font-family: Trebuchet MS;
font-size: 12px;
margin: 0 0 2px 0;
}

#container {
	width: 976px;	
	background: #ffffff;
	margin: 0 auto; 
	
	}
#container_top {
	width: 976px;
	height: 40px;
	background: url("images/grn_top.gif");
}

#nav {
	height: 28px;
	backgroundr: #FFFFFF;
	background: url("images/nav_shadow.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 0 10px 10px 10px;
}

#nav .left {
float: left;
}
#nav .right {
float: right;
}

#container_flash {
	width: 976px;
	height: 408px;
	background-color: #FFFFFF;

}

#sideNav {
	float: left;
	width: 214px;
	height: 380px;
	background-repeat: no-repeat;
}
.sideNavList {
	padding: 25px 0 0 50px;
	text-align: left;
}
.sideNavList h3 {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight:bold;
	color: #4d6705;
	margin-bottom: 2px;
}

.sideNavList UL {
	margin: 0px;
	padding: 0px 0 0 10px;
}
.sideNavList LI {
	padding: 0;
	list-style: none;
}
#mainContent {
	float: left;
	text-align: left;
	width: 350px;
	height: 380px;
	padding: 10px 10px;
	
}

#mainContent h2 {
font-family: Trebuchet MS;
font-weight: bold;
font-size: 12px;
color: #784822;
margin: 10px 0 5px 0;
}
.recipe {
height: 350px;
	border: 1px solid #cccccc;
	overflow:auto;
	text-align:center;
	z-index: 0px;
	padding: 5px;
}
.testimonial {
height: 350px;
	border: 1px solid #cccccc;
	overflow:auto;
	text-align:left;
	z-index: 0px;
	padding: 5px;
}
.customer {
	font-style: italic;
	font-size: 11px;
	float: right;
}
#quote {
	text-align: left;
	float:left;
	width: 350px;
	margin: 40px 10px 10px 20px;
}
#container_bottom {
width: 976px;
height: 1200px;
background: url("images/grn_bottom_bg.gif");
background-repeat:no-repeat;
background-position:top;
background-color: #759c08;

}

.logo {
	float: right;
	margin: 10px 50px 0 0;
}
.fluff {
	float: left;
	height: 45px;
	width: 142px;
	margin: 10px 0;
}
.address {
	display: block;
	margin: -15px 0 0 30px;
	text-align:left;
	color: #ffffff;
	font-size: 11px;
	letter-spacing: .1em;
	font-family: Trebuchet MS;
}

table.form {
height: 400px;
}

INPUT {
font-size: 10px;
}

TEXTAREA {
font-size: 11px;
font-family: Trebuchet MS;
}

/* content edit styles */


#formContent {
	float: left;
	text-align: left;
	width: 650px;
	height: 350px;
	padding: 10px 10px;
	overflow: auto;
}

.edit_nav {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
}