.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: 940px;
	float: left;
	position:relative;
	margin-bottom:70px;
}

.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;
}

.descHolder {
	width: 500px;
	float: left;
}

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

.btnHolder {
	position:absolute;
	right: 40px;
	top: 55px;
}

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: 500;
	color:#000;
}

#failBox {
	width: 355px;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 10px 10px 10px 35px;
	text-align: left;
	color: #e55f4f;
	border: solid 1px #e55f4f;
	font-size: 13px;
	display: none;
	background: #fbf5f5 url(images/exclamation.png) no-repeat 9px 9px;
	font-weight: 700;
}

.loginField {
	margin: 0px;
	padding: 4px;
	font-size: 16px;
	background: #FFFFFF;
	width: 320px;
	border: 1px solid #CCCCCC;
}

.copyField {
	margin: 0px 0px 5px 0px;
	padding: 4px;
	background: #000000;
	color: #FFFFFF;
	width: 490px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 18px;
}

.loginButton {
	font-size: 16px;
}

.submitButton {
	width: 500px;
	text-align: right;
	margin: 5px 0px 0px 0px;
	position: relative;
}

#alertOne {
	width: 350px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #a93a3a;
	background-color: #fbf5f5;
	text-align: left;
	font-size: 15px;
}

#directionsBox, #communityBox {
	width: 500px;
	margin: 0px 0px 10px 0px;
}

#alertOne a, #alertOne a:link, #alertOne a:visited {
	color: #990000;
}

#alertOne a:hover {
	color: #000000;
}

.lit {
	color: #000000 !important;
}

.black {
	color: #000000;
}

.line {
	margin: 0px 0px 22px 0px;
	padding-top: 10px;
}

#loginBox {
	margin: 50px auto;
	width: 500px;
}

.logoutTop a, .logoutTop a:active, .logoutTop a:visited, .logoutTop a:link {
	font-family: 'bentonsans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .85em !important;
	font-weight: 600;
	color: #928b73 !important;
	text-decoration: none;
	padding: 2px 20px 4px 15px !important;
}

.logoutTop a:hover {
	color: #fff !important;
}

#searchBtn a {
	font-family: 'bentonsans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #544e3b;
	box-shadow: 5px 5px 3px #bbb;
	border: solid 2px #fff;
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: 300;
	padding: 10px 8px 10px 8px;
	margin: 10px 20px;
	text-align: center;
	text-decoration: none;
	float:left;
}

#searchBtn a:hover {
	background: #2f2503;
	cursor: pointer;
}