#sub-content {
    width: 100%;
    margin-bottom: 7px;
    position: relative;
}

#sub-leftcol {
	float: left;
	width: 792px;
}

#sub-rightcol {
	position: absolute;
	float: left;
	right: 0;
	width: 170px;
}


/* top */

.banner {
	background: url(../images/atlanta-banner.jpg) no-repeat;
	width: 962px;
	height: 97px;
}

.banner h1 {
	padding: 30px;
	font-size: 280%;
	color: #FFF;
	font-weight: bold;
	letter-spacing: -1px;
}

/* search */

#horiz-search {
	background: url(../images/h-search-bar.png) no-repeat;
	height: 150px;
	width: 962px;
	padding: 10px 20px;
	margin: 10px 0 0;
}

#horiz-search h1 {
	padding: 10px 5px;
	font-size: 280%;
	color: #000000;
	font-weight: bold;
	letter-spacing: -1px;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}

#horiz-search-con {
  	padding: 10px 17px;
}

#horiz-search input{
	border: 1px solid #c7dbdf;
  	font-size: 14px;
    padding: 10px;
}

#horiz-search label {
  	display: block;
  	font-weight: bold;
  	padding-bottom: 3px;
  	color: #3eb8d2;
}

#horiz-search select {
	height: 39px;
	margin:0 12px 0 0;
}

#sub-search-text {
  	width: 190px;
	margin:0 12px 0 0;
}

#sub-prop-type {
}

#sub-prop-type select {
	border: 1px solid #c7dbdf;
  	font-size: 14px;
    padding: 8px;
}

#sub-price-range, #sub-beds, #sub-baths, #sub-sqft {
	float: left;
}

#sub-min-price, #sub-max-price {
	margin-right: 12px;
	width: 30px;
}

#sub-beds select,
#sub-baths select,
#sub-sqft select {
	height: 39px;
  	width: 80px;
	border: 1px solid #c7dbdf;
  	font-size: 14px;
    padding: 8px;
	margin-right: 12px;
}

#sub-submit-button input {
	float: left;
	margin: 17px 0 0;
	height:39px;
	width:78px;
	border: 0;
	padding:0;
}

input.s-button {
	background: url(../images/submit.gif) no-repeat;
}

.s-button:hover {
	background-position:0 -39px;
}

/* right */

#v-ad {
	padding: 0 8px;
}

/* left */

#grey-b-top {
	background:url(../images/grey-head.gif) no-repeat;
	width: 783px;
	height: 6px;
}

#grey-b-ft {
	background:url(../images/grey-ft.gif) no-repeat;
	width: 783px;
	height: 6px;
	margin: 0 0 10px;
}

#grey-b-mid {
	background:url(../images/grey-mid.gif) repeat-y;
	width: 783px;
}

.sub-title {
	width: 783px;
}

.sub-title h1 {
	float: left;
	padding: 0px 0 10px 0;
	color: #3d3d3d;
	font-size: 1.9em;
	font-family: arial, sans-serif;
	font-weight: normal;
}

.sub-button a {
	background: url(../images/view-all.jpg) no-repeat;
	width: 80px;
	height: 25px;
	text-indent: -3000px;
	float: right;
	margin:0 0 5px;
}

.sub-button a:hover {
	background-position:0 -25px;
}

#sub-house-thumbs {
	background: #eaeaea;
	width: 783px;
	float: left;
}

#sub-th {
	width: 783px;
	margin: 0px 20px 0;
}

ul.sub-thumbs{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sub-thumbs li {
	display: block;
	float: left;
	margin: 0;
	width: 168px;
	margin: 5px 22px 5px 0;
	position: relative;
}

.sub-thumbs a:link, .sub-thumbs a:hover {text-decoration: none;}

.sub-thumbs a h3 {
	color: #3d3d3d;
	font-size: 1.3em;
	font-weight: normal;
	margin: 2px 0 0;
}

.sub-thumbs a:hover h3 {
	color: #FF9600;
}

.sub-thumbs span {
	color: #a2a2a2;
	font-size: 8pt;
}

.sub-thumbs a img {
	border: 4px solid #a5d6e0;
}

.sub-thumbs a:hover img {
	border: 4px solid #fec779;
}

.sub-textp {
	width: 783px;
}

.sub-textp-info {
	border-bottom: 1px dashed #d4d4d4;
	padding: 0 0 5px 0;
	margin: 0 20px 5px 0;
}


.sub-textp h3 {
	color: #3d3d3d;
	font-size: 1.9em;
	font-family: arial, sans-serif;
	font-weight: normal;
}

.sub-textp p {
	line-height: 2em;
}


/*---------------------------------------
/* thumbs
/*--------------------------------------*/
.thumbnail-image {
	display:inline;
	float:left;
	overflow:hidden;
	position:relative;
	width:185px;
}

.thumbnail-image strong {
	display:block;
	position:absolute;
	background:#000A11;
	bottom:4px;
	display:block;
	font-size: 10pt;
	letter-spacing: normal;
	opacity:0.55;
	filter: alpha(opacity = 50);
	color: #fff;
	width:153px;
	padding:5px 7px;
	margin:0 4px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.thumbnail-image:hover strong {
	display: none;
}

.thumbnail-image:hover em {
	color: #FF9600;
}

.thumbnail-image em {
	color: #3d3d3d;
	font-size: 1.3em;
	font-weight: normal;
	margin: 2px 0;
	font-style:normal;
	display: block;
	width: 153px;
}

.thumbnail-image span {
	color: #a2a2a2;
	font-size: 0.8em;
	width: 153px;
	display: block;
}


#house-thumbs {
	background: #eaeaea;
	width: 783px;
	float: left;
}

#th {
	width: 960px;
	margin: 0px 20px 0;
}

ul.thumbs{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	display: block;
	float: left;
	margin: 0;
	width: 168px;
	margin: 5px 22px 5px 0;
}

.thumbs a:link, .thumbs a:hover {text-decoration: none;}

.thumbs a h3 {
	color: #3d3d3d;
	font-size: 1.3em;
	font-weight: normal;
	margin: 2px 0 0;
}

.thumbs a:hover h3 {
	color: #FF9600;
}

.thumbs span {
	color: #a2a2a2;
	font-size: 0.8em;
}

.thumbs a img {
	border: 4px solid #a5d6e0;
}

.thumbs a:hover img {
	border: 4px solid #fec779;
}

.sub-thumbs .left{
	float: left;
}

.sub-thumbs .right{
	float: right;
}

#end-thumb { background: url(../images/bottom-img.jpg); width: 960px; height: 9px; }

