@import url('reset.css');
/* CSS Document */

html{overflow-y:scroll;} /* force scrollbar so site does not 'jump' around */

body {
	background: #e8e8e8 url(images/bg.gif) repeat-x top left;
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #4c4d4f;
}

a,
a:link,
a:visited {
	color: #4c4d4f;
	text-decoration: underline;
}
a:hover {
	color: #1b48a0;
	text-decoration: underline;
}

/* *** global *** */

.reasons {
	margin:0;
	padding:0;
	font-size: 20px;
	line-height: 130%;
	}
.reasons a {
	color: #1b48a0;
	}
.reasons h2 {
	font:15px/18px arial;
	margin-bottom:32px;
	margin-left:178px;
	}
.entry table {
	border: 1px solid #4c4d4f;
	width: 100%;
	}

.entry th {
	font-weight: bold;
	padding: 12px 0 12px 0;
	border: 1px solid #4c4d4f;
	background: url(../images/th.gif) repeat-x bottom left;
	}
	
.entry td {
	padding: 8px;
	border: 1px solid #999999;
	background-color: #ececec;
	}
	
.entry .tdalt {
	padding: 8px;
	border: 1px solid #999999;
	background-color: #f8f8f8;
	}
	
.lenderimg {
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px #999999 solid;
	}
.lenderimg_lc {
	padding: 10px 0 10px 0;
	margin: 0;
	margin-bottom: -4px;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	}
	
.error {
	display: block;
	padding: 4px;
	float: right;
	margin-top:5px;
	margin-bottom:5px;
	width: 90%;
	border: 1px solid #4c4d4f;
	background: #e8e8e8;
	color: #4c4d4f;
	line-height: 100%;
	}
.grey {
	color: #666666;
	font: normal 13px arial;
	}
.blue {
	color: #1B48A0;
	font: normal 16px arial;
	}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	display: inline;
	margin: 0 15px 7px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 7px 15px;
}

#wrapper {
	background: url(images/wrapper.png) repeat-y top center;
	margin: 0 auto;
	padding: 0 22px;
	width: 960px;
}

/* *** header *** */
#header {
	background: #FFF url(images/header/bg.gif) no-repeat 327px 100%;
	height: 111px;
	padding: 15px 18px 15px 19px;
}
	/* logo */
	#header h1 {
		background: url(images/header/logo.gif) no-repeat center center;
		float: left;
		height: 111px;
		
		margin-top: 5px;
		text-indent: -9999px;
		width: 260px;
	}
		#header h1 a {
			display: block;
			height: 111px;
			outline: none;
		}
		
	/* checklist */
	#header .checklist {
		background: url(images/header/checklist2.gif) no-repeat top right;
		float: right;
		height: 75px;
		float: right;
		text-indent: -9999px;
		width: 450px;
	}
	
	/* phone number */
	#header .phone {
		background: url(images/header/phone.gif) no-repeat center right;
		clear: right;
		height: 23px;
		float: right;
		margin-top: 15px;
		text-indent: -9999px;
		width: 204px;
	}
	
	/* live help */
	#live-help {
		position: fixed; left: 50%; top: 166px;
	}
		#live-help .inner {
			position: relative; right: -480px;
		}
		
		.lpStaticButtonTR:hover {
			background: #000;
			text-indent: -9999px;
		}
	
/* *** navigation *** */
#nav {
	background: url(images/header/nav.gif) repeat-x top left #f4f4f4;
	border-top: 1px solid #646464;
	height: 40px;
	padding-left: 20px;
}
	#nav ul {
		background: url(images/header/navItem.gif) no-repeat top right;
		float: left;
		height: 39px;
		padding-right: 1px;
	}
	#nav li {
		background: url(images/header/navItem.gif) no-repeat top left;
		float: left;
		height: 39px;
		padding-left: 1px;
	}
		#nav li a {
			color: #424345;
			display: block;
			float: left;
			font: bold 14px/40px arial;
			height: 40px;
			padding: 0 13px 0 13px;
			text-decoration: none;
		}
		#nav li a:hover, #nav li.cur a {
			background: url(images/header/rollover.gif) repeat-x top left #dedede;
			color: #1b48a0;
		}
			#nav li.cur a span {
				background: url(images/header/curLink.gif) no-repeat bottom center;
				cursor: pointer;
				display: block;
				float: left;
				height: 40px;
			}
			
	/* *** subnav *** */
	#nav li.cur.dropdown:hover a {
		background: none;
		color: #424345;
	}
		#nav li.cur.dropdown:hover a span {
			background: none;
		}
	
	#nav .submenu {
		background: #f5f4f4;
		border: 1px solid #6d6d6d; border-top: 0;
		clear: left;
		float: none;
		height: auto;
		margin-left: -1px; top: -1px;
		padding: 0;
		position: relative;
		width: 100%;
		z-index: 1000;
		
		display: none;
	}
		#nav li:hover .submenu {
			display: block;
		}
		
		#nav .submenu li {
			background: none;
			float: none;
			height: auto;
			padding: 0;
		}
			#nav .submenu li a, #nav li.cur .submenu li a {
				background: none;
				color: #424345;
				display: block;
				float: none;
				font: normal 12px arial;
				height: auto;
				padding: 6px 10px;
			}
			#nav .submenu li a:hover, #nav li.cur .submenu li a:hover {
				background: #2756b2;
				color: #FFF;
			}
			
