@charset "utf-8";
/* CSS Document */

#wrapper {
	width:1024px;
	margin:0 auto;
	background-color:#f0ecda;
	clear:both;
	overflow:auto;
	font-family:helvetica,arial,sans-serif;
	padding:0;
}
#header {
	height:175px;
	border-bottom:5px solid #234d04;
}
#header ul{
	float:right;
	margin:0;
	margin-top:10px;
	margin-right:20px;
}
#header #logo {
	float:left;
	margin:30px;
}
#header #logo2 {
	float:right;
	margin:20px;
	margin-top:10px;
}
#header ul li {
	float:left;
	list-style-type:none;
}
#header ul li a{
	display:block;
	width:100px;
	height:25px;
	color:#f0ecda;
	background-color:#3e5a20;
	text-align:center;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	-webkit-border-top-left-radius: 4px;  
	-moz-border-radius-topleft: 4px;  
	-khtml-border-radius-topleft: 4px;  
	border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;  
	-moz-border-radius-topright: 4px;  
	-khtml-border-radius-topright: 4px;  
	border-radius-topright: 4px;
	margin-left:4px;
	padding-top:14px;
}

#header ul li a:hover{
	height:35px;
	margin-top:-10px;
	color:white;
	background-color:#294815;
}

#content {
	width:750px;
	margin-right:20px;
	margin-top:20px;
	float:right;
	padding:0;
	display:inline;
}
#content .block {
	background-color:#f6f3ea;
	margin-bottom:10px;
	padding:13px;
	font-family:helvetica,arial,sans-serif;
	font-size:14px;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;  
	-khtml-border-radius: 6px;  
	border-radius: 6px;
display:block;
}
#content h1{
	text-transform: uppercase
}
h1{
	display:block;
	color:#3d5b1f;
	border-bottom:2px solid #94ad78;
	margin:0;
	padding:0;
	font-family:helvetica,arial,sans-serif;
	font-weight:normal;
	font-size:18px;
}
p {
	margin-top:10px;
}
a{
	color:#3d5b1f;
	text-decoration:none;
}
a:hover{
	color:#94ad78;
	text-decoration:underline;
}
a.morearrow{
	font-weight:bold;
	background-image:url("/images/morearrow.gif");
	background-position:right top;
	padding-right:17px;
	background-repeat:no-repeat;
	line-height:14px;
	padding-top:2px;
	clear:both;
}
a.morearrow:hover{
	background-position:right -16px;
}
a.right{
	display:block;
	text-align:right;
}
#montage {
	height:260px;
	background-color:#3f3e3c;
	border-top:20px solid white;
}
#montage h1{
	color:#f0ecda;
	font-size:40px;
	border:none;
	padding:70px;
text-align:right;
width:884px;
}
#montage h1 pre{
margin:0;
padding:0;
font-family:helvetica, arial, sans-serif;
font-size:40px;
}
#sidebar {
	float:left;
	margin:20px 0 20px 20px;
	width:215px;
	padding:0;
	display:inline;
}
#footer {
	clear:both;
	border-top:10px solid white;
	background-color:#3f3e3c;
	height:90px;
	padding:20px;
}
#sidebar .block{
	background-color:#d4cfbc;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:12px;
}
#sidebar h1{
	margin:0;
	padding:6px;
	background-color:#3f3e3c;
	display:block;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px;
	margin-bottom:5px;
	color:#f0ecda;
	font-family:helvetica,arial,sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:15px;
	text-transform: uppercase;
	border:none;
}
#sidebar p{
	padding:0 10px 10px 10px;
	margin:0;
	
}
ul.nobullets{
	list-style-type:none;
	margin:0 10px 0 10px;
	padding:0;
}
#sidebar form{
	margin:0 10px 0 10px;
}
#sidebar form input{
	margin:0;
	margin-bottom:5px;
}
#sidebar form input[type='text']{
	border:none;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px;
	padding:2px;
	width:190px;
}
#sidebar form input[type='submit']{
	background-color:#94ad78;
	-webkit-border-radius: 8px;  
	-moz-border-radius: 8px;  
	-khtml-border-radius: 8px;  
	border-radius: 8px;
	border:1px solid #e4dfcc;
	color: #e4dfcc;
	float:right;
}
#sidebar form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#sidebar img{
	margin:5px 10px 5px 10px;
}
#sidebar h2{
	color:#94ad78;
	font-size:14px;
	margin:10px 10px 3px 10px;
}

#content h2{
	color:#94ad78;
	font-size:14px;
}
#content h2 a{
	color:#94AD78;
}
#content .property{
	margin:30px;
	clear:both;
}
#content .property p{
	font-size:12px;
	line-height:18px;
}
#content .property img{
	float:left;
	margin-right:40px;
	margin-bottom:30px;
}

#footer {
	color:#6a6967;
	text-align:center;
	font-size:12px;
}
#montage h1{
position:absolute;
}
#montage .image{
overflow:hidden;
height:260px;
width:1024px;
}
.propertyimage{
margin:10px
}
.date{
margin-left:10px!important;
color:#afaa97;
}
.figures { 
height:18px;
margin:0;
padding:0;
overflow:hidden;
background-color:#3F3E3C;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px;
}
.figures .icon {
width:18px;
height:18px;
margin:0;
padding:0;
}
.figures .icon img{
margin:0!important;
padding:0!important;
}
.figures .number {
width:auto;
height:18px;
margin:0;
padding:0;
padding-right:10px;
padding-top:3px;
line-height:18px;
color:#898886;
}