#aboutscmain
{
    padding: 10px;
    text-align: justify;
}
#aboutscmain h1
{
    font-size: 18px;
    color: #CE3000;
}
#aboutscmain h2
{
    font-size: 14px;
    color: #CE3000;
}
#aboutscmain ul
{
    list-style-image: none;
}
#aboutscmain ul li
{
    padding-bottom: 20px;
    text-align: justify;
}
#aboutscmain ul li ul li
{
    padding-bottom: 5px;
    text-align: left;
}

/*---------------- TECHNICAL EXPERT TEAM ----------------*/
div.expertpicture
{
    float: left;
    width: 110px;
    margin-top: 20px;
}
div.expertbio
{
    width: 450px;
    float: left;
    text-align: justify;
    margin-top: 20px;
}
div.expertbio h2
{
    font-size: 14px;
    color: #CE3000;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}
div.expertseparator
{
    border-bottom: 1px solid #CCCCCC;
    height: 20px;
}
