html {
	background: #a0bbd8;
}

body {
	width: 90%;
	margin: 20px auto;
	border: solid 8px #fff;
	background: url(../images/blue.png) repeat-y left bottom #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
}

h1, h2, h3 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
}
	
h1 {
	padding: 0 0 0.5em 0;
	font-weight: normal;
	font-size: 2.2em;
	color: #532946;
	line-height: 140%;
	background: url(../images/dottedLine.gif) repeat-x bottom;
}

h2 {
	color: #532946;
	font-weight: normal;
	font-size: 2em;
	padding: 0.5em 0 0.5em 0;
	line-height: 140%;
	background: url(../images/dottedLine.gif) repeat-x bottom;
}

a img {
	border: none; 
}

a, a:visited {
	color: #532946;
}

a:hover {
	color: #426a9b;
}

p {
	line-height: 140%;
}

ul {
	list-style-type: none;

}

ul li {
	margin: 6px 0;
	padding-left: 20px;
	background: url(../images/bulletpaleBG.png) no-repeat left center;
}

	
.page {
	background: #d5e0ed;
	padding: 2em 2em 5em 2em;
}

 #container
{
width: 100%;
margin: auto;
color: #333;
line-height: 130%;
}

#header
{
background: url(../images/purpleCurve.png) no-repeat 168px 0px #532946;
border-bottom: solid 8px #fff;
padding-right: 18px;
height: 149px;
}

#header h1
{
padding: 0;
margin: 0;
}

#contactBox {
	position: absolute;
	top: 28px;
	right: 0;
	margin-right: 5%;
	color: #fff;
	text-align: right;
	height: 149px;
	background: url(../images/smallCurve.png) right bottom no-repeat #532946;
}

#contactBox p {
	margin-right: 8px;
}

#contactBox a {
	color: #ede7eb;
}


#contactBox .telNo {
	font-size: 2.5em;
	font-weight: bold;
	font-family: "Century Gothic", Arial, sans-serif;
}

#siteNav
{
float: left;
width: 160px;
margin: 0;
background: #fff;
padding: 0 0 0 0;
}


#siteNav ul {
	margin: 0;
	padding: 0;
}

#siteNav li {
	padding: 0;
	margin: 0;
}


#siteNav ul li a {
	color: #4b78af;
	display: block;
	padding: 10px 0 10px 15px;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	background: #c9d7e8;
}

#siteNav ul li a:hover {
	background: #b9cbe1;
}


#contextNav
{
float: right;
width: 240px;
margin: 0;
}

#contextNav form {
	background: #7195c2;
}

#contextNav h2 {
	color: #fff;
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
}

#contextNav h2#search {
	background: url(../images/search.png) no-repeat 8em center;
	padding: 6px 0;
}

#contextNav h3 {
	color: #ede7e7;
	border-bottom: solid 1px #c9b8b8;
	padding-bottom: 4px;
}


#contextNav a {
	color: #c9b8b8;
}

#contextNav a:hover {
	color: #fff;
}

#contextNav .fPrice {
	color: #f2eeee;
	font-size: 1.2em;
	font-weight: bold;
}

#quickSearch {
	width: 100%;
	background: #7195c2;
}

#content
{
margin: 0 0 0 160px;
border-left: solid 8px #fff;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #c6d6e8;
border-top: solid 8px #fff;
}

#siteNav p, #contextNav p { margin: 0 0 1em 0; }




.radios {
	padding: 10px 0;
}

#rLabel {
	margin: 0 20px 0 0;
	font-weight: bold;
	display: inline;
}

#radioButtons label, #radioButtons input {
	width: auto;
	float: none;
}

.contentBlock {
	border-bottom: solid 8px #fff;
	padding: 8px;
}

#intro {
	background: url(../images/paleCurve.png) no-repeat left top #c9d7e8;
}

#logo {
	text-align: center;
	padding: 0 8px 0 0;
	width: 160px;
	background: #fff;

}


#home {
	padding-right: 248px;
}

.imgContainer {
	float: left;
	width: 300px;
}

.caption {
	width: 100%;
	background: #963151;
	padding: 8px 0;
}

.caption p a {
	color: #ffffcc;
}

.caption p {
	color: #fff;
	margin: 4px 8px;
}

/******* HOMEPAGE ********/

/********* FEATURED PROPS **********/

#featuredProperties {
	width: 98%;
}

.featuredProp {
	min-width: 170px;
	width: 23%;
	float: left;
	text-align: center;
	padding: 1%;
}

.featuredProp p {
	text-align: center;
	margin: 0;
}

.featuredProp p.price {
	color: #fff;
	background: url(../images/priceBottom.png) no-repeat bottom #7195c2;
	width: 170px;
	padding: 4px 0;
	margin: 0 auto;
	font-weight: bold;
}

.featuredProp p.pType, .featuredProp p.location {
	width: 170px;
	margin: 2px auto;
}

.fPhoto {
	height: 120px;
	padding-top: 8px;
	background: url(../images/photoFrame.png) no-repeat top #98b3d3;
}

.featuredProp img {
	margin: 0;
	padding: 0;
	border: 1px solid #7195c2;
}

.featuredProp a:hover img {
	border: 1px solid #4772a5;
}


/********* FORMS **********/


form {
	margin: 0;
	padding: 8px;
}

.floatContainer {
	float: left;
	width: 100%;
}

#quickSearch .searchField label, #quickSearch .searchField input {
	width: auto;
}

