/*agent styles*/
h4{
	margin-left:15px;
	font-size:15px;
}
.agents {
	float:left;
	width:390px;
	padding-top:7px;
	padding-bottom: 7px;
	font-size: 11px;
}
.agents a,.agents a:visited {
	color: #789add;
	text-decoration: underline;
}
.agents a:hover {
	color: #789add;
	text-decoration: none;
}
.ai_img {
	float:left;
	height: 100px;
	width: 100px;
	margin-right: 12px;
	margin-bottom: 8px;
	overflow:hidden;
	border:4px solid #cccccc
}
.agent_info{
	float:left;
	width:240px;
}

.ai_name {
	font-size: 12px;
	color: #000000;
	padding-top: 8px;
	font-weight: bold;
	padding-bottom: 2px;
}
.ai_text {
	font-size: 11px;
	color: #666666;
	padding-bottom: 4px;
	width:240px;
}
.ai_phone {
	font-size: 12px;
	color: #000000;
	margin-bottom: 2px;
}
.ai_email a:link, .ai_email a:visited, .ai_email a:active{
	color: #789add;
	text-decoration: none;
	display:block;
}
.ai_email a:hover{
	color: #789add;
	text-decoration: underline;
}
.ai_email {
	font-size: 12px;
	color: #000000;
	margin-bottom: 4px;
}

.ai_grey_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 2px;
	clear: both;
	width:95%;
	margin-left:15px;
}
.ai_read_more a:link , .ai_read_more a:active , .ai_read_more a:visited{
	color: #789add;
	text-decoration:none;
}
.ai_read_more a:hover{
	color: #789add;
	text-decoration:underline;	
}
.littlepics{
	float:left;
	width:130px;
	display:inline;
}
.littlepics img{
}