html {
	margin: 0;
	padding: 0;
}
body {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center; /* needed to thwart ie6 bug */
	background: #fff;
/*	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana; */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 150%;
}
/* general classes */
.clear {
	clear: both;
}
.divider-thick {
	height: 29px;
	background: url('/Client/feronia/Feronia_LP4W_LND_WebStation.nsf/divider_thick.gif') repeat-x;
	clear: both;
}
.divider-leaf {
	height: 29px;
	background: url('/Client/feronia/Feronia_LP4W_LND_WebStation.nsf/divider_leaf.gif') repeat-x;
	clear: both;
}
img.border {
	border: 1px solid #edf1ec;
	padding: 9px;
	background: #fdfefd;
}
/* header styles */
h1 {
	color: #176417;
	font-family: Georgia, Times, "Times New Roman";
	font-size: 24px;
	font-weight: normal;
	line-height: 120%;
	margin: 0px;
}
h2 {
	color: #56411f;
	font-family: Georgia, Times, "Times New Roman";	
	font-size: 21px;
	font-weight: normal;
	margin: 20px 0px 0px 0px;	
}
h3 {
	color: #065216;
	font-family: Georgia, Times, "Times New Roman";	
	font-size: 19px;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
}
h4 {
	color: #508e38;
	font-family: Georgia, Times, "Times New Roman";	
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0px 0px 0px;	
}
h5 {
	color: #a6a6a6;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;	
}
a {
	color: #56411f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* needed to thwart ie6 bug */
	overflow: hidden;
}
#header {
	background: url('/Client/feronia/Feronia_LP4W_LND_WebStation.nsf/header_home.jpg') no-repeat;
	text-align: right;
	padding-top: 20px;
	height: 55px;
}
body.home #header {
	background: url('/Client/feronia/Feronia_LP4W_LND_WebStation.nsf/header_home.jpg') no-repeat;
	height: 155px;
}
#header a, #header a:link, #header a:active, #header a:visited {
	color: #006e00;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 15px 0px 0px;
}
#header a:hover {
	text-decoration: underline;
}
#menu-container {
	width: 100%;
	background: url('/Client/feronia/Feronia_LP4W_LND_WebStation.nsf/bg_menu.gif') repeat-x top;
	border-top: solid 1px #115211;
}
#menu {
	height: 39px;
	margin: 0px auto;
	padding: 0px 0px 25px 15px;
	list-style: none;
	line-height: 110%;
}
#menu li {
	float: left;
	margin: 0px;
	height: 39px;
}
#menu li a {
	height: 39px;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 12px;
	line-height: 35px;
	background: transparent;
	color: #fff;
	text-decoration: none;
	display: block;
}
#menu li a:hover, 
body.home #menu li#home a, 
body.about #menu li#about a, 
body.products #menu li#products a, 
body.research #menu li#research a, 
body.sustainability #menu li#sustainability a, 
body.news #menu li a:hover {
	background-color: #aa0000;
	background: url('/Client/feronia/Feronia_LP4W_LND_WebStation.nsf/menu_over.gif') no-repeat bottom center;
	color: #fbe953;
}
/* DROPDOWN MENU */
#menu ul { /* all lists */
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu .toplevel ul li {
	height: 24px;
}
#menu .toplevel ul li a {
	text-align: left;
	color: #065216 !important;
	width: 180px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	background: #fff !important;
	border-bottom: 1px solid #88CF74;
	border-right: 1px solid #88CF74;
	border-left: 1px solid #88CF74;	
}
#menu .toplevel ul ul a {
	background: #fff !important;
	border: 1px solid #88CF74;
}
#menu .toplevel ul li a:hover {
	background: #88CF74 !important;
}
#menu li ul { /* second-level lists */
	position: absolute;
	background: transparent;
	width: 150px; 
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#menu li ul ul { /* third-and-above-level lists */
	margin: -20px 0px 0px 170px;
}
#menu li:hover ul ul,
#menu li.sfhover ul ul {
	left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#column-sidebar {
	float: left;
	width: 286px;
	margin: 0;
	padding: 0px 10px;
}
#column-sidebar.block {
	margin: 0px 10px;
	padding: 10px;
	width: 266px;
	background: #eff8ee;
}
#column-main {
	width: 474px;
	float: left;
	clear: right;
	margin: 0;
	padding: 0px 10px;
}
#column-main p {
	line-height: 150%;
	color: #333;
}
#column-main ul,
#column-main ol {
	margin-top: 25px;
	margin-bottom: 25px;
}
#column-main ul li,
#column-main ol li {
	margin: 9px 0px;
	color: #666;
}
/* homepage */
#touts {
	width: 100%;
	padding: 0px 0px 5px 11px;
	margin: 0;
	clear: both;
	overflow: hidden;
}
.tout {
	width: 232px;
	overflow: hidden;
	background: url('/Client/feronia/Feronia_LP4W_LND_WebStation.nsf/bg_tout.gif') no-repeat top left;
	float: left;
	padding: 11px 19px 0px 11px;
}
.tout img {
	float: left;
	margin: 0px 11px 0px 0px;
}
.tout h3 {
	margin: 7px 0px;
	font-size: 19px;
}
.tout h3 em {
	font-size: 23px;
	color: #78c28c;
}
.tout p {
	margin: 0px;
	padding: 0 10px;
	color: #555;
	line-height: 120%;
}
p.quote {
	color: #2a382b;
	font-family: Georgia, Times, "Times New Roman";		
	font-size: 20px;
	font-weight: normal;	
	font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
ul.news {
	list-style: none;
	padding: 0px;
	margin: 15px 0px 0px;
}
ul.news li {
	margin: 0px 0px 15px;
}
ul.news li h5,
ul.news li h4 {
	margin: 0px;
	line-height: 110%;
}
ul.news li h4{
}
.callout {
	padding: 20px 10px 10px;
	background: #eff8ee;	
	margin: 30px 0;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman";
	font-size: 22px;
	text-align: center;	
}
.callout p {
	border-top: solid 1px #d9e2d9;
	padding: 15px 0px 30px;
	background: url('/Client/feronia/Feronia_LP4W_LND_WebStation.nsf/bg_callout.gif') no-repeat bottom center;
	margin: 0px;
}
a.greenbox, a.greenbox:link, a.greenbox:active, a.greenbox:visited {
	color: #065216;
	text-decoration: none;
	background-color: #e3feda;
	padding: 4px 1px;
	margin: 5px 15px 0px 0px;
	display: block;
	float: left;
}
a.greenbox:hover {
	text-decoration: underline;
}
/* footer */
#footer {
	border-top: 1px solid #e5e5e5;
	margin: 25px 0px 10px 0px;
}
#footer p {
	display: block;
	text-align: center;
	margin-bottom: 25px;
	color: #747474;
}
