/* */
#listingsContainer {
	border:			1px solid #BAAF8E;
	margin:			5px;
	min-height:	720px;
	width:			463px;
}

.column {
	width: 160px;
}

/* Search Listings */
#searchHeader {
	background-image: url('/images/gbay.jpg');
	height: 			60px;
	width: 				452px;
	margin: 			auto;
	color: 				navy;
	font-family:	Arial;
	font-weight:	bold;
	text-align:		center;
}
.searchTitle {
	color:				red;
	font-family:	Arial;
	font-size:		15px;
	font-weight:	bold;
	margin: 			0 2% 0 2%;
	width: 				96%;
}

.searchbox {
	border-color: #BAAF8E;
	border-style: solid;
	border-width: 2px;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	width: 96%;
}

.searchDeveloperName {
	color:	black;
	font-family:	Arial;
	font-size:		14px;
	font-weight:	bold;
	margin: 			0 2% 0 2%;	
}

.searchbox table {
	margin: auto;
	text-align: right;
	width: 90%;
}

.searchbox thead {
	font-weight: bold;
	text-align: center;
}

.searchbox tfoot {
	text-align: center;
}

.searchbox table .label {
	width: 20%;
}

.searchbox select {
	width: 100%;
}

/* Listings for Search Result */

.smallListing {
	height: 160px;
	margin-top: 10px;
	padding:	0 1% 0 1%;
	width:	98%;
	border-bottom-style: solid;
	border-color: black;
	border-width: thin;
	font-family:	Arial MT,verdana,sans-serif;
	font-size:		12px;
}

.smallListing .thumbnail {
	background-repeat:	no-repeat;
	float:				left;
	height:				150px;
	width:				200px;
	margin-right: 5px;
}

.smallListing .thumbnail img {
	border-width: thin;
	border-style: solid;
	border-color: black;
}

.smallListing p {
	margin:	0px 0px 5px 0px;
}

.smallListing .address {
	background-color:#E7E3D8;
	font-weight:	bold;
}

.smallListing .price {
	background-color:#E7E3D8;
	font-weight:	bold;
	line-height:	normal;
}

.smallListing .mls {
}

.smallListing .description {
	font-weight: 500;
	padding-bottom: 10px;
}

.smallListing .clear {
	clear: both;
}

/* SIDEBAR */
.module {
	margin-top:			15px;
	margin-right:		5px;
	margin-bottom:	15px;
	font-family:		arial,verdana,sans-serif;
	font-size:			11px;
}

.module .header {
	background-image: url('http://www.lorrainejordan.com/images/internal/sidebars/module_hdr.gif');
	display: 			table-cell;
	font-weight:	bold;
	height: 			26px;
	width:				152px;
	text-align:		center;
 	vertical-align: text-bottom;
}

.module .header .title {
  position: absolute;
	bottom: 0px;
}

.module .body {
	border-color:	black;
	border-style: solid;
	border-width:	thin;
	padding:			5px;
}

.module #siteSearchMod {
	border-color:	black;
	border-style: solid;
	border-width:	thin;
	padding:	0 0 0	5px;
	color:				#6B696B;
	font-family:arial,verdana,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	list-style-type:none;
	text-indent:10px;
	text-align:left;
}