@charset "utf-8";
/* CSS Document */
h2 {
	margin-bottom: 0px;
}
.body_nav_social {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#map_figure {
	display: inline-block;
	position:relative;
	float: left;
	width: 450px;
	height: 340px;
	background-image: url(../images/contact/map-us.jpg);
	margin-bottom: 20px;
	border: 10px solid #ffffff;
	box-shadow: 0px 0px 2px 2px rgba(63,63,63,0.5);
	-moz-box-shadow: 0px 0px 2px 2px rgba(63,63,63,0.5);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(63,63,63,0.5);
	overflow:visible;
}
figure {
	width: 450px;
	height: 340px;
}
#contact_form {
	display: block;	
	position: relative;
	top: 0px;
	left: 0px;
	width: 430px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact_info {
	display:block;
	float:left;
	width:430px;
	height:50px;
	margin-bottom:10px;
}
a.target {
	display: block;
	position: absolute;
	width: 40px;	
	height: 40px;
	background-image: url(../images/contact/target.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
a.target:hover {
	background-position: 0px -40px;
}
a.target.selected {
	background-position: 0px -80px;
}
.form_port {
	position: absolute;
	top: 20px;
	right: 20px;
}
.detail_container {
	width: 450px;
	height: 300px;
	background-color: #ffffff;
}
.port_detail {
	position: absolute;
}
.port_photo {
	float: left;
	width: 200px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.port_address {
	float: left;
	width: 230px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.port_address h3 {
	margin-bottom: 0px;
	color: #0082c6;
}
.port_address h3:hover {
	color: #0082c6;
	text-decoration: underline;
}
.port_info {
	float: left;
	width: 430px;
	height: 160px;
}
.port_detail_container {
	display: none;
}