/* CSS Document */
#imap {
display:block; 
width:586px; 
height:281px; 
background: url('/images/home/emblems.jpg');
position:relative; 
/*margin:10px 0 10px 60px; */
/*margin: 0;*/
/*margin-left: 30px;*/
}


#imap a#main_image {
display:block; 
width:300px; 
height:0; 
padding-top:210px; 
overflow:hidden; 
position:absolute; 
left:500px; 
top:-4px; 
background:transparent url('/images/home/emblems.jpg') no-repeat 586px 281px; 
cursor:default;
}


#imap a#main_image:hover {
background-position: 0 0; 
z-index:10;
}


#imap dd {
position:absolute; 
padding:0; 
margin:0;
}




/*location hotspots on the picture */
#imap #hover1a {
	position: absolute;
	left:37px;
	top:52px;
	
}
#imap #hover1b {
	position: absolute;
	left:145px;
	top:52px;
	
}
#imap #hover1c {
	position: absolute;
	left:252px;
	top:52px;
	
}


/*size hotspots on the picture */
#imap a#link_hover1a {display:block; width:64px; height:170px; text-decoration:none; z-index:20;}
#imap a#link_hover1b {display:block; width:64px; height:170px; text-decoration:none; z-index:20;}
#imap a#link_hover1c {display:block; width:64px; height:170px; text-decoration:none; z-index:20;}



#imap a em {
display:none;
}


#imap a span, #imap a:visited span {
display:none;
}



/* Has something to do with rollover working  */
#imap a:hover span {
position:absolute; 
display:block; 
color:#000; 
width:330px; 
height:270px; 
line-height:1.8em; 
font-size:0.9em; 
text-align:justify;
}



/* location of pic that pops up */
#imap a#link_hover1a:hover span {position: absolute; left:325px; top:-15px;}
#imap a#link_hover1b:hover span {position: absolute; left:217px; top:-15px;}
#imap a#link_hover1c:hover span {position: absolute; left:110px; top:-15px;}







/* border on the boxes on the image
#imap a#link_hover1:hover, 
#imap a#link_hover2:hover, 
#imap a#link_hover3:hover {border:2px solid #f6ff06;}

/* border around image that will pop up when you hover 
#imap a:hover span img {float:left; margin-right:1em; margin-bottom:0.5em; border:1px solid #111111;}
#imap a span:first-line {font-weight:bold; font-style:italic;}

*/
