/* @override http://chris-moffatt.local/~cmoffatt/mackay/css/officelocations.css */

#agentLocations {
	margin-top: 10px;
}

.agency {
	width: 770px;
	margin: 5px 0 15px;
	padding: 0;
	font: 12px "Century Gothic", Helvetica, Arial, Geneva, sans-serif;
	height: 220px;
	float: left;
	position: relative;
	color: #192F55;

}

.agency:hover{
	background: #eee;	
}


.agency .details {
	width: 370px;
	height: 200px;

	position: relative;
	font-size: 12px;
	float: left;
}

.agency .details span {
	float: left;
	padding: 0px;
	line-height: 25px;
	font-size: 14px;
	margin: 0 10px 0 0;
}

.agency .details ul {
	position:absolute;
	top:  60px;
	left: 0px;
	list-style: none;
}

.agency .details ul li {
	width: 330px;
	float: left;
	line-height: 25px;
	font-size: 13px;
	margin-left: 5px;
	margin-right: 0px;
	padding-left: 0px;

}

.agency .details ul li a {
	color: #192F55;
	text-decoration: none;

}


.agency .details .logo {
	position: absolute;
	top: 0px;
	left:  0px;
	height: 220px;
	width: 370px;
	float: left;
	background-repeat: no-repeat;
}

.agency .logo img{
width: 370px;
}

.agency .map {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 220px;
	width: 400px;

}


