#map-container{
	margin: 0 auto;
	padding:0;
	width: 792px;
	font-family: Verdana, Geneva, sans-serif;
}
#map-container h1{
	font-size:18px;
}
#map-container h2{
	font-size:14px;
	padding:0;
	margin:0;
}
#mapb{
	position:relative;
	margin: 0;
	padding: 0;
	width: 792px;
	height: 612px;
	background-image: url(../images/map_states.gif);
}
#mapb span{
	position:absolute;
	width:10px;
	height:10px;
	display:block;
	cursor:pointer;
}
#mapb img{
	position:absolute;
	left:68px;
	top: -15px;
}
#mapb div{
	display:none;
	background:#d8d9da;
	font-size:12px;
	z-index:100;
	padding:10px;
	position:absolute;
	width: 180px;
}
#mapb div a{
	color:#06c;
}
#mapb div a:hover{
	color:#039;	
}
#mapb div a.profile, #mapb div a.video, #mapb div a.story, #mapb div a.casestudy, #mapb div a.moreinfo, #mapb div a.focus{
	padding-left:20px;
	
}
#mapb div a.profile{
	background: url(../images/icon1.gif) 0 3px no-repeat;

}
#mapb div a.video{
	background: url(../images/icon2.gif) 0 3px no-repeat;

}
#mapb div a.story{
	background: url(../images/icon3.gif) 0 3px no-repeat;

}
#mapb div a.casestudy{
	background: url(../images/icon4.gif) 0 3px no-repeat;

}
#mapb div a.focus{
	background: url(../images/icon6.gif) 0 3px no-repeat;

}
#mapb div a.moreinfo{
	background: url(../images/icon5.gif) 0 3px no-repeat;

}
