<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Agency Custom CSS */

/* Map Body */

dt{
margin-left: 20px;
font-weight: bold;
color: #0033aa;
}

dd{
margin-bottom: 1em;
}

dl.map.on{
position: relative;
width: 777px;
height: 590px;
background: url(https://cms.in.gov/idem/toxic/images/hazardous_pollutants.jpg) no-repeat top;
text-align: left;
padding: 0;
}

dl.map.on dt{
list-style: none;
display: inline;
}

dl.map.on dd{
position: absolute;
left: -9999px;
min-width: 15em;
max-width: 20em;
padding: 4px;
border: #000000 2px solid;
background: #ffffff;
-moz-border-radius: 8px;
border-radius: 8px;
z-index: 11;
color: #333333;
}

dl.map.on span.bold{
color: #000099;
}

dl.map.on em{
color: #000000;
}

dl.map.on a.location{
display: block;
position: absolute;
text-indent: -9999px;
background: url(https://cms.in.gov/idem/toxic/images/info.png) no-repeat;
width: 24px;
height: 24px;
outline: none;
z-index: 10;
text-decoration: none;
display: block;
}

dl.map.on a.location:hover{
background: url(https://cms.in.gov/idem/toxic/images/info-o.png) no-repeat;
}

dl.map.on p{
margin: 0;
}


/* Map Points */

dl.map.on a#airplanes{
top: 20px;
left: 570px;
}

dl.map.on a#background{
top: 25px;
left: 470px;
}

dl.map.on a#onroad{
top: 350px;
left: 615px;
}

dl.map.on a#offroad{
top: 220px;
left: 50px;
}

dl.map.on a#offroad-farm{
top: 125px;
left: 680px;
}

dl.map.on a#biogenic{
top: 320px;
left: 75px;
}

dl.map.on a#marine{
top: 350px;
left: 710px;
}

dl.map.on a#residential{
top: 500px;
left: 340px;
}

dl.map.on a#area{
top: 60px;
left: 335px;
}

dl.map.on a#point{
top: 210px;
left: 260px;
}</pre></body></html>