#quickSearch .searchField label {
	font-size: 0.95em;
}

.searchField {
	width: 100%;
	padding: 6px;
	clear: both;
}

label {
	width: 40%;
	float: left;
	padding-right: 8px;
}

input {
	width: auto;
	float: left;
	font-size: 0.95em;
}

select, textarea {
	font-size: 0.95em;
}

.searchField .area {
		width: 33%;
		float: left;
	}
	
.searchField .area input {
		width: auto;
		float: left;
		padding-right: 15px;
	}
	
	.buttonBox {
		padding-top: 15px;
	}

/*********** CONTACT US *************/

.branchdetails {
		padding-bottom: 25px;
		width: 98%;
	}
	
	.branchdetails h2 {
		padding-bottom: 5px;
	}
	
	.detailLabel {
	margin: 0;
	width: 15%;
	float: left;
	font-weight: bold;
}

	.details {
		width: auto;
		float: left;
	}

.detailfield {
	width: 100%;
	clear: both;

}

	
/***********  SEARCH RESULTS ***********/

#searchResults { width: 98%; }

.list {
	width: 100%;
	border-collapse: collapse;
	padding: 8px;
}

.list td {
	padding: 8px 3px;
}

td.propertyPrice {
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

td.bedrooms, td.propertyType, td.propertyPrice, td.propertyStatus {
	text-transform: capitalize;
	background: url(../images/dottedLineBlue.gif) repeat-x top;
	color: #42689b;
}

td.bedrooms, td.propertyType { text-align: left; }

td.thumbnail {
padding: 0 10px 0 0;
text-align: center;

}

td.thumbnail a img {
	vertical-align: top;
	margin-bottom: 3px;
}

td.description {
	vertical-align:top;
	font-size: 1.1em;
	background: url(../images/dottedLineBlue.gif) repeat-x top;
}

td.propertyAddress {
	vertical-align: middle;
	font-size: 1.4em;
	padding: 8px 3px;
	background: url(../images/dottedLineBlue.gif) repeat-x top #c6d6e8;
	font-weight: normal;
}

td.propertyAddress a, td.propertyAddress a:visited {
	text-decoration: none;
}

.srRentFreq {
	font-size: x-small;
	font-weight: normal;
	color: #666;
}

.available {

}

.notAvailable {

}


td.propertyAddress a:hover {

}


td.tableSpacer {
	height: 20px;
	padding: 10px;
}

tr.navBar {
	border: solid 1px #95b4d5;
}

td.searchNav {
	padding: 10px 8px;
	font-weight: bold;
	background: #b5cae1;
	color: #42689b;
}

td.pageList {
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
	background: #b5cae1;
	color: #42689b;
	
}

td.pageList a {
	padding: 4px;
	margin: 0 1px;
	font-weight: bold;
}

td.pageList a:hover {

}

td.pageList a#previous {
	background: url(../images/previous.png) no-repeat left center #6db43e;
	font-weight: bold;
	padding: 4px 5px 4px 20px;
	text-decoration: none;
}

td.pageList a:hover#previous {
	background: url(../images/previoushover.png) no-repeat left center #000;
}
	

td.pageList a#next {
	background: url(../images/next.png) no-repeat right center #6db43e;
	font-weight: bold;
	padding: 4px 20px 4px 5px;
	text-decoration: none;
}

td.pageList a:hover#next {
	background: url(../images/nexthover.png) no-repeat right center #000;
}

/******** PARTICULARS ********/

h1.particularsHeading { margin-bottom: 3px; }
.particularsAddress { font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}

#mainPhoto {
	border: 1px solid #7a4354;
	margin-top: 8px;
}

.photo {
	border: 1px solid #7a4354;
}

h2.particularsPrice { 
	margin-top: 0; 
	padding-top: 3px;
	color: #79586f;
}

.particular {
	text-align: center;
}

.featureList {
	margin: auto;
}

/********* REGISTER **********/

form textarea {
	margin-right: 5px;
}

form label {

	width: 25%;
	float: left;
	font-weight: bold;
}

label.inner {
	font-weight: normal;
}
	

form select {
	font-size: x-small;
}

form input {
	float: left;
}

.focused {
	border: solid 2px #cab3b3;
}

input:focus, textarea:focus {
	border: solid 2px #cab3b3;
}

.selectFix {
	width: 70%;
	margin-left: 25%;
}

fieldset {
	margin: 5px 0 25px 0;
	padding-bottom: 20px;
	background: transparent;
	border: none;
	width: 100%;
}

fieldset h2, .branchdetails h2 {
	color: #fff;
	background: url(../images/legendbg.png) no-repeat left top #7195c2;
	font-weight: bold;
	font-size: 1.5em;
	padding: 8px 10px;
}
	



/*********** MISC ************/

.portals img {
	margin: 10px 0;
}

.contentBlock p, .contentBlock form {
	margin: 10px;
}
	
.contentBlock h1, .contentBlock h2 {
	margin: 10px 10px 4px 10px;
}

.bold { font-weight: bold; }
.floatLeft {float: left; }
.error { color: #CC0000; }
.clearer { clear: both; }
.radios {
	font-size: 0.9em;
}

.rButtons {
	padding-bottom: 6px;
}


p#rLabel {
	margin: 0;
}

div.buttonBox {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

div.buttonBox input {
	float: none;
}

fieldset.propertySearch {
	width: 60%;
	border: solid 1px #999;
	padding: 0 0 20px 0;
}

fieldset.propertySearch h2 {
	margin: 0;
}