/* General page layout styles */

body {
	background-color: #E9F2F6;
	text-align: center;
}
#container {
/*	width: 758px;			*/
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/design/bkg_mainstrip.gif);
	background-repeat: repeat-y;
	background-position: right;
}
form {
	margin: 0;	
}
.clear {
	clear: both;
	margin: 0;
}
.bold {
	font-weight: bold;
}
.disclaimer {
	font-size: 0.55em;
	font-weight: bold;
	color: #84A0AE;
}

/* Extra Header styling _____________________________________________________ */

#flags {
	float: left;
	margin: 16px 0 0 24px;
}
#logo {
	float: right;
}

/* Main Page content ________________________________________________________ */

#pageContent {
	float: right;
/*	width: 590px;			*/
	width: 782px;
	padding: 0 16px 0 12px;
	background-image: url(../images/design/bkg_pagecontent.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
html>body #pageContent {
/*	width: 568px;		*/
	width: 760px;
	padding-right: 10px;	
}

#pageContent div#banner {
	float: right;
	margin-right: -6px;
	margin-bottom: 10px;
}
#pageContent h1.heading {
	padding-left: 8px;
	height: 44px;
}
html>body #pageContent h1.heading {
	height: 24px;
}
#pageContent p.heading {
/*	width: 190px;			*/
	width: 382px;
	color: #B99153;
	font-size: 0.55em;
	padding-left: 8px;
	margin-bottom: 0;
}

#homeLeft h1.heading {
	padding-top: 4px;
	margin-top: 0;
	height: 34px;
}
html>body #homeLeft h1.heading {
	height: 20px;
}
#homeLeft p.heading {
	margin-bottom: 20px;
}

/* Main menu strip ___________________________________________________________ */

#menuStrip {
	float: left;
	width: 167px;
}

/* Homepage design ___________________________________________________________ */

#homeLeft {
	float: left;
/*	width: 213px;			*/
	width: 405px;
	padding-right: 15px;
}
html>body #homeLeft {
	width: 390px;
}

#homeRight {
	float: left;
	width: 361px;
	margin-right: -7px;
	margin-top: -10px;
}

#homeRight h1 {
	background-color: #006699;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	padding: 5px 4px 5px 13px;
	margin: 0;
	font-size: 0.6em;
	height: 22px;
}
html>body #homeRight h1 {
	height: 12px;
}
#homeIcons div {
	float: left;
}
#homeIcons p {
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.55em;
	padding-top: 26px;
}

#homeMailer, #homeMailerLeft {
	background-color: #B99153;
	float: left;
	width: 180px;
	height: 92px;
}
#homeMailerLeft {
	width: 181px;
	background-image: url(../images/design/bkg_homeMailer.gif);
	background-repeat: repeat-y;
	background-position: right;	
}
#homeMailer h1, #homeMailerLeft h1 {
	background-color: transparent;
	border: 0 solid #FFF;
	color: #FFBB21;
	padding: 8px 9px 5px 9px;
}
#homeMailer p, #homeMailerLeft p {
	color: #FFF;
	font-size: 0.6em;
	font-weight: bold;
	padding: 0 9px 5px 9px;
	line-height: 1.4em;
}
#homeMailer p a, #homeMailerLeft p a {
	color: #FFDC62;
}

/* Property advert page ______________________________________________________ */

#propBanner {
	float: right;
	margin-right: -6px;
	margin-bottom: 10px;
	background-image: url(../images/design/bkg_property.gif);
	background-repeat: no-repeat;
	width: 362px;
	height: 88px;
}
#propBanner div#tools {
	width: 230px;
	height: 26px;
	margin: 15px 0 0 20px;
	background-image: url(../images/design/bkg_propertytools.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.55em;
	color: #FFF;
	padding: 6px 0 0 0;
}
html>body #propBanner div#tools {
	height: 20px;
}
#propBanner div#tools img {
	margin-right: 6px;
}
#propBanner div#tools a {
	padding: 10px 0 0 10px;
	color: #FFF;
	text-decoration: none;
}
#propBanner div#tools a:hover {
	color: #A7D3E9;
}

#propBanner ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 0;
}
#propBanner ul li {
	padding: 0 0 0 20px;
}
#propBanner ul li a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #0091CA;
	text-decoration: none;
}
#propBanner ul li a:hover {
	color: #A7D3E9;
}

#propBanner h2 {
	float: right;
	padding: 25px 10px 0 0;
	font-size: 0.8em;
}

#propPhotosTop {
	padding-right: 100px;
}
#propPhotosTop div img {
	float: right;
	margin: 0 0 7px 7px;
}
/*
#propPhotosTop div img.nomargin {
	margin: 0 7px 7px 0;
}
html>body #propPhotosTop div img.nomargin {
	margin: 0 4px 7px 0;
}		*/

#propPhotosRight  {
	float: right;
	padding-right: 100px;
}
#propPhotosRight div img {
	margin: 0 0 7px 7px;
}

#propDisplayPhoto {
	float: left;
/*	width: 640px;		*/
	width: 540px;
	text-align: right;
}
html>body #propDisplayPhoto {
/*	width: 646px;			*/
	width: 546px;
}

#propStats {
	margin: 6px 0 15px 0;
}
#propStats tr {
	height: 18px;
	background-image: url(../images/design/bkg_propadstats.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#propStats th {
	font-family: Verdana, Arial, sans-serif;
	color: #006699;
	font-weight: bold;
	font-size: 0.8em;
	text-align: left;
}
#propStats th img {
	float: left;
}
#propStats td {
	font-family: Verdana, Arial, sans-serif;
	color: #96723A;
	font-size: 0.8em;
}

/* flash update */

#bannerHome {
	border-top: 1px solid #FFF;
	height: 161px;
	margin: 0 -11px 0 -1px;
	width: 766px;
}
html>body #bannerHome {
	height: 160px;
	margin-right: 0;
}