body {

	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;

}

html {


	
	}
	
/* Fonts */

h1 {

font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
font-size:1.2em;


}

h5 {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1.3em;
color:#5C1842;
margin:0px;
padding:0px;

}

h6 {

font-weight:bold;
font-size:1.1em;
color: #333333;
margin:0px;
padding:0px;

}

.officeTitle {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#333;
font-size:1.1em;

}

.contact {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#5c1842;
font-weight:bold;
margin:0px;
padding:8px 0 0 0;

}

.edit {

margin-left:5px;

}

#content {

float:left;
background:#90BADE;

}
	
/* Search results*/ 


#searchResults { 

	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin:20px 0 0 0;


 }
 
h3 {

	font-size:0.8em;
	margin:20px 0 0 20px;
	
	} 
 
#searchResults h1 {

	font-size:1.1em;
	font-weight: bold;
	margin:0 210px 20px 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;

}

.searchBarList {
 
	font-size:0.95em;
	margin:15px 0 25px 0;
 
 } 

.searchOptions {

	width:200px; 
	float:right;

}


.list {
	
	width: 100%;
	padding: 8px;
}

td.propertyPrice {

	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	background:#F0F0F0;
}

td.bedrooms, td.propertyType, td.propertyPrice {

	text-transform: capitalize;
	color: #333333;
	background:#F0F0F0;
	padding:0 0 0 0;
	margin:0 0 0 0;
	
}

td.bedrooms {

	padding:0 0 0 10px;
	margin:0 0 0 0;
	
	}
	
td.propertyPrice {

	padding:0 10px 0 0;
	
	}	

td.propertyStatus {

	color:#CC0000;
	font-weight:bold;
	background:#F0F0F0;
	
	}

td.bedrooms, td.propertyType { 

	text-align: left; 
	
	}

td.thumbnail {
	
	padding: 0 0 0 0;
	text-align: left;

}

td.thumbnail a img {

	vertical-align: top;
	border:0px solid #9F9F9F; 
}

td.thumbnail a:hover img {
	
	vertical-align: top;
	border:0px solid #6F6F6F;
}

td.description {
	
	vertical-align:top;
	font-size: 1em;
	padding:5px 10px 5px 10px;
	background:#fff;
}

td.description a {
	
	color:#333;
	font-weight:bold;
	
	}
	
td.description a:hover {
	
	color: #666666;
	
	}

td.propertyAddress {
	
	font-size: 1em;
	font-weight: bold;
	padding:0 0 0 0;
	margin:0 0 0 0;
	
}

td.propertyAddress a, td.propertyAddress a:visited {

	color: #333;
	text-decoration:none;

}

td.propertyAddress a:hover {

	color: #666666;
	
	}

#propertyAddress {

	height:20px;
	background-color:#CACACA;
	padding:5px 0 0 8px;
	margin:0 0 0 0;
	vertical-align:middle;
	border:none;

	}

.srRentFreq {

	font-size: x-small;
	font-weight: normal;
	color: #666;
	
}

.available {

}

.notAvailable {

}


td.propertyAddress a:hover {
	
	text-decoration:underline;

}


td.tableSpacer {
	
	height: 7px;
	padding: 5px;
	font-size:0.1em;
}

.list td.searchNav {
	
	padding: 2px 2px 2px 8px;
	font-weight: bold;
	background: #004A7F;
	color: #fff;

}

.list td.pageList {
	
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
	background: #004A7F;
	color: #fff;
	
}

td.pageList a {
	
	padding: 4px;
	margin: 0 1px;
	font-weight: bold;
	color:#fff;
}

.pageList a:visited {

	color:#FFFFFF;
	
	}

td.pageList a:hover {

color:#CCCCCC;

}


td.pageList a#previous {

	background: url(../images/previous.png) no-repeat left center #00137F;
	font-weight: bold;
	padding: 4px 5px 4px 20px;
	text-decoration: none;
	color:#FFFFFF;
}

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;
	
}

/* Search bar */

#searchBar {
 
	margin:15px 0 0 0;
	background:#00137F;
	padding:10px 10px 5px 10px;
	width:760px;
	color:#FFFFFF;
  
 }
 
