@charset "utf-8";
/* CSS Document */
a { text-decoration:none; color: #A58147;}
body { margin: 0; padding: 0; background: #e6efea; }
h3 {
	background: #fff;
	color: #000 !important;
	border-bottom: 2px solid #41613C;
	font-size:13px;
	padding:0 0 0 5px;
	margin: 5px 0 5px 0;
	line-height:1.5;
	clear:both;
}
.h3SecondWord { font-style: italic; }
form {
	clear:both;
	padding:0px;
	margin:5px 0px 5px 0px;
	color: #000;
}
/*
===============================
		Home Layout
===============================
*/
#contentWrapper {
	overflow:auto;
	clear:both;
	width:955px;
	background: #49A842;
}
#pageWrapper {
	margin: 25px auto auto auto;
	width: 1012px;
	position: relative;
	background:transparent url(../images/bgGradient.gif) repeat-y scroll 0 0;
	clear:both;
}
#innerWrapper{ padding: 0px 25px 0px 25px; position:relative; background: #fff; }
#breadcrumbTrail {
	margin: 40px 5px 5px 5px;
	clear:both;
	overflow:auto;
}
#crumbtrail {
	overflow:auto;
}
#crumbtrail span {
	display:block;
	float:left;
	width:80px;
}
#crumbtrail ul li {
	display:block;
	float:left;
	padding:0px 0px 0px 4px;
	margin:0px;
}
#crumbtrail ul li a:link,
#crumbtrail ul li a:active,
#crumbtrail ul li a:visited {
	color: #5C795D;
	text-decoration:none;
}
#crumbtrail ul li a:hover {
	text-decoration:underline;
}
#hleftColumn { width: 357px; float: left; padding: 0 0 0 5px; margin: 0; color: #fff; }
#hmiddleColumn { float: left; width: 285px; margin:0 0 0 15px; }
#hrightColumn {
	width: 254px;
	float: left;
	margin:0 0 0 25px;
}
#clear { clear: both; }
#Clear { clear: both; }
#clearLeft { clear: left; }
#clearRight { clear: right; }

.leftBottomLinkLeft {
	float:left; 
	padding-left:5px;
	margin-top:10px;
}
.leftBottomLinkLeft a:active,
.leftBottomLinkLeft a:visited,
.leftBottomLinkLeft a:link { 
	font-size: 13px; 
	text-decoration: none;
	padding:3px; 
	background: #c1c1c1;
	color: #002b5c;
	font-weight:bold;
} 
.leftBottomLink {
	text-align:right;
	height:25px;
	float:right;
	margin-top:10px
}
.leftBottomLink a:active,
.leftBottomLink a:visited,
.leftBottomLink a:link { 
	font-size: 13px; 
	text-decoration: none;
	padding:3px; 
	background: #c1c1c1;
	color: #002b5c;
	font-weight:bold;
}
.leftBottomLink a b, .leftBottomLink a strong {
	color: #002b5c;
}

/*
===============================
		Global Layout
===============================
*/
#gbleftColumn {
	width: 220px;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
#gbmiddleColumn {
	float: left;
	width: 470px;
	margin:0px 0px 0px 15px;
	padding:0px;
	color: #fff;
}

#gbmiddleColumn p a:hover{
	color: #A58147;
}
#gbmiddleColumn a:active,
#gbmiddleColumn a:visited,
#gbmiddleColumn a:link {
	color: #fff;
}
#gbrightColumn {
	width: 220px;
	float: left;
	margin: 0 0 0 15px;
	padding:0px;
	clear:right;
}
#gbmiddleColumnSpan {
	float: left;
	width: 700px;
	margin:0 0 0 15px;
}


