/* CSS Document */

:link,:visited, :hover, :active {
        text-decoration : none;
}

li, ul, ol {
	list-style : none;
}

ul,ol {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #5a5a5a;
	border:0px;
	margin: 0px;
	background-image: url(../gfx/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 9px top;
	padding-left: 20px;	
}

ul a:link, ul a:visited, ul a:active  {
	text-decoration:none;
	color:#f15d06;
}

ul a:hover {
	text-decoration:underline;
	color:#f15d06;
	}

li,h1,h2,h3,h4,h5,h6,pre,body,html,blockquote,fieldset,code,p{
        padding : 0px;
        margin: 0px;
        border:0px;
        font-weight:normal;
}

h1 {
    padding-bottom:0px;
}

/* whoever thought blue linked image borders were a good idea? */

a img,:link img,:visited img {
        border : none;
}

/* de-italicize address */

address {
        font-style : normal;
}

/* styled tags*/

body{
    background-color: #ffffff;
	font-size: 11px;
    font-family: Arial, sans-serif;
	color: #5a5a5a;
}

.left_advert {
	float: left;
	width: 153px;
	margin-top: 15px;
}

.left_advert2 {
	float: left;
	width: 153px;
	margin-top: 15px;
}

#disclaimer {
	width:758px;
	clear: both;
	height: 18px;
	background-color: #99cc00;
	margin-top: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 30px;
	line-height: 20px;
	padding-top: 3px;
	font-family:Arial, Helvetica, sans-serif;
}

#disclaimer2 {
	width:758px;
	clear: both;
	height: 28px;
	text-align: center;
	margin-left: 30px;
	padding-top: 10px;
}

#disclaimer p {
	color: #FFFFFF;
	font-weight: bold;
}

#disclaimer2 p  {

}

/* EQUITY FORM */
/* Main form step table styles */
#LB_Form {
	width:444px;
}

.LB_FormStep
{
	width: 440px;
	table-layout: fixed;
}

/* hidden bit*/
.LB_FormStepHidden
{
	display: none;
}

.LB_FormStepVisible
{
	display: block;
}

/* Form step header styles */
.LB_Headline, .LB_StepNumber
{
	padding: 4px;
	padding-left: 6px;
}

.LB_Step1_LeftColumn
{
    width: 280px;
}

.LB_Step1Lower_LeftColumn
{
    width: 280px;
}

.LB_Step1_RightColumn
{
    text-align: left;
    padding-left: 15px;
}

/*back colour here*/
.LB_Headline
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	background-color: #0099FF;
	color: #fff;
	width: 300px;
	font-size: 18px;
}

.LB_StepNumber
{
	font-weight: bold;
	background-color: #ddd;
	white-space: nowrap;
	font-size: 110%;
}

/* step color */

.LB_StepNumber b
{
	/*color: #0099FF; 308cd0*/
	font-size: 130%;
}

/* Form step main content styles */
/* border color here 070*/
.LB_FormStepContent
{
	border:solid 4px #0099FF;
	background-color: #eee;
	padding: 10px;
}

.LB_FormStepContent label
{
	font-weight: bold;
	padding: 0;
	margin: 0;
}


#LB_Step1 .LB_FormStepContent label
{
	font-size: 100%;
}

.LB_FormStepContent td
{
	vertical-align: top;
}

/* Form fields that have sterling symbol in them */
#LB_PropertyValue, #LB_AmountOwing, #LB_AmountRequiredForRelease
{
	background: #fff url(https://forms.leadbay.co.uk/Common/HtmlIntegration/Images/Sterling.gif) no-repeat scroll 1px;
	padding-left: 13px;
	width: 90px;
}

/* Back, next, finish buttons */
.LB_Button
{
	font-size: 90%;
}

.LB_Button:hover
{
	text-decoration: underline;
}

/*80099FF*/
/* color button */
.LB_Next_Button
{
	background-color: #0099FF;
	color: #fff;
	font-weight: bold;
}

.LB_Disabled_Button
{
	background-color: #ccc;
}

