/**** Banner *************************/
#masterHeader .banner
{
    height: 51px;
    background-image: url(../images/banners/banner_blank.jpg);
}
#masterHeader .banner h1
{
    padding: 19px 0 0 24px;
    font-size: 22px;
    font-weight: normal;
    color: #DFFFFF;
}

/**** Section ************************/
#sectionBody
{
    padding-top: 18px;
}

/**** Section Nav ********************/
#sectionNav
{
    width: 194px;
    float: left;
}
#sectionNav .items
{
    margin: 6px 0 0 34px;
    font-size: 16px;
}
#sectionNav .item.active
{
    margin-left: -17px;
    padding-left: 17px;
    background-image: url(../images/menu_arrow.gif);
    background-position: 0 2px;
}
#sectionNav .item a
{
    color: #0093CE;
    font-size: 17px;
    text-decoration: none;
}
#sectionNav .item.separator
{
    display: block;
    height: 9px;
    margin: 1px 0 2px;
    background-image: url(../images/menu_spacer.png);
}
#sectionNav .corporateInfo
{
    margin: 24px 0 53px 20px;
}
#sectionNav .corporateInfo h2
{
    width: 160px;
    height: 16px;
    margin-left: -7px;
    padding: 5px 2px;
    border: 1px dotted black;
    border-left: none;
    border-right: none;
    color: #E9F7F8;
    background-color: #FD7744;
    font-size: 14px;
    font-weight: normal;
}
#sectionNav .corporateInfo h3
{
    margin-top: 20px;
    color: black;
}

/**** Section Main *******************/
#sectionMain
{
    width: 570px;
    float: left;
}
#sectionMain p
{
    margin: 10px 0;
}
#sectionMain a
{
    text-decoration: underline;
}
#sectionMain a:hover
{
    text-decoration: none;
}
#sectionMain h2
{
    margin: 12px 0;
    font-size: 12px;
}
#sectionMain ul
{
    padding-left: 40px;
    list-style-type: disc;
}
#sectionMain .items
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#sectionMain strong
{
    font-weight: bold;
}

