@charset "utf-8";

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	list-style:none;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/* Body styles */
body {
	font-size: 8pt;
	text-align:center;
	background:#003399 url(../i/bg.jpg) top left repeat-x;
}

img {
border:none;
}

/* Container */
#container {
	margin: 0 auto;
	padding: 0;
	text-align:left;
	width: 800px;
	position:relative;
	background-color: #FFFFFF;
}

#header {
	width:800px;
	height:80px;
	margin:0;
	padding:0;
	float:left;
	background-color: #FFFFFF;
}

#footer {
	width:800px;
	height:30px;
	float:left;
	margin:0;
	padding:0;
} 

#content {
	width:800px;
	float:left;
	background-color:#fff;
	margin:0;
	padding:0;
}

/* H Tags */

H1 {
	font-size:120%;
	line-height:120%;
}

H2 {
	font-size:100%;
	line-height:120%;
}

H3 {
	font-size:100%;
	line-height:120%;
}

/* Common Tags */

p {
	line-height:120%;
}

img {
	border:none;
	z-index: 999;
}

a {
	cursor: pointer;
	
}

body, a, a:hover {
	color:#FFFFFF;
}

acronym {
	cursor:default;
}

/* Header Content */

#logo {
	margin:5px 0;
	height:80px;
	width:800px;
}

#logo h1 {
	display: none;
}

#logo img {
	position:absolute;
	top:10px;
	left:10px;
	margin:0;
	padding:0;
	z-index:999;
}

#phone {
	margin:20px 0 0 540px;
	width:240px;
	text-align:right;
}

#phone p {
	font-weight:700;
	margin:0;
	margin-bottom:5px;
	padding:0;
	color: #003399;
}

#phone p strong {
	font-size:28px;
}

#images {
	background-color:#fff;
	margin:0;
	padding:0 0 10px;
	float:left;
	}

#images img{
	float:left;
	margin: 5px 0;
	padding:0;
}

#quotes {
	float:right;
	margin:0;
	padding:0;
	width: 435px;
}

#content .mortgage_types ul {
	float:left;
	width:510px;
	display:inline;
	margin:0;
	padding:0;
}

#content .mortgage_types li {
	float:left;
	width:447px;
	display:inline;
	margin:0;
	padding:0;
	}
	
.type_bord {
	float:left;
	width:410px;
	margin:5px 0;
	padding:10px;
	background: #CCDDFF url(../i/curve3.gif) top left no-repeat;
	color: #003399;
}

#content .mortgage_types h2 {
	float:left;
	margin:0;
	padding:0;
	width:90%;
}

#content .mortgage_types p {
	float:left;
	margin:5px 0;
	padding:0px;
	width:100%;
}

#content .mortgage_types .get {
	float:right;
	margin:0 0 -10px 0;
	text-align:right;
	padding:0;
	width:150px;
	z-index: 999;
}

#call_back {
	float:right;
	clear: right;
	width:247px;
	background:#00ce00 url(../i/quote_bg_top.gif) top left no-repeat;
	margin:10px 5px 0 0;
	padding:0;
	text-align:left;
}

#call_back form {
	float:left;
	width:247px;
	background: url(../i/quote_bg_bottom.gif) bottom left no-repeat;
	margin:0;
	padding:15px 0;
}

#call_back form p{
	float:left;
	clear:both;
	margin:5px 5px 0 10px;
	padding:0;
	width:90%
}

#call_back form input,#call_back form select{
	float:left;
	clear:both;
	margin:5px 5px 0 10px;
	padding:0;
	text-align:left;
}

#call_back form .button{
	width:25%;
	text-align:center;
	margin:5px 0 0 10px;
}

#nav {
	float:left;
	width:100%;
	border: 1px #000 dashed;
	border-width:1px 0 0;
	padding:10px 0 0;
	margin:10px 0 0;
	text-align:center;
}

#nav ul {
	padding:0;
	margin:0;
	display:inline;
	text-align:center;
}

#nav ul li {
	padding:5px 10px;
	display:inline;
	margin:0;
}

#nav ul li a{
	padding:0;
	margin:0;
	font-size:90%;
}

#nav ul li a:hover{
	color:#003399;
}

#legal {
	float:left;
	margin:10px 10px 0;
	padding:0;
	text-align:center;
	color:#ccc;
}

#legal p,#legal a {
	font-size:100%;
	color:#999;
}

#legal a {
	font-size:100%;
	color:#999;
}

/* Form */

/* Main form step table styles */
#LB_Form {
	margin: 20px 5px 0;
	padding:0;
}

