
body {
	margin: 0;
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 82%;
	min-width: 1000px;
	color: #333;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #346596;
	background: url("../images/blueDotted.png") repeat-x left bottom;
	padding-bottom: 0.5em;
	padding-top: 0.75em;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #fe7e10;
	padding-bottom: 0.5em;
	margin-bottom: 0;
}

h3 {
	font-size: 1.3em;
}

p {
	line-height: 130%;
	text-align: justify;
}

a, a:link, a:visited {
	color: #fe7e10;
}


.gold {

background:#CCCC00;

}

/*********** LAYOUT ***********/

#header {
	width: 100%;
	height: 155px;
	background: url("../images/header.png") repeat-x left bottom;
}

#flash {
	float: right;
	z-index: 0;
}

#footer {
	/*clear: both;*/
	background: #00366c;
	color: #c1ced8;
	margin-top: 3.5em;
	font-size: 0.9em;
}

#footer a img { border: none; }

#footerLeft {
	margin-right: 240px;
	padding: 2em;
	
}

#footerLeft img {
	margin-top: 1em;
}

#footerRight {
	float: right;
	width: 240px;
	text-align: right;
	padding: 2em;
}

#contentWrapper { width: 100%; }

#content {
	margin-top: 3.5em;
	padding: 0 2em 0 2em;
	margin-left: 240px;
}

#blocks {
	background: url("../images/fadedLeft.png") no-repeat left top;
	padding-left: 10px;
	min-height: 140px;
}

#lastBlock {
	background: none;
}

#picBlocks {
	float: left;
	width: 100%;
	background: url("../images/fadedBlue.png") repeat-x left top;
}

#blocksWrapper {
	margin-top: 2.5em;
	float: left;
	width: 100%;
	padding-right: 10px;
	background: url("../images/fadedRight.png") no-repeat right top;
}

.homeBlock {
	width: 24.8%;
	float: left;    
	margin-top: 15px;         
	background: url("../images/paleDotted.gif") repeat-y right top;
}

.homeBlock a img {
	border: none;
}

.homeBlock img {
	margin-left: 10px;
}

#siteNav {
      float:left;
      width:100%;
	  min-width: 990px;
      line-height:normal;
	  padding: 0;
	  background: url("../images/siteNavBg.png") repeat-x 0 7px;
	  vertical-align: bottom;
	  z-index: 1000;
	  position: absolute;
	  top: 149px;
	  margin-bottom: 10px;
}
    #siteNav ul {
      margin:0;
      padding:0;
      list-style:none;

      }
    #siteNav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #siteNav a {
      float:left;
      text-decoration: none;
	  color: #fff;
     }
	 
    #siteNav a span {
      float: left;
      display: block;
      background: url("../images/siteNavBg.png") repeat-x;
	  background-position: 0 0;
      padding: 6px 12px 6px 12px;
      color: #fff;
	  font-size: 0.9em;
	  font-weight: bold;
	  margin-top: 7px;
	 }
	 
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #siteNav a span {float:none;}
    /* End IE5-Mac hack */
	
    #siteNav a:hover span {
		background-position: 0 -150px;
		background: #FFCC66;
     }
	 
    #siteNav .currentListItem a {
      background: url("../images/currentTabRight.gif") no-repeat right top;
	  color: #ff7c21;
	  padding:0 5px 0 0px;
	  margin-top: 0;
    }
	
    #siteNav .currentListItem a span {
      background: url("../images/currentTabLeft.gif") no-repeat left top;
      color:#ff7c21;
	  padding-bottom:5px;
	  margin-top: 0;
	  padding:10px 25px 9px 30px;
    }

	  #siteNav .currentListItem a:hover {
	  	
	  	
	 }
	  #siteNav .currentListItem a:hover span {
	  	
	  }


/************** PAGE *************/

#sidePanel {
	width: 240px;
	float: left;
	/*margin-top: 3.5em;*/
}

#quickSearch h2 {
	margin-top: 0;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	padding: 1em 0 0 1em;
	margin-bottom: 0;
}

#quickSearch {
	width: 230px;
	background: url("../images/quickSearchBg.png") no-repeat left top #fe7e10;
	margin-left: 10px;
	margin-bottom: 10px;
}

#wanted {
	height: 172px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#quickSearch form {
	padding: 1em;
	background: url("../images/qsBottom.png") no-repeat left bottom;
	margin: 0;
	font-size: 0.85em;
}

#quickSearch #mapTickBox {
	padding: 8px 0;
}

#quickSearch form select {
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 0.9em;
}

