/* CSS Document */

body {
	margin: 0;
	width: 100%;
	font-size: 75%;
	font-family: "Tahoma", sans-serif;
	color: #333333;
	background: #8AA4CE;
	padding: 0;
}

#header {
	width: 100%;
	background: url(../images/headerbg.png) repeat-x;
	margin: 0;
	padding: 0;
	height: 114px;
}

#headerImg { position: absolute; right: 0; top: 0; }

#header img {
	display: block;
}

#logo {
	position: absolute; left: 0; top: 0;
}

#siteNav {
	
}

#siteNav ul
{
margin: 0;
padding: 0;
background: url(../images/navbar.png) repeat-x center #FED555;
float: left;
width: 100%;
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
}

#siteNav ul li { display: inline; padding-left: 0; margin: 0;}

#siteNav ul li a
{
padding: 1em;
color:#000;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#siteNav ul li a:hover
{
background-color: #FFCF40;
color: #000;
}

#content {
	background: url(../images/topFade.png) repeat-x top #fff;
	min-height: 30em;
	padding: 1em 2em 1em 1em;
	margin: 0;
}

.clearer {
	clear: both;
}

#footer {
	width: 100%;
	background: url(../images/footerGradient.png) repeat-x top #8AA4CE;
	border: none;
	margin: 0;
	padding: 30px 0px 10px 0px;
	color: #fff;
}

#footer img {
margin: 0 10px 0 0;
border: 0;
padding: 0;
position: relative;
top: -58px;
left: -11px;
}

#footer ul {
	position: relative;
	top: -20px;
}

#footer ul, #footer ul li {
	display: inline;
	color: #fff;
	font-size: 0.9em;
	background: none;
	padding: 5px;
	margin: 5px;
}

#footer ul li a {
	color: #fff;
}

#footer ul li a:hover {
	color: #CCCCCC;
}


#footer p { display: inline; color: #fff; }
/********** TYPOGRAPHY **********/

h1, h2 {
	color: #114193;
	font-family: "Times New Roman", "Georgia", serif;
	font-weight: normal;
}

h1 { 
	font-size: 2.4em; 
	margin: 1em 0;
}

h2 { 
	font-size: 2em;
	margin-bottom: 0.8em;
	border-bottom: solid 1px #114193;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #212091;
}

p {
	line-height: 140%;
	text-align: justify;
}

ul {
	list-style-type: none;
	margin: 15px;
}

ul li {
	margin: 8px 10px;
	padding-left: 25px;
	background: url(../images/arrowBullet.png) no-repeat left center;
}

a, a:link, a:visited {
	color: #114193;
}

a:hover {
	color: #1A61D7;
} 

a img {
	border: none;
}

/************* HOMEPAGE **************/

#homeContainer { 
	width: 100%; 
	min-width: 700px;
}

#homeContainer h2 {
	border-bottom: none;
	margin: 1em 0;
}

#intro, #search, #featured {
	width: 29%;
	padding: 0 2%;
	float: left;
}


#intro {
	background: url(../images/dottedVert.gif) repeat-y right;
}

#featured {
	background: url(../images/dottedVert.gif) repeat-y left;
}

#featuredProperties p { text-align : center; }
#featuredProperties img { border: solid 1px #010080; }

.featuredPrice {

font-weight:bold;
font-size:1.2em;
color:#114193;

}

#searchContainer {
	width: 100%;
}

#searchBottom {
	width: 100%;
	height: 30px;
}

/******* HOME SEARCH ********/


#searchForm div.searchField {
	padding: 0.5em 10%;
}
#searchForm div.searchField label {
	width: 30%;
}

#searchForm div.searchField input {
	width: auto;
	font-size: 0.95em;
}

#searchForm select {
	font-size: 0.95em;
}

p#rLabel {	
	display: inline;
	width: 30%;
	float: left;
	margin: 0;
	padding: 0 10%;
}



#search form {
	width:100%;
	background: url(../images/searchTopLeft.png) no-repeat top left #9AC6FC;
	margin: auto;
	color: #000;
	padding-top: 0.5em;
}

/********* REGISTER + SEARCH FORMS *********/
form {
	margin: 0;	
}

form select {
	font-size: 0.9em;
}

form label {
	padding-right: 5%;
}

.buttonBox {
	text-align: center;
	margin: auto;
	width: 100%;
	padding: 15px 0 8px 0;
	clear: both;
}

.buttonBox input, #formContainer .buttonBox input { float: none; }


.searchField {
	padding: 8px 0px 8px 5px;
	clear: both;
	width: 100%;
}

div.searchField label {
	width: 30%;
	float: left;
}

#searchForm div.searchField label {
	width: 40%;
	float: left;
}

