@import url(../myhome-i.css);

#list-title {
    margin-bottom: 20px;
}
#list-title h1 {
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0;
	font-size: 1px;
	height: 22px;
}
#list-title h1 span {
    visibility: hidden;
}
#list-title p {
    font-size: 75%;
	line-height: 1.7;
	margin-top: 5px;
}
.list * {
  zoom: 1;
}
.list {
	margin-bottom: 30px;
}
.list h2 {
    background: url(../img/bar.gif) no-repeat;
	display: block;
	width: 740px;
	height: 21px;
	padding: 2px 0 0 20px;
	font-size: 80%;
	font-weight: bold;
}
.list h2 em {
    margin-left: 5px;
	font-size: 90%;
	font-weight: normal;
}
.list h3 {
	margin-top:   25px;
	background:   url(../img/areasquare.gif) no-repeat;
	text-indent:  1.5em;
	font-size:    90%;
}

.list.remodel h3 {
	background:   url(../img/areasquare_r.gif) no-repeat;
}

.list h3.first {
	margin-top:   15px;
}

.list ul {
    margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	line-height: 1.3;
}
.list ul a {
	font-size: 110%;
	display: block;
	padding: 14px 5px 6px 18px;
}
.list ul a:hover {
	background: #EFE9E0;
}
.list ul a img {
	margin-right: 12px;
}
.list li {
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
.list li span {
	position: absolute;
	right:    8px;
	bottom:   8px;
}
.list li img{
	padding:   0 0 0 5px;
}


p#lead {
	font-size: 80%;
	text-align: center;
}
#button {
	list-style-type: none;
	height: 45px;
	margin: 20px 0 0 128px;
	padding: 0;
}
#button li {
	width: 166px;
	height: 45px;
	padding: 0px 5px 0px 5px;
	float: left;
}
#button a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 166px;
	height: 45px;
}
#button a:hover {
	background-position: 0px -45px;
}
#button span {
	visibility: hidden;
	width: 166px;
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
#button #feature a {
	background-image: url( ../img/button_feature.gif);
	display: block;
	width: 166px;
	height: 45px;
	text-decoration: none;
}
#button #list a {
	background-image: url( ../img/button_list.gif);
	display: block;
	width: 166px;
	height: 45px;
	text-decoration: none;
}

.request_all {
	width: 760px;
	text-align: center;
	padding: 20px 0;
}
.clear {
	clear: left;
	font-size: 0px;
}