﻿
/* Vip Areas */

/*

This style is applied specifically at the Vip application level;
Overrides widths to allow for a 3 column wider layout.

*/

#vip_content
{
}

#vip_content #content_outer_container
{
    width: 930px;
}

#vip_content #header
{

    width: 920px;
}

#vip_content #content_middle_container
{
    width: 920px;
}

#vip_content #nav_container
{
}

#vip_content #content
{
    float: left;
    width: 460px;
}

    #vip_content #content .heading1
    {
        font-size: 20pt;
        color: #78ADE6;
        border-bottom: solid 1px #DBDBDB;
    }

/*  EXTRA TAG for right content  */

#vip_content #right 
{
    float: right;
    width: 250px;
    text-align: center;
    padding-top: 20px;
}

/*  end right content extra */

#vip_content #vdpcomplete_endcap
{
}

#vip_content #footer_outer_container
{
}

#vip_content #footer_2
{
}