/* CSS Document */

:link,:visited, :hover, :active {
        text-decoration : none;
}

li, ul, ol {
	list-style : none;
}

ul,ol {
	border:0px;
	margin: 0px;
	background-image: url(../gfx/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 18px top;
	padding-left: 30px;
		
}
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;
}



/* text styles */

p {
    font-weight:normal;
    color: #5a5a5a;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

h1 {
        font-size:26px;
        font-family: Helvetica, Verdana, Arial, sans-serif;
        font-weight: normal;
        border: 0px;
        margin: 0px;
        line-height: 1.1em;
        color: #3b3b3b;
}

h2 {	font-size:19px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #4b4b4b;
	

}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	color: #666666;
	font-size: 12px;
}

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;
}

#newsTitle a:link, #newsTitle a:active, #newsTitle a:visited, #newsTitle a:hover {
		color: #666666;
		text-decoration:none;
}

.hometitle {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.orange {
        color:#f15d06;
}

.dark {
	color:#666666;
	font-weight: bold;
}

.padTop10     {
	   padding-top: 10px; 
	   padding-bottom: 0px;
}

#padTop10     {
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align: bottom;
	height: 16px;
}

#padTop5    {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: bottom;
	height: 16px;
}

/* LINKS */

p a:link, p a:visited, p a:active {
	color:#666666;
	text-decoration:none;
}

p a:hover {
	text-decoration:underline;
}

#orange_link {
	background-image:url(../gfx/dot_orange.gif);
	background-repeat:no-repeat;
	height: 16px;
	padding-top: 8px;
	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;
}



#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 {
        width: 950px;
        font-size: 11px;
        padding-top: 10px;
        padding-bottom: 5px;
        text-align: right;
}

#top_nav {
        width: 950px;
        padding-top: 4px;
        text-align: right;
}

#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: 88px;
}

#mortgage_fox{
	padding-top:8px;
	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;
        vertical-align: text-top;
        height: 11px;
}

.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-top;
        height: 11px;
        color: #999999;
        padding-top: 7px;
        padding-bottom: 22px;
}

#banner {
	float:right;
	clear:none;
	width: 468px;
	height:60px;
	padding-top:8px;
	
}

#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;
}

/* 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:180px;
        height:29px;
        display: inline;
        float: left;
}

#nav3{
        width:140px;
        height:29px;
        display: inline;
        float: left;
}


#nav4{
        width:145px;
        height:29px;
        display: inline;
        float: left;
}


#nav5{
        width:122px;
        height:29px;
        display: inline;
        float: left;
}


#nav6{
        width:111px;
        height:29px;
        display: inline;
        float: left;
}


#nav7{
        width:30px;
        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: 15px;
}

#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: 12px;
}

#greybar {
        background-image:url(../gfx/greybar.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
        height: 8px;
        padding-top: 5px;
        clear: both;
}

#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: 12pxx;
        font-weight: bold;
}

/* home search */

#search {
        display:block;
        padding-top: 5px;
}

#search_field {
        float: left;
        font-size:12px;
}

#search_submit {
        float:right;
}

#submit_box{
        display: block;
        float: right;
        padding-right: 12px;
}

#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_right1{
        width:259px;
        float: right;
        padding-top: 4px;
}

#content_holder1 {
	width:780px;
        /*width:476px;*/
        padding-left: 30px;
        padding-bottom: 10px;
}


#content_holderAd {
        padding-left: 30px;
        padding-bottom: 10px;
}

#content_holderSearch {
        padding-left: 30px;
        padding-bottom: 10px;
}

.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;
        }

#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;
}

#home2_9{
        height: 19px;
}

#home2_5{
	background-image: url(../gfx/home_mortgage_calc2.gif);
	background-repeat: no-repeat;
}

#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: 16px;
        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:500px;
        padding-left: 30px;
        padding-bottom: 10px;
        clear: both;
        }

#home1_content {
        width:526px;
        height: 398px;
        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;
}
#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_ln_head {
        height:36px;
        background-image: url(../gfx/news_header.gif);
        padding-top: 12px;
        padding-left: 20px;
        background-repeat: no-repeat;
}

#home_ln_body {
        height:320px;
        background-image: url(../gfx/news_tile.gif);
        padding-left: 20px;
        padding-right: 6px;
}

#home_ln_footer {
        height:16px;
        background-image: url(../gfx/news_bottom.gif);
        background-repeat: no-repeat;
}

#home_ln_left_head {
	padding-bottom:22px;
	background-image: url(../gfx/news_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 48px;
	padding-top: 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:377;
	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:#666666;
}
 
#full_story a:hover {
	color:#f15d06;

}
