/* CSS Document */

#content {
	color: #fff;
	}
	
#content strong {
	color: #999;
	font-weight: normal;
	}
	
#contact_hours strong {
	display: inline-block;
	width: 110px;
	}

#contact_address {
	font-size: 14px;
	margin: 40px 0;
	line-height: 20px;
	background: url(images/contact_address_h3.png) no-repeat top left;
	min-height: 1px;
	}
	
* html #contact_address {
	height: 1px;
	}

#contact_address h3 {
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	line-height: 25px;
	margin-left: 30px;
	}	
	

#contact_details {
	line-height: 20px;
	font-size: 14px;
	}

#contact_details em {
	font-style: normal;
	font-weight: bold;
	}
	
#contact_details strong {
	display:block;
	color: #999;
	float: left;
	width: 20px;
	}
	
#google_map {
	position: absolute;
	top: 65px;
	right: 0;
	text-align: right;
	}
	
#google_map a {
	display: block;
	padding: 0;
	}
	
#google_map a:hover {
	padding: 0;
	margin: 0;
	}
	
#google_map img {
	border: 5px solid #1a85c6;
	display: block;
	}