#quickSearch form .radios {
	padding: 0 0 10px 0;
	clear: both;
}

#quickSearch form .radios #rLabel {
	width: 30%;
	float: left;
	font-weight: bold;
}

#quickSearch form .radios #rButtons {
	width: 70%;
	float: left;
}

#quickSearch form .searchField {
	padding: 5px 0;
	clear: both;
}

#quickSearch form .searchField label {	
	width: 37%;
	float: left;
	font-weight: bold;
}

#quickSearch form .searchField input {
	width: auto;
	float: left;
}

#contactInfo {
	margin-left: 10px;
	background: url("../images/contactBottom.png") no-repeat left bottom #346596;

}	

#contactInfo p {
	margin: 0;
	padding: 0.5em;
	color: #fff;
}

#contactInfo h2 {
	color: #346596;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0;
	padding: 0 0 0.5em 0.75em;
	background: #fff;
}

.floatContainer {
	width: 100%;
	float: left;
}


/************** MAPS *************/

#mapContainer {
	width: 100%;
}

#map_canvas_2 {
	border: solid 1px #ccc;
	float:left;
}
#mrWrapper {
	float: left;
	width: 39%;
}
#mapResults {
	margin-left: 2em;
}

#mapResults ol {
	margin-top: 0;
	padding-top: 0.5em;
}

#mapResults ol li {
	font-size: 0.85em;
	margin-bottom: 0.5em;
}

#pageNumbers {
	font-weight: bold;
	text-align: right;
	padding: 0.75em;
	font-size: 0.85em;
	background: #ffefdf;
}

#mapResults h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #346596;
	margin: 0;
	padding: 1em;
}

#map_canvas_1 {
	width: 228px;
	height: 270px;
	border: solid 1px #346596;
}

#map2_canvas h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#mapHeader {
	width: 100%;
	background: url("../images/blueDotted.png") repeat-x left bottom;
	padding-bottom: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

span#mapH { font-size: 1.5em; color: #346596; }

#mapSearchOptions {
	float: right;
}

/*********** PARTICULARS **********/

h1.pageHeading {
	margin: 0;
	padding: 1em;
	color: #333;
}

h2.particularsPrice {
	margin: 0;
	background: #666;
	color: #fff;
	padding-left: 1em;
}

#particulars h2 {
	background: #efefef;
	font-weight: bold;
	margin-bottom: 0.75em;
}

#featureLinks { 
	width: 230px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	background: url("../images/particularsButtons.png") no-repeat left top;
}

#featureLinks a img { border: none; padding-top: 3px; background: url("../images/dottedOnBlue.png") repeat-x left top; }

#featureLinks a img#firstFl { background: none; }

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

#particularsRightInfo h3 {
	background: #dfe6ed;
	color: #346596;
	font-size: 1em;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}

#particularsRightInfo a img {
	border: solid 1px #346596;
	margin: 3px;
}

#roomsAndType {
	padding: 0.5em 0 1.25em 0;
	font-size: 1.1em;
	color: #346596;
}


p.particular {
	text-align: center;
}

.photoPosition {
	color: #346596;
	padding: 0.5em;
	text-align: right;
	background: #dfe6ed;
	margin-top: 0.5em;
}


#particularsRightInfo {
	margin-left: 480px;
	text-align: center;
	min-width: 210px;
	background: #f0f3f7;
}

#particularsPhoto {
	float: left;
	width: 448px;
}

#caption {
	z-index: 1001;
	background: url("../images/transparentBlue.png") repeat;
	color: #fff;
	position: absolute;
	font-size: 1em;
	font-weight: bold;
}

#caption div#capText { padding: 7px; margin: 0; }


.description {

background: url("/site/custom/anthonyJames/images/descriptionBgFinest.png") no-repeat bottom right #ECE1CC;

}

#descriptionAndRooms {
	clear: left;
}

table.featureList {
	margin-top: 1.5em;
	width: 448px;
	background: #fdf4da;
	border: dotted 1px #fda718;
}

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/tickbulletWhiteBg.png") no-repeat left center;
	}
table.featureList ul li {	
	margin: 0 5px;
	padding: 5px 0 5px 25px;
	background: url("../images/tickbullet.png") no-repeat left center;
}

#particularsPhoto h2 {
	margin: 1.5em 0 0 0;
	padding: 0.25em 0.5em;
	background: #fdf4da;
}

#particularsPhoto p {
	margin-left: 0.5em;
}

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/linkArrows.png") no-repeat left center;
	padding-left: 1.5em;
}

ul#locInfo li a, ul#locInfo li a:link, ul#locInfo li a:visited {
	color: #346596;
}

