/*Changes to overall page structure
========================================*/

#wrapper {
	background: url(../images/backgrounds/home-wrapper.gif) repeat-y;
}

#content { background: url(../images/backgrounds/home-content.jpg) no-repeat left bottom;}

#left {
	padding: 0 20px 0 0;
	width: 572px;
}

#right {
	width: 148px;
	padding: 0;
}

#footer { background: url(../images/backgrounds/home-footer.jpg) no-repeat;}

/* Sidebar unique to homepage
==========================================*/

#right h3 {
	margin: 0;
	padding: 0 3px 0 0;
}

.listing {
	border-top: 1px solid #D9DBDE;
	color: #666;
	float: right;
	font-size: 11px;
	padding: 15px 0 0 0;
	text-align: center;
	width: 148px;
}


.listing img {
	border: 3px solid #667593;
}

.listing a.thumb-link {
	display: block;
	float: left;
	height:91px;
	margin: 0 0 3px 0;
	position: relative; left: 15px;
	text-decoration: none;
	width: 119px;
	z-index: 10;
}

.listing a.thumb-link img {
	border: 3px solid #667593;
	position: absolute; top: 0; left: 0;
	z-index: 0;
}

.listing a.thumb-link span {
	height: 72px;
	width: 117px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.listing a.thumb-link span.price-reduced {background: url(../images/backgrounds/reduced-banner.png) no-repeat;}
.listing a.thumb-link span.new-listing {background: url(../images/backgrounds/new-listing-banner.png) no-repeat;}

#content #right .listing ul {
	font-size: 11px;
	padding: 0 0 0 16px;
	text-align: left;
}

#content #right .listing ul li {
	list-style-image: none;
}

#content #right .listing p {
	font-size: 11px;
	padding: 5px 0 15px 16px;
}


#right div.quote {
	border-top: 2px solid #A1B3C8;
	border-bottom: 2px solid #A1B3C8;
	color: #000;
	float: right;
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 20px 10px 5px 10px;
	width: 128px;
}

#right div.quote p {
	text-align: justify;
	line-height: 1.4em;
	padding: 0 0 15px 0;
}

#right div.quote p.quote-giver {
	font-size: 11px;
	margin: 0px 0 0 0;
	position: relative;
	text-align: left;
	left: 0px;
}

div.quote a {
	font-weight: bold;
}

#right div.quote p.startquo {
	color: #83A0BF;
	float: left;
	font-size: 65px;
	height: 30px;
	margin: -20px 0 0 0;
	overflow: hidden;
	width: 25px;
}

#right div.quote p.endquo {
	color: #83A0BF;
	float: right;
	font-size: 65px;
	height: 18px;
	margin: 0;
	overflow: hidden;
	position: relative;
	left: 5px;
	top: -40px;
	width: 30px;
}


/*--------------------------------

LISTINGS APPEARING IN LEFT DIV ON 
HOMEPAGE

----------------------------------*/

.area-section {
	border-bottom: 1px solid #D9DBDE;
	float: left;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 572px;
}

#left .area-section div {
	font-size: 11px;
	float: left;
	padding: 6px 10px 0 6px;
	width: 130px;
}

a.thumb-link {
	display: block;
	float: left;
	height:91px;
	margin: 0 0 3px 0;
	position: relative;
	text-decoration: none;
	width: 119px;
	z-index: 10;
}

#left .area-section div a.thumb-link img {
	border: 3px solid #667593;
	position: absolute;
	z-index: 0;
}

#left .area-section div a.thumb-link span {
	height: 72px;
	width: 117px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#left .area-section div a.thumb-link span.price-reduced {background: url(../images/backgrounds/reduced-banner.png) no-repeat;}
#left .area-section div a.thumb-link span.new-listing {background: url(../images/backgrounds/new-listing-banner.png) no-repeat;}

#left .area-section div ul {
	font-size: 11px;
	padding: 0 0 0 3px;
}

#left .area-section div ul li {
	line-height: 14px;
	font-size: 11px;
	list-style-image: none;
	padding: 0;
}

#left .area-section div p {
	font-size: 11px;
	padding: 0 0 0 3px;
}

#left p.area-section-more {
	text-align: right;
	padding: 0 12px 0 0;
}

/* statistics button on index.html */

a#stats {
	background: url(../images/backgrounds/stats.jpg) #fff no-repeat top left;
	float: right;
	height: 205px;
	margin: 0 15px 30px 0;
	outline: none;
	text-align: left;
	text-indent: -9999px;
	width: 119px;
}

a#stats:hover {
	background-position: 0 -205px;
}

/* tidbit box on index.html */

#tidbit {
	border-top: 2px solid #A1B3C8;
	border-bottom: 2px solid #A1B3C8;
	float: none;
	padding: 15px 0 10px 0;
	width: 148px;
}

#tidbit h4 {
	color: #666;
	border-bottom: 1px solid #A1B3C8;
	font-size: 12px;
	margin: 0 10px 10px 10px;
	padding: 0 0 5px 0; 
	text-align: left;
}


#tidbit p {
	color: #667593;
	padding: 0 10px 15px 10px; 
	text-align: justify;
	font-size: .7em;
}


