/* CSS Document */

html { background: #E4E3BE; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	width: 100%;
	margin: 0;
}

#container {
	width:986px;
	margin: auto;
	background: url("../images/container.png") repeat-y left top #fff;
	min-height: 420px;
	border: solid 1px #fff;
}

a img {
	border: none;
}

#header {
	width: 100%;
	height:130px;
	background: url("../images/headerBg.png") repeat-x left bottom #f4f4f4;
}

#logo {
	margin-top: 10px;
}

#headerContent {
	width: 986px;
	margin: auto;
}

#siteNav {
	border-top: solid 6px #C2B3D0;
	width: 100%;
	background:url("../images/siteNav.png") repeat-x left bottom #7c516b;
	font-size: 1.2em;
}

#siteNav ul {
	list-style-type: none;
	margin: 0 auto 0 auto;
	padding: 0;
	width:986px;
	
}

#siteNav ul li {
	display: inline;
	line-height: normal;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}

#siteNav ul li a {
	display: block;
	float: left;
	padding: 10px 25px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-left: solid 1px #C9BBDC;
	border-right: solid 1px #361429;
}

#siteNav ul a.currentLink {
	background: url("../images/currentTab.png") no-repeat center top #fff;
	color: #553979;
}

#siteNav ul li a#first {
	border-left: none;
}

#siteNav ul li a#last {
		border-right:none;
}

#contactBoxLeft { 
	float: left; 
	width: 230px; 
	padding: 0 15px;
}

#logoBox {

float:left;
width:256px;

}

#contactBoxRight { 
	float: right;
	width: 230px; 
	padding: 0 15px;
	font-family:"Times New Roman", Times, serif

}

#contactBoxRight p { 

	text-align:right;


}

#contactBox p {
	text-align: right;
}

#office {

font-size:1.8em;
padding:15px 0 0 0;
color:#543979;
margin:0 0 0 0;

}

#telNo { font-size: 2.4em; padding:0 0 0 0; margin:4px 0 0 0;color:#543979 }

#email { font-size: 1.3em; padding:0 0 0 0; margin:0 0 4px 0; }

#leftNav {
	float: left;
	width: 270px;
}

#content {
	margin-left: 272px;
}

#links ul {
	list-style-type: none;
	padding: 0 0 30px 0;
	margin: 0;
}

#links ul li {
	padding: 10px 0;
}


.main { padding: 20px; }
#floatContainer {
	float: left;
	width: 100%;
}

.main#home { padding: 0 20px 20px 20px; }

/******* TYPOGRAPHY ********/

h1, h2 { font-family: "Times New Roman", Times, serif; font-weight: normal; color:#543979; }

h1 {

	color: #553979;
	font-size:2.1em;
	padding:0 0 0 0;
	margin:0 0 0 0;
}


p {
	line-height: 150%;
	text-align: justify;
}

a, a:link, a:visited {
	color: #553979;
}

a:hover {
	color: #333;
}

	

/********** HOME ***********/

ul#homeList {
	
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}

ul#homeList li {
	margin: 0 0;
	padding:10px 0 10px 55px;
}

ul#homeList li.one {
	
		background: url("../images/1.png") no-repeat left;
		
}

ul#homeList li.two {
	
		background: url("../images/2.png") no-repeat left;
		
}

ul#homeList li.three {
	
		background: url("../images/3.png") no-repeat left;
		
}

li#3 {
	
		background: url("../images/3.png") no-repeat left;
		
}


#quickSearch {
	background: url("../images/quickSearchBg.png") no-repeat right bottom #B7A4CC;
	border-bottom: solid 1px #fff;
	height:212px;
}

#quickSearch form {
	margin: 0;
	padding: 0 14px 0 14px;
	color: #fff;
}

#quickSearch form .searchField {
	width: 100%;
	clear: both;
	padding: 2px 0;
}

.radios {
	
	margin-bottom:5px;
	
}

#quickSearch form label, #quickSearch form #rLabel {
	width: 50%;
	float: left;
}

#quickSearch form input, #quickSearch form select { font-size: 0.95em; }

#quickSearch h2 {
	color: #553979;
	margin: 0;
	padding: 12px 0 5px 10px;
	font-size:1.7em;
}

/* FEATURED PROPERTIES */

#featuredProperties {
	padding: 0 0 10px 0;
}

#featuredProperties h2 {
	color: #553979;
	padding: 5px 0;
	font-size:1.8em;
}


.baileyB {
	position: absolute;
	top: -10px;
	left: -10px;
}

.fProp {
	width: 25%; 
	float: left;
}

.fPropInner {
	width: 147px;
	background: url("../images/fpBg.png") repeat-y left top;
	text-align:center;

}

.fPrice {
	font-size: 1.5em;
	color: #553979;
}

.fBeds { text-transform: capitalize; font-size: 0.95em; }
.fTown { text-transform: uppercase; font-weight: bold; font-size: 0.95em; padding-top: 3px; }
.fPropInner p { text-align: center; margin-left: -6px; margin-top: 0; margin-bottom: 0; }

.fpTop {
	height: 5px;
	background: url("../images/fpTop.png") no-repeat left top;
	padding-bottom: 10px;
}

.fpBottom {
	height: 23px;
	background: url("../images/fpBottom.png") no-repeat left top;
}

/******* MAIN SEARCH *******/

#mainSearchForm {
	width: 70%;
	margin:20px 0 0 0;
}

#mainSearchForm .searchField {
	width: 100%;
	clear: both;
	margin: 6px 0;
}

#mainSearchForm select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}

#mainSearchForm .area {
	width: 33%;
	float: left;
}

