/* **** basic elements **** */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 80%;
	font-family: Lucida, Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	border: 0;
/*	background: #fff url("/images/background-body.jpg") top repeat-x; */
	}

.headerwrap {background: #fff url("/images/background-body.jpg") top repeat-x;}

.brand, .bodywrap {
	width: 955px;
	margin: auto;
	padding: 0;
	text-align: left;
	vertical-align: top;
	}

img {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0px;
	}

hr {clear: both;}

/* **** don't display elements **** */

.stream {display: none;}

/* **** text elements **** */

a {
	color: #cc6600;
	text-decoration: underline;
	font-weight: normal;
	}
a:visited {
	color: #cc6600;
	text-decoration: underline;
	font-weight: normal;
	}
a:hover {
	color: #cc0000;
	text-decoration: underline;
	font-weight: normal;
	}

h1 {
	margin: 0;
	padding: 0;
	}

h2  {
	margin: -2px 0 0 0;
	color: #cc0000;
	border-bottom: 1px dotted #666;
	}

h3 {
	margin: 6px 0 -16px 0;
	padding: 0;
	color: #cc6600;
	}

h4 {
	margin: 0 0 -15px 0;
	padding: 0;
	}

.small {font-size: 70%;}

/* **** layout elements **** */

.brand {height: 145px;}

.logo-web {
	width: 668px;
	height: 128px;
	margin: 0;
	padding: 0;
	}

.middleBit {
	float: left;
	width: 970px;
	margin: 0;
	padding: 0;
	}

.sideContent {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	}

.ads {text-align: center;}

.randomPic img {
	width: 565px;
	height: 89px;
	border: 1px solid #ccc;
	}

.mini-icons {
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	border: 0;
	}

.mainContent {
	float: left;
	width: 565px;
	margin: 0 15px 0 15px;
	padding: 0;
	border: 0;
	text-align: left;
	}

.listPic {margin: 0 0 3px 0;}

.propertyPic {margin: 0 12px 3px 0;}

.searchBar {
	width: 561px;
	height: 25px;
	margin: 0 0 10px 0;
	padding: 4px;
	color: #cc3300;
	background: #ffd7bd;
	}

.searchBox1 {float: left;}
.searchBox1 img {
	width: 100px;
	margin: 0 6px 8px 0;
	text-align: left;
	}

.searchBox2 {
	float: left;
	width: 459px;
	}

/* **** footer **** */

.footer {
	clear: both;
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	color: #333;
	text-align: right;
	}

.footer p {margin-top: 6px;font-size: 85%;}

.footer1, .footer2 {
	width: 955px;
	margin: 0 0 2px 0;
	padding: 2px 0 2px;
	color: #fff;
	text-align: center;
	}

.footer1 {background: #cc3300;}
.footer2 {background: #cc6600;}

.footer2 a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}
.footer2 a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}
.footer2 a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	}

/* **** nav **** */

.icon-link, .icon-contact {margin: 0 0 10px 0;}

.icon-link p {
	margin: 0 0 0 10px; 
	padding: 0 0 10px 30px;
	background: url("/images/icon-link.jpg") no-repeat;
	}
.icon-contact p {
	margin: 0 0 0 10px; 
	padding: 0 0 10px 30px;
	}

#tel {background: url("/images/icon-phone.jpg") no-repeat;}
#fax {background: url("/images/icon-fax.jpg") no-repeat;}
#email {background: url("/images/icon-email.jpg") no-repeat;}
#form {background: url("/images/icon-form.jpg") no-repeat;}
#headoffice {background: url("/images/icon-headoffice.jpg") no-repeat;}


/* **** forms **** */

#contact label {
	float: left;
	width: 140px;
	font-weight: bold;
	}

#findMe {background: #fff url("/images/background-search.jpg") no-repeat;}

#findMe select {width: 180px;}

