html {
	background: url(../images/dropGradient.png) repeat-x left top #000099;
}

body {
	width: 780px;
	padding: 0 0 0 20px;
	min-width: 780px;
	margin: auto;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/leftGradient.png) repeat-y left top #fff;
	color: #333;
}

#container {
	width: 100%;
	padding-right: 20px;
	background: url(../images/rightGradient.png) repeat-y right top #fff;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
}


h1, h2 {
	border-bottom: solid 1px #b1b1e2;
	color: #000099;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1em;
	padding: 0.5em 0 0.25em 0;
	margin: 0.25em 0 0.25em 0;
	
}

p {
	line-height: 1.5em;
}


a img {
	border: none;
}

a, a:link, a:visited {
	color: #000099;
}

a:hover {
	color: #555;
}

/******** HEADER *********/

img#logo {
	margin: 20px 0 10px 0;
}

img#bannerRegButton {
	margin: 120px 30px 30px 0;
}

div#contactBox {
	float: right;
	text-align: right;
	margin: 20px 0 0 0;
}

div#contactBox p {
	line-height: 120%;
}

.telNo {
	font-size: 2.2em;
	color: #000099;
	margin-bottom: 0;
	margin-top: 8px;
}

.strapline {
	font-size: 1.2em;
	color: #6969c9;
	font-weight: bold;
	margin-top: 2px;
}


/************* SITE NAVIGATION **************/
#siteNav {
      float:left;
      width:100%;
      line-height:normal;
	  padding: 0;
	  background: url("../images/tabBorder.png") repeat-x left bottom #fff;
	  margin: 10px 0;
	  border-bottom: solid 5px #000099;
}
    #siteNav ul {
      margin:0;
      padding:0;
      list-style:none;
      }
    #siteNav li {
      display:inline;
      margin:0;
      padding:0;
	  
      }
    #siteNav a {
      float:left;
      background:url("../images/tabLeft.png") no-repeat 0px top;
      margin:0 1px 0 0;
      padding:0 0 0 9px;
      text-decoration:none;
	  color: #333;
     }
    #siteNav a span {
      float:left;
      display:block;
      background:url("../images/tabRight.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      color: #333;
	 }
	 
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #siteNav a span {float:none;}
    /* End IE5-Mac hack */
    #siteNav a:hover span {
      color:#333;
      }
    #siteNav .currentListItem a {
      background-position: 0px -303px; 
	  color: #333;
    }
    #siteNav .currentListItem a span {
      background-position:100% -303px;
      color:#fff;
	  padding-bottom:5px;
      }
    #siteNav a:hover {
      background-position: 0px -151px;
      }
    #siteNav a:hover span {
      background-position:100% -151px;
      }
	  
	  #siteNav .currentListItem a:hover {
	  	background-position: 0px -303px;
	 }
	  #siteNav .currentListItem a:hover span {
	  	background-position: 100% -303px;
	  }

/*************** PAGE CONTENT ****************/

#content {
	width: 100%;
	clear: left;
}

#home {
	margin-right: 300px;
}

#home p {
	text-align: justify;
}


#banner {
	width: 780px;
	height: 190px;
	background: url(../images/banner.png) no-repeat left bottom;
}

#bannerText {
	width: 365px;
	padding: 0 20px;
}


#banner p {
	font-family: "Times New Roman", Times, serif;
	margin: 18px 0;
	color: #c6c6e7;
	font-size: 1.6em;
	line-height: 1em;
}

#banner p.bannerHeading {
	font-size: 2.1em;
	color: #fff;
	font-weight: normal;
	padding-top: 20px;
}

#contextNav {
	float: right;
	width: 275px;
}

/******** CONTACT US ********/

.branchdetails {
		margin: 20px;
	}
	
	
	
	.detailLabel {
	margin: 0;
	width: 18%;
	float: left;
	font-weight: bold;
	padding: 0;

}

	.details {
		width: 80%;
		float: left;
	}

.detailfield {
	width: 100%;
	clear: both;
	padding: 4px 0;
}

td.label {
	font-weight: bold;
}

/********** REGISTER ************/
div#registerContainer {
	width: 100%;
}

form.register {
	width: 80%;
	margin: auto;
}

form.register .searchField {
	padding: 3px;
}

