html {
    height: 100%;
	min-height: 100%;
	width: 100%;
	background: fixed url(../images/shadowbg.gif) center repeat-y #e9eef5;
}

body {
	width: 761px;
	min-height: 100%;
	background: #f4f5f8;
	margin: 0 auto 0 auto;
	font-size: 67.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a, a:link, a:visited {
	color: #083f88;
} 

a:hover {
	color: #CC0000;
}


p {
	margin: 15px 20px;
	line-height: 180%;
	font-size: 1.1em;
	text-align: justify;
}

.center {
	text-align: center;
}

#pageContent p.error, #pageContent ol.error {
	color: #cc0000;
}

#container {
	width: 100%;
	margin: auto;
	height: auto;
	min-height: 100%;
}

.pageContent {
	float: left;
	background: url(../images/dropshadow.gif) repeat-x top #f4f5f8;
	min-height: 100%;
}

#narrow {
	width: 601px;
	min-height: 1em;
}

#wide {
	width: 100%;
}

#contextNav {
	float: left;
	min-height: 100%;
	width: 159px;
	background: #e3e9f2;
	border-left: 1px solid #a3b6d2;
	border-bottom: 1px solid #a3b6d2;
}


#header {
	background: url(../images/header.gif) no-repeat center;
	width: 100%;
	height: 143px;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #083f88;
	font-weight: normal;
	font-size: 3em;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	color: #083f88;
	margin: 10px 20px;
}

h3 {
	margin: 10px 20px;
	padding: 4px;
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
	background: url(../images/bluebar.gif) repeat-x bottom #3861a0;
}

h4 {
	font-size: 1.7em;
	margin: 6px 20px;
	font-weight: normal;
	color: #083f88;
	background: url(../images/maintitle.gif) repeat-x bottom #fff;
	padding: 6px 0;
}

h5 {
	margin: 4px 20px;
	font-size: 1.2em;
	color: #809ac4;
}

.pageContent ul {
	margin: 20px 0 20px 40px;
	font-size: 1.1em;
	list-style-type: none;
}

.pageContent ul li {
	margin: 12px;
	background: url(../images/redbullet_large.gif) no-repeat left center transparent;
	padding-left: 30px;
}

/******* NAVIGATION	********/

#siteNav {
	width: 100%;
	/*min-height: 2.3em;*/
	float: left;
}

#siteNav ul
{
margin: 0;
padding: 0;
color: #666666;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
background: url(../images/siteNav.gif) repeat-x bottom #f7f9fb;
}

#siteNav ul li { 
	display: inline;
	margin: 0;
	padding: 0; 	
}

#siteNav ul li a
{
padding: 6px 18px 6px 27px;
background: url(../images/redbullet_small.gif) no-repeat 1em 0.85em;
color: #666;
text-decoration: none;
float: left;
border-right: 1px solid #c8d5e1;
}

#siteNav ul li a:hover
{
background: url(../images/redbullet_smallhover.gif) no-repeat 1em 0.85em #98aed0;
border-right: solid 1px #738fbd;
border-left: solid 1px #738fbd;
color: #fff;
padding: 6px 18px 6px 26px;
}

.mainTitle {
	background: url(../images/maintitle.gif) repeat-x bottom #fff;
	border-bottom: solid 1px #fff;
	padding: 15px;
}

.mainTitle h1 {
	margin: 0;
	padding: 0;
}

.darkRed {
	color: #c22228;
}

#contextNav h3, .branchdetails h3, legend {
	background: url(../images/bluebar.gif) repeat-x bottom #3861a0;
	color: #fff;
	margin: 0;
	padding: 4px 3px;
	font-weight: normal;
}

#contextNav h3 {
	font-size: 1.6em;
}

