/* =============== STYLESHEET CONTENTS/ =============== 
	= Common
		+ Overrides
		+ Elements
		+ Classes
	= Layout
		+ Header
			- Logos
			- Navigation
		+ Content
		+ Column
		+ Lower Content
		+ Footer
	= Individual Pages
		+ Index		
		+ Benefits
		+ About Us	
		+ FAQ	
		+ Sitemap	
   =============== /STYLESHEET CONTENTS =============== */
   
/* ============================================= Common/ ============================================= */

/* ++++++++++++++++++++++++++++++ Overrides/ ++++++++++++++++++++++++++++++ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ++++++++++++++++++++++++++++++ /Overrides ++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++ Elements/ ++++++++++++++++++++++++++++++ */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.4em;
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
}

h1, h2, h3, h4, h5, h6 {
	color: #1c4d83;
	line-height: normal;
}

h1 {
	font-size: 1.7em;
	margin: 25px 0 15px 0;
}

h2 {
	font-size: 1.4em;
	margin: 25px 0 15px 0;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p { 
	margin: 8px 0 12px 0;
}

ul {
	margin: 5px 0 5px 14px;
}

ul li {
	margin: 8px 0 12px 0;
	padding-left: 18px;
	list-style: none;
	background: transparent url(../images/bullet-01.gif) no-repeat 0px 5px;
}

ol {
	margin: 5px 0 5px 14px;
}

ol li {
	margin: 8px 0 12px 18px;
	padding-left: 0px;
	list-style:decimal;
}

a, a:link {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #fb4c00;
}

a:hover, a:focus {
	text-decoration: none;
}

a:active {
	color: #006699;
}

/* ++++++++++++++++++++++++++++++ /Elements ++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++ Classes/ ++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++ /Classes ++++++++++++++++++++++++++++++ */

/* ============================================= /Common ============================================= */


/* ============================================= Layout/ ============================================= */

/* ++++++++++++++++++++++++++++++ Container/ ++++++++++++++++++++++++++++++ */

#jump-links {
	display: none;
}

#container {
	width: 805px;
	margin: 0 auto;
}

/* ++++++++++++++++++++++++++++++ /Container ++++++++++++++++++++++++++++++ */ 

/* ++++++++++++++++++++++++++++++ Header/ ++++++++++++++++++++++++++++++ */

/* --------------- Logos/ --------------- */

#logo {
	display: block;
	float: left;
	width: 240px;
	height: 139px;
}

#powered {
	display: block;
	float: right;
	width: 100px;
	height: 35px;
}

/* --------------- /Logos --------------- */

/* --------------- Navigation/ --------------- */

#nav-wrapper  {
	float: right;
	clear: right;
	background: url(../images/navigation.gif) no-repeat bottom right;
	width: 565px;
	height: 36px;
	margin: 40px 0 0 0;
}

body#index #navigation {
	display: block;
	position: relative;
	background: url(../images/navigation-hover.gif) no-repeat 0 -180px;
	width: 565px;
	height: 36px;
	margin: 0;
}

body#benefits #navigation {
	display: block;
	background: url(../images/navigation-hover.gif) no-repeat 0 -144px;
	width: 565px;
	height: 36px;
	margin: 0;
}

body#about-us #navigation {
	display: block;
	background: url(../images/navigation-hover.gif) no-repeat 0 -108px;
	width: 565px;
	height: 36px;
	margin: 0;
}

body#faq #navigation {
	display: block;
	background: url(../images/navigation-hover.gif) no-repeat 0 -72px;
	width: 565px;
	height: 36px;
	margin: 0;
}

body#buyersguide #navigation{
	display: block;
	background: url(../images/navigation-hover.gif) no-repeat 0 0;
	width: 565px;
	height: 36px;
	margin: 0;
}

body#sitemap #navigation {
	display: block;
	background: none;
	margin: 0;
}

#navigation li {
	float: left;
	background: none;	
	margin: 0;
	padding: 0;
}

#navigation li  {
	display: block;
	height: 36px;
}

#navigation li a {
	display: block;
	height: 36px;
	text-indent: -999em;
}

#navigation li#nav-home  {
	width: 79px;
}

