
body {
	font-family: arial, helvetica, sans serif;
	color: #666;
	font-size: small;
	margin: 0;
	padding: 0;
	background: #DEE7EA url(images/page_background.jpg) repeat-x top left;
}


#wrapper {
	position: relative;
	width: 764px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 20px;
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header{
	width: 764px;
	height: 238px;
	background: #fff url(images/header.jpg) no-repeat top left;
}


#telephonearea{
	float: right;
	color:  #2A5E7A;/*drk turquoise*/
	font-weight: bold;
	padding: 16px 20px 0px 0px;
	margin: 0;
	
}

.pic{
	vertical-align: middle;
}

/*////////////////////////////
	MENU
////////////////////////////*/


#menu{
	width: 164px;
	height: auto;
	background:  #fff;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0;
	float: right;
}



#innermenu{
	width: 164px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
}

#menu ul{
	font-weight: normal;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 100%;
	float: left;
}

#menu ul li{
	list-style: none;
	list-style-image: none;
	width: 134px;
	background: #fff url(images/menu_arrow.gif) no-repeat left;
	border-bottom: 1px solid #A6C8DB;/* light turquoise*/
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 17px;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active{
	color: #2A5E7A;/* drk turquoise*/
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	margin: 0;
}

#menu ul li a:hover{
	color: #448DB4;/* turquoise*/
}


/*////////////////////////////
	FOOTER
////////////////////////////*/

#footer{
	width: 764px;
	height: 54px;
	background: #fff url(images/footer_background.gif) no-repeat top left;
}


#copyright{
	text-align: right;
	color: #333;
	min-height: 75px;
	font-size: 80%;
	float: right;
	padding: 5px 12px 0px 0px;
	
}



/*////////////////////////////
	MAIN CONTENT
////////////////////////////*/


#content{	
	position: relative;
	background: #fff;
	width: 764px;
	margin: auto;
	min-height: 300px;
	padding: 0;
}

* html #content { height: 350px;}


.innercontent{
	width: 555px;
	padding: 0px 0px 20px 12px;
}


/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #2A5E7A;/* drk turquoise*/
	text-decoration: underline;
}

a:visited{
    color: #666;/* drk turquoise*/
	text-decoration: underline;
}

a:hover{
    color:  #448DB4;/* turquoise*/
	text-decoration: underline;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: "Gill Sans MT" arial, helvetica, sans serif;
	color: #2A5E7A;/*drk turquoise*/
	border-bottom: 1px solid #A6C8DB;/* light turquoise*/
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0;
}


h2{
	font-family: "Gill Sans MT" arial, helvetica, sans serif;
	color: #2A5E7A;/*drk turquoise*/
	font-size: 1.3em;
	font-weight: normal;
}  


h3{
	font-family: arial, helvetica, sans serif;
	color: #333;/*grey */
	font-size: small;
	font-weight: bold;
}

/*////////////////////////////
	OTHER
////////////////////////////*/

img {
	border: none;
}

ul{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}

ul ul{
	list-style-type: circle;
	list-style-image:  none;
}

.right{
	float: right;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0;
}

.enquiry
{
	float: left;
	width: 120px;
}