.branchdetails h3 {
	font-size: 1.8em;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 762px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
	.buttonBox {
		text-align: center;
		padding: 15px 0;
	}
	
	
	#quicksearch {
		width: 100%;
		
	}
	
	#mortgages {
		width: 100%;
	}
	
	#mortgages a img {
		border: none;
	}
	
	#contextNav p {
		margin: 8px;
		padding: 4px;
		text-align: left;
		background: #a3b6d2;
		color: #fff;
	}
	
	.phoneNumber {
		font-size: 1.5em;
	}
	
	#imgbox {
		text-align: center;
	}
		
	#contextNav #quicksearch form img {
		padding: 5px 0;
		margin: 0 6px;
	}
	
	#quicksearch form a img {
		border: none;
	}
	
	#quicksearch form {
		padding: 8px 0 20px 0;
		background: url(../images/quicksearch.gif) repeat-y #ecf0f6;
		border-bottom: solid 1px #d5ddec;
	}
	
	#quicksearch label {
		width: 25%;
	}
	
	#quicksearch form select, #quicksearch form input {
		font-size: 0.9em;
	}
	
	#quicksearch .searchField {
		padding: 6px 0 6px 6px;
	}
	
	/****************** FORMS ******************/
	
	.mainsearch {
		background: #e3e9f2;
		padding: 10px;
		border: 1px solid #a3b6d2;
	}
	
	.mainsearch .searchField, .register .searchField {
		clear: both;
		width: 90%;
		padding: 10px 0;
	}
	
	.register .searchField {
		clear: both;
		width: 98%;
		padding: 4px 0;
	}
	
	.mainsearch label {
		width: 40%;
		float: left;
		font-size: 1.6em;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #083f88;
	}
	
	.mainsearch .searchField input {
		float: left;
	}
	
	.area {
		width: 33%;
		float: left;
	}
	
	.register {
		width: 86%;
		margin: 20px;
	}
	
	.register label {
		width: 40%;
		float: left;
	}
	
	.register .searchField input {
		float: left;
	}
	
	fieldset {
	margin: 15px 0;
	padding: 10px;
	background: #e3e9f2;
	border: 1px solid #a3b6d2;
	}

legend {
	margin: 0 0 8px 5px;
	padding: 4px 10px 4px 10px;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

	
	/* --------- CONTACT US --------- */
	
	.branchdetails {
		margin: 20px;
		background: #e3e9f2;
		border: 1px solid #a3b6d2;
		padding-bottom: 25px;
	}
	
	
	
	.detailLabel {
	margin: 0;
	width: 18%;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 1%;
	color: #083f88;

}

	.details {
		font-size: 1.2em;
		width: 80%;
		float: left;
	}

.detailfield {
	width: 100%;
	clear: both;
	padding: 10px 0;
}

.mainsearch {
	margin: 20px;
}

/*************** SEARCH RESULTS ***************/

#searchResults {
	padding: 10px;
}

.odd {
	background: #e9eef5;
}

.even {
	background: #fff;
}

.list {
	border-collapse:collapse;
	padding: 8px;
	line-height: 140%;
}

.list tr td {
	padding: 10px 8px 8px 8px;
}

.list tr td.propertyAddress {
	background: #96abcb;
	color: #fff;
	padding: 4px;
	border-top: solid 1px #e9eef5;
	font-weight: bold;
	font-size: 1.2em;
}

.list tr td.propertyAddress a {
	color: #fff;
}

.list tr td.propertyAddress a:hover {
	color: #cc0000;
}

.list tr td.description a, .pageList a {
	color: #083f88;
	padding: 1px 3px 1px 3px;
	margin: 4px;
	text-decoration: none;
	background: #d5deea;
	font-weight: bold;

}

.pageList a {
	margin: 0;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
}

.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: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
}


.pageList {
	text-align: right;
}

.list tr td.description a:hover, .pageList a:hover {
	background: #f4f5f8;
	color: #cc0000;
}

.pageList img {
	border: none;
}
	
.list tr td.thumbnail a img {
	border: 1px solid #96abcb;
	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.price {
	color: #666;
}

.pageList img {
	padding: 0 3px;
}

.error {
	color: #cc0000;
}

/************** PARTICULARS **************/

.address {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #083f88;
}

.propertyPrice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #cc0000;
}

.featureList {
	border: 1px dotted #cc0000;
	margin: 15px auto;
}

.featureList ul {
	margin: 0;
	padding-left: 0;
}

a img.photo {
	border: 1px solid #96abcb;
}

a:hover img.photo {
	border: 1px solid #cc0000;
}

div.additionalPhotos {
	margin: 6px 20px;
}

.roomSize {
	margin-left: 20px;
	font-weight: bold;
}

input.focused, textarea.focused {
	border: 2px solid #CC0000;
	background: #FFF4F5;
}

.photoPosition {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	float: right;
	width: 300px;
}

#caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	text-align: left;
	margin-right: 300px;
}


#photoInfo {
	width: 640px;
	margin: auto;
	vertical-align: middle;
}
