@charset "UTF-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
}

a {
	color: #295284;
	text-decoration: none;
}

p {
	margin-top: 0;
	line-height: 120%;
}

h1 {
	font-size: 18px;
	margin-top: 0;
	font-weight: normal;
	color: #333;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	color: #333;
}

/* header with logo and tagline */

#header {
	margin: 0 auto;
	background-image: url(/images/bg_top.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 106px;
	text-align: center;
}

#header .logo {
	margin: 0;
	padding: 0;
}

#header .logo img {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* top nav bar */

#nav {
	margin: 0 auto;
	text-align: center;
	height: 13px;
	width: 701px;
}

#nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

#nav li {
	float: left;
	vertical-align: middle;
}

#nav a {
	display: block;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	clear: left;
}

#nav a span {
	display: none;
}

#nav_featured {
	background-image: url(/images/nav_featured.png);
	width: 121px;
}

#nav_featured:hover {
	background-image: url(/images/nav_featured_o.png);
}

#nav_sold {
	background-image: url(/images/success.png);
	width: 110px;
}

#nav_sold:hover {
	background-image: url(/images/success_o.png);
}

#nav_mls {
	background-image: url(/images/nav_mls.png);
	width: 145px;
}

#nav_mls:hover {
	background-image: url(/images/nav_mls_o.png);
}

#nav_area {
	background-image: url(/images/nav_area.png);
	width: 137px;
}

#nav_area:hover {
	background-image: url(/images/nav_area_o.png);
}

#nav_about {
	background-image: url(/images/nav_about.png);
	width: 157px;
}

#nav_about:hover {
	background-image: url(/images/nav_about_o.png);
}

#nav_contact {
	background-image: url(/images/nav_contact.png);
	width: 148px;
}

#nav_contact:hover {
	background-image: url(/images/nav_contact_o.png);
}

#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

#container {
	margin: 0 auto;
	background-image: url(/images/bg_main.png);
	background-repeat: repeat-y;
	background-position: center;
}

#main {
	width: 801px;
	margin: 0 auto;
}

.black {
	color: #fff;
}

.white {
	background-color: #fff;
	color: #666;
}

/* home page area */

#splashnav {
	background-image: url(/images/bg_splashnav.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

#splashnav img {
	margin: 0 6px;
}

/* footer */

#footer {
	background-image: url(/images/bg_footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	color: #e6e0c0;
}

#footer .navlist {
	padding: 21px;
	width: 800px;
	margin: 0 auto;
}

.navlist ul, .navlist ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navlist ul {
	text-align: center;
}

.navlist ul li {
	display: inline;
	margin-right: 12px;
}

#footer .navlist a {
	color: #e6e0c0;
	text-decoration: none;
	border-bottom: none;
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.sothebys {
	text-align: center;
	padding: 10px;
}

/* generic classes */

.clearfloat {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 0;
}

.titlestripe {
	background-color: #ad926d;
	padding: 14px 0;
	text-align: center;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #5B442A;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px
}

/* property list page */

#propertylist {
	padding-bottom: 30px;
	padding-left: 13px;
	padding-top: 8px;
}

#propertylist .property {
	height: 250px;
	display: block;
	padding: 0 13px 20px 13px;
	float: left;
}

#propertylist .photo img {
	border: 10px solid #fff;
}

#propertylist .info {
	padding: 10px;
}

#propertylist .info a {
	color: #fff;
	text-decoration: none;
}

#propertylist .info a:hover {
	color: #90B2CB;
}

/* classes for property pages */

.photoarea {
	margin: 0 20px;
}

.alert {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background-color: #efefef;
	color: #CC0000;
	padding: 4px;
	margin-right: 1px;
	margin-bottom: 0;
}

.propertyoptions {
	text-align: right;
	color: #4d4132;
	text-transform: uppercase;
	padding: 6px 4px;
	margin: 0 20px 20px 20px;
	border-bottom: 1px solid #d9d9d9;
}

.propertyoptions a {
	color: #4d4132;
	text-decoration: none;
	margin-left: 22px;
}

.propertyoptions a:hover {
	color: #0066FF;
}

.propertytext {
	margin: 0 260px 0 20px;
	padding-bottom: 20px;
}

.propertytext h1 {
	color: #a38055;
	font-size: 12px;
	font-weight: bold;
}

.propertytext .price {
	color: #666;
}

.propertycontact {
	float: right;
	width: 190px;
	padding: 7px;
	background-color: #efefef;
	border: 1px solid #d9d9d9;
	margin-right: 21px;
	color: #333;
}

.propertycontact h1 {
	color: #a38055;
	font-size: 12px;
	font-weight: bold;
}

.minicontact {
}

.minicontact p {
	margin-top: 0;
	margin-bottom: 8px;
}

.minicontact table {
	margin-left: 20px;
}

.minicontact td {
	text-align: right;
	padding: 2px;
}

.border {
	border-top: 1px solid #d9d9d9;
	width: 250px;
	padding-top: 20px;
}

.border .minicontact {
	margin-left: 20px;
}

.minicontact input, .minicontact textarea {
	width: 180px;
	/*border: 1px solid #313131;
	background-color: #0F0F0F;*/
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	/*font-size: 10px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.minicontact .radio {
	text-align: left;
}

.minicontact input.radio {
	width: auto;
	border: none;
	background-color: transparent;
	color: auto;
}

.more {
	padding-top: 30px;
}

/* area information pages -- similar to properties */

.areaoptions {
	text-align: left;
	color: #4d4132;
	text-transform: uppercase;
	padding: 6px 4px;
	margin: 0 20px 20px 20px;
	border-bottom: 1px solid #d9d9d9;
}

.areaoptions a {
	color: #4d4132;
	text-decoration: none;
	margin-left: 22px;
}

.areaoptions a:hover {
	color: #0066FF;
}

.areatext {
	margin: 0 20px;
	padding-bottom: 20px;
}

.areatext h1 {
	color: #a38055;
	font-size: 12px;
	font-weight: bold;
}

.addy {
	position: absolute;
	margin-left: 812px;
}

.banner {
	width: 901px;
	margin: 0 auto;
	position: relative;
}
#footertext .topagent a { border-bottom:none;}

#footertext .topagent img {margin-top:10px;}  
