#dtlinfo { padding: 10px 25px; }
#dtlinfo H2 { margin: 10px 0 5px; }
#dtlinfo #introp { font-size: 0.9em; margin: 5px 0 10px; }
#ests {
	width: 550px;
	min-height: 400px;
	padding: 10px;
}
#ests #nores {
	display: none;
	padding: 10px;
}
.est {
	background: #EEE;
	border-bottom: 1px solid #CCC;
	color: #222;
	padding: 3px;
	cursor: pointer;
}
.est A, .est A:hover {
	color: #222;
}
.est IMG {
	float: left;
	height: 48px;
	margin-right: 5px;
	border: 3px solid white;
}
.est H4 {
	font-size: 12pt;
	margin: 0;
}
.est P {
	font-size: 10pt;
	line-height: 11pt;
	margin: 0;
}
.estr {
	float: right;
	font-size: 8.5pt;
	padding: 2px;
	text-align: right;
}
.estc {
	padding: 3px 3px 3px 0;
}

#ests .hover {
	background: #BCCF8E;
}

#reswrap {
	background: #052341;
	position: relative;
	min-height: 400px;
}
#searchthese {
	position: absolute;
	top: 0;
	right: 0;
	width: 384px;
}
#searchthese H3 {
	text-align: center;
}
.searchgroup {
	margin: 15px;
}
.searchgroup H5 {
	border-bottom: 1px solid white;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
}

.sr {
	background: #DDD;
	display: none;
	font-size: 8.5pt;
	padding: 5px;
	margin-top: 3px;
}
.hover .sr {
	background: #7B953F;
}