.agent_widget{
	width:185px;
	float:left;
	margin:0px 65px 50px 0px;
}

.agent_widget.last{
	margin-right:0px;
}

.agent_widget .image{
	width:185px;
	height:185px;
	background-position:center;
	background-repeat:no-repeat;
}

.agent_widget .image img{
	height:100%;
	width:100%;
}

.agent_widget .agent_name{
	font-size:22px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:solid #cbccce 1px;
	padding:3px 0px;
}

.agent_widget .agent_bio{
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px 0px;
}

.agent_phone, .agent_email, .agent_twitter, .agent_news{
	padding-left:25px;
	height:25px;
	line-height:25px;
	background-image:url(/img/global/site_sprite.png);
	background-repeat:no-repeat;
}

.agent_phone{
	background-position:-483px 3px;
}

.agent_email{
	background-position:-483px -18px;
}

.agent_twitter{
	background-position:-483px -39px;
}

.agent_news{
	background-position:-483px -135px;
}

.agent_widget .agent_listings{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
	font-style:italic;
	color:#231f20;
}

.agent_widget .agent_listings a{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}

.top_pagination .pagination{
	top:45px !important;
} 