/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/bodytopbgd.jpg) repeat-x top #fff;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	width:100%;
	margin-bottom:20px;
}

#bodytop {
	width:785px;
	background:url(../images/mainleftbgd.gif) repeat-y left;
}

#header {
	height:216px;
}

body#aboutusPage #header {
	background:url(../images/header/mushrooms.jpg) no-repeat top left;
}

body#whatarevaluechainsPage #header {
	background:url(../images/header/soup.jpg) no-repeat top left;
}

body#fundingprogramPage #header {
	background:url(../images/header/cuttingmeat.jpg) no-repeat top left;
}

body#workshopsandeventsPage #header {
	background:url(../images/header/steak.jpg) no-repeat top left;
}

body#newsandresourcesPage #header {
	background:url(../images/header/strawberries.jpg) no-repeat top left;
}

body#linksPage #header {
	background:url(../images/header/breads2.jpg) no-repeat top left;
}

body#contactPage #header {
	background:url(../images/header/produceonshelves.jpg) no-repeat top left;
}

body#sitemapPage #header {
	background:url(../images/header/produceonshelves.jpg) no-repeat top left;
}

/*#main {
	background:url(../images/mainleftbgd.gif) repeat-y left;
}*/

body#homePage #main-right {
	float:right;
	width:671px;
	padding-top:40px;
	background:url(../images/mainbgdhome.jpg) no-repeat top right;
}

#main-right {
	float:right;
	width:671px;
	padding-top:0;
	background:url(../images/mainbgd.jpg) repeat-x top right;
}

#main-right a, #mainfooter a {
	color: #1C8311;
}

#main-right a:hover, #mainfooter a:hover {
	text-decoration:none;
}

#content-left {
	width:570px;
	padding:20px;
}

body#homePage #content-left {
	width:410px;
	padding:10px;
	float:left;
}

h1 {
	font-size:1.5em;
	color:#1B2764;
	font-weight:bold;
	margin-bottom:.5em;
}

#content-left h2 {
	color:#000;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:.5em;
}

#content-left h3 {
	color:#333;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:.5em;
}

#content-left p {
	font-size:1.3em;
	line-height:1.5;
	margin-bottom:.8em;
}

#content-left a.back {
	background:url(../images/backarrow.gif) no-repeat left;
	padding-left:18px;
	line-height:18px;
}

#content-left ul, #content-left ol {
	font-size:1.3em;
	margin-left:30px;
	line-height:1.5;
	margin-bottom:.8em;
}

#content-left ul ul, #content-left ol ol {
	font-size:inherit;
}

#content-left ul ul ul  {
	font-size:inherit;
}

#content-left table {
	border-collapse:collapse;
	width:95%;
	border:1px solid #333;
	font-size:1.3em;
	margin-bottom:.8em;
	margin-top:15px;
}

#content-left table thead th {
	font-weight:bold;
}

#content-left table tbody th {
	font-weight:normal;
	font-style:italic;
}

#content-left table td, #content-left table th {
	padding:3px;
	border:1px solid #333;
}

#content-left .contentbox {
	border:2px solid #E4BD14;
	padding:5px;
	background:#FFFFF8;
}

#content-right {
	margin-left:440px;
	text-align:right;
	padding-right:10px;
	/* background: #F6E9B3; */
	padding-bottom:5px;
	padding-top:10px;
}

#content-right h2 {
	font-size:1.4em;
	color:#1B2764;
	font-weight:bold;
	margin-bottom:.3em;
}

#content-right h3 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
}

#content-right p {
	font-size:1.2em;
	line-height:1.5;
	margin-bottom:.8em;
}

#content-footer {
	width:100%;
	clear:both;
	text-align:right;	
}

#content-footer p {
	margin-left:330px;
	font-size:1.1em;
	line-height:1.3;
	padding:10px;
}

#main-left ul {
	list-style:none;
	padding:10px 0;
}

#main-left ul li a {
	display:block;
	color:#fff;
	font-size:1.4em;
	padding:8px 6px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	margin:1px 0;
}

#main-left ul li a:hover,
body#homePage #main-left ul li a#homeLink,
body#aboutusPage #main-left ul li a#aboutusLink,
body#whatarevaluechainsPage #main-left ul li a#whatarevaluechainsLink,
body#fundingprogramPage #main-left ul li a#fundingprogramLink,
body#workshopsandeventsPage #main-left ul li a#workshopsandeventsLink,
body#newsandresourcesPage #main-left ul li a#newsandresourcesLink,
body#linksPage #main-left ul li a#linksLink,
body#contactPage #main-left ul li a#contactLink {
	color:#000;
	background: url(../images/mainleftbgd-hover.gif) repeat-y;
}

#clearall {
	clear: both;
	height:1px;
}

#bodyfooter {
	width:100%;
	background:url(../images/bodybottombgd.jpg) repeat-x;
}

#mainfooter {
	padding-top:25px;
	width:785px;
}

#mainfooter .pixels {
	width:330px;
	float:left;
	padding-left:10px;
}

#mainfooter .pixels p {
	font-size:12px;
	color:#1B2764;
}

#mainfooter .logos {
	text-align:right;
	padding-right:10px;
}

#mainfooter .logos img {
	margin-left:10px;
	border: none;
}

