
#tab{
    width: 100%;
    margin: 0 auto;
}
ul.idTabs
{
    padding: 15px 0;
    font-size: 0;
    margin: 0px;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the idTabs as desired*/
}
        
ul.idTabs li
{
    /* display: inline; */
    /* margin: 0; */
    margin: 0;    margin-right: 3px;    background-color: #fff;    float: left;    width: auto;    
    height: 19px;    padding: 2px;    border-radius: 3px;    /* color: #555; */    
    border-right: none;
    border: 1px solid #e1e1e1;
    /* margin-right:3px; */ /*distance between idTabs*/
}
        
ul.idTabs li a
{
    font: normal 14px Verdana;
    text-decoration: none;
    position: relative;
    padding: 2px 18px;
    /* border: 1px solid #CCC; */
  
    /* border-right: 1px solid #808080; */

    color: #555;
    outline:none;
}
        

        
ul.idTabs li a:hover
{
    /* border: 1px solid #B7B7B7; */
    /* background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x; */
}
        
ul.idTabs li a.selected, ul.idTabs li a.selected:hover
{
    color: #111;
    position: relative;
    top: 0px;
    font-weight:bold;
    /* background: white; */
    /* border: 1px solid #B7B7B7; */
    /* border-bottom-color: white; */
    /* border-right: none; */
}
        
        
ul.idTabs li a.selecte:hover
{
    text-decoration: none;
}
     

.tabcontents
{
    /* border: 1px solid #B7B7B7; */ 
    /* padding-left: 22px; */
    margin-top: 6px;
    padding-top: 10px;
    /* background-color: #FFF; */
    /* border-radius: 0 3px 3px 3px; */
}
.tabcontents p{
    color: #000;
    
}
#staff{
    float: left;
    width: 100%;
    height: 600px;
    border: 1px black solid;
}
.person{
    float: left;
    width: 200px;
    height: 257px;
    padding: 7px;
        
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);

    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
-webkit-border-radius: 3px;

    margin-right: 7px;

    margin-bottom: 7px;
    -moz-border-radius: 3px;
border-radius: 3px;
        
    
    background-color: rgba(255, 255, 255, 1);
}

.person:nth-child(5n){
    margin-right: 0px;
}
#studio .text{
    margin-top: -10px;
}
#studio .text p{
    line-height: 15pt;
    margin-top: -8px;
       text-align: justify;
   
}
#studio .person a img{
    width: 100%;
}
#studio .person .infot {
    display: none;
}
#studio .info {
    float: left;
    position: relative;
    width: 100%;
  
    /* background-image: url('../images/bf_staff.jpg'); */
    background: rgba(254, 254, 254, 0.81);
    
    height: 0px;
    overflow: hidden;
}

.infot {
    width: 100%;
margin: 0 auto;
    text-align: justify;
}

.infot p {
    color: rgba(0, 0, 0, 1);
    padding:10px;
    font-size: 13pt;
    font-family: Tw Cen MT;
    line-height: 15pt;
    /* font-style: italic; */
    /* font-weight: bold; */
    float: left;
    width: 98%;
    margin-top: -30px;
}

.infot h3, .infot h4 {
    color: #781112;
    padding-left: 10px;
    margin-top: 14px;
    text-transform: uppercase;
}
.infot h4
{
	margin-top: -17px;
}

.infot h4 a {
text-decoration:none;
text-transform:none;
}

.infot h4 a:hover {
text-decoration:underline;

}
#studio h1 {
 text-transform: uppercase;
  color: #781112;
  font-size: 15pt;
 margin-bottom: 3px;
margin-top: 7px;

}

#studio p {
font-size: 13pt;
  text-align: justify;
  line-height: 20pt;}

