div#l_col{
	float:left;
	width:205px;
}

div#r_col{
	float:right;
	width:620px;
}

div#r_col_content_container{
	float:left;
	width:580px;
}

div#property_facts{
	float:left;
	width:100%;
	margin-top:10px;
	color:#004304;
}

div#property_narrative{
	float:left;
	width:100%;
	margin-top:20px;
}

div#b_container{
	float:left;
	width:15px;
}

div#list_container{
	float:left;
}

div.property:hover{
	cursor:pointer;
	text-decoration:underline;
}

div.property{
	cursor:pointer;
}

div.bullet{
	font-weight:700;
	visibility:hidden;
}