* { margin: 0; padding: 0; }

body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
}

a {
	color: #666;
}

#wrapper {
	margin: auto;
	width: 730px;
	text-align: left;
}

#header {
	height: 135px;
	background: url(../images/real-estate.jpg) top right no-repeat;
	border-bottom: #009 2px solid;
}

h1 {
	color: #009;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 28px;
}

#bg {
	background: url(../images/column.gif) left repeat-y;
	border-bottom: #009 2px solid;
	float: left;
}

#nav {
	width: 175px;
	float: left;
}

#nav img {
	float: left;
}

#content {
	width: 525px;
	padding: 10px 15px 15px 15px;
	float: left;
}

p {
	padding: 10px 0 10px 0;
}

#info {
	margin: auto;
	width: 475px;
}

table {
	border-collapse: collapse;
	width: 475px;	
}

th {
	font-weight: normal;
	text-align: center;
	color: #666;
	border-bottom: #666 2px solid;
	height: 30px;
}

td {
	border-bottom: #666 2px solid;
	padding: 3px;
}

tr.nobdr td {
	border: none;
	padding-bottom: 0;
}

tr.main {
	background: #ccc;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

tr.alternate {
	background: #fff;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

tr.main a {
	color: #666;
}

tr.alternate a {
	color: #666;
}

#footer {
	clear: both;
	padding: 5px 0 0 5px;
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
}

img {
	border: none;
}

.center {
	text-align: center;
}

.listing {
	border-top: #009 2px solid;
	border-bottom: #009 2px solid;
	height: 101px;
	background: #fff;
	margin-bottom: 7px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}

.listing span {
	color: #999;
	font-size: 14px;
}

.primary {
	float: left;
	margin-top: 5px;
	font-size: 12px;
}

.secondary {
	float: right;
	margin-top: 5px;
	width: 200px;
	font-size: 12px;
}

.primary span, .secondary span {
	color: #009;
	font-size: 12px;
}

.price {
	border: #009 2px solid;
	border-bottom: none;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background: #009 url(../images/tab-blue-bg.gif) repeat-x;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #fff;
	margin-right: 2px;
}

.type {
	border: #009 2px solid;
	border-bottom: none;
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	background: #009 url(../images/tab-blue-bg.gif) repeat-x;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #fff;
}

.mls {
	padding-top: 5px;
	float: left;
	color: #999;
	width: 168px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.details {
	border: #999 2px solid;
	border-bottom: none;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background: #aaa url(../images/tab-grey-bg.gif) repeat-x;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	float: left;
}

.details a {
	color: #fff;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	font-size: 14px;
	color: #009;
}

img.fl {
	float: left;
	padding: 3px;
}

.error {
	padding: 3px;
	border-top: #f00 2px solid;
	border-bottom: #f00 2px solid;
	background: #c33;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}

.ok {
	padding: 3px;
	border-top: #093 2px solid;
	border-bottom: #093 2px solid;
	background: #0c3;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
}

/* Form Styles */
.button {
	border: none;
	background: #009;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	cursor: pointer;
}

form div {
	text-align: center;
}