body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #787878;
	background-color: #1B1B1B;
}

html, body, #wrapper, {
    margin: 10px;
    padding: 0;
}

th, td {
    font-size: 10px;
}

img { border: 0; }

a {
    color: #3399cc;
}

#wrapper {
    margin: auto;
    text-align: left;
    width: 1000px;
	background:#ffffff;
	border: 5px solid #333333;
}

.header{
	background:url('../images/logo.jpg') 70px 0;
	height:47px;
	
}	
.header-bend{
	background:url('../images/bend.jpg') 70px 0;
	height:47px;
	
}
.header-lotus{
	background:url('../images/lotus.jpg') 70px 0;
	height:47px;
	
}
.header-tucson{
	background:url('../images/tucson.jpg') 70px 0;
	height:47px;
	
}
.header-cedar{
	background:url('../images/cedar.jpg') 70px 0;
	height:47px;
}
.header-heavenly{
	background:url('../images/heavenly.jpg') 70px 0;
	height:47px;
}
.header-london{
	background:url('../images/london.jpg') 70px 0;
	height:47px;
}
.header-fairhaven{
	background:url('../images/fairhaven.jpg') 70px 0;
	height:47px;
}

.header-bmt{
	background:url('../images/bmt.jpg') 70px 0;
	height:47px;
	
}
.header2{
	background:url('../images/logo2.jpg') 70px 0;
	height:47px;
	
}
.photo-slider{
	width:600px;
	height:400px;
}	

.contact{
	float:right;
	width:390px;
	padding:20px 0;
	}

.contact .info{
	font-size:20px;
	color:#000000;
	font-weight:bold;
	line-height:30px;
}	
.contact2{
	float:left;
	width:390px;
	padding:20px 0 60px 40px;
	}

.contact2 .info{
	font-size:20px;
	color:#000000;
	font-weight:bold;
	line-height:30px;
}	
.for-rent{
	float:left;
	width:500px;
	height:200px;
	padding: 0 40px;
}	

h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

h3 {
    padding: 4px 0 0 0;
	color:#003366;
}
h3 span{
	font-size:14px;
	margin-left:20px;
}
.block {
    display: block;
}


.locations{
	width:350px;
	overflow:hidden;
}
.locations p{

	margin-left:135px;
	
}	
.left {
    float: left;
    margin: -1px 5px 0px 0px;
}

.readmore {
    text-align: right;
}

#nav {
  background: red;
  position: absolute;
  top: 48px;
  left: 448px;
  width: 106px;
}

#nav a {
    color: #387009;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 30px;
}

* html #nav a {
    width: 100%;
    w\idth: 76px;
    padding: 5px 0 5px 30px;
    padd\ing: 6px 0 6px 30px;
}

#nav a:hover {
    background: #5b8c29;
    color: white;
}

.footer{
	background:#333;
	height:100px;
	height:50px;
	color:#F5BB58;	
	text-align:center;
	padding-top:5px;
}	
		
/* property block */

.property-holder{
	width:920px;
	height:100%;
	margin:20px 0 0 21px;
}	

.property{
	float:left;
	width:440px;
	padding:10px;
	color:#252525;
	font-size:16px;
	height:300px;
	vertical-align:bottom;
}	
.property span{
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
}	
.property ul{
	margin-top:20px;	
	}
.property li{
	margin:5px 0;
	list-style-type:none;
	}
	
.picture-holder{
	color:#252525;
	width:920px;
	height:100%;
	margin:40px;
	}

.picture-holder img{
	float:left;
	margin:10px;
}		
.picture-holder span{
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
}		


#pw label{
	width:100%;
	display:block;
	margin:10px 0;
}
#pw input{
	padding:8px;
	border-radius:3px;
	border:1px solid ##cfcfcf;
	font:14px/16px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}	
#msg{ 
	color:#ff0000;
}