/* MAIN STYLESHEET */
/* LAST UPDATED : Mathew Liles - 18/03/2010 */

html {height:100% width:100%; overflow:scroll;} /* FORCES SCROLL BARS TO STOP SITE JUMPING */
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.inner {width: 960px; margin-right: auto; margin-left: auto; } /* SETS WIDTH & CENTRE ALIGN OF SITE */

/* HEADER (inc. NAVIGATION) */
#header {
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	height: 107px;
	width: 100%;
	margin-bottom: 20px;
}
#logo {float: left;}
#telephonenumbers {
	float: right;
	height: 57px;
	width: 720px;
	margin-top: 25px;
	color: #FFF;
}
#telephonenumbers ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#telephonenumbers ul li {
	float: left;
	display: block;
	width: 143px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
}
#telephonenumbers ul li span {
	font-weight: normal;
	font-size: 0.8em;
}
#navigation {
	float: right;
	height: 25px;
	width: 720px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	width: 88px;
	display: block;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
	height: 25px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
	line-height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7d8eb8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aab5d1;
}
#navigation ul li a:hover {
	background-image: url(../images/bg_nav_hover.png);
}


/* FOOTER (inc. FOOTNOTE) */
#footer {
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	height: 45px;
	padding-top: 15px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	background-position: center top;
}
#footer ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 20px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footnote {
	color: #6d6e71;
	font-size: 0.7em;
}
#footnote span {
	text-align: right;
	width: 420px;
	font-weight: normal;
	display: inline;
	margin-left: 66px;
	float: right;
}
#footnote span a {
	color: #F00;
}


#footnote a {
	color: #6677ab;
	text-decoration: none;
}
#footnote a:hover {
	text-decoration: underline;
}



/* SITE CONTENT */

