@charset "UTF-8";
/* CSS Document */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/
*{padding: 0; margin: 0;}

a {
outline: none;
}
/* the focus*/
:focus {
		outline: 0;
}
* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-image: url(../images/blue_leather.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}

body > #wrap {
	height: auto;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	padding-bottom: 426px;
	background-color: d4e7ee;
	position: relative;
	background-image: url(/images/coloursq.png);
}  /* must be same height as the footer */
#logo {
	background-position: center top;
	height: 210px;
	width: 113px;
	margin-left: 105px;
	float: left;
	position: relative;
	clear: right;
}
#nav {
	clear: both;
	float: left;
	width: 250px;
	margin-left: 235px;
	position: relative;
}
#content {
}
#left {
	float: left;
	width: 200px;
	clear: both;
	margin-left: 210px;
	position: relative;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00CCFF;
	margin-bottom: 20px;
}
#right {
	float: right;
	position: relative;
	margin-left: 0px;
	width: 374px;
	margin-right: 50px;
}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	color: #041F2F;
}
a:active {
	color: #052438;
}
.caption {
	background-image: url(../images/colour_bar.jpg);
	background-position: center top;
	clear: both;
}
.caption p {
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}
#map {
	background-image: url(../images/map.gif);
	background-repeat: no-repeat;
	float: right;
	height: 210px;
	width: 350px;
	margin-right: 70px;
	position: relative;
	margin-top: 25px;
}

#footer {
	position: relative;
	margin-top: -365px; /* negative value of footer height */
	height: 365px;
	clear:both;
	background-image: url(../images/london.jpg);
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-left: 40px;
} 
#content img {
	clear: left;
	float: right;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #14A5D5;
	font-weight: normal;
	margin-bottom: .3em;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #052335;
	font-size: 1em;
	margin-bottom: .3px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	color: #06263D;
	font-size: 0.75em;
	margin-bottom: 0.5em;
	line-height: 1.6em;
	text-align: left;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
.white_text {	color: #FFFFFF;
}

