@charset "utf-8";
/* CSS Document */

div.contact h1
{
    padding-bottom : 20px;
}

div.contact h1,
div.location h1
{
    width:760px;
    margin-top:0px;
}

div.contact h2
{
    width:760px;
    margin-top:0px;
    font-weight : bold;
    clear : both;
    padding : 0px 0px 15px 15px;
}

div.contact div.inner-content img,
div.location div.inner-content img
{
	float: right;
}

div.location dl,
div.contact dl,
div.services,
div.site-shot
{
	width: 350px;
	height: auto;
	float:left;
	padding-bottom: 20px;
}	

div.contact p.link
{   
    margin : 8px 0 0 3px;
}

div.contact dt,
div.location dt
{
    margin-left : 5px;
    display : inline; /** ie6 fix **/
}

div.contact dl dt,
div.location dl dt
{
	float: left;
	clear: left;
	width: 110px;
	margin-bottom: 5px;
}

div.contact dl dd,
div.location dl dd
{
	float: left;
	margin-bottom: 5px;
	width: 220px;
}

div.contact dl span,
div.location dl span, 
div.services span
{
	font-size: 11px;
	padding: 5px 0 5px 5px;
	float: left;
	width: 345px;
	color: #3E3E3E;
	margin-bottom : 5px;
	background-color : #F7F7F7;
}  

div.department-details
{
	float: left;
	width: 100%;
	padding: 0px 0 0 0;
}

div.department-details dl.even
{
	margin-left : 15px;
}
div.contact dl.even,
div.services,
div.site-shot
{
    margin-left : 30px;
}

div#GoogleMap
{
	clear:left;
	float:left;
	height:300px;
	margin-left:15px;
	margin-bottom:15px;
	width:760px;
	background-color:#F7F7F7;
}

dt.phone, dd.phone
{
    margin-top : 5px;
}

div.services ul li
{
    float : left;
    margin-bottom : 5px;
    margin-left : 5px;
    width : 220px;
    display : inline; /** ie6 fix **/
}
