@charset "utf-8";
/* CSS Document */
a { text-decoration:none; color: #000;}
a:hover { color: #d5322b; }
body { margin: 0; padding: 0; background: url(../images/Tile1.jpg);  }
h3 {
	background: url(../images/LargeTitleBG.jpg) no-repeat;
	color: #fff;
	font-size:13px;
	padding:0px 0 0px 5px;
	margin: 5px 0 5px 0;
	line-height:1.5;
	clear:both;
	font-family: Times New Roman;
}
.h3SecondWord { font-family: Times New Roman; }
form {
	clear:both;
	padding:0px;
	margin:5px 0px 5px 0px;
}
/*
===============================
		Home Layout
===============================
*/
#contentWrapper {
	overflow:auto;
	clear:both;
	width:955px;
	background:#E3E4DE;
}
#pageWrapper {
	margin: 0px auto auto auto;
	width: 1012px;
	position: relative;
	background:#fff;
	clear:both;
}
#innerWrapper{ padding: 0px 25px 0px 25px; position:relative; }
#breadcrumbTrail {
	padding: 10px 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: #000;
	text-decoration:none;
}
#crumbtrail ul li a:hover {
	color: #d5322b;
}
#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: 220px;
	background-image:url(../images/Header.jpg);
}
/*
===============================
		Form Styles
===============================
*/
.frm {
	clear:both;
	padding:0px;
	margin:5px 0px 5px 0px;
}
.frm h4 {
	background: #998048;
	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; }
#footerCenter { text-align:center; }
#footerCenter li { display:inline; }
#footerLeft { width:50%; float:left; }
#footerRight { width:50%; float:right; }
#footerLogos { float:right; }
#footer p { text-align:center; clear: both;}
#footer a:hover { color:#d5322b; }
#footerReflect { height: 50px; background: url(../images/BottomReflect.png) no-repeat; background-position:center; margin-top: 2px}


 
.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 #d5322b;
	padding:10px;
	margin:10px 0px 10px 0px;
	background: #F0F0F0;
}
.newAccountWarning a:link,
.newAccountWarning a:active,
.newAccountWarning a:visited {
	color:#d5322b;
}
.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:#d5322b;
}
#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:#d5322b;
	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;
}
/*
=======================
     h3 classes
=======================
*/

.homePropertySearchTitle {background:url(../images/MediumTitleBG.jpg); padding: 2px 0 2px 5px;}
.homePageLatestNewsTitle {background:url(../images/MediumTitleBG.jpg);padding: 2px 0 2px 5px; }  
.ourOfficeTitle {background:url(../images/MediumTitleBG.jpg); padding: 2px 0 2px 5px;}
.homeFeaturedPropertyTitle {background:url(../images/MediumTitleBG.jpg); padding: 2px 0 2px 5px;}
.homeLatestPropertyTitle {background:url(../images/MediumTitleBG.jpg); padding: 2px 0 2px 5px;}
#gbleftColumn h3 {background:url(../images/MediumTitleBG.jpg); padding: 2px 0 2px 5px;}
#gbrightColumn h3 {background:url(../images/MediumTitleBG.jpg); padding: 2px 0 2px 5px;}
#gbmiddleColumn h3 {background:url(../images/LargeTitleBG.jpg) no-repeat; padding: 2px 0 2px 5px;}