@charset "UTF-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#505050;
}

a {
	color:#505050;
	text-decoration:none;
}

.selected a,
#contact a,
a:hover {
	color:#48b7c7;
}

td {
	padding:5px 0px;
}

h2 {
	font-size:12px;
	color:#48b7c7;
}

.blue-box {
	background-color:#d8f0f3;
	padding:10px;
}

.grey-box {
	background-color:#e9e7e4;
	padding:10px;
}

.small-box {
	width:200px;
	float:right;
}

.nav-list {
	width:300px;
	list-style:none;
	display:inline;
}

.nav-item {
	margin-left: 0;
	padding: 0 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}

.first-box {
	float:left;
}

.first_link {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

.last-box {
	margin-right:0;
}

.listing {
	width:202px;
	float:left;
	margin-right:25px;
}

.status {
	position:relative;
	z-index:2;
	padding:5px 15px;
	background-color:#48b7c7;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	float:right;
	top:-35px;
}

.tbl-left {
	background-color:#d8f0f3;
	padding:10px;
}

.tbl-right {
	border-left:#FFF 8px solid;
	background-color:#e9e7e4;
	padding:10px;
}

.txt-blue {
	color:#48b7c7;
}

.txt-title {
	font-size:12px;
	font-weight:bold;
	color:#48b7c7;
}

#boxes {
	width:952px;
	margin-top:10px;
	overflow:auto;
	margin-left:-17px;
}

#boxes a {
	color:#48b7c7;
	font-weight:bold;
}

#contact-info,
#contact {
	float:left;
	width:250px;
}

#contact {
	margin-top:-25px;
}

#content {
	clear:both;
}

#footer {
	clear:both;
	margin:auto;
}

#footer img {
	margin-top:15px;
	float:left;
}

#footer a {
	margin-top:10px;
	float:right;
}

#header {
	padding-top:10px;
}

#header img {
	float:right;
}

#left-buyers {
	float:left;
	width:620px;
}

#left-areas {
	float:left;
	background-color:#d8f0f3;
	padding:0 5px;
	width:390px;
}

#right-areas {
	float:left;
	width:500px;
	background-color:#e9e7e4;
	padding:7px;
}

#left-listings {
	float:left;
	width:190px;
	background-color:#d8f0f3;
	padding:20px;
	height:460px;
}

#left-listings a {
	display:block;
	color:#48b7c7;
	font-size:15px;
	font-weight:bold;
	margin-bottom:30px;
	text-transform:capitalize;
}

#left-buyers {
	padding:10px;
}

#left-buyers ol {
	margin-left:-20px;
}

#right-listings {
	width:656px;
	float:left;
	background-color:#e9e7e4;
	padding:17px;
	margin-left:8px;
}

#right-listings a {
	color:#48b7c7;
	font-size:16px;
	font-weight:bold;
}

#footer-listings {
	background-color:#e9e7e4;
	padding:17px;
	height:141px;
	width:656px;
	margin:8px 0 0 8px;
	float:left;
}

#links-footer {
	margin-bottom:10px;
	color:#97bc73;
	text-transform:capitalize;	
}

#links-footer a {
	color:#97bc73;
	text-decoration:none;
}

#nav {
	margin-top:30px;
	height:40px;
	float:left;
}

#wrapper {
	margin:auto;
	padding:30px;
	overflow:hidden;
	width:935px;
}


/* IE6 fixes */
* html #content {
	padding:0 25px;
}

* html #copy {
	height:390px;
}

* html #footer {
	position:relative;
}

* html #nav {
	padding:20px 0 0 40px;
	width:125px;
}

* html #nav-sub {
	margin-right:-20px;
	padding-left:120px;
	height:190px;
}