@charset "utf-8";
/* CSS Document */

body {
	background-color: #bfce00;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#main {
	width: 937px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#header {
	margin-top: 17px;
	margin-bottom: 18px;
	height: 138px;
	overflow: hidden;
	position: relative;
}
#header img {
	z-index: 3;
	position: relative;
}
#header #header_montage {
	position: relative;
	z-index:2;
	top: -140px;
}
#header #header_montage img {
	display: block;
	margin-left: auto;
	margin-right: 0;
	width: 717px;
	margin-left: 220px;
}
#nav {
	width: 940px;
}
#nav li {
	display: block;
	float: left;
	background-color:#fff;
	height: 24px;
	padding-left: 6px;
	padding-right: 7px;
	margin-right: 3px;
	padding-top:6px;
	margin-top: 4px;
}
#nav li a {
	text-decoration: none;
	color: #61106a;
	font-size: 110%;
	letter-spacing: 75%;
	text-transform:lowercase;
}
#nav li a.current, #nav li a:hover {
	color: #bfce00;
}
#content {
	background-color: #fff;
	margin-top: 6px;
	padding-top: 26px;
}
#left {
	margin-left: 12px;
	float: left;
	width: 217px;
}
#breadcrumb {
	margin-top:12px;
	margin-bottom: 20px;
	font-size: 75%;
}
#middle {
	float: left;
	width: 373px;
	margin-left: 58px;
}
#middle_wide {
	width: 648px;
	margin-left: 12px;
	float: left;
}
#middle a, #middle_wide a {
	text-decoration: none;
	color: #bfce00;
}
#middle a:hover, #middle_wide a:hover {
	text-decoration: underline;
}
#middle h1, #middle_wide h1 {
	font-size: 200%;
	font-weight: 100;
	color: #494949;
	margin-bottom: 20px;
}
#middle h1 strong, #middle h2, #middle_wide h1 strong, #middle_wide h2 {
	font-weight: 100;
	color: #bfce00;
}
#middle h2, #middle_wide h2 {
	font-size: 200%;
	margin-top: 30px;
	margin-bottom: 12px;
}
#middle p, #middle_wide p {
	font-size: 90%;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 12px;
}
#middle p.middle_support {
	color: #494949;
	font-weight: 100;
}
#quick_search {
	border: 1px solid #bfce00;
	color: #898b8e;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#quick_search h1 {
	font-size: 180%;
	color:#bfce00;
}
#quick_search input[type="text"] {
	border: 1px solid #bfce00;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 18px;
	width: 95%;
	color: #898b8e;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
} 
.radio {
	margin:0;
	padding:0;
	height: 27px;
	width: 27px;
	background-image: url(/images/assets/form_circle.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#quick_search label {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 18px;
	font-size: 120%;
}
#quick_search input[type="submit"] {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #fff;
	font-size: 150%;
	margin-left: 10px;
	color: #61106a;
	cursor: pointer;
}
#right {
	float: left;
	width: 217px;
	margin-left: 48px;
}
#home_box {
	padding-top: 26px;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-right: 24px;
	text-align: center;
	margin-bottom: 47px;
}
#home_box img {
	width: 164px;
	margin-bottom: 12px;
}
#home_box h1, #home_box h2 {
	font-size: 120%;
	font-weight: 700;
}
#home_box h1 {
	margin-bottom: 18px;
}
#home_box h2 {
	margin-bottom: 8px;
}
#home_box h3 {
	font-size: 110%;
	font-weight: 100;
	margin:0;
}
#home_box p.box_link {
	text-align:right;
	margin-top: 30px;
	margin-bottom: 18px;
}
#home_box p.box_link a {
	text-decoration: none;
	font-weight: 700;
}
#home_box p.box_link a:hover {
	text-decoration: underline;
}
.featured_property {
	background-color: #61106a;
	background-image: url(/images/assets/box_pr.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
}
.featured_property h1, .featured_property a {
	color: #bfce00;
}
.latest_rent {
	background-color: #cfb7d2;
	background-image: url(/images/assets/box_li.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #494949;
}
.latest_rent h1, .latest_rent a {
	color: #61106a;
}
.latest_news {
	background-color: #bfce00;
	background-image: url(/images/assets/box_gr.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
}
.latest_news h1 a {
	color: #fff;
	text-decoration: none;
}
.latest_news p {
	font-size: 75%;
	text-align:left;
	margin-top: 8px;
	font-weight: 100;
	line-height: 110%;
}

.quick_search {
	background-color: #bfce00;
	background-image: url(/images/assets/box_gr.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
}
.quick_search h1 a {
	color: #fff;
	text-decoration: none;
}
.quick_search p {
	font-size: 75%;
	text-align:left;
	margin-top: 8px;
	font-weight: 700;
}
.quick_search #quick_search label {

margin: 0;
margin-right: 8px;
margin-left: 2px;
margin-top: 4px;

}
 

.quick_search #quick_search input[type="submit"] {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #bfce00;
	font-size: 150%;
	margin-left: 5px;
	margin-top: 10px;
	color: #61106a;
	cursor: pointer;
}
.prop_views, .navigation {
	background-color: #f2f5cc;
	background-image: url(/images/assets/box_lg.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #494949;
}
.prop_views h1, .prop_views a, .navigation h1, .navigation a {
	color: #bfce00;
}
.navigation ul {
	text-align: left;
	list-style-position: outside;
	list-style-image: url(/images/assets/bullet.png);
	margin-left: 10px;
}
.navigation ul li {
	margin-bottom: 10px;
}
.navigation ul li a {
	text-decoration: none;
}
.navigation ul li a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#links {
	background-image: url(/images/assets/links_bottom.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	height: 156px;
	width: 912px;
	margin-left: 13px;
	margin-top: 18px;
}
#links h1 {
	display: block;
	width: 160px;
	background-color: #fff;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 180%;
	color: #bfce00;
	font-weight:100;
	margin-left: 20px;
}
#links ul {
	float: right;
	width: 250px;
	margin-left: 30px;
	margin-top: 20px;
}
#links ul li {
	list-style-position: outside;
	list-style-image: url(/images/assets/bullet.png);
	margin-bottom: 5px;
}
#links ul li a {
	margin-left: 5px;
	text-decoration: none;
	color: #898b8e;
	font-size: 90%;
}
#links ul li a:hover {
	text-decoration:underline;
}
#footer {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #000;
	font-size: 75%;
	width: 900px;
}
#footer ul, #footer li, #footer p {
	float: left;
	margin-bottom: 10px;
}
 #footer p {
	 margin-right: 10px;
 }
