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

body {
	color:#675D59;
	background-color:#62A436;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

a {
	color:#62A436;
}

a:hover {
	color: #060;
}

a img {
	border:0;
}


/********** LAYOUT ****************/

#main-container {
	background-image:url(graphics/white-bg-rpt.png);
	background-repeat:repeat-y;
	width:982px;
	margin-left:auto;
	margin-right:auto;
	background-position:center;
	
}

#bottom-wrapper {
	background-image:url(graphics/white-bg-bottom.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:930px;
	padding:0 26px;
}

#header {
	padding-top:20px;
}

#banner {
	padding:10px 0 0 0;
	clear:both;
}

#logo {
	float:left;
	width:550px;
	padding-left:20px;
}

#project {
	text-align:right;
	padding-top:50px;
}

#content {
	float:left;
}

#intro {
	width:325px;
	padding:0 20px;
	float:left;	
}

.feature {
	width:280px;
	padding:0 15px;
	margin:40px 0 0 0;
	float:left;
	background-image:url(graphics/bg-grn-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#DCECC4;
	height:30em;
}

.feature-top {
	padding:0 15px;
	margin:0 0 0 0;
	float:left;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#DCECC4;
	width:600px; 
	font-size:.8em;
}

.feature-page {
	width:280px;
	padding:0 10px;
	margin:40px 20px 0 0;
	float:left;
	background-image:url(graphics/bg-grn-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#DCECC4;
	height:35em;
	font-size:.8em;
}

#right-container {
	float: left;
	width: 310px;
}

.highlight {
	width:280px;
	padding:0 15px;
	margin:40px 0 0 0;
	float:left;
	background-image:url(graphics/bg-grn-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#DCECC4;
	height:32em;
}

#main-menu {
	width:230px;
	float:left;
	padding-left:20px;
	padding-top:90px;
	background-image:url(graphics/fork.png);
	background-repeat:no-repeat;
	background-position: 70px -70px;
}

#sub-menu {
	width:230px;
	float:left;
}


#contact {
	
}

.menu-col {
	width:300px;
	float:left;
	margin-right:15px;
}

.clear {
	clear:both;
	height:0;
}

/********** STYLING *************/

.green {
	color:#62A436;
}

.red {
	color:#AF3030;
}

dl {
	margin-bottom:40px;
}

dt {
	font-size:1em;
	font-weight:bold;
	margin-top:10px;
}

dd {
	font-size:.8em;
	margin:0;
	padding:0;
}

dd.extra {
	font-size:.8em;
	margin-top:10px;
	padding:0;
}

h3.menu {
	margin-bottom: 2px;
	color:#62A436;
}

/********** MENU *************/

ul.mainmenu {
	list-style-type:none;
	padding:0;
	margin:0;
	background:#fff;
}

ul.mainmenu li {
	padding:0;
	margin:5px 0;
	
}

ul.mainmenu li a {
	background-color:#675D59;
	color:#fff;
	display:block;
	text-decoration:none;
	padding:10px 5px;
}


ul.mainmenu li a:hover {
	background-color: #62A436;
}

ul.mainmenu li.food-source {
	display: none;
}

#sub-menu ul.mainmenu li.food-source {
	display: block;
}