﻿body {
	text-align: center;
	background-color: #EAEFF4;
	min-height: 101%;}

html 	{height: 100%;}


#container {  
	width: 990px;			
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #1E4350;
}


#header { 
  	position: relative;	
  background-color: #457bc5;
  	width: 100%;
  height: 175px;}

.header {  
	
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Verdana";
	font-size: 40px;
	color: white;
	}
	
.headersub {  
	
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Verdana";
	font-size: 20px;
	color: white;
	}
	

#divider {
    background-image:url(images/diagonal.gif);
	background-repeat:no-repeat;
	height: 27px;
	}

#nav  {
	position: relative;
	background-image: url(images/fade.gif);
	background-repeat: no-repeat;
	height: 22px;
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: #C66110;
	}

#nav a:link, #nav a:active, #nav a:visited {
	color: #C66110;
	font-weight: bold;
	text-decoration: none;
	padding-top: 15px;
	}

#nav a:hover {
	color: #453223;
	text-decoration: none;
	}
.nav { 
	padding-top: 5px;
	}	


#content {
  	position: relative;
  	background: #DBE5F1;
  	float: left;
 	width: 790px;
	}

.content {   
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	color: #3C2D1C;
	min-height: 505px;
 	}


#rightcol {
 	 position: relative;
	 float: right;
	 background-image:url('images/border.gif'); 	
 width: 200px;
 	 font-family: Verdana, Geneva, Tahoma, sans-serif;
 	 font-size: 10pt;
	 text-align: center;
 	 color: black;
	}
 
#address {
     padding-top: 10px;
	 text-align: center;
	 }
	 
#address a:link, #addess a:visited, #address a:active {
	color: #D08124;
	font-weight: normal;
	text-decoration: none
	}	 
	
#address a:hover {
	color: #000;
	text-decoration: none;
	}







  
#footer {
 	 background-image: url(images/bottom.gif);
	 background-repeat: repeat;
 	 clear: both;
 	 width: 100%;
 	 height: 19px;
 	 color: #fff;
 	font-family: Verdana, Geneva, Tahoma, sans-serif; 	 
 	 font-size: 8pt;
 	 padding-top: 3px;
  	}

#footer a:link, #footer a:active, #footer a:visited {
	color: white;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}

#footer a:hover {
	color: #F26D1C;
	font-family: Verdana, Geneva, Tahoma, sans-serif;	
	text-decoration: none;
	}



/* The section below is only used in the enquiry form  */

.form {   
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;    /* text colour when visitor fills in field  */
	color: #3C2D1C;    /* text colour when visitor fills in field  */
	background-color: #f3f7fb;	/* fields background colour */	
	}   

#formb {
	background-color: #f3f7fb;	
	border: 1px solid #2f4f77;    /* border colour  */
	padding: 8px;
	margin-top: 20px;
	margin-right: 140px;
	margin-bottom: 20px;
	margin-left: 140px;
	}

table.form td {
	background-color: #f3f7fb;    /* form table border colour  */
}


