/* CSS Document */

body { margin: 0; padding: 0; background: url(images/header.gif) 0 0 repeat-x transparent}
* {margin: 0; padding: 0; border: 0}


/* ---------------------- Main Layout ------------------------- */

#container {margin: 0 auto;	width: 950px; background: transparent; overflow: hidden}

#header {
	height: 154px;
	width: 915px;
	background: transparent;
	float: left;
	position: relative;
	}
	
#leftwrapper {
	width: 650px;
	float: left;
	}

#leftcolumn {
	width: 650px;
	padding-bottom: 25px;
	float: left;
	background: url(images/opaque-logo-for-bg.gif) 50% 50% no-repeat;
	}
	
#rightcolumn {
	width: 280px;
	float: left;
	padding-top: 9px;
	}
	
.testimonial {
	width: 265px;
	position: relative;
	float: left;
	margin: 10px 0 10px 0;
	}
	
#callyourightback {
	float: left;
	width: 266px;
	height: 280px;
	padding-bottom: 10px;
	}

#compliancefull {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 30px;
	background: url(images/bottom-page-shadow.gif) 0 0 repeat-x #013b84;
	}
	
#compliance {
	width: 925px;
	margin: 0 auto;
	background: transparent;
	}
	
#valid {
	margin: 10px auto 0 auto; 
	width: 265px; 
	height: 15px; 
	background: transparent;
	}

/* ---------------------- Text styles ------------------------- */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #191919;
	margin: 15px 30px 0 20px;
	line-height: 1.6em;
	}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #191919;
	margin: 15px 30px 0 20px;
	line-height: 1.6em;
	}
	
.testimonial p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #191919;
	text-align: center;
	font-style: italic;
	margin: 5px 20px 0 20px;
	line-height: 1.4em;
	}
	
.privacy {
	text-align: center;
	font-size: 0.7em;
	margin: 0px 15px 10px 0px;
}
	
#compliance p {
	color: #FFFFFF;
	text-align: center;
	font-size: 0.7em;
	margin: 15px 40px 0 40px;
	line-height: 1.4em;
	}
	
#compliance a {
	color: #FFFFFF;
	}
	
span.blue {
	font-size: 1.25em;
	color: #013b84;
	}

#leftcolumn ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #191919;
	margin: 15px 0 0 30px;
	line-height: 1.8em;
	list-style-position: outside;
	list-style: none;
	}
	
#leftcolumn li {
	padding-left: 22px;
	background: url(images/bullet-point.gif) 0 50% no-repeat;
	background-repeat: no-repeat;
	background-position: left 4px;
	}
	
#mortgageenquiry {
	width: 540px;
	float: left;
	margin: 15px 0 0 12px;
	}

#leftcolumn a:link, #leftcolumn a:visited {
	text-decoration: none;
	color: #2C5C99;
	}
	
#leftcolumn a:hover, #leftcolumn a:active   {	
	text-decoration: underline;
	color: #2C5C99;
	}


/* ---------------------- Images ------------------------- */

.logo {
	margin: 9px 0 0 20px;
	}
	
.contactdetails {
	position: absolute;
	top: 15px;
	right: 10px;
	}
	
.photo {
	margin: 9px 2px 0 2px;
	}
	
.h2text {
	margin: 15px 0 0 15px;
	}
	
.openquote {
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
.closequote {
	position: absolute;
	right: 0px;
	bottom: 15px;
	}
	
	
/* ----------------------- TOP NAV -------------------------- */

ul#top-nav {
	width: 500px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}

ul#top-nav li {
	float: left;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.7em;
	margin: 0 0 0 2px;
	}
	
ul#top-nav li a {
	float: left;
	display: block;
	height: 31px;
	width: 120px;
	background: url(images/nav-button.gif) 0 0 no-repeat;
	line-height: 31px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
ul#top-nav li a:hover {
	color: #f3d100;
	text-decoration: none;
	}
	
ul#top-nav li a.current {
	color: #043d85;
	background-position: 0 -31px;
	text-decoration: none;
	}