

body{
	font-family: arial, helvetica, sans-serif;
	background: url(images/page_background.gif) no-repeat bottom right;
	color: #14654A;
	font-size: small;
}

#wrapper{
	position: relative;
	width: 60em;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*////////////////////////////
	TOP HEADER AREA
////////////////////////////*/

#header{
	width: 60em;
	height: 178px;
	margin: 0;
	padding: 0;
	background: #fff url(images/header_background.gif) repeat-x top left;
	float: left;
	margin-left: 0px;
}

#headerleft{
	background:  url(images/logo.gif) no-repeat top left;
	height: 178px;
	width: 30em;
	float: left;
	margin: 0;
	padding: 0;
}

#headerright{
	height: 178px;
	width: 25em;
	float: right;
	margin: 0;
	margin-left: 50px;
}


.telephone{ 
	font-family: georgia, arial, helvetica, sans-serif;
	margin: 0; 
	padding: 0; 
}

/*////////////////////////////
	CONTENT AREA
////////////////////////////*/


#contentwrapper{
	width: 60em;
	height: 100%;
}


#content{
	background: #fff url(images/menu_background.gif) repeat-y top right;
	min-height: 400px;
	max-height: auto;
	width: 60em;
	float: left;
	margin: 0;
	padding: 0;
}


#sideborder{
	background: url(images/content_background.gif) repeat-y top left;
	min-height: 400px;
	max-height: auto;
	float: left;
	width: 60em;
	padding: 0px 0px 0px 0px;
}

.innercontent{
	width: 41em;
	padding: 0px 0px 0px 30px;
	float: left;
}


/*////////////////////////////
	MENU AREA
////////////////////////////*/

#menu{
	font-family: georgia, arial, helvetica, sans-serif;
	background:  url(images/menu_background2.gif) no-repeat top right;
	color: #fff;
	height: 100%;
	text-align: left;
	float: right;
	margin: 0px;
	padding: 50px 45px 0px 0px;
	font-size: 1em;
}

#menu li{
	background:  url(images/bulletpoint.gif) no-repeat top left;
	list-style-type: none;
	display: block;
	border-bottom: 1px dashed #fff;
	padding: 5px 0px 5px 20px;
}

#menu li a, #menu li a:hover, #menu li a:visited{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	display: block;
}

/*////////////////////////////
	FOOTER
////////////////////////////*/


#footer{
	background: #fff url(images/footer_background.gif) repeat-x top right;
	height: 105px;
	width:  60em;
	float: left;
	margin: 0;
	padding: 0;
}

#footer p{ padding-top: 30px;  color: #fff;  font-size: 80%;}

#footer2{
	height: 105px;
	width:  60em;
	float: left;
	margin: 0;
	padding: 0;
}

#footer2 p{ padding: 10px 10px 0px 0px; font-size: 80%;}

/*////////////////////////////////
			HEADINGS
/////////////////////////////////*/

h1, h2, h3  {  font-family: georgia, arial, helvetica, sans-serif; font-weight: bold;}

h1{ color: #FF7F00; font-size: large;}/* orange */
h2{ color: #14654A; font-size: small;}/* green */
h3{ color: #FF7F00; font-size: small;}/* orange */



/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #FF7F00; /*orange */
	text-decoration: underline;
}

a:visited{
    color: #FF7F00; /* orange */
	text-decoration: none;
}

a:hover{
    color: #FF7F00;  /* orange */
	text-decoration: underline;
}

		
/*////////////////////////////
	OTHER
////////////////////////////*/

img{
	border: none;

}


.right{
	float: right;
	margin: 0;
	padding: 0;
}

.left{
	float: left;
	margin-left: 0px;
	padding: 0;
}

.orange{ color: #FF7F00;}

.green{ color: #14654A;}

.enquiry
{
	float: left;
	width: 100px;
}