body {
	background-color: #002200;
	margin: 0px;
	padding: 0px;
	font-size: 76%;
	color: #666666;
	font-family: "Trebuchet MS";
}
#footer {
	height: 442px;
	background-image: url(../images/footer.jpg);
	background-position: center;
}
#container {
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 8px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #006633;
	border-right-color: #006633;
	border-left-color: #006633;
	min-height:684px;
	height:auto;
}

/* for Internet Explorer */
* html #container {
	height: 684px;
}
h1 {
	color: #006633;
	font-weight: normal;
	font-size: 2.5em;
}





.clear {
	clear: both;
}
#header {
	background-image: url(../images/bg-landscape.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	color: #336633;
	font-size: 21px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}
.homeColumns {
	float: left;
	width: 220px;
	padding-right: 20px;
}
#contactColumn1 {
	float: left;
	width: 400px;
	
}

#contactColumn {
	float: right;
	width: 250px;
}

.columnimage {
	height: 67px;
	width: 216px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
}
.columnimage1 {
	background-image: url(../images/column-image1.jpg);
	background-repeat: no-repeat;
}
.columnimage2 {
	background-image: url(../images/column-image2.jpg);
}
.columnimage3 {
	background-image: url(../images/column-image3.jpg);
}


p {
	padding: 0px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#glowingtabs{
	float:left;
	font-size:90%;
	line-height:normal; /*Add border strip to bottom of menu*/
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2F4711;
	width: 100%;
}
#content {
	padding-right: 40px;
	padding-left: 40px;
}

#glowingtabs ul{
	list-style-type: none;
	margin-left: 65px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
	float:left;
	background:url(../images/glowtab-left.gif) no-repeat left top;
	margin-right: 5px;
	text-decoration:none;
	font-weight: normal;
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
}
#content li {
	font-size: 1.2em;
}


#glowingtabs a span{
	float:left;
	display:block;
	font-weight:bold;
	color:#C6E2C5;
	background-color: #00CC66;
	background-image: url(../images/glowtab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 9px;
	padding-right: 35px;
	padding-bottom: 9px;
	padding-left: 26px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: #FFFFFF;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}
.thumbright {
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.clear {
	clear: both;
	height: 1px;
}
a {
	color: #006633;
}
#headerLeft {
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	font-size: 0.8em;
	width: 206px;
}
#headerRight {
	margin-top: 15px;
	text-align: right;
	float: right;
	margin-right: 15px;
	font-size: 0.8em;
}

#logo {
	height: 177px;
	width: 345px;
	position: relative;
	top: -29px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}



/*CONTACT FORM STYLES--------------------------------------------------- */
#sent {
	background-color: #468742;
	border: 1px dashed #CCCCCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 120px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 25px;
	margin-top: 25px;
	background-image: url(../images/icon-website-enquiry-sent.jpg);
}

#sent strong {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: normal;
}


#asp_form { background-color:#F2FADE; border:1px dashed #96C51F; padding:15px; }
#asp_form li { border: 1px solid #F2FADE; }
#asp_form label { font-size: 0.9em; }
#asp_form .validationsummary_holder li { font-size: 0.9em; }

.formTxtBox{
	width: 70%;
	border: 1px solid #B5D663;
	height: 25px;
	background-image: url(../images/bg-form.jpg);
	background-repeat: repeat-x;
}

.formTxtBoxMulti{
	width: 70%;
	height: 80px;
	border: 1px solid #B5D663;
	background-image: url(../images/bg-form.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

label {
	display: block;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}



#n, #e{
	background-color: #FFFFFF;
	width: 90%;
	margin-bottom: 5px;
}

legend {
	margin-top: 8px;
	display: none;
}

fieldset {
	padding: 15px;
	border: 1px dashed #96C51F;
	background-color: #F2FADE;
}

.formButton {
	color: #FFFFFF;
	background-color: #45843F;
	border: 1px solid #CCCCCC;
	width: 125px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	display: block;
	font-size: 1.2em;
	background-image: url(../images/glowtab.gif);
	font-weight: normal;
	background-position: left -5px;
}

/*CONTACT FORM STYLES   END--------------------------------------------------- */
#footerContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 420px;
	padding-left: 60px;
	color: #FFFFFF;
}

#footerContent a{
	color: #FFFFFF;
	text-decoration: none;

}

#imageList{
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#imageList li {
	text-align: center;
	display: block;
	height: 150px;
	width: 200px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 15px;
}
#imageList img {
	display: block;
	margin-bottom: 20px;

}
