@charset "utf-8";
/* CSS Document */

div.inner-content img
{
	float: right;
}

dl
{
	width: 280px;
	height: auto;
	float:left;
	margin-bottom: 30px;
}	

dl.contact-details, div.department-details
{
	margin: 15px 0px;
	width: 280px;
	float: left;
	clear : left;
}

dl.even
{
	margin-left: 5px;
}

dl dt
{
	float: left;
	clear: left;
	width: 110px;
	margin-bottom: 5px;
	font-style: italic;
}

dl dd
{
	float: left;
	margin-bottom: 5px;
	width: 170px;
}

dl span
{
	font-size: 11px;
	padding-bottom: 5px;
	float: left;
	color: #374B6A;
	font-weight : bold;
	width: 280px;
}


div#GoogleMap
{
	clear:left;
	float:left;
	height:300px;	
	width:568px;
	border : solid 1px #fff;
	margin-top : 0px;
}

dl.contact-details dd p.link
{
	width : 194px;
}
