* {
	margin: 0; 
	padding: 0;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	min-height: 101%;
	font: 100.01%/130% "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
	background: #4f865b url(../images/bgTexture.png) repeat;
	margin: 0;
	padding: 0;
}
#outerWrapper {
	background: url(../images/pageBG.png) repeat-y top center;
	position: relative;
}
#innerWrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/masthead.png) no-repeat top;
}

#mainContent {
	margin-left: 150px;
	width: 600px;
	padding-top: 280px;
}
#leftNav {
	width: 140px;
	padding-top: 156px;
	text-align: right;
	float: left;
	font-size: 90%;
	font-weight: bold;
}
#footer {
	border-top: 1px solid #dfdabd;
	color: #4f865b;
	font-size: 85%;
}
#addressBox {
	width: 200px;
	float: left;
	font: 85%/110% "Trebuchet MS", Verdana, Helvetica, sans-serif;
	border-right: 1px solid #dfdabd;
	margin-left: 10px;
	padding: 0 10px 0 0;
}
#newsBox {
	font: 85%/110% "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0 20px 0 240px;
	width: 300px;
}
#newsBox h2 {
	color: #4f865b;
	font-weight: bold;
	margin: 10px;
}
.pulloutLabel {
	background-color: #4f865b;
	color: #fff;
	font: bold 100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-align: center;
	padding: 2px; 
	margin: 0;
}
hr {
	height: 0;
	line-height: 0.0;
	font-size: 0;
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
} 
h1, h2, h3 {
	font-size: 150%;
	color: #4f865b;
	margin: 20px;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	color: #cc6600;
	margin: 20px;
}
h3 {
	font-size: 100%;
	color: #4f865b;
	font-style: italic;
}
p {
	font-size: 90%;
	margin: 10px 20px;
}
ul {
	margin: 10px 20px 10px 40px;
	font-size: 90%;
}
a:link {
	color: #cc6600;
}
a:visited {
	color: #4f865b;
}
a:hover, a:active, a:focus {
	color: #7dd08f;
}
.imgLeft {
	border: 1px solid #dfdabd;
	padding: 5px;
	float: left;
	margin-right: 10px;
}
.imgRight {
	border: 1px solid #dfdabd;
	padding: 5px;
	float: right;
	margin-left: 10px;
}
.imgBoxLabel {
	border: none;
	margin: 1px 0;
	padding: 0;
	float: left;
}

#mainContent li {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 10px;
}


/***** CONTACT FORM STYLES *****/
#mainContent form{
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	width:400px;
	margin: 15px;
}
#mainContent fieldset{
	border: 1px solid #4F865B;
	margin-bottom: 10px;
	padding:10px;
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin-left: 20px;
}
#mainContent legend {
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	color:  #4F865B;
	margin-top: 2px;
	margin-bottom: 6px;
	}
#mainContent textarea{
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background-color: #FFFFEF;
	border: 1px solid #D1BB70;
	color: #333333;
	height:150px;
	margin:0 30px 0 0;
}
#mainContent label{
color: #333333;
display:block;
font-size:75%;
padding-top:5px;
}
#mainContent submit{
background-color: #CBBE87;
color: #333333;
display:block;
width:80px;
}
/* sets the enquiry box to the right of the input fields */
.labelfloat{
padding-top:20px;/*	float:right;*/
}
#mainContent input,#mainContent select{
	/*background-color: #E8E2C2;*/
background-color: #FFFFEF;
	border: 1px solid #D1BB70;
	color: #4F865B;
	display:block;
	margin:0 0 0 0;
	width:150px;
}
#mainContent .special {
	display: none;
}
/* END FORM STYLES */
