.listHolder {
	width: 940px;
	float: left;
	margin-bottom:70px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.detailHolder {
	width: 100%;
	display:block;
	position:relative;
	margin:0 auto 70px auto;
}

.detailHolder h2,.detailHolder h3,.detailHolder h4 {
	text-align:left;
	margin: 0 0 2px 30px;
	font-family: 'bentonsans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#753F00;
}

.detailHolder h2 {
	font-weight:600;
	font-size: 1.1em;
	line-height: 1.5em;
}

.detailHolder h3 {
	font-weight:600;
	font-size: .9em;
	line-height: 1.4em;
}

.detailHolder h4 {
	font-size: .82em;
	line-height: 1.4em;
}

.imgHolder {
	width: 940px;
	float: left;
	margin: 30px 0;
}

.imgHolder img {
	max-width:100%;
	height:auto;
}

.btnHolder {
	position:absolute;
	right: 40px;
	top: 145px;
	z-index:2;
}

a.detailBtn {
	width:155px;
	font-family: 'bentonsans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #938d7a;
	display: block;
	color: #fff;
	font-size: .9em;
	font-weight: 500;
	padding: 7px 10px;
	margin: 10px 0 0 30px;
	text-align: center;
	text-decoration: none;
}

a:hover.detailBtn {
	background: #433a1d;
	cursor: pointer;
}

a.listRow {
	width: 100%;
	color:#000;	
	background-color: #fff;
	border-bottom: 1px solid #000;
	float:left;
	font-size: .8em;
	line-height: 1.2em;
	text-align: left;
}

a:hover.listRow {
	background-color: #433a1d;
	color:#fff;
}

.resCell,.locCell,.condCell,.totCell,.prCell {
	padding: 14px 0px;
	float:left;
	text-align:center;
}

.resCell {
	width:15%;
}

.locCell {
	width:24%;
	text-align:left;
	padding-left:25px;
}

.condCell {
	width:15%;
}

.totCell {
	width:31%;
}

.prCell {
	width:15%;
}

.beigeBg {
	background-color: #e2e0d7;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.bold {
	font-size: .9em;
	font-weight: 600;
	color:#000;
}

.boldRed {
	font-weight: bold !important;
	color:#a10c04;
}

@media only screen and (max-width:940px) {
	.detailHolder {
		width: 100%;
	}
	
	.imgHolder {
		width: 100%;
	}
	
	.listHolder {
		width: 100%;
		font-size: .7em;
		font-weight: 600;
	}
	
	section.featured,.pad2 {
		display:none;
	}
	
	h1 {
		margin-top: 1.1em;
	}
	
}

@media only screen and (max-width:680px) {
	.btnHolder {
		top: 133px;
		right:10px;
	}
	
	a.detailBtn {
		width:125px;
	}

.listHolder {
		font-size: .7em;
		font-weight: 600;
	}
	
.resCell,.locCell,.locCell,.condCell,.totCell,.prCell {
	height: 50px;
}
	
}