﻿body{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-image:url('images/main-background.png');
	background-repeat:repeat-x; 
	background-color: #666633;
}

p
{
	padding: 0;
	margin: 0;

}

a
{
	color:#336633;
}

a:visited
{
	color:#663;
}


#container
{
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	min-width: 950px;
	line-height: 130%;
}

#header
{
	padding: .5em;
	background-color: #cccc99;
	border-bottom: 1px solid gray;
	height:186px;
	padding:0;
	background-image: url('images/banner_bg.png');
	background-repeat: repeat-x;

}
#headerCornerLeft
{
	background: transparent url('images/banner_left.png') no-repeat top left;
	width: 648px;
	height: 186px;
	float:left;

}

#headerCornerRight
{
	background: transparent url('images/banner_right.png') no-repeat top right;
	width: 294px;
	height: 186px;
	float:right;
}

#header h1
{
padding: 0;
margin: 0;
}

#content
{
	min-height:420px;
	border-left: 1px #10214f solid;
	border-right: 1px #10214f solid;
	padding-bottom: .5em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #cc9;
background-color: #112111;
background-image:url('images/footer_bg.png');
background-repeat:repeat-x;
border-top: 1px solid #10214f;
}


#footer a {
	color:#cccc99;
}
#footer a:visited
{
	color:#666633;
}

.groupBox
{
	width:204px;
	height: 244px;
	border: 0px;
	margin-left:auto;
	margin-right:auto;
}


#growerBlock
{
	height: 66px;
	width: 204px;
	background-image: url('images/growers_static.png');
	background-repeat: no-repeat;
}

#growerBlock:hover{
	background-image:url('images/growers_active.png');
	background-repeat:no-repeat;
}

#growerBlock a
{
	display:block;
	height:66px;
	width:204px;
}

#aboutBlock
{
	height: 66px;
	width: 204px;
	background-image: url('images/about_static.png');
	background-repeat: no-repeat;
}

#aboutBlock:hover{
	background-image: url('images/about_active.png');
	background-repeat: no-repeat;
}

#aboutBlock a
{
	display:block;
	height:66px;
	width:204px;
}

#governanceBlock
{
	height: 66px;
	width: 204px;
	background-image: url('images/governance_static.png');
	background-repeat: no-repeat;
}

#governanceBlock:hover{
	background-image: url('images/governance_active.png');
	background-repeat: no-repeat;
}

#governanceBlock a
{
	display:block;
	height:66px;
	width:204px;
}

#investorsBlock
{
	height: 66px;
	width: 204px;
	background-image: url('images/investors_static.png');
	background-repeat: no-repeat;
}

#investorsBlock:hover{
	background-image: url('images/investors_active.png');
	background-repeat: no-repeat;
}

#investorsBlock a
{
	display:block;
	height:66px;
	width:204px;
}


.linkBox
{
	background-image: url('images/group_box_btm.png');
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
	height: 178px;
	width: 204px;
	text-align: left;
}

.linkBox div
{
	padding-left:2px;
	width:178px;
}

.linkBox li
{
	font-size:small;
}

#homeMenu
{
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
	background-color:#ffffff;
}

#homeMenu table
{
	width:100%;
}

#homeMenu td
{
	text-align:center;
}

#news
{
	float:left;
	width:60%;
	margin-top: 15px;
	margin-left: 20%;
	margin-right: 20%;
	background-color:#cccc99;
	padding: 0px 5px 3px 5px;
	border: 2px #10214f solid;
	height: 160px;
	color:#666633;
}

#news h2
{
	color:#336633;
	border-bottom:1px #666633 solid;
}

#news ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#news li {
	float: left;
	width: 48%;
	margin: 0 1% 0 1%;
	padding: 0;
	border-bottom: 1px #666633 dashed;
} 