ul#locInfo li a:hover { color: #333; }


p.roomDescription {
	margin-top: 0;
}

.pDetail {
	border-top: dotted 1px #346956;
}


h4.floorName {
	font-weight: bold;
	color: #346596;
	font-size: 1.1em;
	margin-left: 0.5em;
}

h5.roomName {
	margin-bottom: 0;
	font-size: 1em;
	padding-bottom: 0.25em;
	margin-left: 0.5em;
}

#rooms {
	margin-left: 1.5em;
}

/************ CONTACT US **********/

.contactPic {
	float: left;
	margin: 0 20px 20px 20px;
	border: solid 1px #003399;
}

.nameHeading {
	font-weight: bold;
	text-transform: uppercase;
}

.contact {
	margin-left: 140px;
	margin-bottom: 30px;
}

/******** MAIN SEARCH ********/

#searchWrapper {
	float: left;
	width: 400px;
	border: dotted 1px #ccc;
}

div.area {
	width: 50%;
	float: left;
}

#featured {
	margin-left: 400px;
	padding-left: 1em;
}

.fProp {
	float: left;
	width: 39.9%;
	margin: 1% 4%;
	text-align: center;

}

#fProperties { 
	float: left; 
	width: 100%; 
	background:#F1EADA;
}

.fProp a img {
	padding: 1px;
	border: solid 1px #ccc;
}

#fRooms {
	font-size: 0.85em; 
	text-transform: capitalize;
}

#fTown {
	color: #346596;
}


#fProperties h3 {
	background: #333;
	color: #BE9A4A;
	font-size: 1em;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}

/********** REGISTER *********/

fieldset {
	margin: 5px 15px 15px 15px;
	padding: 10px;
	border: solid 1px #ccc;
	max-width: 640px;
}

legend {
	font-size: 1.3em;
	margin: 0 0 8px 0;
	padding: 4px 10px 4px 0;
	color: #fe7e10;
}


fieldset .searchField, #mainSearch .searchField {
	clear: both;
	padding: 6px 0;
	width: 100%;
}

#mainSearch { margin: 1em 2em; }
#mapTickBox { padding: 0.5em 0; font-weight: bold; }
div.radios { width: 100%; padding: 6px 0; }
p#rLabel { float: left; width: 50%; margin: 0; font-weight: bold; }
div.rButtons { float: left; }

#mainSearch .searchField label { display: block; float: left; width: 50%; font-weight: bold; }
fieldset .searchField label { display: block; float: left; width: 30%; }
fieldset .searchField input, #mainSearch .searchField input { width: auto; float: left; }
fieldset .searchField select, #mainSearch .searchField select { width: auto; }

/********** SEARCH RESULTS *********/

#searchResults {
	width: 100%;
	float: left;
}

.list tr td.propertyAddress {
	margin: 1.5em 0 0 0;
	padding: 0.5em;
	background: #fdf4da;
}

.list tr td.thumbnail {
	padding: 0 0.5em;
}

.list tr td.thumbnail a img {
	padding: 1px;
	border: solid 1px #346596;
}

.list tr td.searchNav {
	font-size: 1.3em;
	color: #346596;
}

.list tr td.pageList {
	text-align: right;
}

.list tr td.bedrooms, .list tr td.propertyStatus, .list tr td.propertyPrice, .list tr td.propertyType {
background: url("../images/orangeDotted.png") repeat-x left bottom;
font-weight: bold;
}


.list tr td.propertyAddress a {
	color: #fe7e10;
	font-weight: bold;
}

/*************** MISC **************/

.clearer {
	clear: both;
}

#mortgageCalculator {
	margin-top: 1em;
	width: 420px; 
	background: #fdf4da; 
	border: solid 1px #fff; 
	border-collapse: collapse;
}

#mortgageCalculator tr td {
	border: solid 1px #fff;
	padding: 0.25em;
}

.mcLabel {
	background: #ffcb7d;
}

td h4 {
	background: #fdf4da; 
	padding: 0.25em 0.5em;
	color: #fe7e10;
}

ul.ajList {
	list-style-type: none;
	margin-left: 0;
	padding-top: 68px;
	padding-left: 1em;
	font-size: 1.1em;
	text-transform: uppercase;
}

ul.ajList li {	
	background: url("../images/ajHouse.png") no-repeat left center;
	padding-left: 35px;
	padding-right: 15px;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: bold;
}

a.pdfLink {
	background: url("/site/template/images/icons/pdfIcon16x16.gif") no-repeat;
	padding-left: 25px;
	margin-right: 30px;
}


