@charset "utf-8";
/* CSS Document */

div.inner-content img
{
	float: right;
}

dl
{
	width: 350px;
	height: auto;
	float:left;
	margin-bottom: 30px;
}	

dl.contact-details
{
	margin: 15px 0px;
	width: 285px;
}

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;
	width: 100%;
	color: #374B6A;
	font-weight : bold;
}

div.department-details
{
	float: left;
	width: 100%;
	padding-top: 10px;
}

div#GoogleMap
{
	clear:left;
	float:left;
	height:300px;	
	width:585px;
	border : solid 1px #B2B2B2;
	margin-top : 10px;
}

dl.contact-details dd p.link
{
	width : 194px;
}
a.link
{
	background:transparent url(../../assets/images/search-btn.png) no-repeat scroll 0 0;
    color:#383838;
    display:block;
    float:right;
    height:24px;
    padding:4px 0 1px;
    text-align:center;
    width:84px;
}
a.link:hover
{
	background : transparent url(../../assets/images/search-hover-btn.png) no-repeat;
	color:#383838;	
}
