html * {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #ccc;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

p {
	line-height: 1.3em;
	margin-bottom: 10px;
}
ol, ul { 
	list-style-position: outside;
	margin-left: 10px; 
}
ol li, ul li {
	margin-left: 10px;
	padding-bottom: 5px;
	line-height: 1.3em;
}
#header {
	background-color: #fff;
	padding: 100px 0 0 0;
	border-bottom: 3px solid #888;
}

#tabs {
	width: 780px;
	margin: 0px auto;
	padding-left: 200px;
}

#tabs a {
	display: block;
	float: left;
	color: #888;
	background-color: #ccc;
	line-height: 32px;
	height: 32px;
/* 	width: 80px; */
	padding: 0px 20px;
	text-align: center;
	margin-right: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
}

#tabs a:hover {
	background-color: #888;
	color: white;
}

#tabs a.active {
	background-color: #888;
	color: white;
}

#logo {
	width: 140px;
	height: 202px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -480px;
}

#container {
	width: 980px;
	margin: 60px auto 0px auto;
}

#left {
	float: left;
	width: 180px;
}

#right {
	float: left;
	width: 780px;
	margin-left: 20px;
}

#map-frame {
	width: 740px;
	height: 400px;
}

.feature-container {
	float: left;
	width: 360px;
}

.quick-link-header {
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}
div.quick-link {
	border: 1px solid #888;
	padding: 5px 10px;
	color: white;
	background-color: #888;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 5px;
}
a.quick-link {
	display: block;
	border: 1px solid #888;
	padding: 5px 10px;
	color: white;
	background-color: #888;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 5px;
}


.search-label {
	padding-bottom: 3px;
}
.search-field {
	padding-bottom: 5px;
}
.search-field select {
	width: 158px;
}


.property-container
{
	margin-bottom: 10px;
	padding: 20px;
	background-color: #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.property-image
{
	float: right;
	width: 400px;
	margin-left: 20px;
}

.property-price {
	font-size: 14px; 
	font-weight: bold; 
}

.smallprint {
	font-size: 0.9em;
}

.spacer {
	margin: 20px 0;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.9em;
}