body {
	margin: 0px;
	padding: 0px;
	font-family:Helvetica, Arial, sans-serif;
	background-color:#FC0;
}
#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8F3D2;
	border-width: 1px;
	border-style: solid;
	border-color: #FFCC00;
}
#header{
	height: 100px;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
}
#logo{
float:left;}

#flags{
float:right;
}
.clearer {/*Paul OB's clear solution for floats*/
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px; 
}
#header img {border:none;}
#nav {
	background-color: #00CCFF;
	border: 1px solid #FFCC00;
}
#content {
	width:770px;
	float:right;
	margin-top: 20px;
}
#contenttext{
width:730px;
}
#offer {
float:right;
margin-left:5px;
padding:5px;
font-size:80%;
width:180px;
border: 1px solid #FC0;
background-color:#FFFFFF;
}
#footer {
	font-size: 80%;
	height: 20px;
	clear: both;
}
									/* End of positioning elements */
			/* Top Navigation formatting */
#nav ul, #nav li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	white-space:nowrap;
}
#nav li{
	display:inline;
	position:relative;
	white-space:nowrap;
}
#nav li a.last{border-right:1px solid #0088FF;}

#nav a {
	border-left:1px solid #0088FF;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
	color: #00F;
	padding:4px 10px;
	line-height:22px;
}
* html #nav a {padding:2px 10px;display:inline;}
/* commented backslash hack v2 \*/ 
* html #nav a {height:1%;} 
/* end hack */ 


#nav a:hover{
color: #FFCC00;
}

* html #nav a:hover {
padding-bottom:0px
}
										/* End of top navigation formatting */
						/* Left Navigation formatting */
#leftnav {
	width: 170px;
	float: left;
	margin-top:20px;
}
#searcharea {/*actual panel containing search critera */
	width:130px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #FC0;
}
#searcharea p{
		font-size:80%;
		margin-left:5px;
}
#searcharea ul{
	margin:0;
	padding:0;
	list-style:none;

}
#searcharea li {
	margin-left:5px;
	list-style-position:outside; 
}
#searcharea a {
	font-size: 75%;
	text-decoration: none;
	font-weight: bold;
	color: #0000CC;
}
#searcharea a:hover{
color: #FFCC00;
}
/* End of left navigation */
	/* Fonts and headers */
#content p {
font-size:90%;
line-height:1.6em;
}
										/* End of fonts and headers */
#content li{
	list-style-type: square;
}
.left {
	float: left;
	position: relative;
}
.right {
	float: right;
	position: relative;
	padding-left: 5px;
}
.detailtable td {
font-size:90%;
}
#detailsleft {
	float: left;
}
#detailsright {
	float: right;
	width:440px;
}
h1{
	font-size: 120%;
	color: #F90;
	margin-top: 0px;
}
h2{
	font-size: 110%;
	color: #F90;
	margin-top: 0px;
}

#content h3{
	font-size: 100%;
	color: #F90;
	margin-top: 0px;
}
#content h4{
	font-size: 95%;
	color: #F90;
	margin-top: 0px;
}
.propertytable {
	border: 1px solid #F90;
	width: 600px;
	border-collapse: collapse;

}
.propertytable td {
border-bottom: 1px solid #F90;
padding:2px;
font-size:90%;
}
.propertytable td.alt{
background-color:#FFF;
}
.propertytable td.photo{
width:100px;
}
.propertytable tr.title{
background-color:#F90;
color:#FFF;
}
.offer {
	font-weight: bold;
	color: #F00;	
}
.photo {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	
}

/* Form style inspired by Nadia P's http://www.dreamweaverresources.com/tutorials/styled_form.htm*/
form { width: 95%;
	margin: 0 0 0 10px; }
	
label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 10px;
	color:#003;
}
br {
	clear: left;
}
fieldset{ 
	padding:10px;
	border:1px solid #036;
	margin-bottom:15px; 
}
input, textarea{
	color: #000;
	border: 1px solid #069;
	margin-top: 2px;
	margin-bottom: 2px;
}
legend{
	padding:10px; 
	color:#FC0;
	font-size: 95%;
	font-weight: bold;
	
}
.submitbutton {
	border: 1px solid #036; 
	background:#FFCC66;
}
.hidden {
	border:none;
}
/* The error style is for error text in the contact form */
.error {
	color: #F00;
	font-weight: bold;
	
}
.housebullet li {
	list-style-position: outside;
	list-style-image: url(images/bullethouse.png);
	font-size:90%;
}
