
/* A.INFO is for the resource descriptions */
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none;
    color:black;	
}

a.info:hover{z-index:25; background: none;}

a.info span{
	display:none; 
	visibility:hidden;
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    visibility:visible;
    top:0px; left:2em; width:15em;
    padding: 5px;
    border:1px solid black;
    color:black;
    background-color:white;
    text-align:left
}

   .enter_address { margin: 10px; }   
   .copyright { color:black; font-weight:bold; font-size: 10pt;}
   .title { font-size: 20pt; margin-top: 10px; margin-bottom: 20px;}
   .toplink { font-size: 10pt; }
   div.markers {	
    height: 375px; width: 300px;
    overflow: auto;
    padding: 8px;
   }
   .selectMarkerCategories{ font-size: 10pt; }
   .marker {display:block;}
   .infobox {display:block; width: 250px;}
   .lowerLink {padding-right:10px; padding-left:3px;}
