#IdeaMapThumbWrap { position: relative; float: right; text-align: center; margin: 0 0 15px 15px;}
#IdeaMapThumbWrap img { border: 0px; }
/*#IdeaMap { position:relative; width:675px; height:425px; background: url(/vCommon/Apps/Idea-Micro/VirtualEarth/images/LocationsMap.gif) no-repeat; border: 1px solid #333333 }*/
#IdeaMap { margin: auto; position:relative; width:675px; height:425px; background: url(/vCommon/Apps/Idea-Micro/VirtualEarth/images/LocationsMap.gif) no-repeat; border: 1px solid #333333 }
#MapWrap { display: visible; text-align: center  }

img.vePin { width: 32px; height: 32px;  position: relative; top: -9px; left: 3px; border: 1px solid blue; background: url(/vCommon/Apps/Idea-Micro/VirtualEarth/images/pin_blue.png) no-repeat;}
div.vePin { width: 32px; height: 32px; background: url(/vCommon/Apps/Idea-Micro/VirtualEarth/images/pin_blue.png) no-repeat; position: relative; top: -9px; left: 3px; }
#divLatLong { display: none; }

/* If a particular BU site needs some tweaking, the class gives us a handle. */
#IdeaMap.Business-Consulting {  }
#IdeaMap.Business-Intelligence {  }
#IdeaMap.Education {  }
#IdeaMap.Geospatial {  }
#IdeaMap.Information-Security {  }
#IdeaMap.Infrastructure {  }
#IdeaMap.Legacy {  }
#IdeaMap.Microsoft-Solutions {  }
#IdeaMap.SAS-Solutions {  }


#overlay {
     display: none;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 100;
	 background: #E0E0E0;
}
