@charset "UTF-8";
/* CSS Document */

/*---------- bubble tooltip -----------*/
#contactables{
	position:relative;
}
a.tt{
    /*position:relative;*/
    z-index:3000;
    color:#000000;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:3001;background:;}
a.tt:hover div.tooltip{
    display:block;
    position:absolute;
    top:0;
	left:70px;
	padding:0;
	width:530px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}


a.tt:hover span.top{
	display: block;
	padding: 0;
	height:4px;
	width:530px;
	font-size:1px;
    background: url(../images/popTop530w.gif) no-repeat;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 14px;
	background: url(../images/popMid530w.gif) repeat-y; 
}
a.tt:hover span.middle .contact_title{
	display:block;
	font-family:'Myriad Pro', 'Myriad Roman', 'Myriad', Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:16px;
		color:#058ed5;
		padding-bottom:4px;
	
}
a.tt:hover span.bottom{
	display: block;
	padding:0;
	height:4px;
	width:530px;
	font-size:1px;
    background: url(../images/popBttm530w.gif) no-repeat;
}
.contact_info{
	margin-left:70px;
}
#powerChart{
position:relative;
width:509px;
height:445px;
margin:0;
}
#lebar_bio, #barker_bio, #nielsen_bio, #rivers_bio, #traum_bio, #jee_bio, #soman_bio, #ochs_bio{
	position: relative;
width:60px;
height:60px;
float:left;
}
#lebar_bio a, #barker_bio a, #nielsen_bio a, #rivers_bio a, #traum_bio a, #jee_bio a, #soman_bio a, #ochs_bio a{
	display:block;
	height:60px;
	width:60px;
}
