@charset "utf-8";


/* results
-----------------------------------------------*/

#results div.archive{
	clear:both;
	margin-bottom:26px;
}
#results div.archive:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #results div.archive{
	display:inline-block;
}
*:first-child+html #results div.archive{
	display:inline-block;
}
#results div.archive .nameBox{
	float:left;
	width:149px;
	border: none;
	margin:0;
	padding:27px 0 0 0;
	background:url(../images/results_name_bg.gif) no-repeat 0 0;
	color: #FFF;
	text-align: center;
	min-height: 49px;
}
* html #results div.archive .nameBox{
	height: 76px;
}
#results div.archive .nameBox span{
	font-weight: bold;
}
#results div.archive div.txtBox{
	float:right;
	width:440px;
}
#results div.archive div.txtBox ul.buildingInfo{
	margin-bottom:0;
	padding:7px 0 0 0;
	border:#bcab99 1px dashed;
	border-width:0 0 1px 0;
	background:none;
	min-height:30px;
}
* html #results div.archive div.txtBox ul.buildingInfo {
	height:40px;
}
#results div.archive div.txtBox ul.buildingInfo li{
	display:inline;
	zoom:1;
	margin-right:18px;
	line-height: 1.5;
	vertical-align: top;
}

#results div.detail{
	clear:both;
	margin-bottom:25px;
}
#results div.detail:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #results div.detail{
	display:inline-block;
}
*:first-child+html #results div.detail{
	display:inline-block;
}
#results div.detail ul.buildingInfo{
	margin-bottom:30px;
	padding:10px 0;
	border-top:#bcab99 1px dashed;
	border-bottom:#bcab99 1px dashed;
}
#results div.detail ul.buildingInfo li{
	display:inline-block;
	/display:inline;
	zoom:1;
	margin-right:35px;
}
#results p.label{
	clear:both;
	margin-bottom: 20px;
}
#results p.detailBtn{
	margin:8px 0 0 0;
}
#results div.message{
	padding:15px;
	background-color:#f6f3ef;
	border:#bcab99 1px dashed;
	border-width:1px 0;
}
#results div.message h5{
	margin-bottom:15px;
	font-size:116%;
}
#results div.message p{
	margin-bottom:0;
}
