/* CSS Document */

/************* LAYOUT & SIZING *************/


body {
	margin: 0;
	width: 100%;
}

p {	
	line-height: 160%;
}

#header {
	min-height: 90px;
	width: 100%;
}

#content {
	margin-left: 226px;
	min-height: 100%;
}


#navContainer {
	width: 225px;
	position: absolute;
	left: 0;
}

#siteNav {
	width: 100%;
}

#siteNav ul {
	margin: 0 0 15px 0;
	padding: 0;
}

#siteNav li {
	padding: 0;
	margin: 0;
}


#siteNav ul li a {
	display: block;
	padding: 10px 0 10px 15px;
}

#flashbanner {
	width: 100%;
	border-bottom: solid 1px #666;
}

#content object {
	display: block;
}

#homeContent {
	min-height: 30em;
	background: url(../images/homebg.gif) repeat-y 50% 0% #f7f7f7;
	padding-bottom: 3em;
}

#hometextarea {
	width: 50%;
	float: left;
	min-height: 100%;
}

#spotlight {
	width: 49.9%;
	float: left;
	min-height: 100%;
}

.clearer {clear: both;}

/***** TYPOGRAPHY AND COLOURS *****/

body {
	background: url(../images/bodybg.gif) repeat-y left #efefef;
	color: #666666;
	font-size: 67.5%;
	font-family: Arial, Verdana, sans-serif;
}

h2 {
	font-size: 1.5em;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background: #f5f5f5;
	text-transform: uppercase;
	padding: 4px 0;
}

h3 {
	margin: 0 0 3px 0;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
}

h4 {
	font-size: 1.2em;
}

p {
	font-size: 1.1em;
}

a, a:link, a:visited {
	color: #993300;
}

a:hover {
	color: #000;
}

ul {
	list-style-type: none;
}

ul li {
	padding-left: 22px;
	margin: 5px 0;
	background: url(../images/arrowBullet.png) no-repeat;
	font-size: 1.1em;
}

#header {
	border-bottom: solid 1px #555;
	background: url(../images/fadingline.gif) no-repeat right center #000;
}

#header img#logo {
	position: absolute;
	top: 10px;
	padding: 15px;
}


#flashbanner {
	background: #000;
}

#siteNav ul li a {
	color: #fff;
	background: #111;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #444;
}

#siteNav ul li a:hover {
	background: #333;
}

#content object {
	margin: 0;
	padding: 0;
}

#hometextarea {
	padding-bottom: 20px;
}

#hometextarea p {
	margin: 15px 25px;
	text-align: justify;
	font-size: 1.2em;
	color: #000;
}

#hometextarea p.intro {
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
	text-align: left;
	text-transform: uppercase;
}

h1.featureHeader {
	text-transform: uppercase;
	font-size: 1.7em;
	color: #fff;
	background: url(../images/stripedbar.gif) repeat-x left -2em;
	margin: 0;
	padding: 10px 20px;
	border-right: solid 1px #666;
	font-weight: normal;
}

#spotlight a img {
	border: 1px solid #ccc;
	margin-right: 15px;
}

.fPropImage {
	float: left;
}

.fPropText {
	float: left;
}

.spotlightDetails {
	padding: 15px;
}

.spotlightDetails p {
	margin: 2px;
}

.price {
	font-size: 1.8em;
	color: #bbb;
}

.spotlightDetails a, .spotlightDetails a:link, .spotlightDetails a:visited {
	color: #fff;
}

.rooms, .propType {
	text-transform: uppercase;
}

.location {
	color: #888;
}

#footer {
	background: url(../images/footer.gif) repeat-x top transparent;
	text-align: center;
	margin-left: 226px;
	padding: 2em 0 6em 0;
}

#footer img {
	margin: 0 8px;
}

/* FORMS */

#quickSearch {
	background: #444;
}