.LB_FormStep
{
	
	table-layout: fixed;
}

.LB_AmountToBorrow, .LB_PropertyValue {
	border:1px #ccc solid;
}

.LB_FormStepHidden
{
	display: none;
}

.LB_FormStepVisible
{
	display: block;
}

/* Form step header styles */
.LB_StepNumber
{
	padding: 4px;
	padding-left: 6px;
	padding-bottom:18px;
	font-size:12px;
}

.LB_Headline
{
	font-weight: bold;
	color: #000;
}

.LB_StepNumber
{
	font-weight: bold;
	white-space: nowrap;
}



/* Form step main content styles */
.LB_FormStepContent
{
}

.LB_FormStepContent label
{
	font-weight: bold;
}

.LB_FormStepContent td
{
	vertical-align: top;
}

/* Form fields that have sterling symbol in them */
#LB_PropertyValue, #LB_PropertyValue2, #LB_AmountToBorrow, #LB_AmountToBorrow2
{
	background: #fff url(../i/Sterling.gif) no-repeat scroll 1px;
	padding-left: 13px;
}



/* Footer containing buttons */		
.LB_Footer
{
	text-align: right;
	font-size: 120%;
	padding-top:5px;
}

.LB_Footer b
{
	font-size: 110%;
	color: #fff;
}

.green {

}

/* Tooltip styles */			
.LB_ToolTip-title
{
	font-weight: bold !important;
}

.LB_ToolTip-tip
{
	border: 2px solid black !important;
	padding: 3px;
	background-color: #fff;
	z-index: 100;
	text-align: left;
}

.LB_ToolTipIcon
{
	display: inline;
	background: url(../i/ToolTipQuestionCircle.gif) no-repeat;
	padding:0;
	margin:0;
	height:18px;
}

/* Error styles */
.LB_ErrorLabel
{
	color: #000;
	background-color: #f00;
}

.LB_ErrorMessage
{
	color: red;
	visibility: hidden;
}

/* Misc styles */
#LB_Consent
{
	visibility: hidden;
}

#LB_LtvProblem
{
	margin-bottom: 20px;
	width:300px;
}

#LB_MortgageType_Cell
{
	white-space: nowrap;
}

.LB_CheckboxTable
{
	color: #fff;
}

.LB_RadioOptions
{
	color: #fff;
	padding-right: 10px;
}

.LB_BigLabel
{
	font-size: 120% !important;
	font-weight: bold;
}

#LB_SubmitIndicator
{
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	color: #000;
	position: absolute;
	z-index: 100;
	visibility: hidden;
}

#LB_AlphaLayer
{
	z-index: 50;
	visibility: hidden;
	position: absolute;
	-moz-opacity:.70;
	opacity:.70;
	filter:alpha(opacity=70);
}

#LB_Step2 img {
	margin:0;
	padding:0;
}

#form {
	width:350px;
	margin:5px 10px 0 0;
	padding:0;
	float:right;
	background:#009eef url(../i/curve.jpg) top left no-repeat;
}

#form h2, #form p {color:#fff;}

#phone strong {color:#009eef;}

/* ---------- */

.type_bord h2, .type_bord a, #nav a {color:#003399;}

.type_bord a:hover, #nav a:hover {color:#2275FF;}

.curvebottom {
	margin:0 0 -12px -10px;
	z-index: 1;
}

#get_quote {
	float:left;
	width:300px;
	margin:0;
	padding:0 0 0 10px;
	color:#FFFFFF;
}

.LB_StepNumber strong {margin:20px 0 0;}

#lenders {margin:0 auto!important; padding:0!important; width:800px; float:left;}

#misc_cont {
	float:left;
	width:415px;
	margin:10px 0 0 10px;
	padding:0;
	color:#003399;
}

#misc_cont h3, #misc_cont h2, #misc_cont h4 {
	margin: 0;
	padding: 0;
}

#misc_cont h4 {
	font-size:100%;
	margin:10px 0 0 5px;
}

#misc_cont ul{
	padding:0;
	margin:5px 0 10px 10px;	
}

#misc_cont li {
	padding:0 0 0 12px;
	margin:5px 0 0;
	background: url(../i/arrow.gif) 0 4px no-repeat;
}

#misc_cont li a:hover, #misc_cont li a {
	color:#003399;
}

#misc_cont p {
	margin-bottom:10px;
}

#misc_cont textarea {
	float:left;
	margin:10px 0;
}

table a, table a:hover {color:#003399;}
