/*

.realestatemodule .bodycopy .item{
	background: url(../images/bg-sidebar-table.gif) no-repeat;
	width: 194px;
	margin: 0px auto;
	padding: 10px 20px;
	text-transform: capitalize;
	display: table-cell;
	*float: left;
	color: #006EB1;
	font-size: 10px;
	
}
.realestatemodule .bodycopy .item img{
	width: 150px;
	height:auto;

}
.realestatemodule .bodycopy .item img.mngmnt_icon{
	width: auto;
	height:auto;

}
td.realestate {
	width: 300px;
}
img.realestate {
	width: 300px; 
	height: auto;
	border: 3px solid #666;
}
.realestate_sold, .realestate_leased {
	position: absolute;
	background: #660000;
	display: block;
	width: 150px;
	text-transform: uppercase;
	font-weight: bold;
	padding:3px;
	color: #FFF;
}	
.realestate_sold_sm, .realestate_leased_sm {
	position: absolute;
	background: #660000;
	display: block;
	width: 300px;
	text-transform: uppercase;
	font-weight: bold;
	padding:3px;
	color: #FFF;
}	
.realestatemodule .bodycopy img{
	
}

.realestate_formwrap {
	background: url(../images/bg-search-table.jpg) no-repeat left top;
	padding-top: 5px;
	height: 345px;
	_float: left;
	width: 700px;
}
.realestatesearch_form {
	width: 95%;
	margin-left: 17px;
}
.realestatesearch_form p {
	color: #999;
	font-size: 10px;
}
.realestatesearch_form table{
	paddin: 3px;
}
.realestatesearch_form h1 {
	font-size: 20px;
	color: #BBB;
	padding: 3px;
	margin-top: 15px;
	border-bottom: 1px solid #CCC;
	
}
.realestatesearch_form .searchbox input {
	height: 20px;
	width: 95%;
	color: #CCC;
	font-size: 16px;
}
.realestatesearch_form input.button {
	background: #EDF1FA;
	border: 1px solid #999;
	color: #88A5C3;
	text-transform: uppercase;
	height: auto;
	width: auto;
	padding-top: 3px;
	
}
.realestatesearch_form td {
	color: #006EB1;
}

/* ---- Sidebar Search ---- 

#sidebar .realestate_formwrap {
	background: url(../images/bg-table.jpg) no-repeat left top;
	padding-top: 5px;
	height: auto;
	_float: left;
	width: 210px;
}
#sidebar .realestatesearch_form {
	width: 95%;
	margin-left: 17px;
}
#sidebar .realestatesearch_form p {
	color: #999;
	font-size: 10px;
}
#sidebar .realestatesearch_form table{
	paddin: 3px;
}
#sidebar .realestatesearch_form h1 {
	
	
}
#sidebar .realestatesearch_form .searchbox input {
	height: 15px;
	width: 180px;
	color: #CCC;
	font-size: 12px;
}
#sidebar .realestatesearch_form input.button {
	background: #336699;
	border: 0px solid #999;
	color: #FFF;
	text-transform: uppercase;
	height: auto;
	width: 150px;
	*width: 160px;
	padding-top: 3px;
	margin-left: 0px;
	
}
#sidebar .realestatesearch_form td {
	color: #006EB1;
}
/* Search Results 
.img_results {
	border: 2px solid #666; 
	float: left; 
	background: #EBEBEB;
	margin:10px 4px 4px 4px;
	width: 100px;
	height: 75px;
	overflow: hidden;
	text-align: center;	
}
.realestatemodule .notes {
	text-transform: none; 
}
*/