#hidden {

	height:30px;
	width:780px;
	background:#00137F;
	color:#FFFFFF;

}
 
#searchBar form {
 
	margin:0 0 0 0;
	padding:0 0 0 0;
 
 }
 
#searchBar a {
 
	color:#FFFFFF;
 
 }
 
#searchBar a:hover {
 
	color:#CCCCCC;
 
 }
 
 
#searchBar select {
 
	font-size:0.95em;
 
 }

.searchFieldRooms {
 
	float:left;
	width:120px;
 
 }
 
.searchFieldPrice {
 
	float:left;
	width:150px;
	margin:0 7px 0 0;
 
 }
 
.searchFieldRooms select {
 
	font-size:1em;
 
 } 
 
.radiosMap {
	
	margin:0px 12px 6px 0;
	padding:0px 0px;
	float:left;
	
	}
	
#advanced {

	height:30px;
	background:#593A74;
	width:740px;
	color:#FFFFFF;

}

 
#buyMinMap {
 
	margin:0 0 0 4px;
 
 }
 
.minField {
 
	margin:0 0 5px 0;
 
 }
 
.searchFieldType {

	float:left;
	margin:0 10px 0 10px;

 }
 
.searchFieldType select {
 
	font-size:1em;
 
 }

 
.searchFieldArea input {
 
	font-size:1em;
 
 }
	

/*Particulars */


#pageParticulars {

padding:25px 0 0 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;

}

#pageParticulars h1 {

font-size:1.7em;

}

#pageParticulars a {

color: #000;

}

#pageParticulars a:hover {

color: #666666;

}

#pageParticulars h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
border-bottom:1px dotted #333;
width:100%;
color: #000;
padding:5px 0 5px 0;

}

#pageParticulars h3 {
font-size:1em;
font-family: Arial, Helvetica, sans-serif;
border-bottom:1px dotted #333;
color:#333333;
padding:4px 4px;

}

.additional {

margin-top:0px;

}

#pageParticulars h4 {
font-family: Arial, Helvetica, sans-serif;
font-size:1.1em;
color:#9E8536;
background-color: #FFFFFF;
padding:3px 0 7px 0px;
margin:0 0 0 0;

}

#particularsTopBar {

width:100%;
height:40px;
margin:0 0 40px 0;

}

#propertyPriceParticulars {

font-size:1.6em;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
color: #333;
padding:0 0 5px 0;

}

#propertyTypeParticulars {

font-size:1em;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
color:#fff;
padding:5px 0 5px 10px;
width:25%;
float:left;
}

#particularsAddress {

font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
padding:5px 10px 5px 30px;
width:65%;
float:right;
text-align:right;
color:#fff;

}


#particularsAddressTypeBar {

background:#004A7F;
width:588px;
min-height:25px;
margin:10px 0 10px 0;

}

#particularsContainer img {

border:0px;

}	


#roomName {

	margin:0px;
	padding:0px;
	}
	
.roomName {
	color:#00;
	font-size:1em;
	font-weight:bold;
	
	}
	
.roomDescription {

	margin:5px 0 14px 0px;
	padding:0px;
	
	}
	
.featureList {

	width:100%;
	margin:0 0 12px 0;
	
	}

.featureList ul {

font-size:0.9em;
font-weight:bold;
list-style-image: url(/site/custom/parkEstates/images/tickBullet.png);
margin:0 0 0 15px;
padding:0 0 0 0;

	}
	
.featureList li {
color: #000;
padding:0 10px 3px 8px;
margin:0 5px 0 0;
vertical-align:middle;
	}				

	
.photoPosition {

	float:right;
	padding:0 20px 0 0;
	vertical-align: text-top;
	font-weight:bold;

}
	
	
.center { 

text-align:center;

}

#thumbnails {

text-align:middle;
margin:15px 0 15px 0;

}

#thumbnails a img {
border:none;

}

#photoGallery {

margin: 20px 0 0 0;

}

#photoGallery a img {

border:none;

}

#photoCaption {

width:578px;
margin:0 0 0 0;
padding:6px 0 0 10px;
height:20px;
background-color:#fff;

}

