
body {
    font-family: arial, helvetica, sans serif;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	color: #333;/*grey*/
	background-color: #B6D900;/* green */
}


#wrapper {
	position: relative;
	width: 58em;
	margin: auto;
	background-color: #fff;
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header {
	width: 35em;
	height: 100px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#logo{
	height: 100px;
	float: left;
}

.headertext{
	padding-top: 43px;
	font-weight: bold;
}

/*////////////////////////////
	SIDE MENU AREA
////////////////////////////*/

#menu{
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	width: 190px;
	font-weight: bold;
	font-size: 90%;
	float: right;
}

#menu p{
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 80%;
	background-color: #B6D900;/* green */
	border-bottom: 2px solid #fff;
}
			
*html #menu p{ 
padding: 5px 0px 5px 0px;
margin: 0px 0px 0px 0px;
}
			
#menu a{
	color: #fff; /* white */
	text-decoration: none;
}

#menu a:hover{
	color: #fff;/* white */
	text-decoration: none;
}
						

/*////////////////////////////
	CONTENT
////////////////////////////*/
#content{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	text-align: left;
	width: 56em;
	min-height: 550px;
	height: auto;
}
			
* html #content { 
height: 550px;
background-color: #fff;
}
						
.innercontent{
	width: 37em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 25px;
	background-color: #fff;
}		
		
/*////////////////////////////
	FOOTER & COPYRIGHT
////////////////////////////*/
#footerwrapper {
	width: 58em;
	background-color: #fff;
	height: auto;
	float: left;
}

#footerlogo {
	text-align: right;
}

	
#copyright {
	font-family: arial, helvetica, sans serif;
	background-color: #B6D900;/* green */
	padding: 10px 25px 10px 0px;
	font-size: 90%;
	color: #fff;
	height: auto;
	text-align: right;
}

#copyright a, #copyright a:hover, #copyright a:visited{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
									

/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #333;/*grey*/
	font-size: medium;
	font-weight: bold;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #B6D900;/* green */
	font-size: small;
	font-weight: bold;
}  

h3{
	font-family: arial, helvetica, sans serif;
	color: #333;/* grey */
	font-size: small;
	font-weight: bold;
} 

 h4{
	font-family: arial, helvetica, sans serif;
	color: #fff;/* white */
	font-size: small;
	font-weight: bold;
}  
  

/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #B6D900; /* green */
	text-decoration: underline;
}

a:visited{
    color: #B6D900; /* green */
	text-decoration: underline;
}

a:hover{
    color: #333;  /* grey */
	text-decoration: underline;
}

/*////////////////////////////
	HOME BOXES
////////////////////////////*/

#box1{
	width: 36em;
	background-color: #EFFFBD; /* lighter green */
}

#box1 a, #box a:hover, #box1 a:visited{
	color: #B6D900; 
	font-weight: bold;
	text-decoration: underline;
}

#box2{
	width: 36em;
	background-color: #E0EF91;/* light green */
}

#box2 a, #box2 a:hover, #box2 a:visited{
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

#box3{
	width: 36em;
	background-color: #B6D900;/* green */
}

#box3 a, #box3 a:hover, #box3 a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/*////////////////////////////
	OTHER
////////////////////////////*/



img{ 
	border: none;
}


.right{
	float: right;
	margin-left: 20px;
}

.left{
	margin-right: 20px;
	float: left;
}

ul
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}


.green{
	color: #B6D900;/* green */
}

label.enquiry
{
	width: 120px;
	float: left;
}

td.greenback{
	background-color: #EFFFBD;/* green */
}

th
{
	color: #fff;
	font-weight: bold;
	text-align: left;
	background-color: #B6D900;
}

#dates
{
	border-collapse: collapse;
	border: 1px solid #B6D900;
}

#dates td
{
	border: 1px solid #B6D900;
}

.white{
	color: #fff;
}


#searchwebsite{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background: #B6D900;
}
#searchwebsite h2{
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

.searchbox{
	border: 1px solid #fff;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-size: 90%;
	width: 124px;

}


.searchbutton{
	font-size: 90%;
	color: #333;
	background: #fff;
	border: 1px solid #fff;
	padding: 0px;
	margin: 0px;
}