/*-------------------------------------------
	listview
-------------------------------------------*/


.single_person {
	margin-bottom: 3px;
	border-bottom: 1px dashed #415b6a;
	padding: 15px;
	font-size:11px !important;
	line-height:1.5;
}
.single_person_image {
	/*float: left;*/
	width: 150px;
}
.single_person_content {
	margin-left: 15px;
	margin-right: 0px;
	float: left;
/*	width: 400px;
	margin-top: 26px;*/
	font-size:11px !important;
	line-height:1.5;
	max-width: 300px;
}
.single_person_content strong {
	font-weight: bold;
	color: #e10b17;
}
.single_person_content a {
	color: #e10b17;
	text-decoration:none;
}
.single_person_content a:hover {
	text-decoration: underline;
}

.maplinks a
{
	font-weight: bold;
	color: #e10b17;
	text-decoration:none;
}

.maplinks a:hover
{
	text-decoration: underline;
}

.maplinks2 a
{
	color: black;
	font-weight: normal;
	text-decoration:none;
}

.maplinks2 a:hover
{
	text-decoration: underline;
}