/*
===============================
		Header Area
===============================
*/
#headerArea {
	clear:both;
	height: 208px;
	background-image:url(../images/Header.jpg);
}
/*
===============================
		Form Styles
===============================
*/
.frm {
	clear:both;
	padding:0px;
	margin:5px 0px 5px 0px;
}
.frm h4 {
	background: #A58147;
	color:#fff;
	font-weight:normal;
	padding:5px;
	clear:both;
	margin:5px 0px 5px 0px;
}
.frm fieldset {
	padding:0px;
	margin:5px 0px 0px 0px;
}
.frm label {
	float:left;
	width:160px;
	clear:left;
	padding:0px 10px 0px 0px;
}
.frm input, .frm select, .frm textarea {
	float:left;
	clear:right;
	padding:2px;
	border:1px solid #ccc;
}
.formRow {
	clear:both;
	padding:0px;
	margin:5px 0px 2px 0px;
	overflow:auto;
	width:100%;
}
.checkBoxes input {
	diasplay:inline !important;
	float:none !important;
	clear:none !important;
}
/*
===============================
   Conveyancing Consumer Area
===============================
*/
table.tblConveyancing {
	padding:5px;
	margin:0px;
	display:block;
}
table.tblConveyancing tr td {
	padding:5px 0px 5px 0px;
	margin:0px;
}
.conveyancingStatus {
	color:#FF9900;
}
/*
===============================
   Quick Search Table
===============================
*/
table.tblQuickSearch {
	padding:0px;
	margin:0px;
	display:block;
}
table.tblQuickSearch tr td {
	padding:2px;
	margin:0px;
}
/*
===============================
		Footer Area
===============================
*/
#footer { margin: 15px 0 0 0; padding: 3px; background: #fff; color:#000; }
#footer a { color:#000; text-decoration:underline; }
#footerCenter { text-align:center; }
#footerCenter li { display:inline; }
#footerLeft { width:50%; float:left; }
#footerRight { width:50%; float:right; }
#DevLogo { float: left; }
#footer p a:hover { color: #A98853; }
#footerMWU { float:left; padding: 70px 0 0 20px;}
#MWUrecommended { float: left; padding: 32px 0 0 100px; }

.propertyImage { border:1px solid #666; }
.soldSTC {
	color:#FF0000;
}
.errorText {
	color:#FF0000;
}
.clearBoth {
	clear:both;
	color: #fff;
}
.clearRight {
	clear:right;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.clearLeft {
	clear:left;
}
.alignMiddle {
	vertical-align:middle;
}
.alignTop {
	vertical-align:top;
}
a.tryAgain {
	background:none;
	color:#fff;
	text-decoration:underline;
}
.newAccountWarning {
	border:3px solid #A58147;
	padding:10px;
	margin:10px 0px 10px 0px;
	background: #F0F0F0;
	color: #000;
}
.newAccountWarning a:link,
.newAccountWarning a:active,
.newAccountWarning a:visited {
	color:#5C795D;
}
.newAccountWarning a:hover {
	text-decoration:underline;
}
.requiredField {
	color:#FF0000;
	padding:0px 0px 0px 5px;
}
/*
================
 Map Settings 
================
*/
#map {
	border: 1px solid #000;
	height:400px;
	width:650px;
	clear:both;
	padding:0px;
	margin:5px 0px 0px 0px;
}
#map div.mapInfoWindow {
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	width:310px;
	min-width:310px;
	height:150px;
	overflow:auto;
}
#map div.mapInfoWindow div.mapPropertyImage {
	float:left;
	width:150px;
	padding:0px;
	margin:0px;
}
#map div.mapInfoWindow div.mapPropertyInfo {
	float:left;
	padding:0px;
	margin:0px 5px 0px 5px;
	width:140px;
	clear:right;
	overflow:auto;
}
#map div.mapInfoWindow div.mapPropertyInfo h4 {
	text-transform:none;
	padding:0px;
	margin:0px 0px 5px 0px;
	color:#000;
}
#map div.mapInfoWindow div.mapPropertyInfo p {
	padding:0px;
	margin:0px;
	text-align:left;
}
#map div.mapInfoWindow a:link,
#map div.mapInfoWindow a:active,
#map div.mapInfoWindow a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#map div.mapInfoWindow a:hover {
	color: #A58147;
	text-decoration:underline;
}
/*
================
 More News
================
*/
ul.moreNews {
	padding:0 0 0 20px;
	margin:0px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}
ul.moreNews li {
	margin:10px 0px 0px 0px;
	padding:0px;
}
.newsDate {
	font-weight:bold;
	color: #fff;
}
/*
================
 Pagination
================
*/
.pagination {
	overflow:auto;
	margin:10px 0px 0px 0px;
	padding:0px !important;
	clear:both;
}
*html .pagination {
	margin:50px 0px 0px 0px;	
}
.paginationNumbers {
	float:left;
	padding:2px 10px 2px 10px !important;
	margin:0px;
}
/*
================
 Sitemap
================
*/
ul.site-map {
	padding:0px;
	margin:0px;
}
ul li.primary-link {
	font-weight:bold;
	padding:2px 0px 2px 0px;
	margin:0px;
}
ul li.secondary-link {
	padding:2px 0px 2px 10px;
	margin:0px;
}
ul li.tertiary-link {
	padding:2px 0px 2px 25px;
	margin:0px;
}
/*
========================
 Why choose us section
========================
*/
table.whyChooseTd {
	margin: 18px 0 0 0;
	padding: 10px;
	background: #f0f0f0;
	color: #5C795D;
}
.wCPoints {
	list-style-type: disc;
	list-style-position: ouside;
	margin: 0 0 0 25px;	
}



