@import url("/inc/home.css?version=1");
@import url("/inc/nav.css?version=1");
@import url("/inc/ppc.css?version=1");
@import url("/inc/search.css?version=1");
@import url("/inc/sitesearch.css?version=1");
@import url("/inc/surehits.css?version=1");

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	background:url(/i/bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:24px;
	letter-spacing:-1px;
	color:#79a032;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	padding-top:10px;
	font-size:16px;
	line-height:16px;
	color:#5a5a5a;
}

h3 {
	font-size:13px;
	padding-bottom:10px;	
	color:#79a032;
}

p {
	margin-bottom:15px;
	font-size:12px;
	line-height:17px;
	color:#666;
}

p a, li a {
	color:#db6e1f;
}

p a:hover, li a:hover {
	color:#79a032;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

ul, ol {
	margin:20px 0 20px 30px;
	font-size:12px;
	color:#666;
}

#content li, #content-full li {
	margin-bottom:5px;
}

.clear {
	clear:both;
}

#wrapper {
	width:930px;
	margin:0 auto;	
	padding:0 10px;
	background:url(/i/wrapper.png) repeat-y;
}


/* ---- HEADER ---- */

#header {
	position:absolute;
	top:0;
	width:932px;
	height:119px;
	background:url(/i/header.gif) no-repeat;
}

#header .logo {
	position:absolute;
	margin:44px 0 0 14px;
	width:259px;
	height:57px;
}

#search {
	float:right;
	width:300px;
	height:33px;
	position:relative;
	top:15px;
	right:53px;	
}

#search input {	
	position:absolute;	
	background:url(/i/spacer.gif);
}

#search .keywords {	
	width:225px;
	height:22px;
	margin:6px 0 0 45px;
	font-size:14px;
	font-weight:bold;
	color:#db6e1f;
}

#search .submit {	
	width:57px;
	height:29px;
	margin:2px 0 0 277px;
	cursor:pointer;
}


/* ---- CONTENT ---- */

#left-right {
	padding-top:140px;
	background:url(/i/content2-bg.gif) 0 156px repeat-x;
	width:1258px;
}

#left {
	float:left;
	width:596px;
	margin-left:25px;
	padding-top:52px;
}

#breadcrumbs {
	position:absolute;
	top:162px;
	font-size:11px;
	color:#939393;
}

#breadcrumbs a {
	color:#007caa;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#next-article {
	height:23px;
	padding:5px 0 30px 85px;
	background:url(/i/next-article.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
}

#next-article a {
	color:#88ab4b;
	text-transform:uppercase;
	text-decoration:underline;
}  

#next-article a:hover {
	color:#db6e1f;
	text-decoration:underline;
}  



/* ---- CONTENT RIGHT ---- */

#right {
	float:right;
	margin-top:16px;
	width:285px;
	margin-right:15px;
	padding:0 3px 30px 3px;
	background:url(/i/right.png) no-repeat;
}

#recent-articles {
	margin:30px 0;
	padding:20px 10px 0 10px;
	background:url(/i/recent-articles.gif) 10px 0 no-repeat;
}

#recent-articles li {
	padding:2px 0 2px 20px;
	background:url(/i/recent-articles-li.gif) 10px no-repeat;
	list-style-type:none;
	font-size:11px;
}

#recent-articles li a {
	color:#db6e1f;
	text-decoration:none;
}

#recent-articles li a:hover {
	text-decoration:underline;
}

#right-feature {
	width:265px;
	height:204px;
	margin:0 auto;
	background:url(/i/right-feature.jpg) no-repeat;
}

#right-feature a {
	display:block;
	width:265px;
	height:75px;
}

#right-feature p {
	padding:10px 10px;
	text-align:left;
	color:#fff;
	line-height:15px;
}


/* ---- FOOTER---- */

#footer {
	width:950px;
	margin:0 auto;
	padding:12px 0 75px 0;
	background:url(/i/footer.gif) no-repeat;
	text-align:center;
	font-size:11px;
	color:#666;	
}

#footer a {
	margin:0 5px;
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


/* ---- FOOTER PAGES ---- */

#content-full {
	padding:180px 15px 30px 15px;
	background:url(/i/content2-bg.gif) 0 156px repeat-x;
}

#content-full h3 {
	font-size:14px;
	padding-bottom:10px;	
	color:#59595B;
}

#content-full textarea {
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#666;	
}

#sitemap div {
	float:left;
	width:250px;
}

#sitemap a {
	display:block;
}

