body {
	font-family: arial, helvetica, sans-serif;
	background: #B4B79A;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 4px;
}

#container {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	padding-top: 288px;
	background: #fff url(../images/header.jpg) no-repeat;
}

#splash {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ccc url(../images/nav_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	letter-spacing: .02em;
	color: #fff;
}
#splash p {
	margin: 0;
	padding: 0;
}
#innercontent {
	margin-left: 200px;
}
#mainnav {
	width: 190px;
	border: 1px solid #0200A3;
	border-bottom: 0;
	float:left;
}
#navlist {
	margin: 0;
	padding: 0;
	background: #0000EA;
}

#navlist li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li a {
	text-decoration: none;
	color: #fff;
	width: 178px;
	margin: 0;
	padding: 6px;
	display: block;
	border-bottom: 1px solid #0200A3;
	font-size: .8em;
	text-transform: uppercase;
}

#navlist li a:hover {
	background: #0200A3;
	color: #fff;
	}

.navend {
	padding-right: 0;
}

#content {
	padding: 12px;
}

#content p {
	line-height: 1.6em;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: #006;
	letter-spacing: .05em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #006;
	letter-spacing: .05em;
}

#footer {
	background: #000066;
	color: #fff;
	font-size: .7em;
	margin-bottom: 2px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #fff
}

#footer a:hover {
	text-decoration: none;
}

.featured_listings td {
	text-align: center;	
}

#featuredlistings {
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
}

#featuredlistings h2 {
	text-align: center;
}

#images img {
	border: 1px solid #858C5F;
}

#listing_detail {
/*	float: left;	
	width: 250px; */
}

#listing_images {
/*	float: right; 
	width: 460px;  */
}

.clearer {
	clear: both;
}

#applicationform {
	width: 98%;
}
#applicationform form p {
	margin-bottom: 0.5em;
	clear: left;
}
#applicationform form p label {
 float: left;
 width: 50%;
}

a {
	color: #000066;
}