body{
	background-color:#666;
	padding:0;
	margin:0;
	font-family:Arial, sans-serif;
}
ul{
	margin-left:18px;
	padding:0;
}
/* header #6EB4CD */
#header{
	height:105px;
	background:#38ACCD url(/i/header_bg.jpg) repeat-x;
}
#header .tag{
	margin:0 0 0 5px;
	color:#fff;
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	font-size:70%;
}
#header .tag a{
	color:#fff !important;
	text-decoration:none;
}
#logo_holder{
	float:left;
}
#call{
	color:#fff;
	font-family:Calibri, Arial, sans-serif;
	font-size:170%;
	float:right;
	margin-top:25px;
}
#logo{
	margin:20px 0 0 0;
}

/* general */
.sub_holder{
	width:960px;
	margin:0 auto;
}
a img{
	border:0;
}

/* navigation */
#nav{
	background:#666 url(/i/nav_bg.jpg) repeat-x;
	height:29px;
}
#nav ul{
	background: transparent url(/i/nav_separator.gif) repeat-y right top;
	height:29px;
	margin:0;
	padding:0;
}
#nav ul ul{
	display: none;
	position: absolute;
	z-index:999999;
	width:260px;
	height:auto;
}
#nav li{
	list-style:none;
	float:left;
	height:26px;
	background: transparent url(/i/nav_separator.gif) repeat-y;
	margin:0;
	padding:0;
}
#nav li li{
	float:left;
	position:relative;
	background:#666 url(/i/arrow_white.gif) no-repeat 12px center;
	width:260px;
}
#nav li a{
	display:block;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	padding:7px 25px 3px 25px;
}
#nav li li a{
	text-align:left;
	padding:3px 26px 3px 26px;
	border-bottom:1px solid #333;
	text-transform:none;
	background-image:none;
}
#nav li.selected a{
	color:#ABD6E3;
}
#nav li.selected li a{
	color:#fff;
}
#nav li a:hover{
	text-decoration:underline;
}
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav li:hover ul,
#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
#nav #badcredit{
	adisplay:none;
}
#mortgage_tab a{
	background:transparent url(/i/arrow_down_grey.gif) no-repeat 11px 14px;
}
.over a,
#mortgage_tab a:hover{
	background-image:none !important;
}
.paging{
	margin-bottom:20px;
}
.paging a{
	padding:1px 4px;
	background-color:#f0f0f0;
	border:1px solid #ddd;
	text-decoration:none;
}
.paging strong{
	padding:1px 4px;
	color:#fff;
	background-color:#38ACCD;
	border:1px solid #38ACCD;
}
.paging span{
	color:#ddd;
	padding:1px 4px;
	background-color:#fff;
	border:1px solid #ddd;
}
/* crumb line */
#crumb{
	background-color:#f0f0f0;
	height:29px;
	font-family:Arial, sans-serif;
	font-size:85%;
}
#crumb p{
	margin:0;
	padding:7px 0;
}
#crumb a{
	color:#38ACCD;
	margin:0 8px 0 0;
	padding:0 15px 0 0;
	background:transparent url(/i/arrow_right.gif) no-repeat right center;
}


#content_holder{
	background-color:#fff;
	padding:20px 0;
}
#content_holder .sub_holder{
	height:auto;
}
#copy{
	width:640px;
	float:left;
}
.col_1{
	width:332px;
	float:left;
}
.col_2{
	float:right;
	width:280px;
	margin:0 0 0 10px;
}
.copy_wide{
	width:640px;
}
.copy_mid{
	width:530px;
}
.calc_holder{
	background-color:#f0f0f0;
	border:1px solid #ddd;
	padding:0 10px 10px 10px;
	margin-bottom:40px !important;
}
.next_step_holder{
	background:transparent url(/i/modules/next_step_box.gif) no-repeat;
	margin:10px 10px 10px 0;
	width:199px;
	height:179px;
	float:left;
}
.next_step{
	margin:20px;
}
.next_step a{
	display:block;
	padding:50px 0 40px 0;		
	font-size:120%;
	color:#38ACCD;
	line-height:120%;
	text-transform:uppercase;
	text-decoration:none;
}
.next_step a:hover{
	text-decoration:underline;
}

