
/* common */
body {
	color: #333;
	font: normal normal 100%/1.125em Arial, Helvetica, sans-serif;
}

/* reset extra space */
body,
h1, h2, h3, h4, h5,
fieldset,
ul, ul li, ol, ol li, dl, dl dt, dl dd,
p,form, fieldset {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style: none;
}

/* hyperlink */
a:link, a:visited {
	color: #cd2f07;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #597eac;
}
a img {
	border: none;
}

hr {
	display: none;
}
div {
	text-align:left;
}


/* form */
fieldset {
	border: none;
}


input, select, textarea {
	color: #333;
	font: normal normal 1em Arial, Helvetica, sans-serif;
}

/******* FIX BUG 2228 *********/
form, fieldset {
	margin: 0px;
	padding: 0px;
}
/**************************/

/* clear */
.Clear {
	clear: both;
}

/* layout */
body {
	background: #E6EAF0 url(/images/bg-sr.jpg) repeat-x;
	padding: 10px;
	text-align: center;
}
#container {
	background-color: #fff;
	font-size: .75em;
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

/* header */
#header {
	height: 80px;
	position: relative;
}
#header .logo {
	left: 29px;
	position: absolute;
	top: 24px;
}
#header .logo a {
	background: url(/images/logo.gif) no-repeat;
	display: block;
	height: 47px;
	overflow: hidden;
	text-indent: -1983em;
	width: 201px;
}
#header .title {
	display: none;
}

#header p {
	left: 235px;
	position: absolute;
	top: 10px;
	width:275px;
	font-size:11px;
	text-align:center;
	background-color: #FCFDCB;
	border:1px solid #385D8A;
	font-weight:bold;
}
#header p a, p a:link {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
}
#header p a:hover{
	color:#cd2f07;
	font-size:11px;
	font-weight:bold;
}
#header ul {
	font-size: .9em;
	left: 480px;
	padding: 3px 0 2px 17px;
	position: absolute;
	top: 28px;
}
#header ul li {
	border-left: #597eac solid 1px;
	float: left;
	line-height: 12px;
	padding: 0 5px;
}
#header ul li#follow {
	border-left: none;
	padding-left:18px;	
}
#header ul li#rss {
	background: url(/images/ico-rss.gif) no-repeat left center;
	border-left: none;
	padding: 1px 6px 2px 20px;	
}
#header ul li#facebook {
	background: url(/images/ico-facebook.gif) no-repeat left center;
	border-left: none;
	padding-left:18px;
}
#header ul li#twitter {
	background: url(/images/ico-twitter.gif) no-repeat left center;
	border-left: none;
	padding-left:16px;
}
#header ul li a:link, #header ul li a:visited {
	color: #597eac;
}
#header ul li a:hover {
	color: #cd2f07;
}
#header fieldset {
	left: 609px;
	position: absolute;
	top: 49px;
}
#header fieldset div label, #header fieldset div input, #header fieldset div button {
	float: left;
	cursor:pointer;
}
#header fieldset div label {
	color: #55677e;
	font-weight: bolder;
	line-height: 20px;
	width: 55px;
}
#header fieldset div input {
	border: #55677e solid 1px;
	height: 16px;
	margin-right: 5px;
	padding-top: 2px;
	width: 208px;
}
#header fieldset div button {
	background: url(/images/btn-go-1-blue.gif) no-repeat;
	border: none;
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: -1983em;
	width: 36px;
	cursor:pointer;
}

#header ul li.comingsoon span{
	font-size: .3em;
}
/* ads */
#ads {
	padding: 5px 25px;
	text-align: center;
}
#ads img {
	vertical-align: top;
}

/* footer */
#footer {
	background: url(/images/bg-footer.gif) no-repeat center 10px;
	font-size: .9em;
	padding: 55px 0;
	text-align: center;
}
#footer p {
	padding-top: 5px;
}
#footer p a:link, #footer p a:visited {
	color: #597eac;
}
#footer #copyright, #footer p a:hover {
	color: #cd2f07;
}
#footer p span {
	margin: 0 2px;
	position: relative;
	top: -1px;
}

/* menu */
#menu {
	background: url(/images/bg-menu.gif) repeat-x;
	height: 35px;
	width:940px;
}

/* correct float */
#menu li{
	float: left;
}

/* incorrect float */
#menu ul, #menu ul li { /*, #menu ul li a {*/
	float: left;
}

