
#homefind{
	width: 930px;
	height: 186px;
	background: transparent url(../images/homefind/homefind-bg.png) no-repeat;
	overflow: hidden;
	position: relative;
}
#homefind .button{
	color: #ffffff!important;
}
#homefind ul.nav-list{
	list-style-type: none;
	margin: 0px 0px 0px 230px;
	padding: 0px;
	height: 23px;
}
#homefind ul.nav-list li{
	float: left;
}
#homefind ul.nav-list li a{
	display: block;
	float: left;
	height: 23px;
	text-decoration: none;
	background: transparent url(../images/homefind/homefind-nav-bg.png) no-repeat top right;
	border: 1px solid #a9a7a7;
	border-left: 0px;
	padding: 0px 25px 0px 9px;
	color: #002244;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
}
#homefind ul.nav-list li.first a{
	border: 1px solid #a9a7a7;
}
#homefind ul.nav-list li a:hover{
	background-position: bottom right;
	color: #ffffff;
}
#homefind ul.nav-list li a.active{
	background-position: bottom right;
	color: #ffffff;
}

#homefind .main-image{
	position: absolute;
	width: 169px;
	height: 146px;
	top: 33px;
	left: 8px;
}
#homefind .content{
	padding: 10px 10px 30px 195px;
}


#homefind .buttons{
	position: absolute;
	width: 740px;
	height: 38px;
	overflow: hidden;
	bottom: 1px;
	right: 1px;
}
#homefind .buttons .wrap{
	display: block;
	padding: 9px 9px 9px 12px;
}


#homefind .tab{
	display: none;
}
#homefind .tab-1{
	display: block;
}
#homefind .pager{
	position: absolute;
	width: 200px;
	bottom: 8px;
	right: 0px;
}
#homefind .paginate{
	width: 105px;
	height: 22px;
	background: transparent url(../images/homefind/paginate-button.png) no-repeat;
	position: relative;
	overflow: hidden;
}
#homefind .paginate .previous{
	width: 25px;
	height: 22px;
	background: transparent url(../images/homefind/paginate-button.png) no-repeat bottom left;
	cursor: pointer;
	position: absolute;
	top: 0px;
}
#homefind .paginate .next{
	width: 25px;
	height: 22px;
	background: transparent url(../images/homefind/paginate-button.png) no-repeat bottom right;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}
#homefind .paginate .count{
	text-align: center;
	display: block;
	line-height: 22px;
	font-size: 10px;
}

#homefind .content h2{
    margin: 8px 0px 11px 0px;
    color: #0088D1;
    font-family: 'Lucida Sans Bold','Lucida Sans Unicode','Lucida Grande',Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0.3em;
    letter-spacing: normal;
}


