/* using a reference for constant colours thru the site as comments

/*Add borders to identify containers when debugging 

div { border:1px red dashed; } */



/***** Global Settings *****/
 
body {
border:0;
margin:0;
padding:0;
background-image:url(images/bg_bar.jpg);
background-repeat:repeat-x;
vertical-align: middle;
font-size: 62.5%;
color:#000000;
}
 
 /***** Main Content *****/
 
#wrapper {
	width: 960px;
	height:800px;
	margin: auto;
	position: relative;
	background-color:#FFFFFF;
}

#topbar {
	width: 100%;
	height:22px;
	background-color:#FFC726;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	width: 100%;
	height: 165px;
	background-image:url(images/wave.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 22px;
	left: 0px;
}
.headerlogo {
	width: 400px;
	height: 140px;
	position: absolute;
	top: 20px;
	left: 10px;
}
#leftsidebar {
	width: 175px;
	height: auto;
	position: absolute;
	background-color: #93B9DC;
	top: 200px;
	left: 25px;
	
}
#rightsidecontent {
	width: 725px;
	height: 600px;
	position: absolute;
	top: 200px;
	left: 225px;
}
#navbox1 {
	width: 220px;
	height: 210px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#navboxother1 {
	width: 220px;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#navbox2 {
	width: 220px;
	height: 210px;
	position: absolute;
	top: 0px;
	left: 240px;
}
#navboxother2 {
	width: 220px;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 240px;
}
#navbox3 {
	width: 220px;
	height: 210px;
	position: absolute;
	top: 0px;
	left: 480px;
}
#navboxother3 {
	width: 220px;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 480px;
}.navimg1 {
	width: 220px;
	height: 170px;
	position: absolute;
	top: 40px;
	left: 0px;
	background-color:#CCCCCC;
}
.navimg2 {
	width: 220px;
	height: 170px;
	position: absolute;
	top: 40px;
	left: 0px;
	background-color:#999999;
}
.navimg3 {
	width: 220px;
	height: 170px;
	position: absolute;
	top: 40px;
	left: 0px;
	background-color:#666666;
}
#thinline {
	width: 100%;
	height: 3px;
	position: absolute;
	top: 225px;
	left: 0px;
	z-index: 10;
	background-color:#FFC726;
}
.sidebartext {
	width: 160px;
	height: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.55em;
	color: #031E51;
	line-height: 1.5em;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.sidebarimg {
	width: 165px;
	height: auto;
	position: relative;
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 0px 5px 0px 5px;
}
.sidebar2img {
	width: 165px;
	height: auto;
	position: relative;
	padding: 5px 5px 15px 5px;
}

.sidebaraddressbox {
	width: 160px;
	height: auto;
	margin: 10px 0px 0px 0px;
	position: relative;
	background-color: #031E51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color:#FFFFFF;
	line-height: 1.4em;
	padding: 5px 0px 5px 15px;
}
#maincontent {
	width: 700px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 210px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#maincontentother {
	width: 700px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 70px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h1 {
	font-size: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #93b9DC;
}

h2 {
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #031E51;
}
.bodycopy {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	font-weight: normal;
	color:#000000;

}
.bodycopy a,
.bodycopy a:link,
.bodycopy a:visited {
	text-decoration: none;
	color:#031E51;	
}
.bodycopy a:hover {
	color:#FF0000;
}
/* Footer */

#footer {
	width: 665px;
	height: 25px;
	padding: 12px 0px 0px 35px;
	margin-top: 60px;
	margin-bottom: 50px;
	text-align: left;
	position: relative;
	background-color:#93B9DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#031E51;
	letter-spacing: 0.08em;
	background-image:url(images/footerblock.png);
	background-repeat: no-repeat;
}
#footer a:link {
	text-decoration: none;
	color:#031E51;
		
} #footer a:visited {
	color:#031E51;
	text-decoration: none;

}
 #footer a:hover {
	color:#FF0000;
	
}


.clear {
clear: both;
}

#contactus {
	width: 160px;
	height: 25px;
	position: absolute;
	top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color:#031E51;
	font-style: normal;
	text-align: right;
	padding-right: 35px;
	letter-spacing: 0.08em;
	background-image:url(images/contactarrow.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	padding-top: 11px;
	left: 730px;
}
#contactus a:link {
	text-decoration: none;
	color:#031E51;
		
} #contactus a:visited {
	color:#031E51;
	text-decoration: none;

}
 #contactus a:hover {
	color:#FF0000;
	
}
	.imageright {
	float: right;
	position: relative;
	width: auto;
	height: auto;
	margin-left: 40px;
}
#googlewrapper {
	width: 350px;
	height: auto;
	position: relative;
	float: left;
	margin: 0px 50px 20px 0px;
}
.googlehead {
	width: 100%;
	height: 25px;
	position: relative;
}
.googlemap {
	width: 350px;
	height: 300px;
	position: relative;
	margin-top: 25px;
}
.googlefotter {
	width: 100%;
	height: 25px;
	position: relative;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	color:#031E51;
	letter-spacing: 0.05em;
}