#menu ul li {
	border-left: #7b94b1 solid 1px;
	border-right: #2e3c4b solid 1px;
	font-size: 1.1em;
	font-weight: bolder;
	line-height: 35px;
}
#menu ul li a {
	color: #fff;
	display: block;
	padding: 0 13px;
}
#menu ul li a:hover {
	background: url(/images/bg-menu.gif) repeat-x left -70px;
}
#menu ul.First {
	background: url(/images/bg-menu.gif) repeat-x left -35px;
}
#menu ul.First li {
	border-left-color: #fc7452;
	border-right-color: #bb2500;
}
#menu ul.First li.First {
	border-left: none;
}
#menu ul li.Last {
	border-right: none;
}
#menu ul li.Active a {
	background: url(/images/bg-menu.gif) repeat-x left -70px;
}
#menu ul li.InActive a,  ul li.InActive a:hover, ul li.InActive a:visited{
	background: none;
}
/*Drop down Menu */
.drop-menu {
	position: absolute;
	left: -999em;
	top:20.95em;
	z-index: 1000;
	width: 165px;	
}

.drop-menu, .drop-menu li {
	width: 165px; /* static width fix IE6 hover bug */
	height:25px;
}
#menu li:hover, #menu li.sfhover {
    position: static;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto !important;
}
#menu .drop-menu li {
	margin: 0px;
}
.drop-menu a, .drop-menu a:visited {
	border-bottom: 1px solid #445872;
	padding: 2px 35px 2px 10px;
}
.drop-menu li {
	background-color: #445872;
	color: #FFF;
	border:0px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 1px;
}
#menu .drop-menu a{
	background-color: #445872;
	color: #FFF;
	height:25px;
	text-align:left;
	border:0px;
}
#menu ul li.subActive a,  ul li.subActive a:hover, ul li.subActive a:visited{
	background-color: #B6B6B6;
	color: #FFF;
	height:25px;
	border-bottom: 1px solid #B6B6B6;
	padding-bottom: 3px;	
}
#menu .drop-menu a:hover{
	background-color: #B6B6B6;
	color: #FFF;
	border-bottom: 1px solid #B6B6B6;
	padding-bottom: 3px;
}
#menu .drop-menu {
	font-size: 11px;
	line-height: 0px;
	text-align:left;
}
#menu .drop-menu a, .drop-menu a:visited {
	width: 139px;
	font-weight: normal;
	text-decoration: none;
}

/* breadcrumb */
#breadcrumb {
	color: #597eac;
	font-size: .9em;
	padding: 5px 10px 0;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #333;
}
#breadcrumb a:hover {
	color: #cd2f07;
}

/* main */
#main {
	overflow: hidden;
	padding: 10px 20px;
}
.updated {
	color:#FF0000;
	font-weight:bold;
	font-size:1em;
}
.updated-normal a, .updated-normal a:link{
	color:#597eac;
	font-weight:normal;
	font-size:1em;
}
.updated-normal a:hover{
	color:#cd2f07;
	font-weight:normal;
	font-size:1em;
}
.updated-normal {
	color:#FF0000;
	font-weight:normal;
	font-size:0.9em;
	margin-left:70px;
}

#breadcrumb .feedback {
	width:727px;
	margin-left:90px;
	background-color: #FCFDCB;
	color: #000;
	font-size: 12px;
	text-align:center;
	padding:2px 2px 2px 2px;
	border:1px solid #385D8A;
}
#breadcrumb .feedback a, .feedback a:link{
	color:#FF0000;
	font-size: 12px;
	font-weight:bold;
}

#breadcrumb .feedback a:hover{
	color:#cd2f07;
	font-size: 12px;
	font-weight:bold;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* content */
#content {
	float: left;
	width: 687px;
}
.Extras {
	padding-right: 20px !important;
}
* html .Extras {
	padding-right: 15px !important;
}
.Extras #content {
	float: right;
}
#content h1 {
	color: #cd2f07;
	font-size: 1.65em;
}
#content h3 {
	color: #cd2f07;
	font-size: 1.65em;
}
#content h1, #content h3, #content p {
	padding-bottom: 10px;
}

/* AutoLoanCalc */
#content .AutoLoanCalc {
	background-color: #edf2fe;
	border: #c3d3fc solid 1px;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	width: 375px;
}
#content .AutoLoanCalc h4 {
	color: #cd2f07;
	font-size: 1.2em;
}
#content .AutoLoanCalc h5 {
	background: url(/images/bg-dotted.gif) repeat-x left bottom;
	color: #495a70;
	font-size: 1em;
	margin: 5px 0;
	padding-bottom: 5px;
}
#content .AutoLoanCalc .Input {
	overflow: hidden;
	padding-bottom: 10px;
}
* html #content .AutoLoanCalc .Input {
	height: 1%;
}
#content .AutoLoanCalc .Input div {
	float: left;
	margin-right: 30px;
	margin-top: 5px;
}
#content .AutoLoanCalc .Input div label {
	display: block;
	margin-bottom: 3px;
}
#content .AutoLoanCalc .Input div input {
	border: #586a80 solid 1px;
	width: 150px;
}
#content .AutoLoanCalc .Output {
	padding: 10px 0;
}
#content .AutoLoanCalc .Output button {
	background: url(/images/btn-next.gif) no-repeat;
	border: none;
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -1983em;
	width: 103px;
	cursor:pointer;
}

