/* GENERAL CSS */
body {
	text-align:center;
	font-family:"Trebuchet ms",Arial,Helvetica,sans-serif;
	font-size:.9em;
	color:#000;
}
h1.map {
	margin:0px;
	text-align:left;
	font-size:1.2em;
	color:#444;
}
h2.map {
	margin:0px;
	text-align:left;
	font-size:1.2em;
	color:#444;
	margin-left:190px;
}
p.map {
	color:#666;
	font-size:0.6em;
	margin-left:170px;
	padding-bottom:15px;
	padding-top:15px;
}
#holder {
	width:700px;
	height: 390px;
	margin:0px auto;
}

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:700px;
	height:350px;
	background:url(images/worldmap.jpg) no-repeat;
	text-align:left;
	margin: 10px;
	padding:0px;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#FBA301 2px solid;
	background:#595959;
	color:#fff;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
}
dl.map.on dd img {
	position:relative;
	float:left;
	border:#FBA301 1px solid;
	margin:10px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/maps-pushpin.gif) no-repeat;
	width:20px;
	height:21px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(images/maps-pushpinhover.gif) no-repeat -1px -1px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:195px;
	left:550px;
}
dl.map.on a#location02 {
	top:89px;
	left:582px;
}
dl.map.on a#location03 {
	top:166px;
	left:538px;
}
dl.map.on a#location04 {
	top:170px;
	left:201px;
}
dl.map.on a#location05 {
	top:72px;
	left:159px;
}
dl.map.on a#location06 {
	top:86px;
	left:457px;
}
dl.map.on a#location07 {
	top:124px;
	left:276px;
}
dl.map.on a#location08 {
	top:82px;
	left:91px;
}
dl.map.on a#location09 {
	top:100px;
	left:406px;
}
dl.map.on a#location10 {
	top:186px;
	left:183px;
}