#quickSearch h2 {
	text-transform: uppercase;
	font-size: 1.7em;
	color: #fff;
	background: url(../images/stripedbar.gif) repeat-x left -2em;
	margin: 0;
	padding: 10px 20px;
	font-weight: normal;
	border-top: solid 1px #666;
	border-bottom: none;
}


#quickSearch form {
	padding: 10px;
	color: #ccc;
	font-size: 1em;
}

.searchField {
	margin: 4px 0;
	width: 100%;
	clear: both;
	padding: 8px 0;
}

#searchForm input {
	float: left;
	margin-right: 3px;
	margin: 0;
	padding: 0;
}

#searchForm select {
	float: left;
	font-size: 0.95em;
}

#searchForm label {
	width: 50%;
	float: left;
	padding: 0;
}

#inputButton {
	text-align: center;
	float: none;
}

input#btn {
	float: none;
	margin: 10px;
}

#rLabel { float: left; width: 49%; margin: 0; }
.rButtons { float: left; width: 49%; }

.radios { width: 100%; }

#searchForm .radios input {
	display: inline;
	width: auto;
	float: none;
	padding: 0;
}



#searchForm .radios label {
	display: inline;
	float: none;
	padding: 0;
}


/* REGISTER */

#register form textarea {
	margin-right: 5px;
}

#register form label {
	padding-left: 10px;
	width: 25%;
	float: left;
	font-weight: bold;
}

#register label.inner {
	font-weight: normal;
}
	

#register form select {
	font-size: x-small;
}

#register form input {
	float: left;
}

.focused {
	border: solid 2px #ccc;
	background: #efefef;
}

input:focus, textarea:focus {
	border: solid 2px #ccc;
}

.selectFix {
	width: 70%;
	margin-left: 25%;
}

fieldset {
	margin: 5px 15px 15px 15px;
	padding: 10px;
	background: #fff;
	border: solid 1px #ccc;	
}

legend {
	color: #777;
	font-weight: normal;
	font-size: large;
	text-transform: uppercase;
	margin: 0 0 8px 5px;
	padding: 4px 10px 4px 10px;
}



.buttonBox {
	text-align: center;
	margin: auto;
	width: 100%;
}

/*.buttonBox input { float: none; }*/


/******* PAGES ********/

#pageBody {
	background: #efefef;
	padding: 30px 5% 50px 5%;
}

#pageBody p {
	margin: 4px 0 25px 0;
	color: #333;
	text-align: justify;
}

#pageBody ul {
	margin-bottom: 35px;
}

#register {
	padding: 30px 6% 50px 6%;
}

.res {
	min-height: 160px;
}

#residence {
	background: url("../images/flowers.png") repeat-y left top;
	padding: 1em;
	text-align: center;
}

#residence p {
	text-align: justify;
	margin-left: 2em;
	margin-right: 2em;
	color: #333;
}

#rPhotos {
	width: 220px;
	margin-top: 100px;
	float: left;
}

#rPhotos img {
	margin: 8px 0;
}

/**** HEADINGS ****/

.pageHeading {
	background-position: right center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 0;
	padding-top: 30px;
}

#contactUs {
	background-image: url(../images/contactUsTriptych.gif);
}

#searchResultsHeading {
	background-image: url(../images/searchResultsTriptych.gif);
}

#registerHeading {
	background-image: url(../images/registerTriptych.gif);
}
#aboutUs {
	background-image: url(../images/aboutUsTriptych.gif);
}

#propertyForSale {
	background-image: url(../images/propertySearchTriptych.gif);
}

#particularsHeading {
	margin-bottom: 2px;
}


	
#contactBox {
	float: right;
	padding-top: 10px;
	padding-right: 5px;
}

#contactBox p {
	color: #888;
}

#contactBox p a {
	color: #fff;
}

#contactBox p a:hover {
	color: #ccc;
}

.phoneNumber, .email {
	color: #fff;
}