/* box */
#content .Section {
	padding-bottom: 13px;
	width:600px;
}
#content .Section h3 {
	background: #3e5064 url(/images/bg-title-7.gif) no-repeat;
	color: #fff;
	font-size: 1em;
	padding: 4px 10px;
}
#content .Section .Content {
	border: #e6eaf0 solid 1px;
	border-top: none;
	overflow: hidden;
	padding: 10px;
}
* html #content .Section .Content {
	height: 1%;
}
#content .Content .Input {
	overflow: hidden;
	padding-bottom: 10px;
}
* html #content .Content .Input {
	height: 1%;
}
#content .Content .Input div {
	float: left;
	margin-right: 15px;
	width: 170px;
}
#content .Content .Output {
	text-align: center;
}
#content .Content div label {
	display: block;
	font-weight: bolder;
}
#content .Content div select {
	width: 170px;
}
#content .Content div button {
	background: url(/images/btn-submit-2.gif) no-repeat;
	border: none;
	display: block;
	height: 25px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -1983em;
	width: 104px;
	cursor:pointer;
}

/* Widget */
#content .Widget {
	border: #dee3eb solid 1px;
	float: right;
	font-size: .9em;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 5px 10px;
	width: 150px;
}
#content .Widget a:link, #content .Widget a:visited {
	color: #597eac;
}
#content .Widget a:hover {
	color: #cd2f07;
}

/* QuestionsList */
#content .QuestionsList {
	float: left;
	width: 155px;
}
#content .QuestionsList li {
	background: url(/images/bg-dotted.gif) repeat-x left bottom;
	padding: 7px 0;
}
#content .QuestionsList li.Last {
	background: none;
}
#content .QuestionsList a:link, .QuestionsList a:visited {
	color: #597eac;
}
#content .QuestionsList a:hover {
	color: #cd2f07;
}

/* Calculators */
#content .Calculators {
	float: right;
	padding: 10px;
	width: 375px;
}
#content .Calculators h4 {
	color: #cd2f07;
	font-size: 1.2em;
}
#content .Calculators h5 {
	background: url(/images/bg-dotted.gif) repeat-x left bottom;
	color: #495a70;
	font-size: 1em;
	margin: 5px 0;
	padding-bottom: 5px;
}
#content .Calculators .Input {
	overflow: hidden;
	padding-bottom: 10px;
}
* html #content .Calculators .Input {
	height: 1%;
}
#content .Calculators .Input div {
	float: left;
	margin-right: 30px;
	margin-top: 5px;
	width: auto;
}
#content .Calculators .Input div label {
	display: block;
	margin-bottom: 3px;
}
#content .Calculators .Input div input {
	border: #586a80 solid 1px;
	width: 150px;
}
#content .Calculators .Output {
	padding: 10px 0;
	text-align: left;
}
#content .Calculators .Output button {
	background: url(/images/btn-next.gif) no-repeat;
	border: none;
	display: block;
	height: 25px;
	margin: 0px;
	overflow: hidden;
	text-indent: -1983em;
	width: 103px;
	cursor:pointer;
}


/* sidebar */
#sidebar {
	float: left;
	font-size: .9em;
	width: 200px;
}

/* ads */
#sidebar .Ads {
	margin-bottom: 13px;
}
#sidebar .Ads img {
	display: block;
}

/* extras */
#sidebar .Extras {
	background-color: #ccc;
	height: 250px;
	margin-bottom: 13px;
	overflow: hidden;
	width: 300px;
}

