html {
	background: #025606;
	color: #fff;
	font: 0.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
a {
	color: #025606;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footer a  {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.6em;
	margin: 0 auto 0.6em;
}
h2 {
	font-size: 1.4em;
	margin: 0 auto 0.6em;
}

h4 {
	font-size: 1.6em;
	color: #fff;
	background-color:#053e1f;
	padding: 10px;
	margin: 0 auto 0;
}
#header {
	position: relative;
}
#enquiryForm {
	padding:10px;
	}
#enquiryForm textarea {
	width: 300px;
}

#enquiryForm input {
	width: 304px;
}
#enquiryForm input.submitButton {
	width: auto;
}
#outer {
	width: 880px;
	margin: auto;
}
#content {
	margin: 0 0 10px;
}
#menuTop {
	background-image: url(/_images/layout/menuTop.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
#menuMiddle {
	background-image: url(/_images/layout/menuGrad.jpg);
	background-repeat: repeat-x;
	width: 854px;
	margin: auto;
	height: 24px;
	padding: 0 10px;
	border-left: 2px solid #19af27;
	border-right: 2px solid #19af27;
}
#menuBottom {
	background-image: url(/_images/layout/menuBottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
	margin: 0 0 25px;
}
#menu a {
	color: #fff;
	border-right: 1px solid #097569;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 10px;
}
#menu a:hover {
	color: #ccc;
}
#menu a.end {
	border-right: none;
}
.green {
	background: #053e1f;
	padding: 15px;
	margin: 0 0 10px;
	position: relative;
	min-height: 166px;
}
.greenText {
	width: 600px;
	float: left;
	font-size: 1.2em;
}
.blackText {
	width: 100%;
	float: left;
	font-size: 1.2em;
}
.greenImage {
	position: absolute;
	bottom: 0px;
	right: 30px;
}
.whiteTop {
	background-image: url(/_images/layout/whiteTop.jpg);
	background-repeat: no-repeat;
	height: 4px;
}
.white {
	background: #fff;
	color: #000;
	padding: 11px 15px;
}
.whiteBottom {
	background-image: url(/_images/layout/whiteBottom.jpg);
	background-repeat: no-repeat;
	height: 4px;
}
#footerTop {
	width: 880px;
	margin: auto;
	background-image: url(/_images/layout/greenTop.jpg);
	background-repeat: no-repeat;
	height: 4px;
}
#footer {
	width: 850px;
	margin: auto;
	padding: 11px 15px;
	background: #053e1f;
	font-size: 0.8em;
}
.clear {
	clear: both;
}
.formBox {
	width: 465px;
	height: 60px;
	font-weight: bold;
	text-decoration: none;
}
.formBox a {
	color: #fff;
	text-decoration: none;
}
.formBox:hover {
	cursor: pointer;
}
.slide {
	padding: 0 0 0 5px;
}
#formDiv {
	position: absolute;
	left: 30%;
	top: 20%;
	z-index: 1002;
	font-size: 0.9em;
}
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
#formMainDiv {
	background: #fff;
	border: 5px solid #006600;
}
#formMainDiv input, #formMainDiv textarea {
	border: 1px solid #006600;
}
#formMainDivOuter {
	border: 1px solid #00cc00;
}

#formMainDiv a {
	color: #0066FF;
}
#formMainDiv a:hover {
	text-decoration: underline;
}