/* ------ general
-----------------------------------------------*/
#content {
width:940px;
margin-left: 0px;
padding-left:0px; 
margin:0 auto;
}


/* ------ mobilymap
-----------------------------------------------*/

.loader {
background:url(http://people.hofstra.edu/francis_a_rizzo/hu/butterfly2/img/loader.gif) no-repeat center #fff;
}

.imgCaption {
bottom:0;
left:0;
color:#fff;
opacity:.6;
background:#333;
padding:10px;
width:940px;
text-align:center;
font-size:16px;
text-transform:uppercase;
text-shadow:1px 1px 0 #111;
font-weight:bold;
}

.bubble .close {
display:block;
text-indent:-9999px;
position:absolute;
top:-6px;
right:-6px;
width:32px;
height:32px;
outline:none;
background:url(/images/adm/adm_counselor_close.png) no-repeat;
cursor:pointer;
}

.mapNav {
width:84px;
height:84px;
}

.navBtn {
position:absolute;
background-repeat:no-repeat;
width:32px;
height:32px;
outline:none;
text-indent:-9999px;
display:block;
z-index:7px;
}

.navBtn0 {
top:0;
left:26px;
background-image:url(../img/navtop.png);
}

.navBtn1 {
top:26px;
right:0;
background-image:url(../img/navright.png);
}

.navBtn2 {
bottom:0;
left:26px;
background-image:url(../img/navbottom.png);
}

.navBtn3 {
top:26px;
left:0;
background-image:url(../img/navleft.png);
}

/* ------ example1
-----------------------------------------------*/

.map {
margin:0px 0px;
width:940px;
height:500px;
}

.point {
display:block;
text-indent:-9999px;
width:20px;
height:20px;
outline:none;
background:url(/images/adm/adm_counselor_point.png) no-repeat;
cursor:pointer;
}

.bubble {
padding:7px 10px;
background:#0b1e73;
color:#fff;
width:360px;
font-size:12px;
/*-- css3 --*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-moz-box-shadow:0 0 20px #999;
-webkit-box-shadow:0 0 20px #999;
}

.bubble p {
margin:5px 0;
}
.bubble a {
color: #FFFFFF;
text-decoration: underline;
}
.bubble a:hover {
color: #FFFFFF;
}

.bubble span {
display:block;
font-size:12px;
font-weight:bold;
}

.bubble img {
vertical-align:bottom;
}


ul.map_buttons,
ul.map_buttons li {
display:block;
list-style:none;
padding:0;
margin:0;
}

ul.map_buttons li {
float:left;
font-size: 11px;
margin-right: 4px;
text-transform: uppercase;
}

/* .map_buttons a {
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
background:#EDEDED;
color:#111;
display:block;
float:left;
font-size:11px;
line-height:28px;
margin-right:4px;
outline:none;
padding:0 15px;
text-decoration:none;
}
.map_buttons a:hover {
background:#111;
color:#fff;
} */