/* CSS Document */

.balloon  {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}
.balloon b {
float:left;
width:169px;
height:200px;
}
.balloon b a, .balloon b a:visited {
display:block;
text-decoration:none; 
color:#000; 
width:169px;
height:200px; 
}
.balloon b a img, .balloon b a:visited img {
border:0;
}

.balloon b dl {
visibility:hidden;
position:absolute;
}


.balloon dl {width:200px; padding:40px 0px 30px 0; background:transparent url(Images/bottom.gif) no-repeat bottom left;  font-size:12px; font-family:Arial, Helvetica, sans-serif;

}
.balloon dt {margin:0; padding:5px; font-size:1.4em; width:200px; font-weight:bold; color: #000; background:transparent url(Images/top.gif) no-repeat top left; text-align:center;}
.balloon dd {margin:0; height:auto; width:169px;padding:5px 15px; color:#000; font-size:1em;   background:#c4e1f0;}
.balloon dd p {padding:0; margin:10px 0; line-height:1.5em;}


/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon b:hover,
.balloon b a:hover {
color:#000; 
position:relative;
cursor: pointer;
cursor:hand;
}

.balloon b:hover dl,
.balloon b a:hover dl {
visibility:visible;
color:#000;
top:-75px;
left:120px;
cursor:default;
}

.balloon b:hover dl em,
.balloon b a:hover dl em {
display:block;
position:absolute;
left:-35px;
top:135px;
width:36px; 
height:36px;
background:transparent url(Images/pointer.gif);
}

.balloon b:hover dl a,
.balloon b a:hover dl a {
height:0.8em;
background:transparent;
text-decoration:underline;
display:inline;
color:#0066FF;
}

.balloon b:hover dl a:hover,
.balloon b a:hover dl a:hover {
text-decoration:none;
background:transparent;
color:#0066FF;
}