#mainSearchForm label {
	width: 40%;
	float: left;
}

#mainSearchForm .areas label {
	width: auto;
	float: none;
	}
	
#mainSearchForm .buttonBox {
	margin: 20px 0;
}

#quickSearch .buttonBox {
	
	margin-top:10px;
	
}

/******* PARTICULARS *******/


#mainPhoto {
	
	max-width:428px;
	max-height:321px;
	
}

.captionOverlay {
	
		max-width:428px;
		
}

#pHeading {
	border-bottom: dotted 1px #543979;
	color: #543979; 
	padding-bottom: 0.5em;
	margin-top: 0;
	font-family:  "Times New Roman", Times, serif;
	font-size: 2em;
}

.roomName { font-weight: bold; }

#roomsAndType {
	padding: 0.5em 0;
	font-size: 14px;
	margin-bottom: 0.5em;
	font-weight: bold;
	background: #f6f5f6;
}

#particularsRightInfo h3 {
	font-size: 1em;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
	background: #543979;
	color: #fff;
}

#particularsRightInfo a img {
	border: solid 1px #fff;
}

#particularsRightInfo a:hover img {
	border: solid 1px #543979;
}


p.particular {
	text-align: center;
}

.photoPosition {
	color: #fff;
	padding: 0.5em;
	text-align: right;
	background: #b3a6b1;
	margin-top: 0;
}


#particularsRightInfo {
	margin-left: 456px;
	text-align: center;
	min-width: 210px;
}

#particularsPhoto {
	float: left;
	width: 428px;
}

#caption {
	z-index: 1001;
	background: url("../images/overlay.png") repeat;
	color: #fff;
	position: absolute;
	font-size: 1em;
	font-weight: bold;
}

img#vrButton {
	margin: 10px 0;
}

#caption div#capText { padding: 7px; margin: 0; }


#descriptionAndRooms {
	clear: left;
}

table.featureList {
	margin-top: 1.5em;
	width: 426px;
	border: dotted 1px #422100;
}

table.featureList td { width: 50%; }

table.featureList ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}

ul#ticklist { list-style-type: none; padding-left: 0; margin-left: 10px; }

 ul#ticklist li {
	margin: 0 5px;
	padding: 8px 0 8px 25px;
	background: url("../images/tick.png") no-repeat left center;
	}
	
table.featureList ul li {	
	margin: 0 5px;
	padding: 5px 0 5px 25px;
	background: url("../images/tick.png") no-repeat left center;
	font-weight: bold;
}

#particularsPhoto h2 {
	color: #004a95;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 25px;
}


ul#locInfo {
	list-style-type: none;
	text-align: left;
}

.roomSize {
	font-weight: normal;
	font-size: 0.85em;
}

ul#locInfo li {
	margin: 0.25em;
	background: url("../images/info.png") no-repeat left center;
	padding-left: 2em;
}

ul#locInfo li a:hover { color: #422100; }


p.roomDescription {
	margin-top: 0;
}

.pDetail {
	border-top: dotted 1px #422100;
}


h4.floorName {
	font-weight: bold;
	color: #826d57;
	font-size: 1.1em;
	text-transform: uppercase;
}

h5.roomName {
	margin-bottom: 0;
	font-size: 1em;
	padding-bottom: 0.25em;
}

.rooms {
	margin-left: 1.5em;
}

a.exLink {
	background: url("../images/info.png") no-repeat 100% 50%;
	padding-right: 25px;
}

/******* SEARCH RESULTS *******/

.list {
	border-collapse: collapse;
}

.srRentFreq {
	font-size: 11px;
	font-weight: normal;
}

#particularsRf {
	font-size: 0.8em;
	font-weight: normal;
}

td.propertyAddress a {
	font-weight: bold;
}


td.description, td.bedrooms { font-size: 0.95em; vertical-align: top; text-transform: capitalize; }

td.description { border-bottom: dotted 1px #422100; }

.available {
	background: #553979;
	color: #fff;
	font-size: 0.95em;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	width: 150px;
}

.notAvailable {
	background: #fff;
	color: #543979;
	border: solid 2px #543979;
	font-size: 0.95em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	width: 146px;
}

td.thumbnail {
	padding: 10px 10px 10px 0;
	border-bottom: dotted 1px #7d526c;
}

.tableSpacer {
	height: 15px;
}

td.propertyPrice {
	text-align: right;
	font-size: 1.4em;
	vertical-align: top;
	padding-top: 10px;
}

.pageList {
	text-align: right;
	font-weight: bold;
}

.searchNav {
	font-weight: bold;
}

#snTop, #plTop {
	border-bottom: dotted 1px #7d526c;
	border-top: dotted 1px #7d526c;
	padding: 8px;
	background: #f6f5f6;
}

#snBottom, #plBottom { 
	padding: 8px; 
	border-bottom: dotted 1px #7d526c;
	background: #f6f5f6;
}


/********* FOOTER **********/

#footer {
	width: 100%;
}

#footerContent {
	width: 986px;
	margin: auto;
	background: #B8A5CC;
	font-weight:bold;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 1em;
}

#footerContent a {
	
	color:#fff;
	
}

#footerContent p { text-align: right; margin: 0; padding: 10px; }

/********* REGISTER *********/


fieldset {
	margin-bottom: 15px;
}

fieldset .searchField {
	width: 100%;
	margin: 2px 0;
}

fieldset .searchField label {
	width: 30%;
	float: left;
}

legend {
	font-weight: bold;
	color: #553979;
	font-size: 1.2em;
}

.error {
	color: #CC0000;
}

/********** MISC ***********/

#welcomeBar {
	background: #7d526c;
	padding: 15px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
}