#LB_CashAvailable, #LB_CashAvailableLabel
{
	font-weight: bold;
	font-size: 110% !important;
	color: #000000;
}

#LB_AmountAvailableForReleaseLabel, #LB_AmountAvailableForReleaseMinusOwingsLabel
{
	text-align: right;
}

#LB_CashAvailableLabelCell
{
	text-align: right;
    vertical-align: middle;
}

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

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

.LB_FooterNext
{
	text-align: right;
}

.LB_FooterSubmit
{
	text-align: left;
}


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

.LB_ToolTip-tip
{
	border: 2px solid black !important;
	padding: 3px;
	background-color: #ff7;
	font-size: 80%;
	width: 350px;
	z-index: 100;
	text-align: left;
}

.LB_ToolTipIcon
{
	display: inline;
	background: url(https://forms.leadbay.co.uk/Mortgages/HtmlIntegration/Images/ToolTipQuestionCircle.gif) no-repeat;
}

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

.LB_ErrorMessage
{
	color: red;
	visibility: hidden;
	font-size: 80%;
}

#LB_CalculateButtonDiv
{
    width: 100%;
    text-align: right;
}

.LB_DisclaimerText
{
	font-size: 70%;
	padding-top: 5px;
}

#LB_Step2 .LB_FormStepContent td
{
    padding:0;
}

#LB_Step2 .LB_FormStepContent tR
{
    padding:0;
}

.LB_DisplayNone
{
    display: none;
}

/* Misc styles */
#LB_Consent
{
	visibility: hidden;
	font-size:100%;
}

#LB_Consent a:link
{
	 color: #000000;
}

#LB_Consent a:visited
{
    color: #000000;    
}

#LB_MortgageType_Cell
{
	white-space: nowrap;
}

.LB_CheckboxTable
{
	color: #170;
}

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

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

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

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

.LB_LabelRow td
{
	font-size: 100%;
	line-height: 80%;
}

	



/* text styles */

p {
    font-weight:normal;
    color: #5a5a5a;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

/* AUTO LINKS..... */

p a:link, p a:visited, p a:active {
	color:#f15d06;
	text-decoration:none;
}

p a:hover {
	text-decoration:underline;
	color : #f15d06;

}

h1 {
	font-size:26px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	border: 0px;
	margin: 0px;
	line-height: 1.1em;
	color: #333333;
}

h2, h2 a { font-size:19px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #4b4b4b;
	text-decoration:none;
}


h3, h3 a:link, h3 a:visited, h3 a:active   {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	text-decoration:none;
}


h3 a:hover {
        color: #4b4b4b;
		text-decoration:underline;
}


h4 {
        font-size:25px;
        font-family: Helvetica, Verdana, Arial, sans-serif;
        font-weight: normal;
        border: 0px;
        margin: 0px;
        line-height: 1.1em;
        color: #666666;
}

h5 {
        font-size:12px;
        font-family: Arial, Helvetica, Verdana,  sans-serif;
        font-weight: bold;
        border: 0px;
        margin: 0px;
        color: #3b3b3b;
}

h6 {
	font-size:18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 8px;
	margin-top: -2px;
	color: #666666;
}

h6 a:link, h6 a:active, h6 a:visited, h6 a:hover {
		color: #666666;
		text-decoration:none;
}

#newsTitle {
	padding-bottom: 7px;
	margin-top: -2px;
	color: #666666;
}

.right {
	float:right;
}

#right {
	float:right;
}

.left {
	float:left;
}

#rleft {
	float:left;
}

#newsTitle a:link, #newsTitle a:active, #newsTitle a:visited, #newsTitle a:hover {
	color: #333333;
	text-decoration:none;
}



.hometitle {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.orange {
        color:#f15d06;
}

.black {
        color:#000000;
}

.blue {
        color:#308cd0;
}


.orange a:link, .orange a:visited, .orange a:active {
        color:#f15d06;
		text-decoration:none;
}

.orange a:hover {
        color:#f15d06;
		text-decoration:underline;
}

.dark {
	color:#666666;
	font-weight: bold;
}

.padTop10     {
	   padding-top: 10px; 
	   padding-bottom: 0px;
}

.pad10     {
	   padding-top: 10px; 
	   padding-bottom: 10px;
}

#padTop10     {
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align: bottom;
	height: 16px;
}

