body, html {
	margin:0px;
	background-color:#833464;
	height:100%;
	text-align:center;
}

* {
	font-family: arial, helvetica, sans-serif;
}

p {
	font-size:0.80em;
}

p.errors { 
	color: #f00;
}

h1 {
	margin:0px 0px 5px 0px;
	font-size:0.8em;
}

a {
	text-decoration:none;
	font-size:12px;
	color:#09c;
}

a img {
	border:0px;	
}

label { 
	width: 120px; 
	float: left; 
}

#content_area #contactform div.spacer5 {
	clear:left;
}

#content_area #contactform label {
	float:left;
	clear:none;
	width:200px;
}

#contactform {
	background:#eee;
	padding:20px;
	border:1px solid #ccc;
	float:left;
}

p.hint {
	font-style: italic;
}

p.important {
	text-decoration:none;
	font-size:14px;
	color:#c00;
}

#submit {
	margin-left:120px;
}

#top_header {
	height:75px;
	margin:auto;
	padding-top:5px;
	width:900px;
	background:#833464;
}

#logo {
	background:url(/images/logo.gif) no-repeat 0px 0px;
	height:75px;
	width:400px;
	float:left;
}

#login_links {
	height:15px;
	float:right;
	color:#fff;
	font-size:0.67em;
}

#phone {
	position:absolute;
	background:url(/images/phone.gif) no-repeat bottom right;
	height:70px;
	width:900px;
}

#outer {
	background:#eee;
	width:890px;
	margin:auto;
	text-align:left;
	padding:5px;
}

#inner {
	border:1px solid #ccc;
}

#header {
	height:205px;
}

#property_search {
	background:#969;
	padding:5px;
}

#property_search form { background:#969; }

#property_search_title, .property_search_criteria, .property_search_criteria_title {
	font-weight:bold;
	font-size:0.8em;
}

#property_search_title {
	color:#fff;
	height:45px;
	float:left;
	padding-left:3px;
	width:200px;
	margin-right:5px;
	border-right:1px solid #fff;
}

#property_search_buttons {
	float:left;
	margin-left:22px;
	margin-top:-3px;
}

#property_search_fields {
	height:45px;
}

.property_search_criteria_row {
	float:left;
	clear:right;
}

.property_search_criteria_title {
	float:left;
	clear:none;
	padding:3px 3px 3px 3px;
	width:110px;
	color:#fff;
}

.property_search_criteria {
	clear:none;
	float:left;
	padding:0px 3px 3px 3px;
	width:110px;
	text-align:right;
	color:#fff;
}


#links_bar {
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	word-spacing:15px;
}

#links_bar a {
	color:#fff;
	font-size:13px;
	word-spacing:normal;
	font-weight:bold;
}

#links_bar a:hover, #links_bar a.selected {
	color:#09C;
}

#content_area {
	background-color:#fff;
}

#left_column {
	float:left;
	width:210px;
}

#featured_property {
	border:1px solid #ccc;
	width:190px;
	margin:5px;
	padding:5px;
	background-color:#eee;
	color:#666;
}

#featured_property img {
	margin:auto;
}

#featured_property img.propthumb {
	width:190px;
	height:131px;
}

#featured_property h1 {
	color:#09C;
}

h1 {
	color:#09C;
}

#call_back {
	border:1px solid #ccc;
	width:190px;
	margin:5px;
	padding:5px;
	background-color:#eee;
}

#call_back label {
	color:#333;
	font-size:0.8em;
}

#call_back input.textbox {
	width:186px;
}

#call_back h1 {
	color:#09C;
}

#content {
	float:left;
	text-align:left;
	width:660px;
	padding:5px 5px 5px 5px;
	color:#333;
}

#content form input.textbox {
	width:200px;
}

#content form textarea {
	width:200px;
}

#content li {
	font-size:0.8em;
}

#homecontent {
	width:450px;
	float:left;
	padding-top:0px;
}

#right_column {
	float:right;
	width:200px;
	padding:0px 0px 0px 5px;
	color:#999;
}