#footer li {
	display: block;
	margin-left: 20px;
}
#footer li a {
	text-decoration: none;
	color: #000;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer a.chwd_link {
	display: block;
	background-image: url(/images/assets/chwd.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	float: right;
}
#footer a.chwd_link span {
	display:none;
}
#searchtable {
	border: 1px solid #bfce00;
	color: #898b8e;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 100%;
}
#searchtable select, #searchtable input[type="text"] {
	border: 1px solid #bfce00;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 18px;
	width: 95%;
	color: #898b8e;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}
#searchtable input[type="text"] {
	width: 30%;
}
#searchtable th, #searchtable td {
	padding: 5px;
}
#searchtable th {
	text-align: right;
	padding-right: 10px;
}
#searchtable #place {
	width: 30%;
}
#searchtable h3 {
	font-size: 120%;
	color: #000;
}
#searchtable input[type="submit"] {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #fff;
	font-size: 150%;
	margin-left: 10px;
	color: #61106a;
	cursor: pointer;
}
ul.search_desc {
	margin: 20px;
}
.searchresults {
	border: 1px solid #61106a;
	width: 310px;
	margin-top: 10px;
	margin-right: 5px;
	float: left;
	height: 250px;
}
.searchresults th, .searchresults td {
	padding: 5px;
	text-align: left;
	vertical-align: top; 
}
#middle_wide .searchresults h2 {
	margin:0;
	padding:0;
}
.searchresults th.details {
	font-size: 90%;
}
#middle_wide .searchresults a.read_more {
	color: #61106a;
	font-weight: 700;
	float: right;
}
#part_sidebar_image {
	float: left;
}
#part_sidebar_image_thumbs {
	margin-left: 20px;
}
#part_sidebar_image_thumbs img, #part_sidebar_image_thumbs p {
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	cursor: pointer;
	font-weight: 100;
}
#particulars {
	margin-top: 10px;
}
#particulars ul {
	text-align: left;
	width: 300px;
	list-style-position: outside;
	list-style-image: url(/images/assets/bullet.png);
	margin-left: 50px;
	float: left;
}
#particulars ul li {
	margin-bottom: 10px;
}
#buttons {
	width: 200px;
	float: left;
}
#buttons ul {
	list-style-position: outside;
	list-style-image: url(/images/assets/bullet.png);
}
#buttons ul li {
	margin-bottom: 10px;
}
#buttons ul li a {
	color: #61106a;
	font-weight: 700;
}
#enquiry_form th, #enquiry_form td {
	padding: 5px;
	vertical-align:top;
}
#enquiry_form table {
	border: 1px solid #bfce00;
	margin: 10px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#enquiry_form table table {
	margin: 0;
	width: auto;
	border: none;
}
#enquiry_form input[type="submit"] {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #fff;
	font-size: 150%;
	margin-left: 10px;
	color: #61106a;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#unbold p {
	font-weight: 100;
}
#unbold ul {
margin-top: 10px;
margin-bottom: 10px;
}
#unbold ul li {
	margin-left: 40px;
	font-size: 90%;
	list-style-position: outside;
	list-style-type: disc;
	line-height:110%;
}
.gmap a {

color: #000;

}

.gmap img {

float: left;

}

td.summary {

font-size: 70%;
line-height: 120%;
text-align: center;
}
#sitemap ul {

margin-left: 20px;

}
#sitemap ul li {

margin-left: 40px;
list-style: disc;

}