#padTop5    {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: bottom;
	height: 16px;
}



#orange_link {
	background-image:url(../gfx/dot_orange.gif);
	background-repeat:no-repeat;
	height: 16px;
	padding-top: 5px;
	padding-left: 14px;
	background-position: left bottom;
	font-size: 12px;
	font-weight: bold;
	color: #f15d06;
}

.link_orange, .link_orange a:link, .link_orange a:visited, .link_orange a:active  {
	color: #f15d06;
}

.link_orange a:hover {
	text-decoration:underline;
}

.link_right, .link_right a:link, .link_right a:visited, .link_right a:active  {
	float:right;
	padding-right:5px;
	padding-top: 4px;
	color:#f15d06;
}

.link_right a:hover {
	color: #f15d06;
	text-decoration:underline;
}



#orange_dot_text {
	background-image:url(../gfx/dot_orange.gif);
	background-repeat:no-repeat;
	height: 16px;
	padding-top: 10px;
	padding-left: 16px;
	background-position: left bottom;
	font-size: 12px;
	font-weight: bold;
		color: #737373;
}

#orangegrey_dot_text {
	background-image:url(../gfx/dot_greyback.gif);
	background-repeat:no-repeat;
	height: 16px;
	padding-top: 10px;
	color: #f15d06;
	padding-left: 16px;
	background-position: left bottom;
	font-size: 12px;
	font-weight: bold;
}

#grey_16left {
	height: 16px;
	padding-top: 10px;
	color: #737373;
	padding-left: 16px;
	font-size: 12px;
	font-weight: bold;
}

#orange_link a:link, #orange_link a:visited, #orange_link a:active {
        color:#f15d06;
}


#orange_link a:hover {
        color:#f15d06;
        text-decoration:underline;
}



/* template structure */


#contentHolder{
        margin-right:auto;
        margin-left:auto;
        display:table;
        width: 950px;
}

#pageHeader {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: right;
	width: 950px;
}

#top_nav {
	padding-top: 0px;
	text-align: right;
	width: 950px;
}

#top_nav1 {
	padding-top:2px;
	float: right;
}

#top_nav2 {
	padding-top:0px;
	float: right;
	width: 125px;
	padding-left: 10px;
	padding-bottom: 2px;
}


#top_nav a:link, #top_nav a:visited, #top_nav a:active {
        text-decoration: none;
        font-weight: bold;

        color: #333333;
}

#top_nav a:hover{
                color: #f15d06

}

#leftColumn {
        width:163px;
        float: left;
}

#rightColumn {
        width:786px;
        float: right;
        display: table;
}

#header{
	width:787px;
	height: 75px;
}

#mortgage_fox{
	float: left;
}

#content_holder{
        width:786px;
        background-image: url(../gfx/vert_dots.gif);
        background-repeat: repeat-y;
        background-position: left;
        display: block;
        padding-left: 1px;
        text-align: left;
        height: auto;
        clear: both;
}
#footer {
        width:787px;
        background-image: url(../gfx/hoz_dots.gif);
        background-repeat: repeat-x;
        padding-top: 20px;
        text-align: center;
}

#footer_form {
	width:787px;
	padding-top: 50px;
	text-align: center;
	clear: both;
	float: right;
}

#footer1{
	text-align:center;
	width:787px;
	font-weight: bold;
	display: table;
}

#rss_image {
	width: 30px;
	float: right;
}

#footer_support {
	width: 533px;
	float: left;
	padding-top: 7px;
}

#footer1b {
	width: 564px;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
}


.small_text, .small_text a:link, .small_text a:active, .small_text a:visited {
        font-size: 9px;
		color:#666666;
}

.small_text a:hover {
	text-decoration:underline;
	color:#f15d06;
}

#footer2{
	text-align:center;
	width:787px;
	font-size: 10px;
	vertical-align: text-bottom;
	height: 11px;
	color: #999999;
	padding-top: 7px;
	padding-bottom: 22px;
	clear: both;
}

