* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
html {
	height: 100%;
	background-color: #e8deca;
}
body {
	background: #e8deca url('../gfx/bg-shadow.jpg') repeat-x 0 121px;
	font: 13px/21px Corbel, "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #282115;
}
p {
	margin: 7px 0 7px 30px;
}
form { margin-left: 30px; }
.content a, .footer a {
	text-decoration: none;
	border-bottom: 1px dotted #4a3e2b;
	font-weight: bold;
}
.content a:hover, .footer a:hover {
	border-style: solid;
}
a { color: #4a3e2b; }
.cms_imgleft, .cms_imgright { border-color: #4a3e2b; }
h1, h2, h3, h4, h5, h6, .proptitle, .content h2 a, .content .proptitle a {
	color: #463a25;
	font-family: Georgia, serif;
	letter-spacing: -1px;
	font-weight: normal;
}
h1 {
	font-size: 36px;
	line-height: 36px;
}
h2 {
	font-size: 24px;
	line-height: 24px;
}
a.noborder { border-width: 0; }

.header {
	display: block;
	background: #1c170e url('../gfx/bg-header.jpg') no-repeat left;
	height: 65px;
	padding: 28px 30px;
}
.header a {
	float: left;
}
a.contact {
	float: right;
	margin-top: 22px;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
}

.fl_menu {
	margin: 20px 0 0 35px;
	height: 39px;
}
.fl_menu li {
	display: block;
	float: left;
	background-image: url('../gfx/menu.png');
}
.fl_menu li.current {
	background-image: url('../gfx/menu-cur.png');
}
.fl_menu a {
	display: block;
	font: 16px/43px Georgia, serif;
	padding: 0 20px;
	text-transform: uppercase;
	color: #584c35;
	text-decoration: none;
	background: url('../gfx/menu-rt.png') no-repeat right;
	border-width: 0;
}
.fl_menu li:hover {
	background-image: url('../gfx/menu-cur.png');
}
.fl_menu a:hover {
	color: #e8deca;
	background-image: url('../gfx/menu-cur-rt.png');
}
.fl_menu li.current a, .fl_menu li.current a:hover {
	background-image: url('../gfx/menu-cur-rt.png');
	color: #1c170e;
}

.contenthd {
	background-image: url('../gfx/box-top-t.png');
	height: 4px;
	position: relative;
}
.content {
	background-image: url('../gfx/box-middle.png');
	float: left;
	width: 900px;
}
.textwrap {
	padding: 10px 10px 10px 15px;
	float: left;
	width: 515px;
}
.intro {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}
.featured {
	float: left;
	width: 305px;
	padding-top: 10px;
	margin-left: 40px;
}
.featured img {
	background: url('../gfx/bg-featured-t.png') no-repeat;
	width: 327px;
	height: 217px;
	padding: 7px;
	margin-bottom: 5px;
	position: relative;
	left: -5px;
}
.proptitle {
	font-size: 20px;
	line-height: 20px;
}
.propfooter {
	text-align: right;
}
.contentft {
	clear: left;
	background-image: url('../gfx/box-bottom-t.png');
	height: 4px;
}
.footer {
	text-align: right;
	padding: 0 5px 5px;
	font: 11px/20px Georgia, serif;
	color: #463a25;
}
.footer a {
	color: #463a25;
	border-color: 1px dotted #463a25;
}

.fl_blogpost1, .fl_blogpost2 {
	margin-left: 30px;
	border-bottom: 1px dotted #4a3e2b;
}
.fl_pagelinks { margin-left: 30px; }
.fl_blogpost1 p, .fl_blogpost2 p {
	margin-left: 0;
}

#mailname, #mailemail, #mailsubject, #mailspamcode {
	width: 200px;
}
input, textarea {
	font: 13px Corbel, "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #4a3e2b;
	background-color: #fff;
	border: 1px dotted #4a3e2b;
	margin: 0 5px 5px 0;
}
input:hover, textarea:hover {
	border-style: solid;
	background-color: #fff;
}
input:focus, textarea:focus {
	background-color: #e8deca;
}


.gspclogo {
	position: absolute;
	margin: -40px 0 0 740px;
}
.property {
	width: 800px;
	clear: both;
	padding: 10px 0;
	border-top: 1px dotted #4a3e2b;
	min-height: 120px;
	height: auto!important;
	height: 120px;
}
.propfeat {
	width: 800px;
}
.property h2 { padding-bottom: 5px; }
.property img {
	position: absolute;
	border: 1px dotted #4a3e2b;
}
.property img:hover { border-style: solid; }
.propinfo {
	display: block;
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	width: 150px;
	border: 1px dotted #4a3e2b;
	background-color: #e8deca;
}
.propimages {
	width: 427px;
	padding: 5px;
	border: 1px dotted #4a3e2b;
	background-color: #e8deca;
	float: left;
	margin: 5px 0 5px 30px;
}
#propimg { 
	border: 1px solid #4a3e2b;
	display: block;
	margin-bottom: 5px;
}
.propimages a { 
	border-width: 0;
	margin: 0 5px 5px 0;
}
.propimages a img { border: 1px dotted #4a3e2b; }
.propimages a:hover img { border-style: solid; }

.propdesc {
	padding-left: 99px;
	display: block;
}
.propdesc p {
	margin-left: 0;
}
.propfeat .propdesc {
	margin-left: 10px;
	float: left;
	padding: 0;
	width: 320px;
}
.propfeat .propinfo {
	width: 300px;
	float: left;
	font-size: 16px;
	line-height: 24px;
}
#propmap {
	clear: both;
	width: 768px;
	height: 350px;
	border: 1px solid #4a3e2b;
	margin-left: 30px;
}
.propfeat small { margin-left: 30px; }
#propmap a { border-width: 0; }

















