.cont_wrap{
	position: absolute;
	top: 100px;
	width: 100%;
}



.news_wrap{
	margin: 0 auto;
}
h1{
	height: 260px;
	background: url(../img/visit_h1_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1.news_inn{display: none;}
h1 img{margin: 0 auto;}

h2{
	margin-top: 64px;
	padding-left: 5px;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	color: #000;
	letter-spacing: 4px;
}
h2 span{
	margin-top: 12px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	letter-spacing: 3px;
}
h3{
	margin: 0 auto;
	padding-bottom: 15px;
	width: 940px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	
	border-bottom: 1px solid #e2e2e2;
	letter-spacing: 3px;
}

/* @group category */

.visit_category{
	margin: 0 auto;
	width: 100%;
	min-width: 1020px;
	background: #fff;
	position: relative;
	z-index: 10;
}
.visit_category ul{
	margin-left: 38px;
	overflow: hidden;
	height: 123px;
	text-align: center;
}
.visit_category ul li{
	height: 100%;
	display: inline-block;
	text-align: center;
	background: url(../img/visit_menu_line.png) no-repeat right top;
}
.visit_category ul li:last-child{
	background: none;
}
.visit_category ul li a{
	padding: 29px 36px 0 35px;
	display: block;
	height: 100%;
	font-size: 14px;
	color: #000;
	letter-spacing: 3px;
	background: url(../img/visit_menu_bg.png) no-repeat center top;
}
.visit_category ul li a span{
	padding-top: 5px;
	display: block;
	font-size: 10px;
	color: #555;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.visit_category ul li a:hover,
.visit_category ul li a:hover span{
	color: #e6b422;
	background: url(../img/visit_menu_bg_ov.png) no-repeat center top;
}

/* @end */

/* @group hours */
#your_visit_hours{
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 90px;
	background-color: #f2f2f2;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
#your_visit_hours .visit_hours_wrap{
	margin: 78px auto 0 auto;
	padding: 41px 0 34px 0;
	width: 1020px;
	background: #fff;
	position: relative;
}
#your_visit_hours .visit_hours_wrap:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 510px solid transparent;
	border-right: 510px solid transparent;
	border-bottom: 30px solid #fff;
}
#your_visit_hours .visit_hours_wrap:after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 510px solid transparent;
	border-right: 510px solid transparent;
	border-top: 30px solid #fff;
}
#your_visit_hours .visit_hours_wrap table{
	margin: 0 auto;
	width: 820px;
}
#your_visit_hours .visit_hours_wrap table tr{
	border-bottom: 1px solid #cecece;
}
#your_visit_hours .visit_hours_wrap table tr:last-child{
	border: none;
}
#your_visit_hours .visit_hours_wrap table th{
	padding: 16px 0 14px 45px;
	vertical-align: top;
	width: 295px;
	font-size: 18px;
	letter-spacing: 3px;
	color: #000;
}
#your_visit_hours .visit_hours_wrap table td{
	padding: 13px 0 11px 45px;
	width: 525px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000;
}
#your_visit_hours .visit_hours_wrap table td p{
	margin-top: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	letter-spacing: 2px;
}



#your_visit_hours .visit_hours_wrap table td p a,
#your_visit_acces .visit_access a{
	color: #e6b422;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#your_visit_hours .visit_hours_wrap table td p a:hover,
#your_visit_access .visit_access a:hover{
	border-bottom: 1px solid #e6b422;
}

/* @end */

/* @group access */
#your_visit_access{
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 52px;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	z-index: 8;
}
#your_visit_access .accessmap_wrap{
	position: relative;
	margin: 50px auto 0 auto;
	width: 1020px;
	height: 420px;
	overflow: hidden;
}
#your_visit_access .accessmap_wrap #map_wrap, .accessmap_wrap #map{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

#your_visit_access .visit_access_add{
	margin: 40px auto 38px auto;
	width: 940px;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 1.5px;
}
#your_visit_access .visit_access_add span,
#your_visit_access .visit_access_wrap p span{
	font-size: 16px;
}
#your_visit_access .visit_access_wrap p{
	margin: 24px auto 0 auto;
	width: 940px;
	font-size: 14px;
	line-height: 190%;
	letter-spacing: 2px;
}

#your_visit_access p.googlemap_exp{
	margin: 10px auto;
	width: 1020px;
	font-size: 14px;
	text-align: center;
}
/* @end */

/* @group facilities */
#your_visit_facilities{
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 60px;
	background: #fff;
	position: relative;
	z-index: 7;
}
#your_visit_facilities ul{
	margin: 58px auto 36px auto;
	width: 1042px;
	overflow: hidden;
}
#your_visit_facilities ul li{
	margin: 0 11px 39px 11px;
	float: left;
	/*display: inline-block;*/
	width: 325px;
}
#your_visit_facilities ul li p{
	margin: 15px 0 0 0;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
}
#your_visit_facilities .visit_facilities_map01{
	margin: 40px auto 56px auto;
	text-align: center;
}
#your_visit_facilities .visit_facilities_map02{
	margin: 40px auto 0 auto;
	padding: 20px 0 21px 0;
	width: 650px;
	text-align: center;
	border: 6px solid #f3f3f3;
}

/* @end */

/* @group notes */
#your_visit_notes{
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 61px;
	background-color: #ececec;
	overflow: hidden;
	position: relative;
	z-index: 6;
}

#your_visit_notes .visit_notes_wrap{
	margin: 48px auto 0 auto;
	padding: 33px 41px 29px 41px;
	width: 1020px;
	background-color: #fff;
}
#your_visit_notes .visit_notes_wrap ul{
	
}
#your_visit_notes .visit_notes_wrap ul li{
	padding: 14px 0 13px 14px;
	font-size: 14px;	
	text-indent: -14px;
	line-height: 180%;
	letter-spacing: 2.1px;
}

/* @end */

/* @group contact */

#your_visit_contact{
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 101px;
}
#your_visit_contact table{
	margin: 58px auto 0 auto;
	width: 1020px;
	border-top: 4px solid #f3f3f3;
	border-left: 4px solid #f3f3f3;
	border-right: 4px solid #f3f3f3;
}
#your_visit_contact table tr{
	border-bottom: 4px solid #f3f3f3;
}
#your_visit_contact table tr th{
	padding: 3px 38px 0 38px;
	width: 410px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 180%;
	letter-spacing: 3px;
	background: url(../img/visit_contact_bg.png) no-repeat right center;
}
#your_visit_contact table tr td{
	padding: 24px 41px 22px 41px;
	width: 610px;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	letter-spacing: 1.5px;
	line-height: 195%;
}






/* @end */


#your_visit_hours .visit_hours_wrap table td p a,
#your_visit_access .visit_access_wrap a,
#your_visit_contact table tr td a,
#your_visit_access p.googlemap_exp a{
	color: #e6b422;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#your_visit_hours .visit_hours_wrap table td p a:hover,
#your_visit_access .visit_access_wrap a:hover,
#your_visit_contact table tr td a:hover,
#your_visit_access p.googlemap_exp a:hover{
	border-bottom: 1px solid #e6b422;
}


