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

#officeLocations {
	margin-top: 10px;

}

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

#officeLocationsSmall .office {
	height: 100px;
}


.office:hover{
	background: #eee;	
}

.office .image {
	position: absolute;
	top: 0px;
	height: 220px;
	width: 360px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
}

.office .image img{
	height: 220px;
}

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

}

.office .details {
	position: absolute;
	width:  100%;
	bottom: 0px;
	height: 50px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}




#officeLocationsSmall  {
	position: relative;
	width:  750px;
	top: 0px;
	font-size: 12px;
	float: left;
}

#officeLocationsSmall .office .details {
	position: relative;
	width:  100%;
	height: 100%;
	font-size: 12px;
	
}

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

#officeLocationsSmall .office .details span.officename {
	float: left;
	padding: 0px;
	line-height: 25px;
	font-size: 18px;
	margin: 0;
	
}

.office .details ul {
	position:absolute;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;

	list-style: none;
}

#officeLocationsSmall .office .details ul {
	position: absolute;
	left: 250px;
	float: none;
} 

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

}

#officeLocationsSmall .office .details ul li {

	float: none;
}


.office .details ul li a:link,
.office .details ul li a:visited,
.office .details ul li a:hover,
.office .details ul li a:active {
	text-decoration: none;
	color: #192F55;
}


.office .details ul li a:hover {
	text-decoration: underline;
	color: #192F55;
}

#officeLocationsMap {
	width: 445px;
	height: 300px;
	float: left;
}

#officeLocationsMapQLD {
	width: 300px;
	height: 300px;
	float: left;
	margin-left: 3px;
}