form.register fieldset {
	margin: 20px 0;
	padding: 10px;
	background: url(../images/register.png) repeat-x left bottom #fff;
}

form.register fieldset legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #606095;
}


/********* QUICK SEARCH *********/

#quickSearch {
	border: solid 1px #e4e4e4;
	padding: 2px;
}

#quickSearch form {
	margin: 0;
	padding: 0 15px;
	background: #d4d4ee;
}

.buttonBox {
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

#regForm .buttonBox {
	background: none;
}

#regForm .searchField input {
	width: auto;
}

.searchField {
	padding: 2% 0;
	clear: both;
	width: 100%;
}

#quickSearch form .searchField {
	width: 190px; 
	padding: 4px 0;
}

div.searchField label {
	width: 50%;
	float: left;
}

.searchField input {
	width: auto;
	float: left;
}

.searchField select {
font-size: 0.95em;
}


#rLabel {
	width: 40%;
	float: left;
	margin: 0;
}

.radios {
	padding: 8px 0;
}

.rButtons {
	float: left;
	width: 50%;
}

.rButtons input, .rButtons label {
	width: auto;
}

/*********** SEARCH RESULTS ***********/

table.list {
	border-collapse: collapse;
	width: 100%;
	margin: auto;
}

table.list tr td.thumbnail {
	padding-right: 15px;
	padding-top: 15px;
}

table.list tr td.propertyAddress {
	padding-top: 15px;
	font-size: 1.2em;
}

table.list tr td.thumbnail, table.list tr td.description {
	background: url(../images/blueDots.png) repeat-x bottom;
	padding-bottom: 15px;
}

table.list tr td.pageList {
	text-align: right;
	background: url(../images/register.png) repeat-x bottom #fff;
	border: solid 1px #e4e4e4;
	border-left-width: 0;
	padding: 0.5em;
}

table.list tr td.searchNav {
	font-size: 1.2em;
	background: url(../images/register.png) repeat-x bottom #fff;
	border: solid 1px #e4e4e4;
	border-right-width: 0;
	padding: 0.5em;
}

table tr td.thumbnail {
	width: 160px;
}

table.list tr td.thumbnail a img {
	border: solid 1px #ccc;
}

table.list tr td.description {
	border-top: dotted 1px #b1b1e2;
}



/*********** PARTICULARS **********/

p.particular {
	text-align: center;
}

#particularsRightInfo {
	margin-left: 540px;
}

#particularsPhoto {
	float: left;
	width: 520px;
	margin-top: 2em;
}

#features {
	font-weight: bold;
	background: url(../images/paleGradient.png) repeat-x left bottom #fff;
	color: #333;
	border: solid 1px #ccc;
	width: 490px;
	padding: 10px;
	margin-top: 2em;
	margin-bottom: 2em;
}

#features ul {
	width: 49.4%;
	float: left;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

#features ul li {
	margin-left: 0;
	padding: 4px 4px 4px 30px;
	background: url(../images/tick.gif) no-repeat left center;
}

#descriptionAndRooms {
	clear: left;
}

/********** MISC ***********/

#footer {
	background: url(../images/footerLeft.png) no-repeat left bottom;
	padding: 0 0 0 20px;
	margin-left: -20px;
}

#footerMiddle {
	width: 100%;
	background: url(../images/footerMiddle.png) repeat-x left bottom;
}

#footerRight {
	background: url(../images/footerRight.png) no-repeat right bottom;
	margin-right: -20px;
	padding-bottom: 1em;
	padding-top: 1em;
}

#footerRight p {
margin-right: 20px;
}

#footer img {
	margin-left: 20px;
}

#phoneBox {
	width: 270px;
	height: 92px;
	background: url(../images/phoneBox.png) no-repeat 50% 50%;
	color: #fff;
	margin-top: 1em;
}

p.callUsOn {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-left: 15px;
	margin-top: 0;
	padding: 0;
	margin-bottom: 0;
	line-height: 1.7em;
	color: #adadd6;
}

p.pbNumber {
	font-size: 2.5em;
	margin-left: 60px;
	margin-top: 0;
	padding-top: 0;
	line-height: 1.7em;
}

img.homeImage {
	float: right;
	padding: 2px;
	border: solid 1px #666666;
	margin-left: 15px;
}



