/* CSS-based Image Maps
   Author: Frank Manno
   Version: Nov. 25, 2004
----------------------------------------------- */

/* ---------- hidden ONLY if CSS is enabled.  If disabled, image is rendered ---------- */
img.image{ display: none; }

dl#officeMap{
	margin: 0;
	padding: 0;
	background: transparent url(images/team.jpg) top left no-repeat;
	height: 300px;
	width: 100%;
	position: relative;


}

dt{ margin: 0; margin-top: 35px; padding: 0; position: absolute; font-size: 100%; display: none; }
dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; }
/* ---------- Hotspot Declarations ---------- */
dd#nathanDef{ top: 30px; left: 205px; }
dd#nathanDef a{ position: absolute; width: 80px; height: 140px; text-decoration: none; }
dd#nathanDef a span{ display: none; }
dd#nathanDef a:hover{ background: transparent url(images/team-dynimus.jpg) -205px -29px no-repeat; }
dd#nathanDef a:hover span{
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: #F4F4F4;
	font-weight: bold;
	position: absolute;
	border: 1px solid #BCBCBC;
	top: 100%;
	margin: 0;
	padding: 5px;
	width: 150%;
}

dd#jayDef{ top: 43px; left: 19px; }
dd#jayDef a{ position: absolute; width: 85px; height: 140px; text-decoration: none;	}
dd#jayDef a span{ display: none; }
dd#jayDef a:hover{ background: transparent url(images/team-dynimus.jpg) -19px -42px no-repeat; }
dd#jayDef a:hover span{
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: #F4F4F4;
	font-weight: bold;
	position: absolute;
	border: 1px solid #BCBCBC;
	top: 100%;
	margin: 0;
	padding: 5px;
	width: 116%;
}

dd#luciaDef{ top: 62px; left: 294px; }
dd#luciaDef a{ position: absolute; width: 80px; height: 140px; text-decoration: none; }
dd#luciaDef a span{ display: none; }
dd#luciaDef a:hover{ background: transparent url(images/team-dynimus.jpg) -294px -61px no-repeat; }
dd#luciaDef a:hover span{
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: #F4F4F4;
	font-weight: bold;
	position: absolute;
	border: 1px solid #BCBCBC;
	top: 100%;
	margin: 0;
	padding: 5px;
	width: 170%;
}

dd#richardDef{ top: 32px; left: 113px; }
dd#richardDef a{ position: absolute; width: 80px; height: 140px; text-decoration: none; }
dd#richardDef a span{ display: none; }
dd#richardDef a:hover{ background: transparent url(images/team-dynimus.jpg) -113px -31px no-repeat; }
dd#richardDef a:hover span{
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: #F4F4F4;
	font-weight: bold;
	position: absolute;
	border: 1px solid #BCBCBC;
	top: 100%;
	margin: 0;
	padding: 5px;
	width: 175%;
}
#imagemap
{
width: 100%;
	height: 900px;
}
#names{
	font-size:0.85em;
	margin:300px 0pt 0pt 6px;
	padding:0pt;
	position:absolute;
	width:400px;
}
.title{
	color:#0079C2;
	font-size:1.15em;
	margin-bottom:5px;
	font-weight:bold;
}


#left-list {
float: left;
}

#right-list {
float: left;
margin-left: 50px;
}

#left-list li {
list-style-type:disc;
color: #000;
}

#right-list li {
list-style-type:disc;
color: #000;
}
