@charset "UTF-8";
/* Copyright 2008 Bec Wilson */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #426b2d;
}


/* header styles */
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color: #8d316b;
}
h1 {
	font-size: 14pt;
	color: #8d316b;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #8d316b;
}
h3 {
	font-size: 18px;
	color: #8d316b;
}
h4 {
	font-size: 12pt;
	color: #8d316b;
}


/* layout */

.wrapper {
	padding: 0px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(_images/ggBG.jpg);
	background-repeat: no-repeat;
}
.main {
	padding: 0px;
	width: 793px;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-left: 119px;
	background-image: url(_images/containBG.png);
}.content {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.header {
	margin-top: 10px;
	margin-bottom: 10px;
}
.headerHint {
	width:740px;
	height:185px;
	border: 5px solid #72aa4c;
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.headerHintIndex {
	width:740px;
	height:185px;
	border: 5px solid #72aa4c;
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nav {
	height: 44px;
}
.footer {
	margin-top: 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7B9E5A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B9E5A;
	color: #59923d;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}

/* menu */

#home	{
	width: 63px;
	height: 29px;
	display: block;
	background-image: url(_buttons/homeBTN.png);
	background-repeat: no-repeat;
	z-index: 3;
	float: left;
	margin-right: 1px;
}
#home:hover {
	background-position: 0 -29px;
}
#home  span {
	display: none;
}
#whatWeDo	{
	display: block;
	width: 122px;
	height: 29px;
	background-image: url(_buttons/whatWeDoBTN.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}
#whatWeDo:hover {
	background-position: 0 -29px;
}
#whatWeDo  span {
	display: none;
}
#projects	{
	display: block;
	width: 87px;
	height: 29px;
	background-image: url(_buttons/projectsBTN.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}
#projects:hover {
	background-position: 0 -29px;
}
#projects  span {
	display: none;
}
#plants	{
	display: block;
	width: 69px;
	height: 29px;
	background-image: url(_buttons/plantsBTN.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}
#plants:hover {
	background-position: 0 -29px;
}
#plants span {
	display: none;
}
#containers	{
	display: block;
	width: 113px;
	height: 29px;
	background-image: url(_buttons/containersBTN.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}
#containers:hover {
	background-position: 0 -29px;
}
#containers span {
	display: none;
}
#news	{
	display: block;
	width: 58px;
	height: 29px;
	background-image: url(_buttons/newsBTN.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}
#news:hover {
	background-position: 0 -29px;
}
#news span {
	display: none;
}
#faqs	{
	display: block;
	width: 53px;
	height: 29px;
	background-image: url(_buttons/FAQsBTN.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}
#faqs:hover {
	background-position: 0 -29px;
}
#faqs span {
	display: none;
}
#services	{
	display: block;
	width: 82px;
	height: 29px;
	background-image: url(_buttons/servicesBTN.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 1px;
}
#services:hover {
	background-position: 0 -29px;
}
#services span {
	display: none;
}
#contact	{
	display: block;
	width: 88px;
	height: 29px;
	background-image: url(_buttons/contactBTN.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
#contact:hover {
	background-position: 0 -29px;
}
#contact span {
	display: none;
}

/* links */

a.becLink {
	text-decoration: none;
	color: #59923d;
}
a.becLink:hover {
	color: #8d316b;
}
.imageLink a:link {
	color: #59923d;
}
.imageLink a:visited {
	color: #8d316b;
}
.tableLink {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #72AA4C;
}
.imageFloatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.newsEntry {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8DAC6D;
}
