/* INTERACTIVE MAP DEFINITIONS */
/* START OF CSS FOR MAP */
dl.map.on { background: url(../images/arial.jpg) no-repeat; height: 727px; margin: 0 auto; padding: 0px; position: relative; text-align: left; width: 600px; }
/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 { left: 267px; top: 310px; }
dl.map.on a#location02 { left: 250px; top: 440px; }
dl.map.on a#location03 { left: 189px; top: 448px; }
dl.map.on a#location04 { left: 214px; top: 252px; }
dl.map.on a#location05 { left: 245px; top: 379px; }
dl.map.on a#location06 { left: 126px; top: 287px; }
dl.map.on a#location07 { left: 284px; top: 167px; }
dl.map.on a#location08 { left: 391px; top: 650px; }
dl.map.on a#location09 { left: 246px; top: 293px; }
dl.map.on a#location10 { left: 213px; top: 150px; }
dl.map.on a#location11 { left: 294px; top: 210px; }
dl.map.on a.location { background: url(../images/point.png) no-repeat; display: block; height: 10px; outline: none; position: absolute; text-decoration: none; text-indent: -9999px; width: 10px; z-index: 10; }
dl.map.on a.location:hover { background: url(../images/point-hover.png) no-repeat -1px -1px; }
dl.map.on dd { background: #E7E7DA; border: #FFFFFF 6px solid; color: #000000; font-size: 0.8em; left: -9999px; padding: 4px; position: absolute; width: 200px; z-index: 11; }
dl.map.on dd a { color: #000000; text-decoration: none; }
dl.map.on dd img { border: #E7E7DA 1px solid; float: right; margin: 2px; position: relative; }
dl.map.on dt { display: inline; list-style: none; }
#mapblock { background-color: #E7E7DA; margin: 10px auto; min-width: 720px; padding: 10px; text-align: center; }
#mapcontainer { margin: 10px auto; padding: 10px; text-align: left; }