#subnav_holder{
	width:280px;
	float:right;
}
#further_links ul,
.subnav{
	padding:0;
	margin:0 0 20px 0;
	width:280px;
}
.subnav dt{
	text-transform:uppercase;
	font-size:80%;
	font-weight:bold;
	background:transparent url(/i/nav_header_bg.jpg) no-repeat;
	padding:7px 13px 7px;
	color:#666;
}
#further_links li,
.subnav dd,
.subnav li{
	padding:0;
	margin:0;
	font-size:80%;
	list-style:none;
}
#further_links li a,
.subnav a{
	display:block;
	background:transparent url(/i/arrow_right.gif) no-repeat left center;
	color:#666;
	text-decoration:none;
	padding:4px 0 5px 12px;
	border-bottom:1px solid #f0f0f0;
}
.subnav .selected a{
	color:#38ACCD;
}
#further_links a:hover,
.subnav a:hover{
	text-decoration:underline;
}
.subnav dt a{
	display:inline;
	background-image:none;
	color:#666;
	text-decoration:none;
	padding:0;
	border-bottom:none;
}
.subnav .rss a{
	background:transparent url(/i/icons/rss.gif) no-repeat left center;
	border:none;
	padding-left:20px;
	text-decoration:underline;
}
.subnav .google a{
	background:transparent url(/i/icons/google.gif) no-repeat left center;
	border:none;
	padding-left:20px;
	text-decoration:underline;
}
#copy .subnav a{
	border:none;
}
/* modules */
#further_links,
.module{
	border:1px solid #fff;
	width:282px;
	min-height:136px;
	overflow:visible;
	margin:0 0 20px 0;
	background:transparent url(/i/modules/bg.jpg) no-repeat left top;
}
.calcs .module,
#subnav_holder .module{
	cursor:pointer;
}
.grad{
	background:transparent url(/i/modules/header_grad.jpg) no-repeat left top;
}
#further_links{
	margin-top:20px;
	width:332px;
	background:transparent url(/i/modules/header_grad_wide.jpg) no-repeat left top;
}
.module h4 a,
.module h4{
	margin:10px 0 10px 10px;
	padding:0;
	color:#38ACCD;
	text-decoration:none;
}
#further_links h2,
.grad h4{
	margin:10px 0 10px 10px;
	padding:0;
	color:#38ACCD;
}
#further_links h2{
	color:#666;
}
.module_cta h4{
	margin:16px 0 16px 10px;
}
.module_cta h4 a{
	amargin-right:10px;
	color:#666;
	text-decoration:none;
}
.module_cta h4 a:hover{
	text-decoration:underline;
}
.module_cta_wide,
.module_cta{
	min-height:50px;
	height:50px;
	background:transparent url(/i/modules/bg_small.gif) no-repeat left top;
}
.module_cta_wide{
	width:332px;
	background:transparent url(/i/modules/bg_small_wide.gif) no-repeat left top;
}
.module_cta_extrawide{
	width:640px;
	background:transparent url(/i/modules/bg_small_extrawide.gif) no-repeat left top;
}
.module p{
	margin:13px 10px 10px 10px;
}
.calcs .module p{
	margin:0;
	padding:13px 0 13px 40px;
	background:transparent url(/i/icons/calculator.gif) no-repeat 8px 8px;
}

.module .cta a{
	color:#dc2009;
	padding:0 10px 0 55px;
}
.module .icon{
	background:transparent url(/i/icons/calc_module.gif) no-repeat left top;
	padding:0 10px 0 55px;
}
.module .calc{
	background:transparent url(/i/icons/calc_module.gif) no-repeat left top;
}
.module .pc{
	background:transparent url(/i/icons/module_pc.gif) no-repeat left top;
}
.module .pound{
	background:transparent url(/i/icons/module_pound_loop.gif) no-repeat left top;
}
.module .person{
	background:transparent url(/i/icons/module_bubbles.gif) no-repeat left top;
}
.module .pound_question{
	background:transparent url(/i/icons/module_pound_up.gif) no-repeat left top;
}
.module .tick_question{
	background:transparent url(/i/icons/module_tick_question.gif) no-repeat left top;
}
.module .tick{
	background:transparent url(/i/icons/module_tick.gif) no-repeat left top;
}
.module .question_arrow{
	background:transparent url(/i/icons/module_question_arrow.gif) no-repeat left top;
}
#further_links li a,
.module .subnav a{
	border:none;
	color:#38ACCD;
	background:transparent url(/i/arrow_right_blue.gif) no-repeat left center;
	margin:0 10px;
}
.iphone{
	margin-bottom:28px;
}
.iphone img{
	float:left;
	margin:-13px 0 0 10px;
}
.iphone h4{
	padding-right:10px;
}
.iphone *{
	text-align:right;
}
.iphone .cta a{
	padding:0;
}


.masthead{
	background:#1A1D24 url(/i/masthead/sign.jpg) no-repeat left top;
	color:#fff !important;
	height:188px;
	margin-bottom:20px;
	cursor:pointer;
}
h1.masthead{
	background-color:transparent;
	color:#333 !important;
	margin-bottom:15px;
	cursor:default;
	padding-top:205px;
	height:auto;
}
.masthead h1{
	padding:14px 0 0 20px;
	margin:0;
	font-size:32px; 
	line-height:110%;
	text-transform:uppercase;
	font-weight:normal;
	width:630px;
	height:106px;
}
.masthead p{
	color:#fff;
	padding:0 20px;
}
.masthead p a{
	color:#fff;
}
.masthead p strong{
	display:block;
}