.newsdate {
	padding:5px 0px 0px 0px;
	color:#333;
}

#quick_search {
	border:1px solid #ccc;
	width:190px;
	margin:5px;
	padding:5px;
	background-color:#eee;
}

#quick_search label {
	color:#333;
	font-size:0.8em;
}

#quick_search input.textbox {
	width:186px;
}

#quick_search input.button {
	
}

#quick_search select {
	width:189px;
}

#quick_search h1 {
	color:#09C;
}

#associates {
	text-align:center;
	vertical-align:middle;
}

#associates a {
	margin-left:30px;
	margin-right:30px;
	vertical-align:middle;
}

#associates a img {
	vertical-align:middle;
}

#footer {
	width:900px;
	margin:auto;
	text-align:left;
	padding-top:5px;
	color:#ccc;
}

#footer a {
	color:#ccc;
}

#footer a:hover, #footer a.selected {
	color:#09C
}

#footer_left {
	float:left;
	font-size:12px;
}

#footer_top_right {
	float:right;
	font-size:12px;
	color:#fff;
}

#footer_top_right a {
	color:#fff;
}

#footer_bottom_right {
	clear:right;
	text-align:right;
	padding-top:15px;
	font-size:12px;
}

#footer_jac {
	margin-top:5px;
	font-size:12px;
}

.cl {
	clear:both;
}

.hr {
	border-bottom: 1px solid #ccc;
	margin-left:5px;
	margin-right:5px;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.justify {
	text-align:justify;
}

.center {
	text-align:center;
}

.top {
	vertical-align:top;
}

.middle {
	vertical-align:middle;
}

.bottom {
	vertical-align:bottom;
}

.baseline {
	vertical-align:baseline;
}

.spacer5 {
	height:5px;
}

.clear {
	clear:both;
}

#content_area label {
	text-align:left;
	float:none;
	display:block;
	width:auto;
}

#content select {
	width: 300px;
}

#content input.text {
	width: 300px;
}

#content textarea {
	width: 300px;
	height: 60px;
}

p.nomargin {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.property {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	color:#333;
}

div.property h1 {
	border-bottom:1px solid #eee;
	margin-left: 10px;
	padding-bottom:5px;
	color:#000;
}

div.property h1.noleft {
	margin-left:0px;
}

div.property h2 {
	font-weight:bold;
	color:#000;
	margin:5px 0px 0px 0px;
	font-size:1em;
}

img.propthumb {
	width:200px;
	height:137px;
	float:left;
	margin-right:5px;
}

div.propinfo {
	float:left;
	margin-right:10px;
	clear:right;
}

div.propdesc {
	margin-left:10px;
	padding:0px;
	clear:right;
}

div.propdesc p {
	padding:0px;
	margin:0px;
}

div.propprice {
	border-top:1px solid #eee;
	margin-top:5px;
	padding-top:5px;
}

div.propprice p {
	display:inline;
	font-weight:bold;
	font-size:1.0em;
}

div.propmore {
	float:right;
}

div.propmore a {
	color: #999;
	font-size:0.9em;
}

div.imgPrev {
	float:left;
	margin-right:30px;
	padding-top:5px;
	width:416px;
	text-align:center;
}

img.propthumbs {
	width:100px;
	height:63px;
	display:block;
	margin-top:5px;
	margin-right:5px;
	float:left;
}

div.propthumbdiv {
	width:210px;
	float:left;
}

div.halfwide { 
	width:250px;
}

.fright {
	float:right;
}

#prev {
	margin:auto;
}

table.customers td {
	padding-bottom:5px;
	padding-top:5px;
	font-size:0.8em;
	border-bottom:1px solid #ccc;
}

div.imgPrev * {
	text-align:left;
}

.testimonialName {
	color:#333;
	font-size:0.80em;
	display:blcok;
}

.testimonialShort q {
	color:#666;
	font-style:italic;
	font-size:0.80em;
	display:inline;
}

.testimonialShort q.newspost {
	color:#999;
}

.testimonialShort a {
}

.testimonialRelation {
	display:block;
	color:#333;
	font-size:0.80em;
}