﻿body {
}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}



#container {
	position:relative; z-index:1;
	margin-top: 30px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px;
}

#header {
	position: relative;
	width: 1050px;
	height: 300px;
	font-family: arial, sans-serif;
	font-size: 30px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
}


#logo {
	width: 1050px;
	height:120px;
	background-color: #ffFFFF;
	text-align: left;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	background-position: right;
	border: thin;
	border-color: #CDE0EB;
	border-style: solid;
}
	

#divider {
	width: 100%;
	height: 10px;
	font-size: 12px;
	font-family: arial, sans-serif;
	background-color: #ffFFFF;
	text-align: left;
}

h1 {
	font-size: 18px;
	color: #234579;
}

h2 {
	font-size: 14px;
	font-weight:bold;
	color: #234579;
}

h3 {
	font-size: 16px;
	color: #234579;
}


.linksheader {
	font-size: 16px;
	font-weight: bold;
	color: #822F0B;
}

a:link {
	text-decoration: none;
	color: #336D91
}

#content {
	text-align: left;
	background-color: #FFffff;
	min-height: 200px;
	font-family: arial, sans-serif;
	font-size: 14px;
	padding-left: 0px;
	padding-right:0px;
	border: thin;
	background-color:#ffffff;
	border: 1px solid #CDE0EB;

}

#left {
	float: left; 
	width: 800px; 
	padding-left: 5px;
	padding-right:5px;
	background-color:#ffffff;
	border: 1px solid #CDE0EB;
	}
	
#right {
	width: 220px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	border-left: 1px solid #CDE0EB;
	float: right;
	color: #464646;
}
  
.tel {
	font-size: 20px;
} 

.box {
	width: 792px;
	vborder: thin;
	background-color: #ffffff;
	border: 2px solid #377ABC;
	padding:2px;
}

#footer {
	width: 100%;
	height: 20px;
	font-size: 12px;
	background-color: #FFFFFF;	
	font-family: arial, sans-serif;
}

#copyright {
	font-size: 12px;
	background-color: #FFFFFF;
	float:left;
	width:500px;
	text-align:left;
	height: 20px;
	padding-left:5px;
}

.photo {
	padding: 20px;
	width: 660;
	border: 1px solid gray;
	text-align: center;
}


#buzz {
	width: 500px;
	height: 20px;
	font-size: 12px;
	background-color: #FFFFFF;
	float:right;
	text-align:right;
	padding-right:10px;
	text-decoration:none;
}

a:visited{
	text-decoration: none;
	color: #808080;
}

#buzz a:active {
	text-decoration: none;
	color: #808080;
}

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

.form {   
	font-family: arial, 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  */
}

.online {
	color:navy;
	font-weight:bold;
}