/* layout */
.home #main {
	width:521px;
	float: left;
	display: inline;
	background-image: url(../images/split_main_bg.jpg);
	margin: 0;
}
.home #main .maincurve {
	background-image: url(../images/split_main_top_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}
.home .extra {
	width: 180px;
	margin: 0;
	padding: 0 0 5px 0;
	float: right;
	display: inline;
	background-color: #FFCC33;
	background-image: url(../images/extra_bg_btm.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
/* search */
.home #search {
	background-image: url(../images/search_bg_top_home.jpg);
}
.home #search .indent {
	background-image: url(../images/search_bg_home.jpg);
}
.home #search input.button {
	background-image: url(../images/search_btn_home.jpg);
}
/* main */
.home #main .content {
	clear: both;
	margin: 0 10px 0 10px;
	padding: 0;
	font-size: 1.2em;
}
.home #main .content .welcome {
	color: #FFF;
	margin: 0 0 10px 0;
	background-repeat: no-repeat;
	height: 313px;
}
.home #main .content .welcome .inner {
	padding: 10px 10px;
	line-height: 1.2em;
}
.home #main .content .welcome .inner .subhead {
	margin: 0 0 170px 0;
	color: #FFF;
}
.home #main .content .welcome .inner h1 {	
	margin: 0 0 3px 0;
	padding: 0;
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 2px;
}
.home #main .content .welcome .inner a, .home #main .content .welcome .inner a:visited {
	color: #FFF;
}
.home #main .listing {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
.home #main .listing_details, .home #main .listing_detailslast {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}
.home #main .listing_detailslast {
	border-bottom: none;
}
.home #main .subhead {
	margin: 3px 0 5px 0;
	padding: 5px 0 0 0;
	font-size: .9em;
	display: block;
}
.home #main .subhead .high {
	color: #000;
}