/* *** breadcrumb *** */
#navbits {
	background: #FFF;
	border-bottom: 1px solid #b8b8b8;
	padding: 12px 20px;
}
	#navbits li {
		display: inline;
		padding-right: 8px;
	}
		#navbits li a {
			background: url(images/header/navbit.gif) no-repeat 100% 4px;
			padding-right: 14px;
		}
		
/* *** main content wrapper *** */
#main_content {
	background: url(images/lower.gif) repeat-x top left #FFF;
}
	#main_content_inner {
		background: url(images/lowerBottom.gif) repeat-x bottom left;
		overflow: auto;
		padding: 20px;
	}
	
/* *** footer links *** */
#footerLinks {
	background: #3d3e40 url(images/footer/links.gif) repeat-x top left;
	border-bottom: 1px solid #676666;
	color: #FFF;
	font-size: 13px;
	padding: 20px 0 16px 20px;
	overflow: auto;
}
#footer p.rate {
        font-size: 20px;
        line-height: 18px;
    }
	#footerLinks a {
		background: url(images/footer/arrow.gif) no-repeat 0 3px;
		color: #FFF;
		padding-left: 17px;
		text-decoration: none;
	}
		#footerLinks a.new {
			background: none;
			padding-left:0px;
		color: #FFF;
		text-decoration: none;
	}
		#footerLinks a:hover { text-decoration: underline; }
		
	#footerLinks li {
		float: left;
		width: 230px;
	}
		#footerLinks ul ul li {
			float: none;
			margin-bottom: 4px;
			width: auto;
		}
		
	#footerLinks h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	
/* *** footer *** */
#footer {
	background: url(images/footer/footer.gif) repeat-x bottom left #444547;
	border-top: 1px solid #2c2c2c;
	color: #FFF;
	font-size: 12px;
	padding: 20px; padding-bottom: 5px;
}
	#footer p {
		line-height: 150%;
		padding-bottom: 15px;
	}
	
#banks2 {
	width: 920px;
	height: 60px;
	margin-bottom: 20px;
	margin-top:0px;
	}
	
#banks3 {
	width: 920px;
	height: 60px;
	margin-bottom: 40px;
	margin-top:0px;
	}
	
#banks2 .bank_01 {
	background: url(images/banks/bank_al.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 101px;
	float: left;
	}
#banks2 .bank_01:hover {
	background-position: bottom center;
	}
#banks2 .bank_02 {
	background: url(images/banks/bank_barclays.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 141px;
	float: left;
	}
#banks2 .bank_02:hover {
	background-position: bottom center;
	}
#banks2 .bank_03 {
	background: url(images/banks/bank_hsbc.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 147px;
	float: left;
	}
#banks2 .bank_03:hover {
	background-position: bottom center;
	}
#banks2 .bank_04 {
	background: url(images/banks/bank_lloydstsb.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 151px;
	float: left;
	}
#banks2 .bank_04:hover {
	background-position: bottom center;
	}
#banks2 .bank_05 {
	background: url(images/banks/bank_nationwide.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 151px;
	float: left;
	}
#banks2 .bank_05:hover {
	background-position: bottom center;
	}
#banks2 .bank_06 {
	background: url(images/banks/bank_rbs.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 112px;
	float: left;
	}
#banks2 .bank_06:hover {
	background-position: bottom center;
	}
#banks2 .bank_07 {
	background: url(images/banks/bank_santander.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 116px;
	float: left;
	}
#banks2 .bank_07:hover {
	background-position: bottom center;
	}


#banks3 .bank_01 {
	background: url(images/banks/bank_al.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 101px;
	float: left;
	}
#banks3 .bank_01:hover {
	background-position: bottom center;
	}
#banks3 .bank_02 {
	background: url(images/banks/bank_barclays.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 141px;
	float: left;
	}
#banks3 .bank_02:hover {
	background-position: bottom center;
	}
#banks3 .bank_03 {
	background: url(images/banks/bank_hsbc.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 147px;
	float: left;
	}
#banks3 .bank_03:hover {
	background-position: bottom center;
	}
#banks3 .bank_04 {
	background: url(images/banks/bank_lloydstsb.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 151px;
	float: left;
	}
#banks3 .bank_04:hover {
	background-position: bottom center;
	}
#banks3 .bank_05 {
	background: url(images/banks/bank_nationwide.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 151px;
	float: left;
	}
#banks3 .bank_05:hover {
	background-position: bottom center;
	}
#banks3 .bank_06 {
	background: url(images/banks/bank_rbs.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 112px;
	float: left;
	}
#banks3 .bank_06:hover {
	background-position: bottom center;
	}
