/* 
    Document   : styles.css
    Created on : Jun 10, 2013, 3:50:27 PM
    Author     : Jason Storey
    Description:
        Styling for all page elements.
*/
@font-face {
    font-family: 'AvenirBook';
    src: url('/fonts/avenir.eot');
    src: url('/fonts/avenir.eot') format('embedded-opentype'),
         url('/fonts/avenir.woff') format('woff'),
         url('/fonts/avenir.ttf') format('truetype'),
         url('/fonts/avenir.svg#AvenirBook') format('svg');
}

.header {
	margin:0;
	padding:0;
	width:100%;
	box-shadow: 0 0 6px rgba(0,0,0,0.7);
z-index: 10;
position: relative;
	

}
.whyus {
	margin-top: 34px;
}
.whyus-block > div {
	width: 113px;
margin: 0 auto;
}
.whyus-block h3 {
	text-align: center;
}
.whyus-block .homepageicon {
	font-size: 104px;
	color:#ccc;
	text-shadow: 1px 1px #999;
}
.topNav {
	width: 100%;
	height: 44px;
	background: #707171 url(/images/pattern.png);
	box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,0.5);
	
}
.topInner {
	width: 1000px;
	margin: 0 auto;
	height: 44px;
	position: relative;
}
.topNav .left {
	position: absolute;
	left: 0;
	height: 44px;
}
.topNav .left ul {
	margin: 0;
	padding: 0;
	
}
.topNav .left ul li {
	list-style: none;
	display: inline;
	float: left;
	
	
}
.topNav .left li:first-child {
	border: none;
}
.topNav .left li:first-child a {
	border: none;
	padding: 14px 0;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.topNav .left li:first-child a span {
	font-size: 16px;
}
.topNav .left li a {
	
	line-height: 44px;
	padding: 14px 20px;
	border-left:1px solid rgba(150,150,150,0.4);
	border-right: 1px solid rgba(0,0,0,0.2);
	text-decoration: none;
	color:#fff;
	font-family: arial,sans-serif;
	text-shadow: 1px 1px #000;
	font-size: 13px;
	transition: .1s ease-in-out;
}
@-moz-document url-prefix() {
	.topNav .left li a {
	
	line-height: 44px;
	padding: 16px 20px 13px;
	border-left:1px solid rgba(150,150,150,0.4);
	border-right: 1px solid rgba(0,0,0,0.2);
	text-decoration: none;
	color:#fff;
	font-family: arial,sans-serif;
	text-shadow: 1px 1px #000;
	font-size: 13px;
	transition: .1s ease-in-out;
}
}

.topNav .left li:last-child {
	border-right:1px solid rgba(150,150,150,0.4);
}
.topNav .selected {
	box-shadow: inset 2px 2px 45px rgba(0,0,0,0.5);
	border-left: none !important;
	
}
.whyus-headline {
	text-align: center;
	color:#000;
	font-size: 27px;
	margin-top: 0;
}
.whyus {
	margin-bottom: 66px;
	
}
.whyus-block {
	float: left;
width: 30%;
margin-left: 29px;
}
.whyus-block img {
	width: 316px;
	height: 154px;
}
.whyus-block p {
	font-size: 15px;
}
.topNav .selected a{
	
	
}
.topNav .right {
	position: absolute;
	right: 0;
}
.topNav .right ul {
	margin: 0;
	padding: 0;
	
}
.topNav .right ul li {
	list-style: none;
	display: inline;
	float: left;
	line-height: 44px;

	
}
.topNav .right ul li a {
	
	line-height: 44px;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	color:#fff;
	padding: 15px 20px 14px 20px;
	font-family: arial,sans-serif;
	font-size: 13px;
	transition: .1s ease-in;
}
@-moz-document url-prefix() {
	.topNav .right ul li a {
	
	line-height: 44px;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	color:#fff;
	padding: 16px 20px 13px;
	font-family: arial,sans-serif;
	font-size: 13px;
	transition: .1s ease-in;
}
}
.topNav .right ul li a:hover, a.hovering {
	box-shadow: inset 0px 0px 30px rgba(0,0,0,0.4);
	background: rgba(0,0,0,0.3);
	transition: .2s ease-in;
	box-shadow: none;
}
.backgroundToggle {
	box-shadow: inset 0px 0px 30px rgba(0,0,0,0.4);
	background: rgba(0,0,0,0.3);
	transition: .2s ease-in;
	box-shadow: none;
}
.topNav .left li a:hover {
	background: rgba(0,0,0,0.3);
	transition: .2s ease-in;
	box-shadow: none;
}
.topNav .left li:first-child a:hover {
	
	transition: .2s ease-in;
	background: rgba(0,0,0,0.3);
	box-shadow: none;
}
.topNav .right ul li input[type=text] {
	width: 200px;
	height: 23px;
	border-radius: 5px;
	border:none;
	background: white url(/images/search-icon.png) 97% center no-repeat;
	padding: 2px 32px 2px 11px;
	margin-right: 20px
}
.mainNav {
	width:1000px;
	height:70px;
	margin:0 auto;
	position:relative;	
}
.mainNav #logo {
	width: 270px;
	padding-top: 3px;
}
.mainNav .mainMenu {
	position: absolute;
	top: 0;
	right: 21px;	

}
#gobtn {
	
}
.register span, .login span {
	

}
#banner .banner-inner {
	width:1100px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.main-container {
	width: 100%;
	
}
.inner-main {
	width:1100px;
	margin: 0 auto;
	padding-top: 30px;
	min-height: 500px;
}
.inner-main #left {
	width: 60%;
	float: left;
	
}
.inner-main #left span img {
	float: left;
	margin-top: -19px;
}
.inner-main #right .right-block span img {
	float: left;
	margin-top: -19px;
}
.inner-main #right #main-wrapper span img {
	float: left;
	margin-top: -19px;
}
.inner-main #right {
	width:34%;
	float: right;
}
.right-block-head {
	position: relative;
	height: 45px;
}
.right-block-head img{
	position: absolute;
	left: 7px;
	top: 6px;
	width: 40px;
	height: auto;
	
}
.right-block-head h2 {
	position: absolute;
	width: 100%;
	max-width: 91%;
	left: 55px;
	margin: 16px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #8fc740;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	color: #444;
}
.right-block-head > p {
	position: absolute;
	width: 100%;
	max-width: 91%;
	left: 55px;
	margin: 16px 0 0 0;
	font-size: 22px;
	padding: 0;
	border-bottom: 1px solid #8fc740;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	color: #444;
}
.inner-main #right #main-wrapper h2{
	width: 100%;
	margin: 16px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #8fc740;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	color: #444;
}
.inner-main #left .left-content {
	width:100%;
	margin: 14px 0 0 0;
}
.inner-main #right .right-block {
	width:100%;
	margin: 0px 0 42px 6px;
}
.inner-main #right #main-wrapper {
	width:100%;
	margin: 14px 0 42px 6px;
}
.footer {
	width:100%;
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
}
.inner-footer {
	width:1000px;
	margin: 0 auto;
	background-color: #f2f2f2;
	height: auto;
}
.articles {
	
	font-family: Arial;
	font-size: 13px;
	
}
.articles .article-listing {
	border-bottom: 1px solid rgba(150,150,150,0.3);
	margin-bottom: 20px;
	padding-bottom: 6px;
}
.articles a {
	color:#005685;
}
.articles .article-listing .title {
	font-family: Arial;
	font-size: 16px;
	
}
.articles .article-listing .title a {
	text-decoration: none;
	
}
.articles .article-listing .article_date {
	text-align: right;
	color:#777;
	font-size: 11px;
}
.articles .article-listing .article_read_more {
	text-align: right;
}
.article_read_more a:link {
	color:#7cad32 !important;
}
.article_read_more a:visited {
	color:#7cad32 !important;
}
.article_author {
	color:#7cad32 !important;
}
.featured_box {
	
	display: inline-block;
	padding-left: 59px;
	width: 100%;
}
.featured_box a {
	color:#005685;
}
.GrayGradientBar2 {
	display: none;
}
.featured_box .photo {
	width: auto;
	height: auto;
	max-height: 80px;
	float: left;
	margin-top: 10px;
	margin-right: 11px;
}
.featured_box .details {
	float: left;
	margin-left: 5px;
	width: 70%;
	
}
.featured_box .details p {
	font-family: Arial;
	font-size: 12px;
	margin-top: -13px;
}
.featured_box .details h4 {
	font-family: Arial;
	
}
.featured_box .bar {
	
	clear: both;
}
.featured_box li {
	border-bottom:1px dashed #cfd9dc;
    display:block;
    line-height:20px;
    margin-bottom:10px;
}
.featured_box ul {
   list-style:none;
   margin-left:-41px;
   text-align: left;
   width: 84%;
}
.featured_box li a {
    text-decoration:none;
    color:#2B7296;
	font-family: Arial;
	font-size: 14px;
    
}
.featured_box li a:hover {
    text-decoration:none;
    color:#2B7296;
}
.featured_box .article_date_mortgage_news {
	font-family: arial;
	font-size: 10px;
	color: #777;
	text-align: right;
}
.related-articles-block li {
	margin-bottom: 12px;
	font-family: Arial;
	font-size: 15px;
}
.related-articles-block a {
	text-decoration: none;
}
.related-articles-block ul {
	padding-left: 75px;
}
.rate-container {
	padding-left: 64px;
}
.comment_container .header {
	width:100%;
	height: 30px;
	border-bottom: 1px solid #8fc740;
	box-shadow: none;
}
.comment_container .comment p {
	font-family: Arial;
	font-size: 14px;
}
#right ins {
	float:right !important;
	margin-bottom: 28px !important;
}
#right .adgen {
	text-align: right;
}
.the_comments {
	background: rgba(249,249,249,.4);
	padding: 6px;
}
.leave {
	border-top:1px solid rgba(150,150,150,0.4);
	border-bottom:1px solid rgba(150,150,150,0.4);
}
.leave fieldset {
	border: none;
	
}
.leave ol {
	list-style: none;
}
.leave ol label, .leave ol label em {
	vertical-align: top;
}
.leave input[type=submit] {
	margin-left: 90px;
}
.share_box {
	padding:6px;
	height: 20px;
	line-height: 20px;
	border:1px solid rgba(150,150,150,0.5);
}
.share_box img {
	margin-left: 12px;
}
.rates-left {
	float: left;
	width: 20%;
	margin-right: 42px;
}
.rates-right {
	float:left;
	width: 70%;
}
#full {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(150,150,150,0.5);
	
}
.full {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 16px;
	
	
}
#lender411-rate-widget {
	margin-bottom: 42px;
}
.fixed-width-btn {
	width: 106px;
}
#login-dialog, .nav-dropdown {
	display: none;
	top: 34px;
	position: absolute;
	right: -4px;
	width: 263px;
	z-index: 99999;
	background: url("/images/login-arrow.png") top center no-repeat;
}
.nav-dropdown .dropdown-content {
	width:100%;
	height:auto;
	padding:13px 0;
	margin-top: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 6px rgba(150,150,150,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(150,150,150,0.6);
	-moz-box-shadow: 0px 0px 6px rgba(150,150,150,0.6);
	z-index: 9999999;
	overflow: hidden;
}
.nav-dropdown .dropdown-content .link-row {
	display: inline-block;
	width: 100%;
	border-top: 1px solid rgba(150,150,150,0.4);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 12px;
	background: #707171 url(/images/pattern.png);
}
.nav-dropdown .dropdown-content .link-row:hover {

}

.signInBubble {
	width:100%;
	height:auto;
	padding:13px 0;
	margin-top: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 6px rgba(150,150,150,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(150,150,150,0.6);
	-moz-box-shadow: 0px 0px 6px rgba(150,150,150,0.6);
	z-index: 9999999;
}
#login-dialog .signInBubble > .popupform {
	font-family: Arial;
	font-size: 15px;
	margin-left: 30px;
}
#login-dialog .signInBubble > .popupform label {
	display: block;
	padding: 6px 0;

}
#login-dialog .signInBubble > .popupform input {
	display: block;
	padding: 6px 0;
	width: 200px;
	margin: 0;

}
#login-dialog .signInBubble > .popupform input[type=submit] {
	margin-top: 8px;
}

