/* PAGE LAYOUT */

body {
	background: url(/pics/pagebg.jpg) repeat-x center 0;
	margin: 0px; 
	padding: 0px; 
	font: 63% arial, helvitica, sans-serif;
	}

#layout {
	position: relative;
	background: #FFFFFF repeat-y; 
	width: 800px;
	margin: 0px auto;
    }

#layout-framed {
	position: relative;
	background: #FFFFFF repeat-y; 
	width: 800px;
	margin: 0px auto;
    }

/* HEADER */
 
#header {
	height: 200px;
	background: url(/pics/headerbg.jpg) center 0;
	}

#brand {
	position: absolute;
	left: 0px; 
	top:10px;
	width: 198px; 
	height: 100px;
	overflow: hidden;
	background: #06324B url(/pics/logo1.jpg) no-repeat;
	text-indent: -2000px;
	}
	
#header-contact {
	display: block;
	position: absolute;
	font: bold 18px Arial, Helvetica, sans-serif;
	right: 0px;
	top: 15px;
	height: 80px;
	width: 400px;
	overflow: hidden;
	background: #06324B;
	text-align: right;
	}

#sub-header {
	font: 12px Arial, Helvetica, sans-serif;
        position: relative;
	left: 0px; 
	background: #FFFFFF;
	top: -50px;
	}

/* NAVIGATION TOP */

#nav-top {
	float: left;
	position: absolute; 
	top: 90px;
	width: 605px; 
	margin-left: 210px;
	}

#nav-top ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#nav-top li {
	float: left;
	list-style: none;
	}

#nav-top a {
	display: block;
	height: 30px;
	padding: 0 2px;
	float: left;
	overflow: hidden;
	text-indent: -2000px;
	}

#nav-top a:hover {
	background-position: 0 -30px;
	}
	
#nav-home a {
	width: 80px;
	background:  url(/pics/home.gif) no-repeat;
	}

#nav-listings a {
	width: 130px;
	background:  url(/pics/listings.gif) no-repeat;
	}

#nav-sellers a {
	width: 80px;
	background:  url(/pics/sellers.gif) no-repeat;
	}
	
#nav-buyers a {
	width: 80px;
	background:  url(/pics/buyers.gif) no-repeat;
	}

#nav-contact a {
	width: 80px;
	background:  url(/pics/contact.gif) no-repeat;
	}

#nav-bookmark a {
	width: 130px;
	background:  url(/pics/bookmark.gif) no-repeat;
	}

/* NAVIGATION SIDE */

#nav-side {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #336699;
    float: left;
	width: 175px;
	margin-top: 20px; 
	padding-left: 0px;
	background: #FFFFFF no-repeat;
	position: relative;
	}

#nav-side p {
	font: 13px Arial, Helvetica, sans-serif;
	padding-left: 0px;
    }

#nav-side h4 {
	font: bold 18px arial, sans-serif;
	padding: 4px 0px; 
	width: 175px;
	margin-top: 0px;
	padding-left: 20px;
	border-bottom: 0px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	background: #FFFFFF;
	text-align: left;
	}

#nav-side h4 a {
	color: #336699;
	padding: 0px; 
	margin: 0px;
	background: transparent;
	border: 0px; 
	display: inline;
	text-decoration: none;
	}

#nav-side h4 a:hover {
	background: transparent;
	color: #336699;
	text-decoration: none;
	}

#nav-side ul {
	margin: 0px;
	}

#nav-side li {
	list-style: none;
	}

#nav-side a {
	display: block;
	padding: 4px 0px 4px 20px;
	border-bottom: 0px solid #789E27;
	background: #FFFFFF 0px center; 
    color: #06324B;
	text-decoration: none;
				}
				
#nav-side a:hover {
	background: #FFFFFF url(/pics/side-nav.gif) no-repeat; 
	color: #06324B;
	text-decoration: none;
	}

#nav-side li.sub a {
	font: 11px Arial, Helvetica, sans-serif;
	padding-right: 10px;
	background: #A2CFEE;
	color: #06334B;
	}

#nav-side li.sub a:hover {
	background: #FFFFFF;
    color: #06334B;
	text-decoration: none;
	}
	
*html #nav-side a {
	height: 1%;
	}

#nav-footer {
	background: #FFFFFF no-repeat;
	float: left;
	width: 175px;
	height: 30px;
	margin-right: 0px;
	}

/* CONTENT */

#content-body {
    float: right;
	width: 800px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}

#content-body-framed {
    float: left;
	width: 800px;
	padding: 0px;

	margin: 0px 0px 0px 0px;
	}

#page.wide #content-body {
	float: right;
	width: 800px;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	}

#content {
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
    }

/* FONTS */

p {
    	
    color: #292929;
    margin: 15px 0px 0px 0px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	}
	
h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #06334B;
	letter-spacing: -0.03em;
	}
h2 {
    font: bold 21px Arial, Helvetica, sans-serif;
 	color: #B40101;
	letter-spacing: -0.03em;
        text-decoration: underline;
	}