#banks3 .bank_07 {
	background: url(images/banks/bank_santander.jpg) no-repeat top center #ffffff;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 60px;
	width: 116px;
	float: left;
	}
#banks3 .bank_07:hover {
	background-position: bottom center;
	}
	
#quotecontainer {
	width: 920px;
	min-height: 228px;
	display: block;
	}
#quotecontainer #greenleft {
	float:left;
	padding: 0;
	margin: 0;
	width: 323px;
	height: 208px;
	min-height: 208px;
	background: url(images/greenleft_bg.gif) no-repeat top left;
	color: white;
	font-size: 13px;
	}
#quotecontainer #greenleft .step1 {
	margin-left: 36px;
	margin-top: 21px;
	font-weight: normal;
	font-size: 15px;
	padding-right: 10px;
	}
#quotecontainer #greenleft .step2 {
	font-size: 15px;
	margin-left: 36px;
	margin-top: 26px;
	line-height:20px;
	padding-right: 10px;
	}
#quotecontainer #greenleft .step3 {
	font-size: 15px;
	margin-left: 36px;
	margin-top: 22px;
	line-height:20px;
	padding-right: 10px;
	}
#quotecontainer #greenleft .terms {
	padding-left: 0px;
	padding-right: 30px;
	font-size: 12px;
	margin-top: 45px;
	color: #4c4d4f;
	line-height: 150%;
	height: 202px;
	}
#quotecontainer #blueright {
	float:right;
	padding: 0;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0;
	width: 587px;
	height: 208px;
	color: white;
	background: url(images/blueright2_bg.jpg) no-repeat top left;
	position: relative;
	}
#quotecontainer #bluerighthome {
	float:right;
	padding: 0;
	padding-top: 18px;
	padding-left: 10px;
	margin: 0;
	width: 587px;
	height: 208px;
	color: white;
	background: url(images/blueright3_bg.gif) no-repeat top left;
	position: relative;
	}
#quotecontainer #bluerighticons {
	float:right;
	padding: 0;
	padding-top: 10px;
	margin: 0;
	width: 597px;
	height: 208px;
	color: white;
	background: url(images/blueright_bg.jpg) no-repeat top left;
	position: relative;
	}
#quotecontainer #bluerightfull {
	float:right;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0;
	width: 587px;
	height: 370px;
	color: white;
	background: url(images/bluebg-box.gif) no-repeat top left ;
	position: relative;
	}
#quotecontainer #bluerightfull p{
	padding-left: 10px;
	padding-top: 30px;
	color:#4C4D4F;
	}
#quotecontainer #blueright label, #quotecontainer #bluerightfull label, #quotecontainer #bluerighticons label,  #quotecontainer #bluerighthome label {
	margin-left: 10px;
	padding-top:3px;
	display:block;
	float:left;
	font-size: 14px;
	width: 165px;
	}
#quotecontainer #blueright label2 {
	margin-left: 10px;
	display:block;
	float:left;
	font-size: 14px;
	width: 550px;
	}
#quotecontainer #bluerightfull label2 {
	margin-left: 10px;
	display:block;
	float:left;
	font-size: 14px;
	width: 400px;
	}
#quotecontainer #blueright label2 p {
	padding-top: 10px;
	}
#quotecontainer #blueright .small {
	font-size: 12px;
	}
#quotecontainer .error {
	position: absolute;
	padding: 4px;
	float: right;
	bottom:230px;
	right:5px;
	width: 155px;
	border: 1px solid #4c4d4f;
	background: #e8e8e8;
	color: #4c4d4f;
	line-height: 100%;
	}
#quotecontainer .error2 {
	position: absolute;
	padding: 4px;
	float: left;
	bottom:20px;
	left:5px;
	width: 155px;
	border: 1px solid #4c4d4f;
	background: #e8e8e8;
	color: #4c4d4f;
	line-height: 100%;
	}
#quotecontainer form li {
	list-style: none;
	clear: both;
	margin-bottom: 4px;
	}
#quotecontainer .send2 {
	background: url(images/send.gif) no-repeat bottom center ;
	border: 0;
	cursor: pointer;
	display: block;
	height: 36px;
	text-indent: -9999px; text-transform: uppercase;
	width: 117px;
	margin-left: 175px;
	}
#quotecontainer .required {
	color: #4fb331;
	font-size: 16px;
	}
#quotecontainer .send2:hover {
	background-position: top center;
	}
#quotecontainer .input {
	width: 190px;
	}
#quotecontainer .input.large {
	width: 250px;
	}
#quotecontainer input.getStarted {
	background:url("images/proceed.gif") no-repeat scroll center top #3D9E1B;
	border:0 none !important;
	cursor:pointer;
	display:block;
	height:36px;
	outline:medium none;
	text-indent:-9999px;
	text-transform:uppercase;
	width:117px;
	margin-left: 175px;
	margin-top:12px;
	}
#quotecontainer input.getStarted:hover {
	background-position: bottom center;
	}