#banner {
	float:right;
	clear:none;
	width: 468px;
	height:60px;
	padding-top:0px;
	border: 1px solid #AED7FF;
}


.blue_box {
	width:440px;
	border: 1px solid #d0d0d0;
	background-color: #f6f6f6;
	margin-top: 20px;
	padding: 16px;
	padding-left: 10px;
}

.blue_box p {
	background-image: url(../gfx/bullet_blue2.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 10px;
	color: #000000;
}

.blue_box p a:link, .blue_box p a:visited, .blue_box p a:active {
	color:#308cd0;
	text-decoration:none;
}

.blue_box  p a:hover {
	text-decoration:underline;
	color : #308cd0;
}


#email{
        vertical-align:text-top;
}

#footer1 a:link, #footer1 a:visited, #footer1 a:active, #footer1 a:hover{
        text-decoration: none;
        color: #f15d06;
}

#footer2 a:link, #footer2 a:visited, #footer2 a:active, #footer2 a:hover{
	text-decoration: none;
	color: #999999;
	text-align: center;
}

/* top navigation */

#nav_holder{
        width:786px;
        background-image: url(../gfx/hoz_dots2.gif);
        background-repeat: repeat-x;
        background-position: left top;
        text-align: center;
        padding-top: 1px;
        height: 25px;
}

#nav1{
        width:50px;
        height:29px;
        display: inline;
        float: left;
}

#nav2{
        width:111px;
        height:29px;
        display: inline;
        float: left;
}

#nav3{
        width:95px;
        height:29px;
        display: inline;
        float: left;
}


#nav4{
	width:140px;
	height:29px;
	display: inline;
	float: left;
}


#nav5{
	width:117px;
	height:29px;
	display: inline;
	float: left;
}


#nav6{
	width:135px;
	height:29px;
	display: inline;
	float: left;
}


#nav7{
	width:130px;
	height:29px;
	display: inline;
	float: left;
	background-position:top;
}


#nav8{
        width:12px;
        height:29px;
        display: inline;
        float: left;
        background-position:top;
}


#nav_divider{
        width:1px;
        height: 29px;
        background-image: url(../gfx/nav_divider.gif);
        background-position:top;
        background-repeat:no-repeat;
        display: inline;
        float: left;
}



.menu_selected {
  background-image: url(../gfx/nav_on.gif);
  background-repeat: repeat-x;
  text-decoration: none;
  padding-top: 4px;
  display: block;
  font-weight: bold;
}

.menu_selected a:link, .menu_selected a:visited, .menu_selected a:active, .menu_selected a:hover {
 color: #ffffff;
}

.menu_notselected {
  background-image: url(../gfx/nav_off.gif);
  background-repeat: repeat-x;
  text-decoration: none;
  padding-top: 4px;
  display: block;
  font-weight: bold;
}

.menu_notselected a:link, .menu_notselected a:visited, .menu_notselected a:active{
 color: #333333;
}

.menu_notselected a:hover {
 color: #f15d06;
}

#nav1on,  #nav2on, #nav3on, #nav4on, #nav5on, #nav6on, #nav7on{
        text-decoration: none;
        height:25px;
        padding-top: 4px;
        display: block;
        font-weight: bold;
        color: #ffffff;
}

/* left navigation */

#freequote {
        padding-top:12px;
}

#todaysbestmortgages {
	padding-top:10px;
	padding-bottom: 4px;
}

#leftNav {
        display:block;
        width: 163px;
}

#leftNavItem {
        background-image:url(../gfx/leftnav_arrow.gif);
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 11px;
        background-repeat: no-repeat;
        text-align: left;
        background-position: left center;
        padding-left: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
}

#leftNavItem a:link, a:visited, a:active{
        color:#333333;
        text-decoration:none;
}

#leftNavItem a:hover{
        color:#f15d06;
        text-decoration:none;
}

#redbar {
	background-image:url(../gfx/redbar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 8px;
	padding-top: 6px;
}

#greybar {
	background-image:url(../gfx/redbar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 8px;
	padding-top: 7px;
	clear: both;
	padding-bottom: 10px;
}