.module_content_holder{
	background:#f1f1f1;
	float:left;
	min-height:180px;
}
.module_content_holder h2{
	background:#64697C url(/i/modules/module_content_top.gif) no-repeat;
	color:#fff;
	padding:6px 12px;
	margin:0;
}
.module_content_holder h3{
	color:#5A6070;
	text-transform:uppercase;
	background:transparent url(/i/icons/tick_blue.png) no-repeat left center;
	padding:5px 0 0 22px;
	margin:0 0 5px 0;
	font-size:100%;
}
.module_content_holder p{
	color:#38ACCD;
	font-size:100%;
	padding-left:22px;
	margin-top:0;
}
.module_content_holder ul{
	margin:0;
	padding:13px 20px;
}
.module_content_holder ul li{
	padding-top:55px;
	width:22%;
	display:block;
	float:left;
	list-style:none;
	margin-right:10px;
	cursor:pointer;
}
.module_content_holder ul li:hover{
	background-position:center 4px;
}
.module_content_holder a{
	text-decoration:none;
}
.module_content_holder a:hover{
	text-decoration:underline;
}


.module_icon_advice{
	background:transparent url(/i/icons/speech_bubbles.gif) no-repeat center top;
}
.module_icon_paperwork{
	background:transparent url(/i/icons/envelope_and_pen.gif) no-repeat center top;
}
.module_icon_deals{
	background:transparent url(/i/icons/houses.gif) no-repeat center top;
	width:27% !important;
}
.module_icon_specials{
	background:transparent url(/i/icons/special.gif) no-repeat center top;
	width:24% !important;
	margin-right:0px !important;
}
.module_icon_awards{
	background:transparent url(/i/icons/stars1.gif) no-repeat center top;
	width:24% !important;
	margin-right:0px !important;
}
.module_icon_offices{
	background:transparent url(/i/icons/people.gif) no-repeat center top;
	width:24% !important;
	margin-right:0px !important;
}
.module_content_extra{
	clear:both;
	background:transparent url(/i/modules/module_arrow_down.gif) no-repeat center top;
	height:80px;
	padding:20px 0 0 210px;
}

.mortgage_deal_holder{
	width:130px;
	display:block;
	float:left;
	margin-right:10px;
	border-collapse:collapse;
}
.mortgage_deal_holder .mortgagedealbox{
	background-color:#fff;
	border-top:1px solid #f0f0f0;
	padding:2px 4px;
	vertical-align:top;
}
.mortgagedealbox span{
	color:#aaa;
	font-size:85%;
}
td.deal_comment{
	color:#38ACCD;
	font-size:75%;
}
td.deal_comment a{
	color:#38ACCD;
}
.mortgage_deals_key{
	border-collapse:collapse;
}
.mortgage_deals_key td{
	border-top:1px solid #f0f0f0;
	padding:2px 4px;
}
.scroll_button{
	display:block;
	width:33px;
	height:176px;
	text-indent:-99999px;
	overflow:hidden;
	outline:none;
}
.scroll_prev{
	float:left;
	margin:80px 0 0 -8px;
	background:transparent url(/i/buttons/scroll_left.png) no-repeat;

}
.scroll_next{
	float:right;
	margin:80px -8px 0 0;
	background:transparent url(/i/buttons/scroll_right.png) no-repeat;
}
.scroll_previous_disabled{
	cursor:default;
	background:transparent url(/i/buttons/scroll_left_inactive.png) no-repeat;
}
.scroll_next_disabled{
	cursor:default;
	background:transparent url(/i/buttons/scroll_right_inactive.png) no-repeat;
}

h1{
	font-family:"Calibri", Arial, sans-serif;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0;
}
h1 span{
	color:#666;
}
h2{
	color:#38ACCD;
	font-size:100%;
}