#progressbar {
	position:absolute;
	bottom:22px;
	right: 12px;
	width: 229px;
	font-size: 16px;
	}
#runnerbg {
	background: url(images/steps_bg.jpg) no-repeat center left;
	width: 229px;
	height: 18px;
	float:right;
	}
#banks {
	margin-top: 10px;
	background: url(images/banks_small.jpg) no-repeat center left;
	margin-bottom: 10px;
	width: 100%;
	height: 70px;
	}
#whyuseus {
	padding-top: 20px;
	width: 920px;
	line-height: 150%;
	}
#whyuseus .step1, #whyuseus .step2 {
	width: 220px;
	padding-right: 10px;
	float: left;
	}
#whyuseus .step3, #whyuseus .step4 {
	width: 215px;
	padding-left: 15px;
	float: left;
	}
#whyuseus .leftimg {
	float:left;
	margin-right: 10px;
	height: 80px;
	}

#reason {
	position: relative;
	line-height: 160%;
	margin-bottom: 15px;
	clear:both;
	width: 625px;
	}
#reason p {
	margin-left: 0px;
	}
#reason h2 {
	font:15px/18px arial;
	margin-bottom:32px;
	margin-left:60px;
	letter-spacing:0px;
	}
#reason .number {
	margin-right: 10px;
	float: left;
	}
#reason .thumb {
	width: 121px;
	float: left;
	margin-bottom: 5px;
	}

/* *** global styles *** */
.box {
	background: #f6f6f6 url(images/home/box.gif) repeat-x bottom left;
	border: 1px solid #909296;
	padding: 17px 19px;
	
	box-shadow: inset 0 0 8px #c6c6c6;
	-moz-box-shadow: inset 0 0 8px #c6c6c6;
	-webkit-box-shadow: inset 0 0 8px #c6c6c6;
}
.box p {
	margin: 5px 0 0 0;
	line-height: 150%;
	}
.box p a {
	color: #1b48a0;
	}
.bluebox {
	background: #1b48a0;
	border: 1px solid #102b7a;
	padding: 17px 19px;
	width: 150px;	
	box-shadow: inset 0 0 8px #173e93;
	-moz-box-shadow: inset 0 0 8px #173e93;
	-webkit-box-shadow: inset 0 0 8px #173e93;
}
h5 a,
h5 a:link,
h5 a:visited {
	color: #1b48a0;
	text-decoration: underline;
}
h5 a:hover {
	color: #1b48a0;
	text-decoration: underline;
}
#main_content h1, h2, h3 {
	color: #4c4d4f;
	font: bold 24px/95% arial;
	letter-spacing: -1px;
	margin-bottom: 12px;
}
	#main_content h1 {
		margin-bottom: 15px;
	}
	
.input {
	border: 1px solid #c7c9cb;
	color: #4c4d4f;
	font: normal 13px arial;
	padding: 4px;
	margin-bottom:4px;
}

.inputadvice {
	border: 1px solid #c7c9cb;
	color: #4c4d4f;
	font: normal 13px arial;
	padding: 4px;
	width: 157px;
	}
.input.pound {
	background: url(images/pound.gif) no-repeat 6px 50% #FFF;
	padding-left: 13px;
	width: 147px !important;
}

/* call to action button */
.getAQuote {
	background: url(images/quote.gif) no-repeat top center #3d9e1b;
	display: block;
	height: 41px;
	text-indent: -9999px; outline: none;
	width: 140px;
}
	.getAQuote:hover {
		background-color: #1b48a0;
		background-position: bottom center;
	}
a.getYourQuote {
	background: url(images/yourquote.gif) no-repeat top center #3d9e1b;
	display: block;
	height: 41px;
	text-indent: -9999px; outline: none;
	width: 166px;
}
	a.getYourQuote:hover {
		background-color: #1b48a0;
		background-position: bottom center;
	}
a.getYourQuote2 {
	background: url(images/yourquote2.gif) no-repeat top center #3d9e1b;
	display: block;
	height: 41px;
	text-indent: -9999px; outline: none;
	width: 166px;
}
a.getYourQuote2:hover {
	background-color: #1b48a0;
	background-position: bottom center;
	}

	
/* *** cal go button *** */
p.intro {
	line-height: 160%;
}
#calculator {
	margin-right: 210px;
	width: auto !important;
}
	#calculator .but {
		background: url(images/calculate.gif) no-repeat top center #1b48a0;
		color: #FFF;
		display: block;
		font-size: 14px;
		height: 41px;
		margin: -10px 0;
		margin-left: 204px;
		position: relative;
		text-decoration: none; text-indent: -9999px; outline: none;
		width: 122px;
	}
		#calculator .but:hover {
			background-position: bottom center;
		}
		
	#calculator fieldset { border: 0 !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }
	
	