/* SEARCH COLUMN (inc. TWO ADVERT IMAGES) */
#search_col {
	width: 220px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#searchbox {
	width: 220px;
}
.top_border {
	background-image: url(../images/searchbox_topbottom.png);
	background-repeat: no-repeat;
	background-position: 0px -7px;
	height: 7px;
	width: 220px;
}
.bottom_border {
	background-image: url(../images/searchbox_topbottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 7px;
	width: 220px;
}
.middle {
	background-image: url(../images/searchbox_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	
}
#frmSearch {
	font-size: 0.8em;
	color: #08405e;
	margin: 0px;
	height: 182px;
}
#frmSearch select {
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.advertising_img {
	margin-top: 20px;
}



/* CONTENT COLUMN */
#content_col {
	float: right;
	width: 720px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h1 {
	font-size: 1em;
	font-weight: bold;
	color: #0A4488;
}
.staticcontent p {
	font-size: 0.8em;
}
.staticcontent table {
	font-size: 0.8em;
}
.staticcontent ol {
	font-size: 0.8em;
}
.staticcontent ul {
	font-size: 0.8em;
	list-style-image:url(../images/bullet_orange_dot.gif);
}
#highlightbox {
	width: 720px;
}
#highlightbox .top_border {
	background-image: url(../images/highlightbox_topbottom.png);
	height: 7px;
	width: 720px;
}
#highlightbox .bottom_border {
	height: 7px;
	width: 720px;
	background-image: url(../images/highlightbox_topbottom.png);
}
.highlightmiddle {
	background-image: url(../images/highlightbox_middle.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 700px;
}
.highlight {
	width: 212px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	height: 228px;
}
.highlight h1 {
	font-size: 1.2em;
	text-transform: lowercase;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 25px;
	background-image: url(../images/highlight_header.png);
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	line-height: 22px;
	font-weight: normal;
	padding: 0px;
}
.highlightdetails {
	background-image: url(../images/highlight_footer.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 32px;
	font-size: 0.7em;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bold;
}
.highlightdetails a {
	color: #000;
	text-decoration: none;
}
.highlightdetails a:hover {
	text-decoration:underline;
}
.price {
	color: #f26222;
	font-weight: bold;
}
.homepage_text {
	float: left;
	width: 300px;
	margin-right: 30px;
	color: #6d6e71;
	text-align: justify;
	font-size: 1em;
	margin-top: 20px;
}
#advert {
	float: right;
	width: 390px;
	margin-top: 20px;
}
.bottomlinks_left {
	float: left;
	height: 90px;
	width: 540px;
	margin-top: 20px;
}
.bottomlinks_right {
	float: right;
	height: 90px;
	width: 390px;
	margin-top: 20px;
}
.margin_left {
	background-image: url(../images/bottomlinks_sides.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 10px;
	background-position: -10px;
	float: left;
}
.margin_right {
	background-image: url(../images/bottomlinks_sides.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 10px;
	float: right;
}
.bottomlinks_left .bottomlinks_middle{
	background-image: url(../images/bottomlinks_middle.png);
	background-repeat: repeat-x;
	height: 90px;
	width: 520px;
	float: left;
}
.bottomlinks_right .bottomlinks_middle{
	background-image: url(../images/bottomlinks_middle.png);
	background-repeat: repeat-x;
	height: 90px;
	width: 370px;
	float: left;
	text-align: center;
}.bottomlinks_right .bottomlinks_middle a {
	color: #F26222;
	font-size: 0.8em;
}
.bottomlinks_middle h2 {
	color: #F26222;
	padding: 0px;
	font-size: 1em;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bottomlinks_middle table {
	font-size: 0.7em;
	color: #333;
}
.bottomlinks_middle a {
	color: #333;
	text-decoration: none;
}
.bottomlinks_middle a:hover {
	text-decoration:underline;
}


/* SEARCH RESULTS */
.propertylist_navigation_top {
	font-size: 0.8em;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	color: #333;
}
.propertylist_navigation_top a {
	color: #333;
	text-decoration: none;
}
.propertylist_navigation_top a:hover {
	text-decoration: underline;
}
.propertylist_navigation_bottom{
	margin-top: 25px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 30px;	
	font-size: 0.8em;
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	color: #333;
}
.propertylist_navigation_bottom a {
	color: #333;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	text-decoration: none;
	border: 1px solid #FFF;
	width: 20px;
	text-align:center;
	display:inline-block;
}
.propertylist_navigation_bottom a:hover {
	color: #333;
	background-color:#FFF;
	border: 1px solid #FFF;
}
.propertylist_navigation_bottom a.selected{
	color: #333;
	background-color:#FFF;
	border: 1px solid #FFF;
}
.propertylist_navigation_bottom a.prevnext{
	width: 52px;
}
.propertylist_summary h3 {
	font-size: 1em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	color: #0A4488;
}
.propertylist_summary h3 a {
	text-decoration:none;
	color: #0A4488;
}
.propertylist_summary h3 a:hover {
	text-decoration:underline;
}
.propertylist_image a {
	color: #0A4488;
	text-decoration: none;
	font-size: 0.7em;
	
}
.propertylist_image a:hover {
	text-decoration: underline;
}	
.propertylist_shortdescription {
	font-size: 0.7em;
	text-align: justify;
}
.propertylist_shortdescription p {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.propertylist_keyfeatures ul {
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	padding-left: 0px;
	line-height: 14px;
}
.propertylist_footer {
	font-size: 0.8em;
	color: #0A4488;
}
.propertylist_footer a {
	color: #0A4488;
	text-decoration: none;
}
.propertylist_footer a:hover {
	text-decoration: underline;
}

.propertylist_hr {
	color: #bcbec0;
	margin-top: 20px;
	height: 1px;
	width: 720px;
	margin-bottom: 20px;
}
.propertydetails h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #0A4488;
}
.propertydetails h4 {
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	color: #0A4488;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.propertydetails span {
	font-size: 0.9em;
	margin-bottom: 10px;
}
.propertydetails ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 0.8em;
}
.propertydetails p {
	font-size: 0.8em;
	text-align: justify;
}
.hips_chart {
	background-image: url(../images/hips_chart.png);
	color: #FFF;
	font-weight: bold;
}
.specialoffer {
	color: #FF0000;
	font-weight: bold;
}
.propertydetails em {
	color: #004286;
	
}
.contacttable {
	font-size: 0.8em;
}
.property_options {
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
}
.property_options a {
	font-size: 0.7em;
	text-decoration: none;
	color: #666;
}
.property_options a:hover {
	text-decoration: underline;
}
.error {
	font-size: 1em;
	color: #0A4488;
	font-weight: bold;
}
.mortgagecalc {
	font-size: 0.8em;
}
.mortgagecalc_top {
	border: 1px solid #aeb0b2;
}

.bottomlinks_middle form {
	padding: 0px;
	margin: 0px;
}

.flagimage {
	border:0 none;
	height:60px;
	position:absolute;
	width:60px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.nohover {
	margin:0;
	padding:0;
}
.flagimage_details {
	border:0 none;
	height:60px;
	position:absolute;
	width:60px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	z-index: 2;
}


/* ADWORDS STYLING */
.adwords {
	color: #6D6E71;
	font-size: 10px;
	text-align: center;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: 20px;
	overflow: auto;
}

