/* CSS Document */

.full_content_map h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
	color: #000;
}
.full_content_map p {
	font-size: 13px;
	font-weight: normal;
	margin: 8px 0 0 0;
	padding: 0;
	color: #222;
}
.map_absolute {
	position:absolute;
	top:0;
	left:0;
	width:1104px;
	height:628px;
	margin:0;
	padding:0;
	z-index:1000;
}

/* Map Navigation */
#map-nav {
	margin-top:12px;
}
#map-nav a {
	display:block;
	float:left;
	width:235px;
	height:35px;
	outline:none;
	font-size:13px;
	padding:7px 0 0 0;
	margin:0 10px 0 0;
	color:#01636c;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:url(images/map-nav-long.png) no-repeat;
}
#map-nav a.right {
	float:right;
	margin-right:0px;
}
#map-nav a:hover {
	text-decoration:none;
	background-position:0 -42px;
}
#map-nav a.active {
	color:#fff;
	background-position:0 -84px;
}

/* Map Container */
#map-images {
	overflow:hidden;
	width:970px;
	height:489px;
	position:relative;
}
#map-images img {
	float:left;
}
#map-images-inner {
	width:4850px;
	height:489px;
	position:absolute;
	top:0;
	left:0;
}