/* *** homepage *** */
#home {
	overflow: auto;
}
	/* action boxes */
	#home #contentleft .banks {
		background: url(images/banks_small.jpg) no-repeat top center;
		margin-bottom: 10px;
		width: 592px;
		height: 44px;
	}
	#home #contentleft .box {
		height: 60px;
		padding: 0;
		margin-bottom: 20px;
		position: relative;
		width: 597px;
	}
	#home #sidebarright .box {
		height: auto;
		padding: 0;
		margin-bottom: 20px;
		position: relative;
		width: 300px;
	}
	#home #sidebarright .bluebox {
		height: auto;
		padding: 0;
		margin-bottom: 20px;
		position: relative;
		width: 300px;
	}
	#sidebarleft .bluebox {
		height: auto;
		padding: 0;
		margin-bottom: 20px;
		position: relative;
		width: 203px;
	}
	#home .box {
		height: 212px;
		padding: 0;
		margin-bottom: 20px;
		position: relative;
		width: 450px;
	}
		#home .box .inner {
			height: 204px;
			padding: 17px 19px 0;
		}
		#home .box .inner2 {
			height: auto;
			padding: 17px 19px;
		}
		#home .bluebox .inner2 {
			height: auto;
			color: white;
			padding: 12px 10px;
			line-height: 115%;
		}
		#home .bluebox .inner2 .small {
			font-size: 12px
		}
		
		#sidebarleft .bluebox .inner2, #sidebarleft .bluebox .inner2 a, #sidebarleft .bluebox .inner2 a:hover {
			height: auto;
			color: white;
			padding: 12px 10px;
			line-height: 115%;
		}
		#sidebarleft .bluebox .inner2 .small {
			font-size: 12px
		}
			/* box text */	
			#home .box p {
				line-height: 155%;
				margin-right: 172px;
			}
			#home .box. inner2 p {
				line-height: 155%;
				}
			#home #sidebarright .box p {
				line-height: 155%;
				margin-right: 0px;
			}
			/* action button */
			#home .box .getAQuote {
				position: absolute;
				right: 19px; bottom: 17px;
			}
			#home .box .next {
				display: block;
				height: 139px;
				width: 139px;
				
				position: absolute; top: 17px; right: 19px;
			}
			
		/* individual box stylings */
		#home .box .inner {
			background: url(images/home/box1.gif) no-repeat 292px 15px;
		}
			#home .box .inner h2 { margin-right: 243px; }
			
		#home .box .box2 {
			background-image: none;
			padding-right: 0;
		}
			#home .box .box2 h2 { margin-right: 0; } 
			
		#home .box .box3 {
			background-image: url(images/home/box3.gif);
		}
			#home .box .box3 h2 { margin-right: 184px; }
			
		#home .box .box4 {
			background-image: url(images/home/box4.gif);
		}
			#home .box .box4 h2 { margin-right: 85px; }
			
		#home .box .box2 li {
			background: url(images/header/tick.gif) no-repeat 0 0;
			line-height: 150%;
			margin-bottom: 12px;
			margin-left: -4px;
			min-height: 21px;
			padding-left: 24px;
		}
			
	/* lower left column */
	#home .col1 {
		float: left;
		margin-top: 7px;
		width: 600px;
	}
		#home #about p {
			line-height: 160%;
			margin-bottom: 30px;
			padding-left: 140px;
		}
		
		#home #tools p {
			line-height: 160%;
			margin-bottom: 30px;
			padding-right: 140px;
		}
	
	/* lower right column */
	#home .col2 {
		float: right;
		margin-top: 7px;
		width: 300px;
	}
		#home #lenders p {
			margin-bottom: 10px;
		}
		
		/* logos slider */
		#slider {
			overflow: hidden;
			padding-bottom: 30px;
			width: 450px;
		}
			#slider li {
				float: left;
				height: 141px;
				width: 230px;
			}
				#slider li:first-child {
				}
			
			#slider img {
				border: 1px solid #afb0b3;
				display: block;
				margin-bottom: 15px;
			}
			
		/* latest post */
		#home #news {
		}
			#home #news img {
				border: 1px solid #4a4b4d;
				/*margin-bottom: 120px;*/
				margin-right: 14px;
			}
			#home #news h4 {
				font-size: 16px;
				margin-bottom: 5px;
			}
			#home #news .postmeta {
				display: block;
				font-size: 12px;
				margin-bottom: 12px;
			}
			#home #news .excerpt {
				line-height: 160%;
				margin-bottom: 5px;
			}
			#home #news .more, #home #inner2 .more {
				background: url(images/home/arrow.gif) no-repeat 100% 5px;
				color: #1b48a0;
				display: block;
				font-weight: bold;
				padding-right: 12px;
				text-align: right;
			}
				#home #news .more:hover, #home #inner2 .more:hover { color: #51a733; }
				
/* *** sidebar *** */
#sidebarright {
	float: right;
	width: 303px;
	}
#sidebarright h2 {
	margin-top: 8px;
	}
#sidebarright select {
	width: 178px;
	}

#sidebarleft h2 {
	margin-top: 8px;
	color: #ffffff;
	}
#sidebarleft select {
	width: 183px;
	}