h2.header{
	padding:10px;
	background:transparent url(/i/modules/header_grad.jpg) no-repeat left top;
	margin:30px 0 0 0;
}
h3{
	color:#666;
	font-size:90%;
}
select{
	color:#666;
}
blockquote{
	font-size:16px;
	font-family:Calibri, Arial, sans-serif;
	color:#38ACCD;
	margin:0;
	padding:0 20px;
	line-height:130%;
	font-style:italic;
}
option,
li,
th,
td,
p{
	font-size:80%;
	color:#666;
	line-height:150%;
}
td h2{
	font-size:120%;
	margin-top:20px;
}
form{
	margin:0;
	padding:0;
}
input,
textarea{
	font-family:Arial, sans-serif;
	color:#666;
}
input.field_short{
	width:90px;
}
.module_cta_extrawide input{
	font-size:90%;
	vertical-align:middle;
}
textarea{
	font-size:90%;
}
.table_form td{
	padding:4px 4px 4px 0px;
}
li li{
	font-size:100%;
	padding-left:30px;
}
td.intro,
p.intro{
	margin-top:0;
	font-size:95%;
}
blockquote a{
	color:#38ACCD;
}
h2 a,
td a,
li a,
p a{
	color:#666;
}
.error_field{
	background-color:#FFB7B7;
}
.warning{
	border:1px solid #ddd;
	background:#f0f0f0 url(/i/icons/warning.gif) no-repeat 5px center;
	padding:4px 10px 4px 27px;
}
form .warning{
	border:1px solid #f0f0f0;
	background-color:#FFB7B7;
	font-size:100%;
}
.confirmation{
	border:1px solid #D3E4C2;
	background:#E7F0DD url(/i/icons/tick_vsmall.gif) no-repeat 5px center;
	padding:4px 10px 4px 23px;
}
.r{
	color:#dc2009;
}
.module .ticklist{
	margin-left:10px;
}
.ticklist li{
	list-style:none;
	padding-left:20px;
	margin:3px 0 3px 0;
	background:transparent url(/i/icons/tick_small.gif) no-repeat left center;
}
.subnav a:hover,
p a:hover{
	color:#38ACCD !important;
}
.module_content{
	width:332px;
	background:transparent url(/i/buttons/blue_bg_left.gif) no-repeat left center;
}
.col_2 .module_content{
	width:260px;
}
.button{
	float:left;
	background:transparent url(/i/buttons/blue_bg_left_small.gif) no-repeat left center;
}
.button a,
.module_content a{
	white-space:nowrap;
	display:block;
	padding:10px 12px 10px 20px;
	color:#fff !important;
	background:transparent url(/i/buttons/blue_end_right.gif) no-repeat right center;
}
.button a{
	padding:2px 10px 3px 10px;
	background:transparent url(/i/buttons/blue_end_right_small.gif) no-repeat right center;
}
.button a:hover,
.module_content a:hover{
	color:#fff !important;
	text-decoration:none;
}
.email a{
	padding:2px 0 3px 33px;
	background:transparent url(/i/icons/emails.gif) no-repeat left center;
}

.deals_table{
	clear:both;
	border:1px solid #ddd;
	padding:1px;
	margin-bottom:20px;
}
.deals_table table{
	border-collapse:collapse;
}
.deals_table td{
	padding:6px 5px;
}
.deals_table thead th{
	padding:9px 5px;
	background-color:#DEDEDE;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #fff;
	border-right:1px solid #eee;
}
.deal td{
	border-top:1px solid #ddd;
	background-color:#F0F0F0;
}
.deal_comment td{
	background:#fff url(/i/grad_small.jpg) repeat-x;
	color:#38ACCD;
	font-size:75%;
}
.deal_comment td a{
	color:#38ACCD;
}
.int{
	text-align:right !important;
}
.percent{
	text-align:center !important;
}
.percent .button{
	float:none;
	width:auto;
	margin-bottom:6px;
}

#map{
	width:332px;
	height:300px;
}

/* careers */
.careers_profile_pic{
	margin:0 10px 10px 0;
	padding:1px;
	border:1px solid #ddd;
	display:block;
	float:left;
}
.module_careers_testimonial{
	min-height:100px;
}
.module_careers_testimonial div{
	padding:10px;
}
.module_careers_testimonial img{
	float:left;
}
.module_careers_testimonial h4{
	margin:0;
}
.module_careers_testimonial p{
	margin:7px 0 0 0;
}

#logos img{
	margin:0 15px 15px 0;
	border:1px solid #f0f0f0;
}
	
	
/* footer */
#footer_holder{
	clear:both;
	background-color:#666;
	padding:10px 0 40px 0;
}
#footer_holder p{
	color:#fff;
	font-family:Tahoma;
}
#footer_holder p a{
	color:#fff;
	margin:0 5px;
}
#footer_holder p a:hover{
	color:#fff !important;
	text-decoration:none;
}


/* popup */

.popup{
	background-color:#fff;
}
.popup #header{
	height:auto;
	padding:10px;
}
.popup .holder{
	padding:10px;
}
.popup h2{
	margin-top:0;
}
/* print */

@media print{
	body{
		background-color:#fff;
	}
	#footer_holder{
		background-color:#fff;
		color:#666;
	}
	#footer_holder p,
	#footer_holder p a{
		color:#666;
	}
}