/* Form Formating
----------------------------------------------- */
#banner .form {
	margin-top: 30px;
}
.form {
	font-family: Arial;
	font-size: 13px;
}
 .form textarea {margin-left: 15px; width:500px;height:250px;}
 .form input {margin-left: 15px;}
 .form select {margin-left: 15px; min-width:170px; border:1px inset #E6E0DA;}
 .form label.yesno {width:70px;text-align:left;font-weight:normal;}
 .form .size_textarea {font-size:x-small;}
 .form fieldset {margin:0px 0px 25px 0px;padding:0px 0px 5px 0px;border:1px solid #dfdfdf !important;width:100%; background:#f3f7fa;}
 .form .form_title {padding:7px 0 4px 7px;margin:0px 0px 10px 0px;font-size:medium;border-bottom:1px solid #dfdfdf !important;background:#e7ebef; font-weight: bold;}
 .form label {width:180px;float:left;text-align:right;margin-right:0.5em; padding-top:4px;display:block;vertical-align:top;color:#000;font-weight:bold;}
 .form li {color:#3d4359;}
 .form fieldset ol {margin:0;padding:0;}
 .form fieldset li {list-style:none;padding:7px;margin:0;min-height:16px;}
 .form fieldset fieldset {border:none;margin:3px 0px 0px 0px;}
 .form fieldset fieldset legend {padding:0px 0px 5px 20px;font-weight:normal;font-size:small;}
 .form fieldset fieldset label {display:block;width:auto;float:none;text-align:left;}
 .form em {font-weight:bold;font-style:normal;color:#a40000;}
 .form fieldset fieldset label {margin-left: 133px;}
 .form hr {border:1px solid #afafaf;margin:0px;}
 .button {background: #f8f8f8 url('/images/bg-button.gif') repeat-x top left;}
 .form blockquote {padding-left:155px}
 .popup {display:inline;}
 .popup div {padding:5px;display:none;position:absolute;top:auto;left:auto;width:450px;}
 .popup:hover div{display:block;background-color:#fcf8d3;border:1px solid #c4a000;}

.form textarea {margin-left: 15px; width:500px;height:250px;}
.form input {margin-left: 15px;}
.form select {margin-left: 15px; min-width:170px; border:1px inset #E6E0DA;}
.form label.yesno {width:70px;text-align:left;font-weight:normal;}
.form .size_textarea {font-size:x-small;}
.form fieldset {margin:0px 0px 25px 0px;padding:0px 0px 5px 0px;border:1px solid #dfdfdf;width:100%; background-color:#f3f7fa;}
.form h1 {padding:7px 0 4px 7px;margin:0px 0px 10px 0px;font-size:medium;border-bottom:1px solid #dfdfdf !important;background-color:#e7ebef;}
.form label {width:180px;float:left;text-align:right;margin-right:0.5em; padding-top:4px;display:block;vertical-align:top;color:#000;font-weight:bold;}
.form li {color:#3d4359;}
.form fieldset ol {margin:0;padding:0;}
.form fieldset li {list-style:none;padding:7px;margin:0;min-height:16px;}
.form fieldset fieldset {border:none;margin:3px 0px 0px 0px;}
.form fieldset fieldset legend {padding:0px 0px 5px 20px;font-weight:normal;font-size:small;}
.form fieldset fieldset label {display:block;width:auto;float:none;text-align:left;}
.form em {font-weight:bold;font-style:normal;color:#a40000;}
.form fieldset fieldset label {margin-left: 133px;}
.form hr {border:1px solid #afafaf;margin:0px;}
.button {background: #f8f8f8 url('/images/bg-button.gif') repeat-x top left;}
.form blockquote {padding-left:155px}
.popup {display:inline;}
.popup div {padding:5px;display:none;position:absolute;top:auto;left:auto;width:450px;}
.popup:hover div{display:block;background-color:#fcf8d3;border:1px solid #c4a000;}

.home-block {
	width:45%;
	height: auto;
	float: left;
	padding: 0 25px;
	
}
/*.full > .home-block .right-block {
	padding: 0 56px;
}
.full > .home-block:first-child .right-block .details p {
	margin: 0;
}
.full > .home-block:nth-child(2) {
	
}
.full > .home-block .right-block .featured_box {
	
}
#us-map-title {
	margin-top: 25px;
}*/
.right-block .articles {
	padding-top: 20px;
	padding-left: 57px;
	
	
}
#marketing_container {width:100%; margin:0 auto; position:relative; top:-5px;}
#marketing_container .bold {font-weight:bold;}
#marketing_container .banner {float:left; width:100%; padding-bottom:30px; padding-top: 23px;


border-radius: 0 0 10px 10px;

}
/*#marketing_container .banner h1 {font:bold x-large Arial; color:#000; padding:0; margin:0 0 15px 0;}*/
#marketing_container .banner p {font:bold medium Arial; color:#000; margin:10px 0;}
#marketing_container .banner .mmhome{font:normal small Arial; color:#000; margin:10px 0;}
#marketing_container .banner ul {font:small Arial; margin:0 0 0 30px; padding:10px 25px;}
#marketing_container .banner li {font:small Arial; list-style: outside; padding:6px 5px;}
#marketing_container .marketing_boxes {float:left; width:100%; padding:30px 0; border-top:solid 1px #ccc;}
#marketing_container .marketing_boxes p {
	text-align: left;
}
#marketing_container .marketing_boxes .box {float:left; width:32%; padding:0 5px; border-right:solid 1px #ccc;}
#marketing_container .marketing_boxes .box h2 {font:bold medium Arial; color:#000; padding:0; margin:0;}
#marketing_container .marketing_boxes .box p {margin:5px 0; line-height:2; font:small Arial; color:#000;}
#marketing_container .marketing_content {float:left; width:100%; margin:0; padding:30px 0; border-top:solid 1px #ccc;}
#marketing_container .marketing_content p {margin:5px 0; line-height:22px; font:small Arial; color:#000;}
#marketing_container a {color:#2b7396; text-decoration:none; font-weight:bold; margin:15px 0;}
#marketing_container a:hover {color:#2b7396; text-decoration:underline; font-weight:bold;}
#marketing_container .icons {padding-right:15px;}
#marketing_container .marketing_content li {line-height:18px; margin:8px 0;}
#marketing_container .orange {color:#de733a;}
#marketing_container .desc {font:normal small Arial; line-height:22px;}
#marketing_container .block_left {float:left; width:42%; margin-left:30px; border-right:1px dotted #dfdfdf;}
#marketing_container .block_left ul {margin:0 0 0 15px; padding:0;}
#marketing_container .block_left li {margin:12px 0; padding:0;}
#marketing_container .block_right {float:right; width:44%; margin-right:30px;}
#marketing_container .block_right ul {margin:0 0 0 15px; padding:0;}
#marketing_container .block_right li {margin:12px 0; padding:0;}
#marketing_container .banner h1 {
margin: 0px !important;
}
#marketing_container .marketing_content h2 {color: #0A6082;
font-size: 28px;
font-weight: lighter;
margin: 10px 0;
line-height: 40px;
}


 

    #social-widget {
text-align: center;
position: fixed;
top: 25%;
left: 0;
border: 1px solid rgba(150,150,150,0.5);
width: 64px;
border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 10px 10px 0;
background-color: rgba(150,150,150,0.5);
z-index: 998;
padding-top: 12px;
margin-left: -3px;
    }

 

    #social-widget .sbutton {

        margin: 2px;
		padding-top: 8px;

    }
	#homePageWidget {
		text-align: center;
position: fixed;
top: 25%;
left: 0;

width: 64px;
border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 10px 10px 0;
background: rgba(255,255,255,0.0) !important;
z-index: 998;
padding-top: 12px;
margin-left: -3px;
	}
	#homePageWidget li {
		list-style: none;
		margin-bottom: 6px;
	}
	#homePageWidget ul {
		margin: 0;
		padding:0;
	}
	.findcont {
		background: #f0f1f1;
padding: 10px 10px 10px 30px;
border-radius: 20px;
position: relative;
	}
	.findcont > .block .for-inp {
		padding: 5px 0 10px 10px;
		
	}
	.findcont > .block .for-inp > input {
		margin-left: 34px;
		
	}
	.getrates {
		padding-left: 34px;
	}
	.icon-custom-size {
		font-size: 233px;
position: absolute;
right: 1px;
bottom: -3px;
color: #cecfcf;
	}
		.icon-custom-size-two {
		font-size: 72px;
position: absolute;
right: 86px;
bottom: 84px;
color: #cecfcf;
	}
	#footer .container {
		width:650px;
		margin: 0 auto;
	}
	.article_preview {
		clear: both;
	}
	.interviewImg {
		max-width: 92px !important;
	}
	.details p span:first-child{
		font-weight: bold;
	}
	.details p span:last-child{
		font-size: 10px;
		color:#afafaf;
	}
