#about .bios li:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html #about .bios li
{
   height: 1%;
}

#about .bios li
{
   zoom:1;
}

#about .info_box
{
    border-top:1px solid #8d8d8d;
}

#about .page_summary
{
    width:482px;
    padding:36px 41px 72px;
    background-color:#0063c8;
    color:#FFF;
    float:left;
    margin:0 10px 0 0 ;
}

#about .page_summary p
{
    line-height:21px;
    font-size:15px;
}

#about .page_summary h2,
#about .page_summary h3
{
    color:#fff;
}

#about .page_summary h2
{
    font-size:18px;
    line-height:22px;
    margin-bottom:9px;
}

#about .info_box
{
    padding-bottom:36px;
}

#about .info_box h3
{
    font-size:13px;
    line-height:21px;
    padding:9px 5px 5px;
}

#about .about_specifics
{
    width:400px;
    float:left;
}
#about .about_specifics .container
{
    width:195px;
    float:left;
}


#about .about_specifics .container:first-child
{
    margin-right:10px;
}


/*bios*/

#about .bios li
{
    margin-bottom:10px;
}

#about .bios h2,
#about .bios p
{
    font-size:11px;
    line-height:15px;
    margin:0;
    padding:0 5px 0 0;
}
#about .bios .caption_box
{
    float:right;
    width:139px;
    padding-left:10px;
}
    
#about .bios p
{
    font-style:italic;
    color:#555;
}

#about .bios strong
{
    font-weight:bold;
}

#about .bios img
{
    float:left;
    width:40px;
    height:40px;
    display:block;
    padding-left:5px;
}
#about .statistics li
{
    font-size:11px;
    color:#555;
    margin-bottom:10px;
}

#about .statistics li strong
{
    font-weight:bold;
    font-size:16px;
    color:#000;

}

#about .statistics ul,
#about .quick_contact ul
{
    padding:0 5px;
}

/*contact*/

#about .quick_contact li
{
    font-size:11px;
    margin-bottom:2px;
}

#about .quick_contact li a
{
    text-decoration:underline;
}

#about .quick_contact li a:hover
{
    color:#000;
}
