body {
	background-color: #003300;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
#wrapper {
	margin: 15px auto;
	width: 760px;
	background-color: white;
}
#header {
	background-color: white;
	height: 105px;
}
#header .left {
	float: left; 
	width: 340px;
	padding-left: 50px;
}
#header .right {
	margin-left: 400px;
	padding: 10px 30px 0 0;
	text-align: right;
	width: 330px;
	font-weight: bold;
}
#header .right strong {
	color: #4B7B2A;
	font-size: larger;
}
#header a {
	color: Black;
}
#header a:hover {
	text-decoration: none;
	color: #4B7B2A;
}
#main {
	padding: 5px 0px 5px 0;
}
#navbar { 
	background: #A8AEA7;
	clear: both;
}
ul.tabbar {padding:0; margin:0 0 0 130px; list-style:none; height:24px; border-left: 1px solid #122311;}
ul.tabbar li {height:24px; line-height:24px; float: left;}
ul.tabbar li a {color:Black; float: left; padding:0 20px; font-size:12px; border-right: 1px solid #122311;}
ul.tabbar li.active a {	color: white;}
ul.tabbar li a:hover {text-decoration: underline;}
.subnav {
	float: left;
}
ul.subnavigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.subnavigation li a {
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 10px;
	border-bottom: 1px solid #A8AEA7;
}
ul.subnavigation li a:hover {
	background-color: #A8AEA7;
	color: White;
}
#footer {
	background-color: #A1B4A1;
	height: 38px;
	padding: 0;
	font-size: 10px;
	clear: both;
}
#footer  .left{
	float: left;
	width: 335px;
	text-align: center;
	padding-top: 20px;
}
#footer .middle {
	float: left;
	width: 116px;
}
#footer .right {
	margin-left: 421px;
	padding: 4px 10px 0 0;
	text-align: right;
}
#footer .right p {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	margin: 8px 0;
	padding: 0;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #4B7B2A;;
}
a:hover {
	text-decoration: underline;
}
.enqform th {
	text-align: right;
	padding-right: 5px;
}
/* Homepage extras */
.specials {
	width: 180px;
	background: black url('../images/specials.gif') no-repeat bottom left;
	float: right;
	min-height: 120px;
	color: White;
	margin-right: 3px;
}
.specials h1 {
	margin: 0;
	padding: 2px;
	text-align: center;
	background-color: #122311;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
}
.specials p {
	margin: 0;
	padding: 5px;
}
.panels {
	margin: 0;
	padding: 16px 8px;
	clear: both;
	color: white;
	background: url('../images/panelsbg.gif') repeat-x;
	height: 280px;
}
.panels h1 {
	background-color: #0E260E;
	text-align: center;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.panels p {
	padding: 5px;
	margin: 0;
}
.panels a {
	color: White;
	text-decoration: none;
}
.panels a:hover {
	text-decoration: underline;
}
#panel1, #panel2, #panel3, #panel4 {
	width: 180px;
	background: #003300 url('../images/leaf.gif') no-repeat bottom right;
	height: 280px;
	float: left;
	overflow: hidden;
}
#panel1 {margin-right: 8px;}
#panel2 {margin-right: 8px;}
#panel3 {margin-right: 8px;}
#panel4 { }