#apply_online{
        padding-top: 15px;
}

#smarter_advice{
	padding-top: 15px;
}


#orange_arrow {
        background-image:url(../gfx/dot_orange.gif);
        background-repeat:no-repeat;
        height: 16px;
        padding-top: 10px;
        padding-left: 16px;
        background-position: left bottom;
        font-size: 12px;
        font-weight: bold;
}

/* home search */

#search {
        display:block;
        padding-top: 5px;
}

#search_field {
	float: left;
	font-size:12px;
	width: 145px;
}

#search_submit {
        float:right;
}

#submit_box{
	display: block;
	float: right;
	padding-right: 12px;
	padding-top: 7px;
}

#search_box{
	padding-top: 7px;
	padding-bottom:0px;
}

#submit_box input{
        border:#CCCCCC solid 1px;
}
/* PAGES */

/* contentpages */

#contentpage{
        width:755px;
        padding-left: 30px;
        display: table;
}

#content_left1{
	width:526px;
	float: left;
	display: table;
}

#content_leftsearch{
	width:785px;
	float: left;
	display: table;
}

#content_right1{
        width:249px;
        float: right;
        padding-top: 4px;
}

#content_holder1 {
	width:476px;
	padding-left: 30px;
	padding-bottom: 10px;
	min-height: 760px;
}

#content_holder1 {
	width:476px;
	padding-left: 30px;
	padding-bottom: 10px;
	min-height: 760px;
}

#content_holder3 {
	width:476px;
	padding-left: 30px;
	padding-bottom: 10px;
}

#content_holder2 {
	width:755px;
	padding-left: 30px;
	padding-bottom: 10px;
}

#content_holderAd {
	width:476px;
	padding-left: 30px;
	padding-bottom: 10px;
}

#content_pagefoot{
	width:756px;
	padding-left: 30px;
	padding-bottom: 10px;
	clear: both;
	padding-top: 12px;
}

.padBot20 {
padding-bottom:10px;
}

.padBot8  {
padding-bottom:8px;
}




/* homepage */

#home1{
        width:526px;
        float: left;
        height: 440px;
        display: table;
}

#home2{
        width:259px;
        float: right;
        padding-top: 4px;
}

#home2_1{
        height: 128px;
}

#home2_2, #home2_5, #home2_8{
        height: 19px;
        padding-left: 38px;
        font-size:12px;
        padding-top: 3px;
        font-weight: bold;
}

#home2_2 {
	background-image: url(../gfx/home_free_mortgage_report2.gif);
	background-repeat: no-repeat;
	background-color: #000000;
        }

#home2_3{
        height: 19px;
}

#home2_4{
        height: 77px;
}

#home2_6{
        height: 19px;
}

#home2_7{
        height: 77px;
}

#home2_8{
	background-image: url(../gfx/home_latest_best_buys2.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}

#home2_9{
        height: 19px;
}

#home2_5{
	background-image: url(../gfx/home_mortgage_calc2.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}

#home2_2 a:link, #home2_2 a:visited, #home2_2 a:active{
        color:#FFFFFF;
}

#home2_5 a:link, #home2_5 a:visited, #home2_5 a:active{
        color:#FFFFFF;
}

#home2_8 a:link, #home2_8 a:visited, #home2_8 a:active{
        color:#FFFFFF;
}

#home2_2 a:hover{
        color:#36730e;
}

#home2_8 a:hover{
        color:#8e5512;
}

#home2_5 a:hover{
        color:#1e4d66;
}

#home_form{
        width:786px;
        background-repeat: no-repeat;
        clear: both;
}

#home_content1{
        width:786px;
        clear: both;
        padding-top: 22px;
        padding-bottom: 28px;
        display: table;
}

#home_contentoOLD{
        width:750px;
        clear: both;
        padding-left: 30px;
        padding-top: 22px;
        padding-bottom: 28px;
        display: table;
}

#home1_header {
        width:476px;
        padding-left: 30px;
        padding-bottom: 10px;
        }

