.balloonstyle{
position:absolute;
top:  -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background:#f2d400;
color:#000;
text-align:left;
width: 300px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
#content_txt .departments_title {
border: 1px solid #aaa;
font-weight:bold;
padding-left:10px;
color:#575757;
line-height:22px;
height:25px;}

#content_txt .member_title{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #2B2B2B;
padding: 0 0 4px 0; /*header text is indented 10px*/
height:20px;
}

#content_txt .member_details {
padding-bottom: 2px; /*bottom spacing between menu items*/
color: #000;
text-align:justify;
line-height:18px;
background: #E6E6E6; /*custom bullet list image*/
padding: 2px 10px;
border:1px dashed #737373;
font-size:12px; }


#member1, #member2, #member3 {
text-align:center;
float:left;
width:230px;
margin:10px;
}
#member1, #member2 {
border-right:1px solid #767676;
padding-right:2px;}
#member3 {
padding-left:2px;}

.clear {
clear:both;}


