body {
	margin: 0px;
	padding: 0px;
	font-family:Helvetica, Arial, sans-serif;
}
#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	height: 130px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #130D7B;
}
#logo{
float:left;
margin-left: 200px;
}

#languages{
float:right;
	width:150px;
	text-align:right;
	font-size:80%;
	display:inline;
	margin-bottom:5px;
}
#languages li a:link, #languages li a:visited {
	text-decoration:none;
}
#languages ul{
list-style:none;
}
#languages li {
	border-bottom: 1px solid #CCD6DF;
}
.clearer {/*Paul OB's clear solution for floats*/
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px; 
}
#header img {border:none;}
#nav {
	border-bottom: 5px solid #130D7B;
}
#content {
	width:680px;
	margin-top: 20px;
}
#added {
	float: left;
	width:100px;
	background-color:#00A2FF;
}
#indextext{
float:right;
width:570px;
}
#contenttext{
float:left;
}
#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 a {
	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 */
						/* Search Navigation formatting */
#search {
	width: 250px;
	float: right;
	margin-top:20px;
}

	/* Fonts and headers */
#content p {
font-size:100%;
line-height:1.2em;
}
										/* 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:100%;
}
#detailsleft {
	float: left;
	width:300px;
}
#detailsright {
	float: right;
	width:390px;
	font-size:90%;
	line-height:1.2em;
	margin-right:5px;
	text-align:justify;
}
#content h2{
	font-size: 130%;
	color: #130D7B;
	margin-top: 0px;
}
#content h3{
	font-size: 110%;
	color: #130D7B;
	margin-top: 0px;
}
.propertytable {
	border: 1px solid #F90;
	width: 100%;
	border-collapse: collapse;

}
.propertytable td {
border-bottom: 1px solid #F90;
padding:2px;
font-size:90%;
}
.propertytable td.alt{
background-color:#F8F3D2;
}
.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 { 
	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 #130D7B;
	margin-bottom:15px; 
}
input, textarea{
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
}
legend{
	padding:10px; 
	color:#130D7B;
	font-size: 95%;
	font-weight: bold;
	
}
.submitbutton {
	border: 1px solid #036; 
	background:#F90;
}
.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%;
}
.strong {/*for the detail table*/
    font-weight: bold;
	font-size:100%;
	}
#detailsright table {
	width:100%;
	border: 1px solid #fff;
		border-collapse:collapse; 
	border-spacing:0; 
}
#detailsright th {
	background-color:#B46956;
	font-size:80%;
	font-weight:bold;
	color:#FFF;
	padding:2px;
	border: 1px solid #fff;
}
#detailsright tr {
	background-color:#F90;
}
#detailsright td {
	padding:2px;
	border: 1px solid #fff;
	font-size:90%;
}
	
	
div.news{width: 250px;margin-bottom: 20px}
.news h3{font-size: 100%;margin:0;padding: 0 0 3px;background: #00A2FF;color: #130D7B;text-align: center}
#search form{
	background: #00A2FF;
	margin:0;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#search fieldset{ 
	padding:0;
	border:none;
	margin-bottom:0; 
}

div.row {
  clear: both;
  padding-top: 10px;
  font-size:90%;
  }

div.row span.label {
  float: left;
  width: 70px;
  text-align: left;

  }


div.row span.formw {
  float: right;
  width: 150px;
  text-align: left;
  } 

#detailsleft ul {
	list-style: none;
	padding: 0;
	margin: 2px;
}

#detailsleft li {
	float:left;
	list-style-type:none;
	padding: 0;
	margin: 2px;

}
#detailsleft img {
	display:block;
	border-style:none;
}
em {
color:#F90;
font-weight:bold;
}
#contenttext table {
	width:100%;
	border: 1px solid #fff;
	border-collapse:collapse; 
	border-spacing:0; 
}
#contenttext tr {
	background-color:#F90;
}
#contenttext td {
	padding:2px;
	border: 1px solid #fff;
	font-size:100%;
}
#added h3 {
font-size:90%;
color:#F90;
border-bottom:solid 1px #FF9900;
text-align:center;
}
#added ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#added li {
	list-style-type:none;
	padding-BOTTOM: 5px;
	margin-top: 4px;
	text-align:center;
	font-size:75%;
	color:#F90;
	text-transform: uppercase;
	border-bottom:solid 1px #FF9900;
}
#added img {
	border-style:none;
}