@charset "UTF-8";

#main-content {
	background: url(../images/location/bg5.jpg) no-repeat;
}

	h3 {
		width: 345px;
		height: 45px;
		display: block;
		text-indent: -10000px;
		margin: 0 0 25px 5px;
	}
	
	#directions-frame {
		float: left;
		padding: 2px 0 0;
	}
	
		#directions-frame h4 {
			margin: 0 0 0 35px;
			width: 310px;
			color: yellow;
			font-size: 14px;
		}
		
		#directions-frame p {
			margin: 0 0 3px 35px;
			width: 350px;
			text-align: justify;
			color: #FFF;
		}
		
		#map-button {
			margin: -4px 0 0 295px;
			display: block;
		}
		
			#map-button a {
				text-align: center;
				display: block;

			}
		
	#map-location {
		float: left;
		margin: 175px 0 0 40px;
		width: 200px;
	}
	
		#map-location h4 {
			color: yellow;
			font-size: 13px;
		}
		
		#map-location p {
			color: #FFF;
			margin: 2px 0;
		}
		
		address {
			color: #FFF;
			margin: 3px 0 5px;
		}