#sitemap .link1 {
	margin-top:25px;
	font-size:20px;
	color:#0083b4;
}

#sitemap .link1:hover {
	text-decoration:underline;
	color:#79a032;
}

#sitemap .link2 {
	margin:7px 0 0 10px;
	font-size:14px;
	text-decoration:none;
	color:#db6e1f;
}

#sitemap .link2:hover {
	text-decoration:underline;
}

#sitemap .link3 {
	margin:6px 0 0 25px;
	font-size:11px;
	color:#848484;
	text-decoration:none;
}

#sitemap .link3:hover {
	text-decoration:underline;
}

/* --- QUINSTREET ---*/

#quinstreet {
	width:233px;
	height:430px;
	padding-left:30px;
	padding-bottom:20px;
	border-top:1px solid #FFF;
	background:url(/i/mortgage-quotes.gif) no-repeat;
}

.textfield, .listmenu1, .listmenu2{border:solid 1px #ccc;}
.textfield { width:100px;}
.submit {margin-top:5px;background:url(/i/submit.gif) no-repeat; color:#FFF;font-weight:bold; text-transform:uppercase; width:103px; height:30px; margin-left:50px;}
.radio {margin-left:10px; font-size:13px;}
.label-radio {display:inline; position:relative; font-size:13px; }
.label {font-size:13px; line-height:40px; font-weight:bold;}

#state {height:30px;position:relative;margin-top:80px;}
#important {}
	#radio-group-1 {height:20px;}
	#radio-group-2 {height:20px;}
	#radio-group-3 {height:20px;}
	#radio-group-4 {height:20px;}
	#radio-group-5 {height:20px;}
#property-desc {}
#credit-rating {}

.quinstreet-iframe {margin-left:150px; width:600px; height:620px;}

/* -- GOOGLE COMPLIANCE STYLES -- */

#wrapper-wide {
	width:1280px;
	margin:0 auto;	
	padding:0 10px;
	background:url(/i/wrapper-wide.png) repeat-y;
}

#header-wide {
	position:absolute;
	top:0;
	width:1259px;
	height:119px;
	background:url(/i/header-wide.gif) no-repeat;
}

#header .logo {
	position:absolute;
	margin:44px 0 0 14px;
	width:259px;
	height:57px;
}

#content {width:900px}

#content-search {width:500px}

#footer-wide {
	width:1280px;
	margin:0 auto;
	padding:15px 10px;
	padding-bottom:75px;
	background:url(/i/footer-wide.gif) no-repeat;
	text-align:center;
	font-size:11px;
	color:#666;	

}

#footer-wide a {
	padding:0px 5px;
	color:#666;
	text-decoration:none;
}

#footer-wide a:hover {
	text-decoration:underline;
}

#left-right-search {
	padding-top:140px;
	background:url(/i/content2-bg.gif) 0 156px repeat-x;
	width:930px;
}


/* CREDIT SCORE */

#first-site {
	height:140px;
	width:260px;
	background:url(/i/callout-credit-report.jpg) no-repeat;
	margin-bottom:25px;
}

.first-site {
	padding-bottom:123px;
	padding-left:260px;
}

#second-site {
	height:140px;
	width:260px;
	background:url(/i/callout-repair-credit.jpg) no-repeat;
}

.second-site {
	padding-bottom:123px;
	padding-left:260px;
}

/* ~~~ DIV TAXONOMY ~~~ */

#outRt-C, #outRt-SS {position:absolute; width:160px; height: 600px; margin-left:1280px;}
#outRt-S, #outRt-SS {position:absolute; width:160px; height: 600px; margin-left:950px;}
#outLft-C, #outLft-S, #outLft-SS {position:absolute; width:160px; height: 600px; margin-left:-180px;}

#rtRlTop-C, #rtRlTop-S {text-align:center;}
#rtRlBot-C, #rtRlBot-S {text-align:center;}

#ppcTop-C, #ppcTop-S, #ppcTop-SS {text-align:center;}
#ppcBot-C, #ppcBot-S, #ppcBot-SS {text-align:center;}
#ppcLft-C, #ppcLft-S, #ppcLft-SS {float:left; text-align:center;}
#ppcRt-C, #ppcRt-S, #ppcRt-SS {float:right; text-align:center; margin-left:10px;}

#conTop-C, #conTop-SS {text-align:center;}
#conTop-S {text-align:center; margin-bottom:40px;}
#conBot-C, #conBot-S, #conBot-SS {text-align:center;margin-top:10px;}

#btmRl-C {text-align:center;}
