* { margin: 0; padding: 0; } img { border: none; } .floatr { float: right; } .floatl { float: left; } .center { text-align: center; } .left { text-align: left; } .right { text-align: right; } .noborder { border: none !important; } .clr { display: block; clear: both; } ul { list-style: none; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	background: #2b371a url("../images/body_bg.gif") 0 -408px;
	font: 11px/18px verdana, sans-serif;
	color: #f4f8ed;
}
input, select, textarea {
	font: 1em verdana, sans-serif;
}

#content {
	width: 730px;
	background: #3a4923 url("../images/content_bg.jpg") no-repeat;
	margin: 0 auto;
	padding: 0 20px;
}

#header {
	width: 100%;
	height: 217px;
	position: relative;
	color: #fff;
}
	#header h1, #header p {
		display: none;
	}
	
h2 {
	font: 2.3em georgia, sans-serif;
	color: #fff200;
	border-bottom: 1px solid #76845a;
	padding: 0 0 .2em 0;
	margin: 15px 0;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #a6d759;
}
a:hover {
	color: #fff;
}

.property {
	margin: 0 0 40px 0;
}
.property-image {
	padding: 10px;
	background: url("../images/image_bg.gif") no-repeat;
	float: left;
	margin: 0 15px 15px 0;
}

.amenities {
	border: 1px solid #415029;
	clear: both;
	padding: 6px;
	float: left;
	margin: 0 0 10px 0;
}
.amenities table {
	width: 716px;
	background: #415029;
	border-spacing: 0;
	border-collapse: collapse;
}
.amenities td {
	background: #415029;
	border-top: 1px solid #5b6941;
	border-bottom: 1px solid #5b6941;
	padding: 2px 0 0 10px;
	color: #e3edd3;
}
.amenities td strong {
	display: block;
	background: #54633b;
	padding: 5px 10px;
}

.amenities td img {
	background: #54633b;
	padding: 7px;
	display: block;
}

.property-nav {
	clear: both;
	display: block;
	margin: 0 0 10px 0;
	list-style: none;
	background: url("../images/property-nav_bg.gif") no-repeat;
	height: 49px;
}
.property-nav li {
	display: inline;
}
.property-nav li a {
	display: block;
	float: left;
	width: 181px;
	height: 49px;
	margin: 0 0 0 1px;
	text-align: center;
	line-height: 49px;
	text-decoration: none;
	font-family: georgia, sans-serif;
	font-size: 1.2em;
	color: #fff;
	background: url("../images/property-btn.gif") no-repeat 50% 50%;
}
.property-nav li a:hover {
	background: url("../images/property-btn_hover.gif") no-repeat 50% 50%;
}
.property-nav-pics span {
	background: url("../images/icon-pics.gif") no-repeat 0 50%;
	padding: 0 0 0 20px;
}
.property-nav-directions span {
	background: url("../images/icon-directions.gif") no-repeat 0 50%;
	padding: 0 0 0 20px;
}
.property-nav-send span {
	background: url("../images/icon-send.gif") no-repeat 0 50%;
	padding: 0 0 0 20px;
}
.property-nav-contact span {
	background: url("../images/icon-contact.gif") no-repeat 0 50%;
	padding: 0 0 0 20px;
}

.property-extra {
	border: 1px solid #415029;
	clear: both;
	padding: 10px;
	margin: 10px 0;
	background: #415029;
}
.property-extra .col {
	width: 236px;
}

.property-extra p {
	margin: 0 20px 10px 0;
}

#contact-info {
	display: block;
	float: right;
	width: 213px;
	height: 126px;
	padding: 15px;
	background: url("../images/contact-info_bg.gif") no-repeat;
}

.contact-input {
	width: 211px;
	height: 14px;
	background: url("../images/contact-input.gif") no-repeat;
	border: none;
	color: #c7d5b0;
	padding: 4px 4px;
	margin: 3px 0 0 0;
}
.contact-textarea {
	width: 211px;
	height: 73px;
	background: url("../images/contact-textarea.gif") no-repeat !important;
	background: url("../images/contact-textarea.gif") no-repeat fixed;
	border: none;
	color: #c7d5b0;
	padding: 4px 4px;
	margin: 3px 0 0 0;
	overflow: auto;
}
.contact-btn {
	display: block;
	float: left;
	width: 139px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	font-family: georgia, sans-serif;
	font-size: 1.2em;
	color: #fff;
	border: none;
	background: url("../images/property-btn.gif") no-repeat 50% 50%;
	margin: 10px 0;
}
.contact-btn:hover {
	cursor: pointer;
	background: url("../images/property-btn_hover.gif") no-repeat 50% 50%;
}
.col {
	width: 242px;
	float: left;
}
p.error {
	background: #c52f33;
	color: #fff;
	font-weight: bold;
	padding: 8px 15px;
}
#footer {
	display: block;
	clear: both;
	width: 730px;
	height: 101px;
	background: url("../images/footer.gif") no-repeat;
}