h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #1D699D;
	}

h4 {
	font-size: 16px;
        color: #1D699D;
    }

h5 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #264E75;
	}
	
h6 {
	font: bold 12px Arial, Helvetica, sans-serif;
	}
 
#content-body {
	font-size: 13px;
	letter-spacing: 0.03em;
	}
	
#content-body-framed {
	font-size: 13px;
	letter-spacing: 0.03em;
	}

#content h4 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFF5CE; 
	background: #06334B;
	padding: 5px;
	}

#content h4 a {
	color: #FFDB4E;
	}

/* LINKS */

a:link {
	color: #06334B; 
	text-decoration: none;
	}

a:visited {
	color: #06334B;
	text-decoration: none;
	}

a:hover {
	color: #999999; 
	text-decoration: none;
	}
	
/* FOOTER */

#footer {
    background: #FFFFFF center;
	border-top: 1px solid #999999;
	width: 800px;
	padding: 0px;
	position: relative;
	}

#footer p {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 10px;
	}

#footer a:link {
	color: #999999; 
	text-decoration: underline;
	}

#footer a:visited {
	color: #999999;
	text-decoration: underline;
	}

#footer a:hover {
	color: #999999; 
	text-decoration: none;
	}

/* BUTTONS */

#quick-link {
	background: #FFFFFF;
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 550px; 
	height: 156px;
	}

#quick-link ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#quick-link li {
	float: left;
	list-style: none;
	padding-left: 30px;
	}

#quick-link a {
	display: block;
	float: left;
	height: 156px;
	overflow: hidden;
	text-indent: -1000px;
	}

#quick-link a:hover {
	background-position: 0px -156px;
	}

#search a {
	width: 230px;
	background: url(/pics/search.gif) no-repeat;
	}

#evaluation a {
	width: 230px;
	background: url(/pics/evaluation.gif) no-repeat;
	}

/* FLOATING */

.clear {
	clear: both;
}

/* TABLES */

table {
	background-color: #FFFFFF; 
	width: 100%;
	font-size: 11px; 
	}

td {
	padding: 4px 0px 4px 5px;
	text-align: left;
	}

th {
	padding: 3px 25px;
	text-align: left;
	font: bold;
	}


/* BULLETS */

ul {
	padding: 0px; 
	margin: 0px 0px 15px 18px;
}

ul.lists {
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	width: 500px;
	}

ul.lists li {
	float: left;
	width: 230px; 
	padding: 2px;
	margin-left: 20px;
	}

ul.zip {
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	width: 500px;
	}

ul.zip li {
	float: left;
	width: 450px; 
	padding: 2px;
	margin-left: 20px;
	}

ul.area {
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	width: 400px;
	}

ul.area li {
	float: left;
	width: 400px; 
	padding: 2px;
	margin-left: 20px;
	}
	
/* IN PAGE NAVIGATION */

#bread {
	color: #ccc;
	background-color: #006;
	padding: 3px;
	margin-bottom: 25px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

/* PHOTOS */

img.distress {
	padding: 0px;
	border: 3px solid #999999;
	align: center;
	margin: -5px 0px 0px 0px;
	}

.reports {
	padding-left: 5px;
	padding-right: 25px;
	padding-bottom: 15px;
	border: 0px solid #CCCCCC;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;	
	}

#quick-search {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 0px solid #CCCCCC;
	float: none;
	margin-top: 0px;
	background-color: #FFFFFF;
	}

#quick-comps {
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	border: 0px solid #CCCCCC;
	float: left;
	background-color: #FFFFFF;	
	}

img.listinglogo {
    float: left;
	padding: 0px 75px 0px 5px;
	text-decoration: none;
	 }

img.listinglogo a {
	text-decoration: none;
    }

img.listinglogo a:hover {
	text-decoration: none;
    }

img.listinglogo2 {
    float: right;
	padding: 0px 5px 5px 5px;
	text-decoration: none;
	 }

img.listinglogo2 a {
	text-decoration: none;
    }

img.listinglogo2 a:hover {
	text-decoration: none;
    }

/* BOX */

.box-listings {
	font: 11px Arial, Helvetica, sans-serif;
	background: #FFF5CE;
	width: 530px;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	}
	
.box-listings a {
	text-decoration: none;
    }

.box-listings a:hover {
	text-decoration: none;
    }

/* Content Styles */

.highlight {
	background: #fef3c6;
	}

p.highlight {
	background: #CDE6B5;
	border: 2px solid #669933;
	padding: 7px;
	}

div.highlight {
	background: #CDE6B5;
	border: 2px solid #669933;
	padding: 7px 7px 7px 7px; 
	margin: 1 0 1em 0;
	}

.important {
	background: #B1CBE4;
	}

p.important {
        background: #B1CBE4;
	border: 2px solid #336699;
	padding: 7px;
	}

div.important {
	background: #fef3c6;
	border: 1px solid #06324B;
	padding: 4px 0px 4px 7px; 
	margin: 0 0 1em 0;
	}