.agentcontainer {
	display: block;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0D8D1;
}
.agentphoto {
	float: left;
	width: 140px;
	height: 160px;
	overflow: hidden;
}
.agentphotocentered {
	display:table-cell;
	width: 140px;
	height: 160px;
	vertical-align: middle;
}
.agentphoto img {
	margin-left: -20%;
}
.agentcontact {
	float: right;
	font-size: 11px;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 220px;
}
.agentcontact .contactimage {
	width: 25px;
	height: 25px;
	float: left;
	clear: left;
}
.agentcontact .contacttext {
	margin-left: 25px;
	margin-top: 3px;
	height: 22px;
}
.agentinfo {
	margin-left: 150px;
	width: 500px;
}
.agentname {
	font-size: 20px;
	font-weight: bold;
	height: 23px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.agentname a:link, .agentname a:visited {
	color: #724625;
	text-decoration: none;
}
.agentname a:hover {
	color: #4D301A;
}
.agenttitle {
	float: right;
	font-weight: normal;
	font-size: 16px;
	color: #837265;
	padding-left: 5px;
	margin-right: 10px;
	margin-top: 4px;
}
.agentdescription {
	font-size: 12px;
	color: #333333;
	padding: 5px;
}
.agentmoreinfolink {
	font-size: 12px;
	color: #333333;
	padding: 5px;
}
.agentmoreinfolink a:link, .agentmoreinfolink a:visited {
	color: #724625;
}
.agentmoreinfolink a:hover {
	color: #4D301A;
}
.agentmoreinfolink img {
	float:left;
	margin-right:3px;
}
/* Styles for agent details pages */
.detailsagentsidebar {
	background-color: #F5F3EF;
}
.detailsagentcontainer, .agentpropertiescontainer {
	display: block;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.detailsagentphoto {
	float: right;
	width: 240px;
}
.detailsagentslideshow {
	margin-left:10px;
	margin-top: 10px;
}
.detailsagentcontact {
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	margin-top: 10px;
	margin-right: 10px;
}
.detailsagentcontactname {
	font-size: 14px;
	color: #AF6C3A;
}
.detailsagentname {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}
.detailsagenttitle {
	font-size: 14px;
	color: #AF6C3A;
	padding: 5px;
}
.detailsagentdescription {
	font-size: 12px;
	color: #333333;
	padding: 5px;
}
.detailagentpropertylistings {
	/*width: 450px;*/
}
/* Styles for property listings */
.propertyagentcontainer {
	display: block;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.propertyagentheading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: -1px;
	color: #666666;
	margin-bottom: 10px;
}
.propertyagentphoto {
	max-width: 220px;
	overflow: hidden;
}
.propertyagentcontact {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.propertyagentinfo {
	display: block;
	padding: 3px;
}
.propertyagentname {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}
.propertyagentname a {
	text-decoration: none;
}
.propertyagentname a:link, .propertyagentname a:visited {
	color: #4D301A;
}
.propertyagentname a:hover {
	color: #724625;
}
.propertyagenttitle {
	font-size: 14px;
	color: #AF6C3A;
}
.propertyagentdescription {
	font-size: 12px;
	color: #333333;
	padding: 5px;
}
.propertyagentmorelink {
	font-size: 11px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #4D301A;
	border-bottom: 1px dotted #4D301A;
}
.propertyagentdescription a, .propertyagentmorelink a {
	text-decoration: none;
}
.agentvideocontainer {
	display:block;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:25px;
}
.agentvideo {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	text-align:center;
}
.agentvideotitle {
	font-weight: bold;
	font-size: 15px;
}
.agentvideodescription {
	color: #333333;
	font-size:12px;
}