@charset "UTF-8";
/* CSS Document 
 * Designed By: Hector Consuegra
 * Realedgedata Design
 * Version 1
 */

#container {
  width: 1024px;
}

#wrapper {
	margin:0;
	width:100%;
	height:auto;
/*	background:url(/images/bg_body.jpg) repeat-x 0px 182px;*/
}
/*
.wrpBg {
	background:url(/images/bg_body.jpg) repeat-x 0px 182px;
}
*/
.subBg {
	background-color:#e9e4d2;
}
#leftside {
	width:513px;
	height:693px;
	background:url(/images/bg_welcome.png) no-repeat;
	float:left;
	word-wrap: break-word;
}

/* Additions by Sathya Sekaran */
#rightside {
  float:right;
  width: 475px;
}

#content {
  background-color: transparent;
}

#welcome {
  width: 474px;
  padding: 20px;
}
#welcome h1 {
  color:#5D6126;
  font-size:18px;
}
#seal {
  float: right;
  padding-right: 40px;
  padding-top: 10px;
}
#properties {
	height:130px;
	border-bottom:1px #000000 solid;
	margin:5px 0 5px 0;
}
#featured {
	height:300px;
  padding-top: 10px;
}
#featured h2 {
  margin-top: 0px; 
  color:#5D6126;
  font-size:16px;
  text-transform:uppercase;
  line-height:12px;
}
#available {
	margin:10px 0 0 0;
}
#available h2 {
  margin-top: 0px; 
  color:#4e2000;
  font-size:16px;
  text-transform:uppercase;
  margin-bottom:0px;
}
#available .property {
	width:100%;
	height:80px;
	/*float:left;*/
	padding-left:2px;
	border-bottom:1px #000000 dotted;
	margin-bottom:0px;
}
.property {
	border-bottom:1px dotted #CCCCCC;
	clear:right;
	height:80px;
	padding:5px;
}

.property p {
	padding: 0;
	margin: 0;
}

.property .property_photo {
	float: right;
	padding:5px;
	border:1px #d7d7d7 solid;
}

.clear {
  clear: both;
}