@charset "utf-8";
/* CSS Document */

/* Map CSS */

.bhsu, .ucBlackHills, .sdsmt, .nsu, .sdSchoolBlind, .sdbor, .cuc, .sdsu, .dsu, .uc, .sdSchoolDeaf, .usd{
position: absolute;
background-position: top center;
background-repeat: no-repeat;
z-index: 2;
width: 477px;
height: 252px;
display: none;
top: -330px;
left: 25px;

}

.bhsu {
background-image: url(images/map/bhsu.png);
}

.ucBlackHills {
background-image: url(images/map/ucBlackHills.png);
}

.sdsmt {
background-image: url(images/map/sdsmt.png);
}

.nsu {
background-image: url(images/map/nsu.png);
}

.sdSchoolBlind {
background-image: url(images/map/sdSchoolBlind.png);
}

.sdbor {
background-image: url(images/map/sdbor.png);
}

.cuc {
background-image: url(images/map/cuc.png);
}

.sdsu {
background-image: url(images/map/sdsu.png);
}

.dsu {
background-image: url(images/map/dsu.png);
}

.uc {
background-image: url(images/map/uc.png);
}

.sdSchoolDeaf {
background-image: url(images/map/sdSchoolDeaf.png);
}

.usd {
background-image: url(images/map/usd.png);
}

.mapImage {
width: 249px;
margin-left: 10px;
margin-top: 52px;
padding: 5px 5px 5px 5px;
overflow: auto;
float: left;
overflow: hidden;
}

.mapImage img{
border: 2px solid #000;
}

.mapContent {
width: 188px;
height: 148px;
margin-left: 4px;
margin-top: 56px;
padding: 5px 5px 5px 5px;
overflow: auto;
float: left;
font-size: 11px;
margin-bottom: 5px;
}

.mapClose{
margin-left: 265px;
padding: 0px 10px 0px 15px;
}




















