@charset "utf-8";
/* CSS Document */


a:link, a { text-decoration: none; color: #FF8800; font-weight: bold; }
a:visited {}
a:hover { text-decoration: underline; }
a:active { outline: none; }

#ba_about_container img {
border: none; 
}


#ba_about_container a {
background:transparent url(imgbg4.png) no-repeat scroll 0 100%;
color:#3C3C3C;
display:block;
font-weight:normal;
height:162px;
position:relative;
width:136px;
}


#ba_about_container a:hover span.ba_emp_desc {
text-decoration: underline;
}

/*
#ba_about_container a:hover span.title {
text-decoration: none;
} */


#ba_about_container li {
display: inline;
float: left;
margin: 0;
padding: 0;
width: 136px;
height: 162px;
list-style-type:none;
background: white url(imgbg4.png) no-repeat scroll; 
}

#ba_about_emps .ba_about_info {
width: 136px;
height: 162px;
background: white url(imgbg4.png) no-repeat scroll;
}

.ba_emp_mask {
display:block;
height:120px;
left:0px;
overflow:hidden;
position:absolute;
top:8px;
width:120px;
}

#ba_about_container li a:hover .ba_emp_mask img, #ba_about_container li a.hover .ba_emp_mask img {
margin-top:-120px;
}

.ba_emp_desc {
font-family: Trebuchet MS, 'Lucida Sans', arial, helvetica;
font-size: 1.1em;
color: #72634C;
position: relative;
top: 130px;
left: 4px;
line-height: 1.3em;
}

.ba_emp_desc .title {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
display: none;
}