#caption {

float:left;
width:200px;
font-size:0.85em;
font-weight:bold;

}

.slideshowParticulars {

text-align:center;
font-size:0.9em;
}

#environmental {

text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size:0.9em;
color:#000;
margin:0 0 30px 0;

}

#environmental a {

color: #000000;

}

#environmental a:hover {

color: #666666;

}

/* featured */

#featured {

width:480px;
float:left;

}



#featuredProperty {

	margin:10px 0 0 0;
	width:50%;
	height:200px;
	float:left;
	text-align:center;
	
	}	
	
#featuredProperty img {

	margin:3px;
	
	}	
	
#featuredProperty p{

margin:0px;
padding:0px;

}

.featuredAddress {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;

}

.noFeatured {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color: #333333;
font-weight:bold;

}
	
#featuredProperty a, #featuredProperty a:visited {

	color:#4F705A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	
	}
	
#featuredProperty a:hover {

	color:#364B3E;
	
	}	
	
#featuredProperty h3{

	margin:0px;
	padding:0px;
	color:#A88C39;
	font-size:0.85em;
	font-weight:bold;
	
	}
	
#featuredHeader h4{

	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 30px;
	font-size:0.7em;
	color:#9F0F0F;
	
	}			
	
#page p {

font-size:0.8em;
color:#333333;
font-family:Arial, Helvetica, sans-serif;

}



#mainContent {



}

#pageSales {

	margin:0 0 0 20px;
	
	}
	
/* Forms */

/* Tables */

.buttonBox {
	text-align: center;
	margin: auto;
	width: 100%;
	padding: 15px 0 8px 0;
	clear: both;
}

.buttonBox input, #formContainer .buttonBox input { float: none; }


.buyingField {
	padding: 6px 0;
	clear: both;
	width: 65%;
}

.areaField {
	padding: 6px 0;
	clear: both;
	width: 100%;
}

.areaFieldHeading {
	margin-top:10px;
	padding: 6px 0;
	clear: both;
	width: 100%;
}

div.buyingField label {
	width: 52%;
	float: left;
}

.buyingField input {
	width: 55%;
	float: left;
}


.radios {
	padding: 10px 0;
}

fieldset {
	margin: 5px 15px 15px 15px;
	padding: 10px;
}


.area {
		width: 33%;
		float: left;
	}
	
	.area input {
		width: 8%;
		float: left;
	}
	
	.area label {
		float: left;
		width: auto;
	}
	
.editRegistration a {

	font-size:0.8em;
	color:#CC0000;
	
	}
	
.editRegistration a:hover {

	color:#417D2D;
	
	}		
	
/* Buying */

#buying {

width:900px;
font-size:0.8em;
padding:25px 20px 0 30px;

}

#buying a {

color:#000000;

}

#buying a:hover {

color:#333333;

}

/* REGISTER */

#page {

padding:0 20px 0 0;

}

fieldset {
	margin:0 30px 25px 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	border:none;
}

legend {
	font-size: 1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	border:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}

#regForm .buttonBox {
	background: none;
}

#regForm H4 {

	font-size:1em;
	margin-left:3px;
	
	}

#regForm .searchField {
	padding: 0.5%;
	clear: both;
	width: 94%;
}

#regForm a {

	color:#333;
	
	}
	
#regForm a:hover {

	color:#666666;
	
	}	

#regForm form .searchField {
	width: 190px; 
	padding: 4px 0px;
}

#regForm .searchField label {
	width: 30%;
	float: left;
}

#regForm .searchField input {
	width: 30%;
	float: left;
	font-size: 1em;
}

#regForm .searchField select {
	font-size: 1em;
}


#rLabel {
	width: 40%;
	float: left;
	font-size: 0.95em;
	padding;0 0 0 0;
	margin: 0 0 0 0;
}

.error {

font-size:0.75em;
color:#CC0000;

}

.radios {
	padding: 0 0 0 0;
}

.rButtons {
	float: left;
	width: 50%;
}

.rButtons input, .rButtons label {
	width: auto;
	font-size: 0.95em;
}		
		