

/* LOCATION */

.location-image
{
	background: #000 url('images/location-dof-medium.png') no-repeat;
	height: 398px;
	width: 607px;
	position: relative;
}

.location-image .pin
{
	position: absolute;
	top: 100px;
	left: 165px;
	background: transparent url(images/pin.png) no-repeat;
	width: 37px;
	height: 34px;
	display: block;
}

.get-directions 
{
	display: none;
	width: 340px;
	background: rgba(255,255,255, 0.3);
	padding: 20px 20px 0 20px;
	margin: 20px 20px;
	float: right;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0 0px 4px #000;
	-moz-border-radius: 20px;
	-moz-box-shadow: 0 0px 4px #000;
}

.get-directions .title
{
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.get-directions INPUT
{
	font-size: 13px;
	width: 340px;
}

.get-directions FORM
{
	margin: 0;
}

.get-directions a:link
{
	margin-top: 4px;
	color: white;
}