/* section */
#sidebar .Section {
	margin-bottom: 13px;
	position: relative;
}
#sidebar .Section .Content ul li a:link, #sidebar .Section .Content ul li a:visited {
	color: #597eac;
}
#sidebar .Section .Content ul li a:hover {
	color: #cd2f07;
}
#sidebar .Section .Content p, #sidebar .Content .Section ul {
	padding: 3px 0;
}
#sidebar .Section .Time, #sidebar .Section .RSS {
	line-height: 28px;
	position: absolute;
	right: 5px;
	top: 0px;
}
#sidebar .Section .Time {
	color: #fff;
}
#sidebar .Section .RSS {
	background: url(/images/ico-rss-small.gif) no-repeat left center;
	padding-left: 18px;
}
#sidebar .Section .RSS a:link, #sidebar .Section .RSS a:visited {
	color: #597eac;
}
#sidebar .Section .RSS a:hover {
	color: #cd2f07;
}
#sidebar .Type1 h3, #sidebar .Type2 h3 {
	background: #3e5064 url(/images/bg-sidebar-section-title-medium.gif) no-repeat;
	color: #fff;
	font-size: 1.15em;
	padding: 5px 10px;
}
#sidebar .Type3 h3 {
	background: no-repeat;
	border-bottom: #ccc solid 1px;
	color: #cd2f07;
	font-size: 1.4em;
	padding: 5px 0 5px 31px;
	text-transform: uppercase;
}
#sidebar .Type1 .Content, #sidebar .Type2 .Content {
	padding: 5px 10px 10px;
}
#sidebar .Type1 .Content {
	border: #dee3eb solid 1px;
	border-top: none;
}
#sidebar .Type2 .Content {
	background-color: #e6eaf0;
}
#sidebar .Type3 .Content {
	padding: 5px 0;
}
#sidebar .Type1 .Content h4 {
	color: #3a4d63;
	font-size: 1em;
	padding-top: 7px;
}
#sidebar .Type3 .Content h4 {
	background: url(/images/bg-dotted.gif) repeat-x left bottom;
	font-size: 1em;
	padding: 3px 0;
}
#sidebar .Type3 .Content ul li {
	background: url(/images/ico-dot.gif) no-repeat left 7px;
	padding-left: 10px;
}

/* Quicken loans */
#sidebar .QuickenLoans .Content {
	text-align: center;
}
#sidebar .QuickenLoans .Content h4 {
	color: #cd2f07;
	font-size: 1.6em;
}
#sidebar .QuickenLoans img {
	vertical-align: top;
}
#sidebar .QuickenLoans em {
	color: #cd2f07;
	font-size: 1.4em;
	font-style: normal;
	text-decoration: underline;
}
#sidebar .QuickenLoans a:link, #sidebar .QuickenLoans a:visited {
	color: #597eac;
}
#sidebar .QuickenLoans a:hover {
	color: #cd2f07;
}

/* Mortgage Lenders */
#sidebar .MortgageLenders div label {
	display: block;
	font-weight: bolder;
}
#sidebar .MortgageLenders div select {
	margin: 3px 0 7px;
	width: 180px;
}
#sidebar .MortgageLenders div button {
	background: url(/images/btn-submit-1.gif) no-repeat;
	border: none;
	display: block;
	height: 25px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -1983em;
	width: 104px;
	cursor:pointer;
}

/* Free Newsletter */
#sidebar .FreeNewsletter {
	color: #56687f;
}
#sidebar .FreeNewsletter fieldset {
	background: url(/images/bg-newsletter.gif) no-repeat left 5px;
	padding-left: 60px;
}
#sidebar .FreeNewsletter fieldset p {
	padding: 0 0 5px;
}
#sidebar .FreeNewsletter fieldset div input {
	float:left;
	border: #56687f solid 1px;
	color: #56687f;
	width: 160px;
}

/* Ask the Expert */
#sidebar .AskTheExpert h3 {
	background-image: url(/images/ico-question-mark.gif);
}

/* Quick Links */
#sidebar .QuickLinks h3 {
	background-image: url(/images/ico-double-clips.gif);
}

/* Mortgage Resources */
#sidebar .MortgageResources h3 {
	background-image: url(/images/ico-home.gif);
}

/* Expert Opinion */
#sidebar .ExpertOpinion h3 {
	background-image: url(/images/ico-big-thumb.gif);
}

/* Mortgage Articles */
#sidebar .MortgageArticles h3 {
	background-image: url(/images/ico-folder.gif);
}

/* How to Guides */
#sidebar .HowToGuides h3 {
	background-image: url(/images/ico-book.gif);
}

/* About the Authors */
#sidebar .AboutTheAuthors li {
	overflow: hidden;
}
#sidebar .AboutTheAuthors li .Image {
	float: left;
	margin: 5px 10px 0 0;
}
#sidebar .AboutTheAuthors li .Image img {
	vertical-align: top;
}

/* Local Rates */
#sidebar .LocalRates div label {
	display: block;
	font-weight: bolder;
}
#sidebar .LocalRates div select {
	margin: 3px 0 7px;
	width: 250px;
}
#sidebar .LocalRates ul {
	overflow: hidden;
}
#sidebar .LocalRates ul li {
	float: left;
	width: 139px;
}

/* Blog */
#sidebar .BlogArchives li, #sidebar .BlogCategories li {
	background-color: #fff;
}

#sidebar .Type4 h3 {
	background: #3e5064 url(/images/bg-sidebar-section-title-medium.gif) no-repeat;
	color: #fff;
	font-size: 1.2em;
	padding: 5px 10px;
}
#sidebar .Type4 .Content {
	background-color: #e6eaf0;
	padding: 5px 10px 10px;
}
#sidebar .Ads {
	margin-bottom: 13px;
}
