html, body {
	margin: 0px;
}

body {
	background-image: url('images/top-background.png');
	background-repeat: repeat-x;
	font-family: tahoma;
}

img {
	border: 0px;
}

#header {
	padding-left: 73px;
	height: 375px;
	min-width: 729px;
	background-image: url('images/body-border.png');
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	margin-bottom: -200px;
}

#header img {
	behavior: url(iepngfix.htc);
	width: 729px;
	height: 175px;
}

#menu {
	background-image: url('images/menu-body.png');
	background-repeat: repeat;
	height: 177px;
	margin-left: 83px;
	position: relative;
}

#menu_side {
	position: relative;
	left: -10px;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0px;
	position: relative;
	z-index: 200;
}

#menu li {
	float: left;
	display: inline;
	margin-top: 21px;
	margin-right: 7px;
	font-size: 10px;
	font-weight: bold;
	color: #BBD9D0;
	z-index: 200;
}

#menu a {
	font-size: 12px;
	font-weight: bold;
	color: #BBD9D0;
	text-decoration: none;
	margin-right: 7px;
}

#menu h1 {
	margin: 0px;
	position: absolute;
	bottom: 15px;
	left: 5px;
	color: #fff;
	font-size: 33px;
	font-weight: normal;
}

#menu h1 #anchor_links p {
	margin: 0px;
}

#menu h1 #anchor_links, #menu h1 #anchor_links a {
	font-size: 12px;
	font-weight: normal;
	color: #BBD9D0;
}

#menu_middle {
	position: absolute;
	top: 0px;
	left: 503px;
	z-index: -1;
}

#content_holder {
	margin-left: 73px;
	width: 844px;
	background-image: url('images/side-body.png');
	background-repeat: repeat-y;
	background-position: top right;
}

#content {
	width: 440px;
	min-height: 429px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	font-family: verdana;
	float: left;
	padding: 10px 63px 10px 10px;
}

#content a {
	color: #00714f;
}

#contact_box {
	position: fixed;
	background-image: url('images/contact-box.png');
	width: 298px;
	height: 274px;
	top: 294px;
	left: 597px!important;
	font-family: tahoma;
}

#contact_phone {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-top: 29px;
	margin-left: 50px;
}

#contact_links {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#contact_links ul {
	margin-left: 10px;
	list-style: none;
}


#contact_links a {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	text-decoration: none;
	margin-right: 9px;
}

#contact_footer {
	color: #666666;
	font-size: 10px;
	padding-left: 10px;
}

#contact_footer a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

#track-form {
	width: 450px;
	height: 274px;
	background-image: url('images/track-form.jpg');
	position: relative;
}

#track-form .title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: tahoma;
	position: absolute;
	top: 29px;
	left: 50px;
	color: #ffffff;
}

#track-form .form {
	color: #666666;
	font-family: verdana;
	font-size: 13px;
	position: absolute;
	top: 82px;
	left: 50px;
}

#track-form .form label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

#track-form .form .input {
	display: block;
	margin-bottom: 12px;
	padding: 3px;
	width: 324px;
	border: 1px solid #333;
}

#contact-form {
	width: 450px;
	height: 644px;
	background-image: url('images/contact-form.jpg');
	position: relative;
}

#contact-form .title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: tahoma;
	position: absolute;
	top: 29px;
	left: 50px;
	color: #ffffff;
}

#contact-form .form {
	color: #666666;
	font-family: verdana;
	font-size: 13px;
	position: absolute;
	top: 82px;
	left: 50px;
}

#contact-form .form label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

#contact-form .form .input {
	display: block;
	margin-top: 6px;
	margin-bottom: 12px;
	padding: 3px;
	width: 324px;
	height: 16px;
	border: 1px solid #333;
	font-family: Verdana;
}

#contact-form .form select, #contact-form .form option {
	display: block;
	margin-bottom: 12px;
	padding: 3px;
	width: 324px;
	border: 1px solid #333;
	font-family: Verdana;
}

#contact-form .form textarea {
	overflow: auto;
	height: 158px!important;
}

.property_holder {
	position: relative;
	width: 460px;
	margin-bottom: -35px;
}
.property_title {
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline;
	float: left;
	line-height: 25px;
	color: #067453;
	border-top: 1px solid #ccc;
	width: 75%;
}
.property_price {
	float: right;
	color: #067453;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
	border-top: 1px solid #ccc;
	width: 25%;
	text-align: right;
}
.property_image {
	border: 1px solid #ccc;
	width: 135px;
	height: 100px;
	float: left;
	text-align: center;
	padding: 5px;
}
.property_image img {
	width: 133px;
	max-width: 133px;
	max-height: 100px;
}
.property_description {
	float: left;
	padding-left: 10px;
	font-size: 11px!important;
}
.property_link {
	position: absolute;
	bottom: 30px;
	right: 0px;
	color: #fff!important;
	background-color: #067453;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#property_page {
	width: 688px;
	margin: auto;
	background-color: #fff;
	background-image: none;
}
.property_full_description {
	position: relative;
	top: 20px;
	border-top: 1px solid #ccc;
}
#property_page .property_title, #property_page .property_price {
	border: 0px;
	font-size: 30px;
	padding: 0px;
	line-height: 40px;
}
.property_features {
	border-top: 1px solid #ccc;
	float: left;
	margin-left: 20px;
	width: 354px;
}
.property_features ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.property_large_image {
	width: 310px;
	float: left;
	text-align: center;
}
.property_large_image img {
	max-width: 310px;
	max-height: 232px;
}
.property_description p, .property_description span {
	font-size: 11px;
}
.property_full_description p, .property_full_description span {
	font-size: 13px!important;
}
#close_property {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #067453;
	text-decoration: none;
	margin-top: 20px;
}