@charset "utf-8";
/* CSS Document */

div.inner-content img
{
	float: right;
}

dl
{
	margin-left: 15px;
	width: 365px;
	height: auto;
	float:left;
	margin-bottom: 30px;

}	

dl.contact-details
{
	margin: 15px 0 15px 15px;
	width: 350px;
	clear: left;
}

dl.odd
{
	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: 220px;
}

dl span
{
	font-size: 11px;
	padding-bottom: 5px;
	float: left;
	width: 330px;
	color: #CC0033;
}

div.department-details
{
	float: left;
	width: 100%;
	padding-top: 10px;
}

div#GoogleMap
{
	clear:left;
	float:left;
	height:300px;
	margin-left:15px;
	width:730px;
}