﻿#Agents
{
	padding: 10px 0 0 15px;
	overflow: hidden;
}
.agent
{
	border: 3px solid #866b01;
	background-color: #FAF4D5;
	float: left;
	padding: 10px;
	width: 400px;
	height: 165px;
	margin: 0 10px 10px 0;
	font-size: 0.86em;
}
.agent strong 
{
	font-weight: bold;
	font-size: 1.33em;
}
.agent .img 
{
	float: left;
	margin-right: 10px;
	width: 120px;
}
.agent .img img 
{
	width: 120px;
	max-height: 160px;
	border: 1px solid #866b01;
}
.agent .phones,
#AgentDetails .phones
{
	margin: 10px 0;
}
.agent .phones label,
#AgentDetails .phones label
{
	font-weight: bold;
}
#SearchFilter,
#PropertyManagement
{
	background-color: #FAF4D5;
	border: 3px solid #866B01;
	margin: 15px 15px 0 15px;
	padding: 10px;
}
#SearchFilter h2,
#AgentDetails h2,
#PropertyManagement h2
{
	color: #866b01;
	font-weight: bold;
	margin-bottom: 10px;
}
#SearchFilter fieldset 
{
	margin-top: 10px;
}
#SearchFilter fieldset select,
#SearchFilter fieldset input 
{
	margin-right: 10px;
}
#AgentDetails
{
	background-color: #FAF4D5;
	border: 3px solid #866B01;
	margin: 15px;
	padding: 10px;
	overflow: auto;
}
#AgentDetails .photo img 
{
	max-width: 300px;
	max-height: 450px;
	border: 1px solid #866b01;
}
#AgentDetails .photo 
{
	float: left;
	margin-right: 20px;
}
#AgentDetails p#Bio 
{
	margin: 15px 0;
}