#sidebar {
	float: left;
	width: 203px;
}
	/* quick quote form */
	#sidebar .box {
		padding: 17px;
		margin-bottom: 25px;
	}
		#quick h3 {
			font-size: 20px;
		}
		#quick .input {
			margin-bottom: 5px;
			width: 156px;
		}
		#quick .getYourQuote {
			margin-top: 7px;
			margin-bottom: 15px;
		}
		#quick p {
			font-size: 11px;
			line-height: 140%;
		}
		
	/* link listings */
	#sidebar h3 {
		font-size: 20px;
	}
	
	#sidebar h4 {
		color: #1b48a0;
		font-size: 20px;
		margin-bottom: 8px;
	}
	
		#sidebar .archive {
			/*margin-bottom: 30px;*/
		}
		#sidebar .archive li {
			background: url(images/home/arrow.gif) no-repeat 0 5px;
			font-size: 12px;
			margin-bottom: 5px;
			padding-left: 16px;
		}
        
        #sidebar .archive li span{
            color: #1b48a0;
        }
        
        #sidebar .lenders li {
			background: url(images/home/arrow.gif) no-repeat 0 5px;
			font-size: 12px;
			margin-bottom: 10px;
			padding-left: 16px;
		}
        
        #sidebar .lenders li span{
            color: #1b48a0;
        }

/* *** right column *** */
#contentleft {
	float: left;
	width: 597px;
}

#content {
	float: right;
	width: 697px;
}

	/* Free Quote box */
	#freeQuote {
		clear: both;
		height: 41px;
		margin-bottom: 25px;
	}
	#freeQuote2 {
		clear: both;
		height: 51px;
	}
		#content #freeQuote h2 {
			background: url(images/freequote.gif) no-repeat center left;
			float: left;
			height: 41px;
			margin-left: 12px;
			margin-top: 2px;
			padding-top: 0;
			text-indent: -9999px;
			width: 457px;
		}
		#freeQuote .getAQuote {
			float: right;
		}
		#contentleft #freeQuote2 h2 {
			background: url(images/freequote2.gif) no-repeat center left;
			float: left;
			height: 41px;
			margin-left: 12px;
			margin-top: 6px;
			padding-top: 0;
			text-indent: -9999px;
			width: 397px;
		}
		#contentleft #freeQuote2 .getYourQuote2 {
			margin-top: 3px;
			margin-right: 4px;
			float: right;
		}
		
	/* *** advice *** */
	.advice {
		clear: both;
		margin: 0 auto;
		width: 660px;
		}
	.advice h4 {
		color: #1b48a0;
		font-size: 20px;
		margin-bottom: 8px;
		}
	.advice .section {
		float:left;
		width: 50%;
		}
	.advice p {
		background: #ffffff url('images/home/arrow.gif') no-repeat left center;
		padding:4px;
		padding-left: 12px;
		}
		
	/* *** results *** */
	.results {
		clear: both;
		margin: 0 auto;
		width: 100%;
		}
	.results .section {
		float:left;
		width: 50%;
		}
	.results p {
		margin-bottom: 10px;
		padding-right: 20px;
		}
	.results h4 {
		color: #1b48a0;
		font-size: 20px;
		margin-bottom: 8px;
		}
	
	/* *** post / entry *** */
	.post {
		margin-bottom: 25px;
	}
		#content .post h1, #contentleft .post h1 {
			margin-bottom: 15px;
		}
	
		/* post thumbnail */
		.postThumb {
            float: left;
			margin-right: 15px;
		}
		
		.entry {
		}
			#content .entry a,#contentleft .entry a {
				color: #1b48a0;
				font-weight: bold;
			}
				#content .entry a:hover, #contentleft .entry a:hover { color: #51a733; }
				
			.entry p {
				line-height: 160%;
				margin-bottom: 15px;
			}
			#main_content .post .entry h3, #main_content .post .entry h2, #main_content .post .entry h1 {
				font-size: 16px;
				font-weight: bold;
				letter-spacing: normal;
				margin-bottom: 7px; padding-top: 7px;
				text-decoration: none;
			}
            #main_content .post .entry h1 {
                font-size:24px;
                letter-spacing:-1px;
                padding-bottom:5px;
            }
			.entry ul, .entry ol {
				line-height: 160%;
				margin-bottom: 15px;
			}
				.entry ul li {
					list-style: disc outside;
					margin-left: 15px;
				}
				.entry ol li {
					list-style: decimal outside;
					margin-left: 19px;
				}
			.entry blockquote {
				padding-left: 15px;
			}
			
/* *** quote box *** */
#quote {
}
#quoteprogress {
	margin-top: -50px;
	width: 350px;
	float: right;
	margin-right: 434px;
	}
#runner {
	background: url(images/steps_bg.jpg) no-repeat center left;
	width: 229px;
	height: 18px;
	float:right;
	}
#quote #previouslink {
	margin-top: -50px;
	float:left;
	margin-left: 10px;
	}
#steps {
	background: url(images/greenbar.gif) no-repeat center left;
	width: 229px;
	height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40403e;
	}
