
body{
	font-family: arial, helvetica, sans serif;
	background: #fff url(images/footer.jpg) repeat-x;
	background-position: bottom center;
	background-attachment: fixed;
	font-size: small;
	color: #666;
	margin: 0px;
	padding: 0px;
}

html{
	position: relative;
	padding: 0px;
	margin: 0;
	border: 0;
	clear: both;
	height: 100%;
}

p { 
	margin: 0.5em 0 1.0em 0; 
}


/*////////////////////////////
	WRAPPERS
////////////////////////////*/


#outerwrapper{
	width: 100%;
	height: 440px;
	margin: 0px;
	background: url(images/sky.jpg) repeat-x;
	background-position: top left;
	padding: 0px;
	float: left;
	
}

#wrapper{
	position: relative;
	margin: 20px auto 0px auto;
	width: 845px;
	
}



/*////////////////////////////
	MENU
////////////////////////////*/

.menu{
	width: 174px;
	font-size: 0.9em;
	float: left;
	margin: 0px 18px 20px 14px;
	padding: 0;
}

*html .menu{
	margin: 0px 20px 20px 7px;
}

.menu p{
	padding: 0px;
	margin: 2px 0px 12px 0px;
	float: left;
}

.menu ul{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}

.menu ul li{
	list-style-type: none;
	list-style-image: none;
	background: #346a25 url(images/menu_arrow.gif) no-repeat center left;
	border-bottom: 2px solid #fff;
	width: 156px;
	padding: 6px 0px 6px 18px;
	margin: 0px 0px 0px 0px;
}

.menu ul li.light{
	background: #68b400 url(images/menu_arrow2.gif) no-repeat center left;

}



.menu  ul li a:link, .menu  ul li a:visited, .menu  ul li a:hover, .menu  ul li a:active{
	color: #fff;/* white */
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}


.menu  ul li a:hover{
	color:  #b3da7d;/*green*/
}

.menu  ul li.light a:hover{
	color:  #346a25;/*green*/
}

/*////////////////////////////
	MENU SECONDARY LEVEL
////////////////////////////*/

.menu2{
	width: 100%;
	float: left;
	margin: 2px 0px 20px 0px;
	padding: 0px;
}

.menu2 ul{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: inline;
	float: left;
}

.menu2 ul li{
	list-style-type: none;
	list-style-image: none;
	background: #346a25 url(images/menu_arrow.gif) no-repeat center left;
	display: inline;
	float: left;
	padding: 3px 10px 3px 18px;
	margin: 0px 6px 0px 0px;
}


.menu2  ul li a:link, .menu2  ul li a:visited, .menu2  ul li a:hover, .menu2  ul li a:active{
	color: #fff;/* white */
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	padding: 0px;
	display: inline;
	margin: 0px 0px 0px 0px;
}


.menu2  ul li a:hover{
	color:  #b3da7d;/*green*/
}




/*////////////////////////////
	HEADER
////////////////////////////*/

#header{
	width: 845px;
	float: left;
	height: 151px;
	background: #fff url(images/header_back.gif) no-repeat top left;
}

.logo{
	float: left;
	margin: 12px 12px 0px 14px;
}

.photoarea{
	float: left;
	margin: 12px 0px 0px 0px;
}

/*////////////////////////////
	MAIN CONTENT
////////////////////////////*/


#content{	
	background: #fff url(images/content_back.gif) repeat-y top left;
	width: 845px;
	margin: auto;
	min-height: 480px;
	padding: 0;
	float: left;
}

*html #content { height: 480px;}


.innercontent{
	width: 620px;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}




/*////////////////////////////
	COPYRIGHT
////////////////////////////*/

#footer{
	width: 845px;
	background: #346a25 url(images/footer_back.gif) no-repeat top left;
	float: left;
	height: 90px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#copyright{
	padding: 0px;
	margin: 0px;
	width: 845px;
	float: left;
	text-align: right;
	font-size: x-small;
}

#copyright p{
	background: #346a25;
		/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.80;
	color: #fff;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 10px 0px;
	float: right;
}


#copyright  a:link, #copyright a:visited, #copyright a:hover, #copyright a:active{
	color: #fff;/* white */
	text-decoration: underline;
}

/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color:  #346a25;/*green*/
	text-decoration: underline;
}

a:visited{
    color:  #346a25;/*green*/
	text-decoration: underline;
}

a:hover{
    color:   #346a25;/*green*/
	text-decoration: none;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/


h2, h3, h4, { 
	margin: 0.5em 0 0.5em 0; 
	font-family: arial, helvetica, sans serif
}

h1{
	margin: 17px 0 22px 0; 
	font-family: arial, helvetica, sans serif;
	color: #346a25;/*green*/
	font-size: x-large;
	font-weight: normal;
}

h2{
	color: #346a25;/*green*/
	font-size: medium;
	font-weight: bold;
}  

h3{
	color: #346a25;/*green*/
	font-size: small;
	font-weight: bold;
} 


/*////////////////////////////
	OTHER
////////////////////////////*/

img {
	border: none;
}



.right{
	float: right;
	margin-left: 10px;
}

.left{
	float: left;
	margin-right: 10px;
}


.innercontent ul 
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
	color: #666;
	vertical-align: middle;
	line-height: 140%;
}

.innercontent li{
	vertical-align: middle;
}

.innercontent img
{
	border: 0px;
	padding: 10px;
}

.question{
	float: left;
	margin: 44px 0px 0px 20px;
	color: #fff;
}

.submit{
	background-color: #8dc63f;
	border: 1px solid #8dc63f;
	color: #fff;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	font-size: 90%;
}

.small{
	font-size: 90%;
}


#enquiry
{
	float: right;
	width: 300px;
	padding-left: 10px;
}

.send{
	background-color: #8dc63f;
	border: 1px solid #8dc63f;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
}


.clear{
	background-color: #346a25;
	border: 1px solid #346a25;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
}