.phoneNumber {
	font-size: 1.8em;
}

.upper {
	text-transform: uppercase;
}

/******** SEARCH RESULTS ********/

#searchResults {
	width: 100%;
}

.navArrow {
	vertical-align: middle;
}
	


.list {
	border-collapse:collapse;
	padding: 8px;
	line-height: 140%;
	width: 100%;
}

.list tr td {
	padding: 10px 8px 8px 8px;
}

.list tr td.propertyAddress {
	background: url(../images/paleHatch.gif) repeat-x bottom #efefef;
	color: #ccc;
	padding: 8px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	font-size: 1.4em;
}

.list tr td.propertyAddress a {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}

.list tr td.propertyAddress a:hover {
	color: #993300;
}

.even {background: #f7f7f7;}
.odd {background: #e1e1e1;}

.list tr td.description a {font-weight: bold;}
.list tr td.description {
	padding-bottom: 10px;
}

.pageList a {
	color: #999;
	padding: 1px 3px 1px 4px;
	text-decoration: none;
	background: #fff;
	font-weight: bold;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
}

.pageList a:hover {
	color: #993300;
}

.currentPage {
	padding: 1px 3px;
	font-weight: bold;
}

.pageList a.next {
	background: url(../images/next.gif) no-repeat right center transparent;
}

.pageList a.previous {
	background: url(../images/previous.gif) no-repeat left center transparent;
}

.pageList a.next {
	padding-right: 15px;
}

.pageList a.previous {
	padding-left: 15px;
}

.pageList a.next:hover {
	background: url(../images/nexthover.gif) no-repeat right center transparent;
}

.pageList a.previous:hover {
	background: url(../images/previoushover.gif) no-repeat left center transparent;
}

.navText, .searchNav {
	background: transparent;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
}


.pageList {
	text-align: right;
}


.pageList img {
	border: none;
}
	
.list tr td.thumbnail a img {
	border: 1px solid #666;
	padding: 0;
	background: none;
}

.list tr td.thumbnail a:hover img {
	border: 1px solid #cc0000;
	background: none;
	padding: 0;
}

.list tr td.thumbnail {
	border-right: solid 1px #e9eef5;
	border-top: solid 1px #e9eef5;
}


td.bedrooms, td.propertyType, td.propertyPrice {
	color: #666;
	font-size: 1.3em;
	text-transform: uppercase;
}

.pageList img {
	padding: 0 3px;
}

.error {
	color: #cc0000;
}

/************ CONTACT US *************/
/* --------- CONTACT US --------- */
	
	.branchdetails {
		margin: 20px;
		padding-bottom: 25px;
	}
	
	
	
	.detailLabel {
	margin: 0;
	width: 18%;
	float: left;
	font-weight: bold;
	padding: 0;

}

	.details {
		width: 80%;
		float: left;
	}

.detailfield {
	width: 100%;
	clear: both;
	padding: 4px 0;
}

#pageBody .particular {
	text-align: center;
	margin-top: 8px;
}

#pageBody .particularsAddress {
	color: #bbb;
	font-size: 1.7em;
	margin-top: 4px;
	text-transform: uppercase;
}

img#mainPhoto {
	margin: 25px 25px 0 25px;
	text-align: center;
	border: 1px solid #888;
}

a img {
	border: none;
}

.particularsPrice {
	font-size: 2.2em;
	color: #666;
}

.propStatus {
	font-size: 1.5em;
}

.featureList {
	margin: auto;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #999;
}

.featureList li {
	margin: 6px 0;
	padding-left: 20px;
	background: url(../images/tick.gif) left center no-repeat;
}

.featureList ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

/******* MAIN SEARCH *******/

.area {
		width: 20%;
		float: left;
	}
	
	.buttonBox {
		margin: 20px 0;
	}
	
	.chkbox {
		margin-right: 8px;
	}

#mainSearch p#rLabel {
	font-weight: bold;
}