﻿/* Start of the styles for the structure of the top level pages with navigation */
#divLeftHandColumn
{
    float: left;
    margin-right: 10px;
    width: 200px;
}
#divMainColumn
{
    float: left;
    overflow: hidden;
    width: 463px;
}
#divTopLevelTop
{
    
}
#divTopLevelMain
{
    
}
#divRightHandColumn
{
    float: left;
    margin-left: 10px;
    width: 270px;
}
#divTopLevelPromos
{
    
}
#divTopLevelNews
{
    
}

/* Hide specific sections of the nav to help prevent the nav getting too long */
#ulVNav li.l2
{
    display: none;
}
#ulVNav li.open
{
    display: block;
}

/* End of the styles for the structure of the top level pages with navigation */
