@charset "utf-8";
#map_container {
    background-image: url(../layout/map/map.png);
    background-repeat: no-repeat;
    width: 750px;
    height: 573px;
    position: relative;
    overflow: hidden;
}
#instruct {
	position: absolute;
	top: 50px;
	left: 480px;
	width: 200px;
	height: 80px;
}
#instruct p {
	color: #05042F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}

#maplocations {
    width: 750px;
    height: 573px;
    position: relative;
}
#maplocations li {
    position: absolute;
    top: 0px;
    left: 0px;
    list-style: none;
}
#maplocations li a {
    display: block;
    background-image: url(../layout/map/loc.png);
    width: 11px;
    height: 11px;
    text-indent: -9999px;
}
#mapdetails {
    position: absolute;
    top: 0px;
    left: 750px;
    background-color: #fff;
    width: 750px;
    height: 573px;
}
#mapdetails div {
    width: 750px;
    height: 573px;
    position: relative;
    overflow: hidden;
}
#mapdetails #back {
	background-color: #fff;
	width: 50px;
	height: 20px;
	line-height: 20px;
	font-size: 1.2em;
	position: absolute;
	top: 10px;
	z-index: 1;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	right: 0px;
	color: #004C78;
	padding-left: 10px;
}
#maplocations #ml1 {
	left: 421px;
	top: 419px;
}
#maplocations #ml2 {
	left: 384px;
	top: 481px;
}
#maplocations #ml3 {
	left: 167px;
	top: 282px;
}
#maplocations #ml4 {
	left: 342px;
	top: 494px;
}
#maplocations #ml5 {
	left: 315px;
	top: 492px;
}
#maplocations #ml6 {
	left: 92px;
	top: 403px;
}
#maplocations #ml7 {
	left: 312px;
	top: 43px;
}
#maplocations #ml8 {
	left: 77px;
	top: 378px;
}
#maplocations #ml9 {
	left: 308px;
	top: 419px;
}
#maplocations #ml10 {
	left: 406px;
	top: 484px;
}
#maplocations #ml11{
	left: 238px;
	top: 421px;
}
#maplocations #ml12{
	left: 392px;
	top: 521px;
}
#maplocations #ml13 {
	left: 329px;
	top: 439px;
}
#maplocations #ml14 {
	left: 243px;
	top: 347px;
}
#maplocations #ml15 {
	left: 28px;
	top: 363px;
}
#maplocations #ml16 {
	left: 453px;
	top: 456px;
}
#maplocations #ml17 {
	left: 117px;
	top: 362px;
}

#mapdetails h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #575757;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.8em;
	padding-right: 21px;
	padding-left: 21px;
	text-align: center;
}
#mapdetails p {
    font-size: 1em;
    margin: 0px 10px !important;
    padding: 0px !important;
}