#quotesidebar {
	width: 350px;
	float: right;
	}
	#quote #lenders {
		float: right;
		font-size: 15px;
		font-weight: bold;
		width: 259px;
	}
		#quote #lenders h3 {
			font-size: 15px;
			letter-spacing: normal;
			line-height: 140%;
			margin-bottom: 9px;
			margin-top: -4px;
		}
		#quote #lenders li {
			text-align: right;
		}
			#quote #lenders img {
				border: 1px solid #afb0b3;
				display: block;
				margin-bottom: 11px;
			}
	#contact {
		margin-bottom: 18px;
		margin-right: 210px;
	}
	#quote .box {
		background: url(images/header/bg.gif) no-repeat 65px 100%;
		margin-bottom: 18px;
		padding: 18px;
		width: 500px;
		min-height: 200px;
		padding-bottom: 50px;
	}
		#quote .bluearrow {
			background: url(images/bluearrow.gif) no-repeat 0px;
			position:relative;
			left:-18px;
			margin-bottom: 17px;
			width: 68px;
			height: 32px;
			float:left;
			z-index:1000;
			}
			#quote fieldset:first-child {
				/*border-bottom: 1px solid #b3b5b7;*/
				/*padding-bottom: 17px;*/
			}
			#quote legend, #contact legend {
				font-size: 17px;
				font-weight: bold;
				margin-bottom: 14px;
			}
			
			#quote .one legend, #quote .two legend {
				background: url(images/steps.gif) no-repeat top left;
				line-height: 28px;
				padding-left: 36px;
			}
			#quote .one legend {
			}
			#quote .two legend {
				background-position: 0 -28px;
			}
			
			#quote form li, #contact form li, .inner2 form li {
				clear: both;
				margin-bottom: 4px;
			}
				#contact label {
					display: block;
					float: left;
					font: bold 13px arial;
					line-height: 26px;
					width: 204px;
				}
				#quote label {
					display: block;
					float: left;
					font: normal 13px arial;
					line-height: 26px;
					width: 170px;
					text-align: left;
				}
				#quote label2 {
					display: block;
					float: left;
					font: normal 14px arial;
					line-height: 22px;
					text-align: left;
				}
				.inner2 label {
					display: block;
					float: left;
					width: 100px;
					}
				
				#quote label.agreement {
					width: auto !important;
					float: none;
					line-height: normal;
					padding-top: 12px;
					font-size: 11px;
					font-weight: normal;
					padding-left: 250px;
					text-align: left;
				}
				#quote label.last {
					line-height: 18px;
				}
				#contact label {
					width: 184px;
				}
				
				#contact li {
					list-style: none outside;
					margin-left: 0;
				}
				
				#quote label.error {
					background: url(images/invalid.gif) no-repeat center center;
					display: block;
					float: right;
					height: 19px;
					margin-top:3px;
					text-align: left;
					text-indent: -9999px;
					width: 19px;
				}
				#quote label.checked {
					background: url(images/valid.gif) no-repeat center center;
				}
				#thankyou #quoteForm label.error, #thankyou #quoteForm label.checked { display: none !important; }
				
				#quote .input, #contact input.input {
					margin-right: 5px;
					width: 150px;
				}
				#quote .input.large {
					width: 200px;
				}
				#quote select.input {
					width: 200px;
				}
				#quote select.input.large {
					width: 250px;
				}
				
		#quote .send2 {
			background: url(images/send.gif) no-repeat bottom center #1b48a0;
			border: 0;
			cursor: pointer;
			display: block;
			height: 41px;
			margin-left: 170px;
			text-indent: -9999px; text-transform: uppercase;
			width: 83px;
		}
			#quote .send2:hover {
				background-position: top center;
			}
				
				#quote .go, input.getYourQuote {
					background: url(images/yourquote.gif) no-repeat top center #3d9e1b;
					border: 0 !important;
					cursor: pointer;
					display: block;
					height: 41px;
					text-indent: -9999px; outline: none; text-transform: uppercase;
					width: 166px;
				}
				input.nextButton {
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 36px;
	text-indent: -9999px;
	outline: none;
	text-transform: uppercase;
	background-color: transparent;
	width: 117px;
	margin-top: 12px;
	margin-left: 175px;
	background-image: url(images/proceed.gif);
	background-repeat: no-repeat;
	background-position: center top;
				}
			input.nextButton:hover {
				background-position: bottom center;
				}
				input.nextButton2 {
					background: url(images/proceed.gif) no-repeat top center #3d9e1b;
					border: 0 !important;
					cursor: pointer;
					display: block;
					height: 36px;
					text-indent: -9999px; outline: none; text-transform: uppercase;
					width: 117px;
					margin-top: 12px;
				}
			input.nextButton2:hover {
				background-position: bottom center;
				}
			input.goButton {
					background: url(images/go.gif) no-repeat bottom center #3d9e1b;
					border: 0 !important;
					cursor: pointer;
					display: block;
					height: 31px;
					text-indent: -9999px; outline: none; text-transform: uppercase;
					width: 56px;
					margin-top: 12px;
				}
			input.goButton:hover {
				background-position: top center;
				}
				
				input.getStarted {
					background:url("images/yourquote2.gif") no-repeat scroll center top #3D9E1B;
					border:0 none !important;
					cursor:pointer;
					display:block;
					height:41px;
					outline:medium none;
					text-indent:-9999px;
					text-transform:uppercase;
					width:166px;
				}
			input.getStarted:hover {
				background-position: bottom center;
				}
				#quote .three {
					background: url(images/steps.gif) no-repeat 0 -249px;
					margin-left: 218px;
					padding-left: 36px;
				}
				#quote .go {
				}
					#quote .go:hover, input.getYourQuote:hover {
						background-color: #1b48a0;
						background-position: bottom center;
					}
					
					p.terms {
						font-size:12px;
						line-height:20px;
						padding-top:10px;
					}					
					p.terms a {
						color: #1b48a0;
					}
		#contact .send {
			background: url(images/send.gif) no-repeat top center #1b48a0;
			border: 0;
			cursor: pointer;
			display: block;
			height: 41px;
			margin-left: 184px;
			text-indent: -9999px; text-transform: uppercase;
			width: 83px;
		}
			#contact .send:hover {
				background-position: bottom center;
			}
		#main_content .nobullets li {
			list-style: none outside;
			margin-left: 0;
		}
				
