/* agents.css */
div#menu ul li#au a {background-position:0 0;}

#agentNameSearch {
	background-color: #e9eeea;
	padding: 10px;
	line-height: 130%;
	border-top: 1px dotted #6b6b6b;
	font-size: 10px;
	color: #bbbbbb;
	letter-spacing: 2px;
}
#agentNameSearch span {
	font-size: 11px;
	letter-spacing: normal;
}
#agentNameSearch span, #agentNameSearch a {
	color: #000;
	text-decoration: none;
}
#agentNameSearch a:hover {
	color: #59a2c5;
}
.agentSumRow {
	border-top: 1px dotted #6b6b6b;
	position: relative;
	color: #6b6b6b;
	font-size: 10px;
	padding: 10px;
	clear: both;
}
.agentSumRow .photo {
	float: left;
	margin-right: 20px;
	width: 90px;
	height: 111px;
	text-align: center;
}
.agentSumRow .photo img {
	border: 1px solid #cbcaca;
}
.agentSumRow p {
	margin-bottom: 15px;
	line-height: 120%;
	width: 300px;
	_width: 190px;
}
.agentSumRow .name a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	color: #6b6b6b;
	text-decoration: none;
}
.agentSumRow .name a:hover {
	color: #59a2c5;
}
.agentSumRow .phone span {
	color: #000;
}
.agentSumRow .email {
	color: #59a2c5;
	text-decoration: none;
	font-weight: bold;
}
.agentSumRow .email:hover {
	color: #6b6b6b;
}
.agentSumRow .teamInfo {
	position: absolute;
	top: 10px;
	right: 0px;
	_right: 20px;
	width: 65px;
	line-height: 14px;
	font-size: 11px;
	text-align: right;
}
.agentSumRow .degree {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10px;
}
.backToTop {
	border-top: 1px dotted #6b6b6b;
}

/** Agent Details **/
#agentPhoto, #agentInfo {
	float: left;
}
#agentPhoto {
	margin: 0 33px 19px 19px;
}
#agentInfo {
	margin-bottom: 20px;
}
#agentInfo td {
	vertical-align: top;
}
#agentInfo td, #agentInfo p {
	line-height: 130%;
}
#agentInfo p, #agentInfo #email, #agentInfo #name, #agentInfo #degree {
	color: #8c826d;
}
#agentInfo #name, #agentInfo #degree {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#agentInfo #name {
	font-size: 14px;
}
#agentInfo #degree {
	font-size: 10px;
}
#agentInfo span {
	color: #000;
}
#agentInfo #email {
	font-weight: bold;
}
#agentInfo #office {
	color: #59a2c5;
	font-size: 11px;
}
#agentInfo td#agentTools {
	line-height: 150%;
}
#agentTools a {
	color: #59a2c5;
	font-weight: bold;
}
#agentTools a:hover {
	color: #6b6b6b;
	text-decoration: none;
}
#agentNav {
	position: relative;
	clear: both;
	background-color: #e9eeea;
	border-top: 1px dotted #6b6b6b;
	text-align: right;
	padding-right: 14px;
	line-height: 32px;
	height: 32px;
	margin-bottom: 20px;
}
#agentNav span.backToLink {
	top: auto;
	right: auto;
	margin-top: 0;
	left: 14px;
}
#agentDescription {
	padding-left: 14px;
}
#agentDescription #featuredPropVer {
	float:right;
	margin-left: 18px;
	width: 134px;
}
/** >>Agent Details<< **/