#navigation li#nav-benefits  {
	width: 90px;
}

#navigation li#nav-aboutus  {
	width: 92px;
}

#navigation li#nav-faq  {
	width: 68px;
}

#navigation li#nav-getquote  {
	width: 126px;
}

#navigation li#nav-buyersguide  {
	width: 110px;
}


/* --------------- /Navigation --------------- */

/* ++++++++++++++++++++++++++++++ /Header ++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++ Content/ ++++++++++++++++++++++++++++++ */

#content {
	clear: left;
	width: 521px;
	padding: 0 23px 23px 23px;
	float: left;
}

/* ++++++++++++++++++++++++++++++ /Content ++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++ Column/ ++++++++++++++++++++++++++++++ */

#column {
	clear: right;
	float: right;
	width: 200px;
	text-align: center;
	padding-top: 325px;	
	font-size: 0.95em;
}

.white-box-outer {
	background: url(../images/white-box-bg.gif) repeat-y top center; 
	margin-bottom: 40px;
}

.white-box {
	background: url(../images/white-box-top.gif) no-repeat top center;
}

.white-box-inner {
	background: url(../images/white-box-bottom.gif) no-repeat bottom center;
	padding: 5px 10px 15px 10px;
}

/* ++++++++++++++++++++++++++++++ /Column ++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++ Lower Content/ ++++++++++++++++++++++++++++++ */

#lower-content {
	clear: both;
	font-size: 0.95em;
	color: #666666;
}

.grey-box-outer {
	background: url(../images/grey-box-bg.gif) repeat-y top center; 

}

.grey-box {
	background: url(../images/grey-box-top.gif) no-repeat top center;
}

.grey-box-inner {
	background: url(../images/grey-box-bottom.gif) no-repeat bottom center;
	padding: 10px 15px;
}



/* ++++++++++++++++++++++++++++++ /Lower Content ++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++ Site Info/ ++++++++++++++++++++++++++++++ */

#site-info {
	clear: both;
	font-size: 0.95em;
	border-top: 1px solid #d7d7d7;
}

#link-designed {
	float: left;
	width: 49%
}

#link-sitemap {
	float: right;
	width: 49%;
	text-align: right;
}

#logo-lloyds {
	float: right;
	width: 49%;
	text-align: right;
}

/* ++++++++++++++++++++++++++++++ /Site Info ++++++++++++++++++++++++++++++ */

/* ============================================= /Layout ============================================= */


/* ============================================= Pages/ ============================================= */

/* ++++++++++++++++++++++++++++++ Home/ ++++++++++++++++++++++++++++++ */

body#index {
	background: url(../images/bg-home.jpg) no-repeat top center;
}

.but-quote {
	display: block;
	text-align: center;
	margin: 20px auto;
	width: 151px;
	height: 36px;
}

p.lrg-text {
	font-size: 1.2em
}

/* ++++++++++++++++++++++++++++++ /Home ++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++ Benefits/ ++++++++++++++++++++++++++++++ */

body#benefits {
	background: url(../images/bg-benefits.jpg) no-repeat top center;
}

/* ++++++++++++++++++++++++++++++ /Benefits ++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++ About Us/ ++++++++++++++++++++++++++++++ */

body#about-us {
	background: url(../images/bg-about-us.jpg) no-repeat top center;
}

/* ++++++++++++++++++++++++++++++ /About Us ++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++ FAQ/ ++++++++++++++++++++++++++++++ */

body#faq {
	background: url(../images/bg-faq.jpg) no-repeat top center;
}

/* ++++++++++++++++++++++++++++++ /FAQ ++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++ Sitemap/ ++++++++++++++++++++++++++++++ */

body#sitemap {
	background: url(../images/bg-home.jpg) no-repeat top center;
}

/* ++++++++++++++++++++++++++++++ Sitemap/ ++++++++++++++++++++++++++++++ */

body#buyersguide {
	background: url(../images/bg-home.jpg) no-repeat top center;
}


/* ++++++++++++++++++++++++++++++ /Sitemap ++++++++++++++++++++++++++++++ */

/* ============================================= /Pages ============================================= */