/* *** News *** */
#news {
}
	#news .pagetitle {
		margin-bottom: 20px;
	}

	#news .post {
		border-bottom: 1px solid #3a3b3d;
		margin-bottom: 20px;
	}
		#news .post h2, #news .post h1 {
			font-size: 18px;
			letter-spacing: 0;
			margin-bottom: 4px;
		}
			#news .post h2 a, #news .post h1 a {
				border-bottom: 1px solid;
				text-decoration: none;
			}
		
		#news .postmeta {
			display: block;
			margin-bottom: 15px;
		}
		#news .postThumb img {
			border: 1px solid #4a4b4d;
            margin: 0px 0px 7px 0px;
		}
        #news .clearl{
            clear: left;
        }
        #news .articleImage img{
            float: right;
            border: 1px solid #4a4b4d;
            margin: 0px 0px 10px 10px;
        }
		#news .entry {
			min-height: 102px;
		}

		/* navigation */
		#news .navigation {
			clear: both;
			text-align: right;
			margin-bottom: 12px;
			position: relative;
			height: 18px;
		}
			#news .navigation a {
				color: #1b48a0;
				font-weight: bold;
				text-decoration: underline;
			}
				#news .navigation a:hover { color: #51a733; }
				
			#news .navigation a.alignleft {
				background: url(images/arrow-left.gif) no-repeat 0 5px;
				padding-left: 12px;
			}
			#news .navigation a.alignright {
				background: url(images/home/arrow.gif) no-repeat 100% 5px;
				padding-right: 12px;
			}
			
/* *** accordion *** */
#acc {letter-spacing: 0px;width:207px; list-style:none; color:#033; margin:0 auto 10px}
#acc h3 {letter-spacing: 0px;font-size: 13px; width:193px; padding:6px 12px 8px; font-weight:bold; margin:0; cursor:pointer; background: #ffffff url('images/home/arrow.gif') no-repeat left center}
#acc .acc-section {letter-spacing: 0px;overflow:hidden; background:#fff}
#acc .acc-content {letter-spacing: 0px;width:175px; padding:5px; border-top:none; background:#fff}
#acc .acc-selected {letter-spacing: 0px;background: #ffffff url('images/home/arrow_open.gif') no-repeat left center}
        
#nested {letter-spacing: 0px;width:175px; list-style:none; color:#033; margin-bottom:0px}
#nested h3 {letter-spacing: 0px;font-size: 13px; width:161px; padding:3px 12px 3px; font-weight: normal; margin-top:1px; cursor:pointer; background: #ffffff url('images/home/arrowg.gif') no-repeat left center}
#nested .acc-section {letter-spacing: 0px;overflow:hidden; background:#fff}
#nested .acc-content {letter-spacing: 0px;width:143px; padding:15px; border-top:none; background:#fff}
#nested .acc-selected {letter-spacing: 0px;background: #ffffff url('images/home/arrowg_open.gif') no-repeat left center;}

/* *** thankyou page *** */
#thankyou {
}
	#thankyou .intro {
		line-height: 150%;
		margin-bottom: 15px;
	}
	
	#forms > li {
		margin-bottom: -10px;
	}
	
	#thankyou .heading {
		clear: left;
		cursor: pointer;
		display: block;
		float: none;
		width: auto;
	}
		#thankyou form {
			clear: left;
			display: block;
		}
		
	#thankyou .submit {
		margin-top: 5px;
	}
	.lpStaticButtonAddTextTD, .lpPoweredBy, .lpEmtStarRating { display: none !important; }
	.lpStaticButtonTR img { display: block; }