#home_form_header {
	width:740px;
	padding-left: 30px;
	padding-bottom: 10px;
	clear: both;
        }

#home1_content {
	width:520px;
	height: 402px;
	background-image: url(../gfx/laptop_girl.jpg);
	background-repeat: no-repeat;
	display: table;
        }

#home1_content2 {
        width:254px;
        float: right;
        padding-right: 8px;
        display: table;
}

#home_content a:visited, #home_content a:hover, #home_content a:active, #home_content a:link {
        color : #cc9933;
        font-weight:bold;
}

#home_left{
        float:left;
        display: block;
        width: 460px;
        clear: both;
}

#home_right{
        float:right;
        display: block;
        width: 290px;
}

#home_form_content {
	padding-left: 30px;
	display: table;
	padding-bottom: 30px;
	width: 756px !important;
}
#home_latest_news_left {
        width:482px;
        padding-left: 30px;
        padding-bottom: 10px;
        float: left;
        display: table;
}

#home_latest_news_cont {
	width:786px;
	height: auto;
}

#home_latest_news_right {
        width:259px;
        float: right;
}

#home_advert {
	width:259px;
	float: right;
	padding-bottom: 15px;
}

#pread {
	width:259px;
	float: right;
	padding: 15px 0px 7px 0px;

}

#pread p {
	color:#666666;
	font-size:13px;
	padding-left:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pread a {
	padding-left:12px;
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
	font-family:Helvetica, sans-serif;
	text-decoration: underline;
}

#pread h5 a {
	padding-left:12px;
	color:#FF6600;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom: 12px;
}

.newslink a:link, .newslink a:visited, .newslink a:active  {
	color:#5a5a5a;
	line-height: 20px;
	background-image: url(../gfx/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 12px;	
	text-decoration:none;
}


.newslink a:hover {
	color:#5a5a5a;
	text-decoration:underline;
}

#home_news_head {
        height:52px;
}

#home_news_body {
	min-height: 448px;
	height:auto !important;
	height:448px;
	background-image: url(../gfx/home_news_back.gif);
	padding-left: 20px;
	padding-right: 6px;
	padding-top: 10px;
	background-position: top;
	margin-top: -4px;
}

#home_news_footer {
	height:5px;
	background-image: url(../gfx/news_bottom.gif);
	background-repeat: no-repeat;
	padding-bottom: 12px;
}



/* CALCULATOR PAGE */

.CALCboxes {
	width:170px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
	padding: 3px;
}

.CALCbutton {
	float:right;
	cursor:pointer;
}

#calc_results {
	background-image:url(../gfx/mortgage_claculator_back.gif);
	background-repeat:no-repeat;
	height: 157px;
	background-position: right;
}

#titles4 {	
	float:left;
	font-size:12px;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight: bold;
	color: #666666;
	width: 12px;
	display: table;
	clear: none;
	text-align: center;
	padding-top: 5px;
	padding-left: 2px;
}


.contact_textarea {
        font-size: 13px;
        font-family: Arial, Helvetica, Verdana,  sans-serif;
        border: 1px solid #bfbfbf;
        font-weight:normal;
        width: 370px;
		height: 75px;
}

.contact_field {
	width: 370px;
	}
	
.contact_field2 {
	width: 200px;
	}


#content_pic1 {
	float:right;
	width:283px;
	height:377px;
	padding-left: 12px;
	padding-bottom: 4px;
}

#full_story{
	width:470px;
	text-align: right;
	height: 20px;
	background-image: url(../gfx/news_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-bottom: 18px;
	
}

#full_story a:link, #full_story a:visited, #full_story a:active {
	color:#333333;
}
 
#full_story a:hover {
	color:#f15d06;
	text-decoration:underline;
}

.MFtable {
	border: 2px solid #FFFFFF;
}

#updated {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#contleft_pbreak {
	width:466px;
	height:1px;
	background-image:url(../gfx/formdots_h.gif);
	background-repeat:repeat-x;
}

/* CONTENT PAGES */

#hoz_divider{
	background-image: url(../gfx/hoz_dots2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	padding-top: 1px;
	height: 1px;
}

		
