
/* #000099 blue */
/* #009900 green */


body {
	font-family: arial, helvetica, sans serif;
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	background-color: #fff;
	color: #333;
}

#wrapper {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -390px;
	border: 1px solid #000;/* black */
}

#pagecontainer {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 750px;
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header {
	width: 750px;
	height: 125px;
	text-align: center;
}

/*////////////////////////////
	MENU AREA
////////////////////////////*/

#menu{
	font-family: times new roman, arial, helvetica, sans serif;
	font-weight: bold;
	font-size: medium;
	width: 750px;
	height: 30px;
	text-align: center;
}
			
#menu a{
	color: #000099;/* blue */
	text-decoration: none;
}

#menu a:hover{
	color: #000099;/* black */
	text-decoration: none;
}
			
			
/*////////////////////////////
	CONTENT AREA
////////////////////////////*/

#pagecontent{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 750px;
	height: 100%;
}

#content{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
	min-height: 300px;
	max-height: 100%;
}
			
		* html #content {
		height: 300px;
		}					
		
/*////////////////////////////
	    FOOTER 
////////////////////////////*/

#footerwrapper {
	width: 750px;
	background-image: url(images/footer_background.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
}

#footer1 {
	width: 710px;
	padding: 20px 20px 20px 20px;
	height: auto;
	text-align: center;
}
		

/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: times new roman, arial, helvetica, sans serif;
	color: #000;/* black */
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

h2{
	font-family: times new roman, arial, helvetica, sans serif;
	color: #000;/* black */
	font-size: 1.2em;
	font-weight: bold;
}

h3{
	font-family: times new roman, arial, helvetica, sans serif;
	color: #009900;/* green */
	font-size: 1.3em;
	font-weight: bold;
}

/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #000099;/* blue */
	text-decoration: underline;
}

a:visited{
    color: #000099;/* blue */
	text-decoration: none;
}

a:hover{
    color: #000;/* black */
	text-decoration: underline;
}

/*////////////////////////////
	OTHER
////////////////////////////*/

ul{
	list-style-type: image;
	list-style-image: url(images/bulletpoint.gif);
}

.right{
	float: right;
	margin: 0px 0px 10px 10px;
}


label.enquiry
{
	width: 130px;
	float: left;
}

#mapcontainer{
	float: right;
	width: 420px;

}

#map
{
 WIDTH: 420PX; 
 HEIGHT: 250PX;	
 border: 1px solid #000;
 
}