h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, dl, dt, dd, form {
	border: none;
	padding: 0;
	margin: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff;
	}
	
ul#nav {
	background: url(images/bg_nav.jpg) no-repeat 180px top;
	height: 180px;
	
	width: 800px;
	display: none;
	}

ul#nav li {
	display: inline;
	}

ul#nav li a {
	float: left;
	margin: 135px 0 0;
	width: 150px;
	height: 40px;
	background-position: left bottom;
	}
	
ul#nav li a:hover {
	background-position: left top;
	}
	
ul#nav li.n_h1 a {
	width: 180px;
	height: 175px;
	margin: 0;
	background: #fff url(images/bg_h1.gif) no-repeat left top;
	}	

ul#nav li.n_sale a {
	background-image: url(images/n_sale.gif);
	}
ul#nav li.n_lease a {
	background-image: url(images/n_lease.gif);
	}
ul#nav li.n_about a {
	background-image: url(images/n_about.gif);
	}
ul#nav li.n_contact a {
	background-image: url(images/n_contact.gif);
	}
	
h1,
ul#nav li a span {
	display: none;
	}
	
.wrapper {
	
	}

.wrap {
	
	}
	
.contact {
	display: none;
	}	

.contact h3 {
	font: bold 16px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 15px;
	}

.contact ul li {
	margin: 0 0 15px;
	color: #3a78c0;
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	list-style: none;
	}
	
.contact ul li ul li {
	margin: 0;
	text-transform: none;
	color: #000;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	}

.contact ul li ul li a {
	color: #000;
	text-decoration: none;
	}

.contact ul li ul li a:hover {
	border-bottom: 1px dotted #000;
	}

.content {
	float: left;
	width: 599px;
	border-left: 1px solid #eee;
	}

.welcome {
	float: left;
	width: 160px;
	padding: 70px 20px 30px;
	background: url(images/welcome.gif) no-repeat 20px 30px;
	}
	
.content h4 {
	color: #3a78c0;
	font: bold 13px/15px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	}

.content p {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	}
	
.content p.buttons,
.content td.buttons {
	height: 1px;
	clear: both;
	margin: 0;
	overflow: hidden;
	
	}

.content p.buttons a,
.content td.buttons a {
	display: none;
	}


.intro h3 {
	font: bold italic 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #ec1c24;
	text-align: left;
	margin: 0;
	}

.intro {
	margin: 10px;
	padding: 10px;
	}

.intro h4 {
	text-align: left;
	padding: 0;
	margin: 0;
	}
	
ul#listings {
	margin: 0 0 10px 10px;
	border-top: 1px dashed #ddd;
	}
	
ul#listings li {
	border-bottom: 1px dashed #ddd;
	list-style: none;
	padding: 10px;
	background: url(images/listing.jpg) no-repeat right top;
	}

.content table.detail {
	margin: 10px 0 0 10px;
	border-bottom: 10px solid #fff;
	border-top: 1px dashed #ddd;
	width: 590px;
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	}

.content table.detail th {
	width: 145px;
	text-align: right;
	border-right: 1px solid #eee;
	vertical-align: top;
	padding: 5px;
	}
	
.content table.detail th.header {
	font: bold 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #0071bc;
	padding: 5px 10px;
	text-transform: uppercase;
	border: none;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	width: auto;
	}

.content table.detail td {
	width: 150px;
	padding: 5px;
	vertical-align: top;
	}
	
.content table.detail td p {
	font-weight: bold;
	margin: 0 0 5px;
	}
	
.content table.detail td ul {
	line-height: 16px;
	margin: 0 0 10px 15px;
	}

.content table.detail td ul li {
	list-style: square;
	}
	
.images {
	width: 300px;
	padding: 10px 5px;
	}
	
.images img {
	margin: 0 0 5px;
	display: block;
	}
	
.info {
	float: right;
	width: 275px;
	padding: 10px 0 0;
	}

.content table.detail td.buttons {
	padding: 10px 5px;
	width: auto;
	}

.info dl {
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	}
	
.info dl dt {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
	border-right: 1px solid #eee;
	padding: 8px 5px;
	clear: both;
	}
	
.info dl dd {
	float: left;
	width: 150px;
	padding: 8px 5px;
	}

	
ul#footer {
	display: none;
	}

.content table.detail td.gallery {
	padding: 5px 0 1px;
	width: auto;
	}
	
.content table.detail td.gallery img {
	margin: 0 5px 5px;
	display: inline;
	float: left;
	
	}	