.searchField input {
	width: auto;
	float: left;
}


fieldset {
	margin: 5px 15px 15px 15px;
	padding: 10px;
	border: none;

}

legend {
	display: block;
	width: 100%;
	font-size: 1.6em;
	background: url(../images/dottedHorizontal.gif) repeat-x bottom;
	margin: 0 0 8px 0;
	padding: 4px 10px 4px 0;
	color: #333;
	font-family: "Times New Roman", Times, serif;
}

.register input {
	width: auto;
}

.area {
		width: 33%;
		float: left;
	}
	
	.area input {
		width: auto;
		float: left;
		padding-right: 15px;
	}
	
.radios {
	padding: 8px 0px 8px 5px;
	width: 100%;
}
	
.rButtons {
	width: auto;
	float: left;
}

.rButtons label, .rButtons input {
	width: auto;
	float: left;
}

form .rButtons label {
	margin: 0.3em 0.3em 0 0;
}

form .rButtons input {
	margin-right: 1em;
}

div.searchField#inputButtonBox {
background: url(../images/searchBottomRight.png) no-repeat bottom right #9AC6FC;
padding: 0 0 1em 10%;
margin-top:10px;
width: 90%;
text-align: center;
}

div.searchField#inputButtonBox input {
	margin-bottom: 1em;
}

/******** PARTICULARS ********/

h1.particularsAddress {
	background: url(../images/dottedHorizontal.gif) repeat-x bottom;
	padding-bottom: 0.3em;
	margin-top: 1em;
}

#particulars h2.particularsPrice {
	color: #666666;
	margin-top: 0;
	border-bottom: none;
}

.particular {
	text-align: center;
}

#particulars h2 {
	border-bottom: solid 1px #d2d2e8;
}

.photo {
	border: solid 1px #5756ab;
}

table.featureList { margin: auto; }

table.featureList ul {
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}

h4.roomName {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.1em;
}

/******* SEARCH RESULTS *******/

.list {
	border-collapse: collapse;
	width: 100%;
}

.list tr td.description, .list tr td.thumbnail {
	background: url(../images/dottedHorizontal.gif) repeat-x bottom;
}

.list tr td.thumbnail {
	padding: 6px;
}

td.thumbnail img {
	border: 1px solid #010080;
}

td.thumbnail a:hover img {
	border: 1px solid #333;
}

.list tr td.thumbnail a:hover {
	background: #fff;
}

.list tr td.description, .list tr td.propertyAddress, .list tr td.bedrooms {
	padding-left: 15px;
}

.list tr td.pStatus {
	text-align: center;
}

.list tr td.description {
	padding-bottom: 15px;
}

.list tr td.bedrooms, .list tr td.propertyStatus, .list tr td.price, .list tr td.propertyType {
 vertical-align: middle;
 border: solid 1px #bcbdde;
 padding: 0.5em 15px;
 background: #E0EEFE;
 color: #114193;
}

.list tr td.propertyType {
	text-align: center;
}

.list tr td.propertyAddress {
	padding: 6px 0 6px 15px;
	color: #010080;
}

.list tr td.price {
	text-align: right;
	padding-right: 15px;
}


.list tr td.propertyAddress a {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	text-decoration: underline;
	color: #114193;
	padding-top: 0.5em;
}

.list tr td.propertyAddress a:hover {
	color: #5756ab;
}

.list tr td.pageList {
	text-align: right;
	font-weight: bold;
}

.list tr td.searchNav {
	color: #666;
	font-weight: bold;
}

.list tr td.searchNav, .list tr td.pageList {
	padding: 10px 8px;
}

.list tr td.tableSpacer {
	height: 15px;
}


/******** CONTACT US **********/

	
	.branchdetails {
		margin: 20px;
		padding-bottom: 25px;
	}
	
	
	
.detailLabel {
	margin: 0;
	width: 18%;
	float: left;
	font-weight: bold;
	padding: 0;
	color: #444;

}

	.details {
		width: 80%;
		float: left;
	}

.detailfield {
	width: 100%;
	padding: 10px 0;
	margin: 5px 0;
}

#map {
	vertical-align:middle;
}


/*********** MISC ************/

.column {
	width: 60em;
	min-width: 60em;
	margin: auto;
	padding-bottom:50px;
}

.clearer {
	clear: both;
}

.center {
	text-align: center;
}

.standoutText {
	font-family: "Times New Roman", serif;
	color: #010080;
	font-weight: normal;
	font-size: 1.8em;
	text-align: center;
}

span { line-height: 140%; }

div#footerLogo { 	
	float: right;
	border: none;
	position: relative;
	top: -70px;
}

input:focus, .focused {
	border: 2px solid #ccc;
	background: #F8F8F8;
}
