@charset "utf-8";
/* CSS Document */
a { text-decoration:none; color: #000;}
a:hover {color:#f9d017; }
body { margin: 0; padding: 0; background: #f0f0f0;   }
h3 {
	background: url(../images/LargeTitleBG.jpg);
	color: #0D3595;
	border-bottom: 3px solid #fff;
	font-size:13px;
	padding:2px 0 2px 5px;
	margin: 5px 0 5px 0;
	line-height:1.5;
	clear:both;
	font-family: Verdana, Geneva, sans-serif;
	
}
form {
	clear:both;
	padding:0px;
	margin:5px 0px 5px 0px;
}
/*
===============================
		Home Layout
===============================
*/
#contentWrapper {
	overflow:auto;
	clear:both;
	width:955px;
}
#pageWrapper {
	margin: 0px auto auto auto;
	width: 1011px;
	position: relative;
	background:#fff;
	clear:both;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#innerWrapper{ padding: 0px 25px 0px 25px; position:relative; }
#breadcrumbTrail {
	padding: 10px 5px 5px 5px;
	clear:both;
	overflow:auto;
	margin: 35px 0 0 0;
}
#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: #000;
	text-decoration:none;
}
#crumbtrail ul li a:hover {
	text-decoration:underline;
}
#hleftColumn { width: 357px; float: left; padding: 0 0 0 5px; margin: 0; }
#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;
}
#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: 206px;
	background-image:url(../images/Header.jpg);
}
/*
===============================
		Form Styles
===============================
*/
.frm {
	clear:both;
	padding:0px;
	margin:5px 0px 5px 0px;
}
.frm h4 {
	background: #0D3595;
	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:#666; }
#footer a { color:#666; text-decoration:underline; }
#footer a:hover { color: #f9d017; }
#footerCenter { text-align:center; }
#footerCenter li { display:inline; }
#footerLeft { width:50%; float:left; }
#footerRight { width:50%; float:right; }
#footerLogos {float:right; }
#footer p { clear:both; text-align:center; }
#BottomReflect { background:url(../images/BottomReflect.jpg) no-repeat; height: 60px; background-position: center; margin-top: 6px;}

.propertyImage { border:1px solid #666; }
.soldSTC {
	color:#FF0000;
}
.errorText {
	color:#FF0000;
}
.clearBoth {
	clear:both;
}
.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:#000;
	text-decoration:underline;
}
.newAccountWarning {
	border:3px solid #0D3595;
	padding:10px;
	margin:10px 0px 10px 0px;
	background: #F0F0F0;
}
.newAccountWarning a:link,
.newAccountWarning a:active,
.newAccountWarning a:visited {
	color:#0D3595;
}
.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:#0D3595;
}
#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:#0D3595;
	text-decoration:none;
	font-weight:bold;
}
#map div.mapInfoWindow a:hover {
	text-decoration:underline;
}
/*
================
 More News
================
*/
ul.moreNews {
	padding:0px;
	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;
}
/*
================
 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;
}




