.map{
	width: 460px;
	height: 440px;
	position: relative;
	background-image: url(images/map_background.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.map_sp{
	width: 460px;
	height: 440px;
	position: relative;
	background-image: url(images/map_background_sp.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.ct{
	width: 36px;
	height: 37px;
	position: absolute;
	top: 167px;
	right: 64px;
	z-index: 102;
}


.il{
	width: 84px;
	height: 143px;
	position: absolute;
	top: 210px;
	left: 42px;
}

.ma{
	width: 60px;
	height: 36px;
	position: absolute;
	top: 145px;
	right: 42px;
	z-index: 101;
}

.md {
	width: 90px;
	height: 48px;
	position: absolute;
	top: 239px;
	right: 103px;
	z-index: 103;
}

.nj {
	width: 33px;
	height: 78px;
	position: absolute;
	top: 198px;
	right: 93px;
	z-index: 102;
}

.ny {
	width: 143px;
	height: 114px;
	position: absolute;
	top: 104px;
	right: 67px;
}

.pa{
	width: 116px;
	height: 82px;
	position: absolute;
	top: 182px;
	right: 107px;
	z-index: 101;
}

.pop-up-wrapper{
	width: 224px;
	height: 139px;
	background-image: url(images/pop_up_background.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 500;
	top: -130px;
	left: -10px;
}

.pop-up-header{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	letter-spacing: -.08em;
	margin: 18px 0px 0px 15px;
	padding: 0px;
}

.pop-up-wrapper ul{
	list-style-image: none;
	list-style-type: none;
	margin: 15px 0px 0px 15px;
	padding: 0px;
}

.pop-up-wrapper ul li{
	width: 90%;
	display: block;
	background-image: url(images/triangle.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5e5e5e;
}

.pop-up-wrapper ul li a{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	color: #5e5e5e;
	text-decoration: underline;
}

.pop-up-wrapper ul li a:hover{
	color: #f0d782;
	text-decoration: underline;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}
.map-coming-soon{
    margin: 15px 0px 0px 30px;
}

