<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS - 800Ownership.com */
/* Written by Jason Reed */


/* 
===============================================================================
BEGIN GLOBAL PROPERTIES 
===============================================================================
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg_body.gif) repeat-x top #e9f0f6;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333 !important;
}

a {
	color: #333;
	text-decoration: underline;
}

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

img {
	border: 0;
}

.red {
	color: #FF0000;
}

.errorMessage {
	font-weight: bold;
	color: #FF0000;
}

button {
	border: 1px solid #222;
	background: #b5cde2;
	color: #222;
	padding: 0 1em;
	font-size: 11px;
}
#container {
	margin: 0 auto;
	width: 750px;
	background: url(../images/bg_content.png) repeat-y top left;
	padding: 0 5px;
}

#index #content {
	padding: 0 15px 10px;
}

#content {
	padding: 20px 10px 10px;
}

#index #content p {
	float: right;
	clear: right;
	padding: 0 10px;
	width: 347px;
}

h1 {
	display: block;
	margin-bottom: 20px;
	background: url(../images/bg_h1.gif) no-repeat right top;
	width: 100%;
	height: 40px;
	text-indent: -999em;
	float: right;
}

#index h1 {
	width: 367px;
}

h2 {
	clear: both;
	width: 700px;
	height: 76px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../images/bg_h2.gif) no-repeat left bottom;
	text-indent: -999em;
}

#header {
	background: url(../images/bg_header.jpg) no-repeat left top;
	width: 750px;
	height: 275px;
	text-indent: -999em;
	margin-bottom: 10px;
}

#left {
	float: left;
	margin-bottom: 30px;
	width: 300px;
}
#right {
	background: #fff;
	float: right;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 420px;
	height: 346px;
	overflow: auto;
	overflow-y: scroll;
	margin: 0; 
}
#zipForm {
	float: left;
	display: inline;
	width: 240px;
	height: 95px;
	margin: 0 30px 30px 0;
	background: url(../images/bg_zipForm.gif) no-repeat;
	padding: 80px 40px 0 40px;
}

#zipForm {
	float: left;
	display: inline;
	width: 240px;
	height: 95px;
	margin: 0 30px 30px 0;
	background: url(../images/bg_zipForm.gif) no-repeat;
	padding: 80px 40px 0 40px;
}
#zipForm ul {
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
}

#zipForm li {
	margin: 0 0 6px 0;
	list-style: none;
	clear: both;
}

#zipForm input {width: 100%; font-size: 12px; }

#zipForm div.form_zip {
	float: left;
	width: 160px;
}
#zipForm button {
	float: right;
	font-size: 12px;
}

h3 {
	font-size: 14px;
	margin-bottom: 20px;
	color: #000;
}


#badges {
	display: block;
	margin: 0 auto;
	width: 493px;
	list-style: none;
	margin-top: 20px;
}

#badges li {
	float: left;
	width: 60px;
	height: 72px;
	margin-right: 20px;
}

#badges li#truste {
	width: 102px;
	padding-top: 24px;
}

#badges li#satisfactionGuaranteed {
	width: 55px;
	padding-top: 10px;
}

#badges li#verisign {
	display: block;
	width: 106px;
	height: 72px;
}

#badges li#equalHousing {
	padding-top: 8px;
}

#badges #bbb {
	width: 90px;
	padding-top: 22px;
}

#badges li.last {
	margin-right: 0;
}




a.privacy {
	padding-left: 12px;
	background: url(../images/bg_lock_black.gif) no-repeat left center;
}

#footer {
	width: 730px;
	margin: 0 auto;
	padding: 25px 15px 10px;
	text-align: right;
	background: url(../images/bg_footer.png) no-repeat left top;
}

#footer a {text-decoration: none; }

#footer a:hover {
	color: #888;
	text-decoration: underline;
}


/* 
===============================================================================
Clearfix 
===============================================================================
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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

/*---------------------------------------------------------------------------*/
</pre></body></html>