﻿*
{
    padding: 0;
    margin: 0;
    font-family: Tahoma;
}

.hidden
{
    display: none;
}

.clear
{
    clear: both;
}

.alignLeft
{
    float: left;
}

.alignRight
{
    float: right;
}

div.clear
{
    clear: both;
    visibility: hidden;
    height: 0;
}

h1
{
    font-size: 20px;
}

h1.splashHeading
{
    color: #000;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -2px;
}

h2
{
    font-size: 16px;
}

p
{
    font-size: 12px;
    padding: 10px 0;
}

a
{
    color: #000;
}

.spacer
{
    height: 20px;
    width: 100%;
}

.dottedSpacer
{
    height: 15px;
    width: 100%;
    border-bottom: dotted 1px #666;
    margin-bottom: 15px;
}

body
{
    background: #000;
    text-align: center;
    padding: 5px 0 20px 0;
}

#page
{
    width: 947px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

#onceLogoPanel
{
}

#onceLogoPanel #onceLogo
{
    display: block;
    float: left;
    font-size: 60px;
    color: #fff;
    letter-spacing: -2px;
}

#onceLogoPanel .reg
{
    display: block;
    float: left;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

#contentPanel
{
    background: #fff;
    color: #000;
    padding: 10px;
}

#content
{
    width: 755px;
    padding-right: 10px;
    overflow: hidden;
    float: left;
}

#crossSell
{
    width: 162px;
    overflow: hidden;
    float: left;
    padding-top: 23px;
}

#breadcrumb
{
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 20px;
}

#breadcrumb span
{
    color: #666;
}

#breadcrumb a
{
    color: #666;
    text-decoration: none;
}

#breadcrumb a:hover
{
    text-decoration: underline;
}

.splashPanel
{
    background: url(../Images/splashPanelBg.png);
    width: 755px;
    height: 408px;
    overflow: hidden;
    margin-bottom: 10px;
}

.buttonLarge
{
    display: block;
    width: 198px;
    height: 46px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 10px 55px 0 0;
    color: #fff;
    background: url(../Images/blackButtonLarge.gif);
    background-position: left top;
    cursor: pointer;
    text-decoration: none;
}

.buttonMedium
{
    display: block;
    width: 130px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding: 7px 34px 0 0;
    color: #fff;
    background: url(../Images/blackButtonMedium.gif);
    background-position: left top;
    cursor: pointer;
    text-decoration: none;
}

.buttonLarge:hover, .buttonMedium:hover
{
    background-position: left bottom;
}

.linkIcon
{
    display: block;
    padding-left: 22px;
    height: 18px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    background: url(../Images/linkIcon.png) no-repeat;
    background-position: left top;
}

.linkIcon:hover
{
    background-position: left bottom;
}

.featurePanel
{
    background: url(../Images/featurePanelBg.png);
    width: 755px;
    height: 158px;
    overflow: hidden;
    margin-bottom: 10px;
}

.featurePanel .heading
{
    font-size: 26px;
    color: #000;
}

.crossSellPanel
{
    background: url(../Images/crossSellPanelBg.png) no-repeat;
    width: 152px;
    padding: 10px 0 0 10px;
    overflow: hidden;
}

.crossSellPanel .heading
{
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    color: #000;
}

.crossSellPanel .iconPanel
{
    float: left;
    margin-right: 10px;
    width: 47px;
    overflow: hidden;
}

.crossSellPanel .content
{
    float: left;
    width: 95px;
    overflow: hidden;
    color: #666;
}

.crossSellPanel p
{
    color: #666;
    font-size: 11px;
    padding: 0;
}

.contentPanelWrapper
{
    background: url(../Images/contentBg.jpg) repeat-y;
    margin-bottom: 10px;
}

.contentPanel
{
    background: url(../Images/contentTopBg.gif) no-repeat;
    padding: 20px 20px 0 20px;
}

.contentPanelBottom
{
    background: url(../Images/contentBottomBg.png);
    height: 48px;
}

.contentPanel ul
{
    margin: 10px;
}

.contentPanel li
{
    margin-left: 30px;
    font-size: 12px;
    padding: 3px 0;
}

.smallText
{
    font-size: 10px;
}

/* the overlayed element */
div.overlay
{
    background-image: url(../Images/overlayBg.png);
    display: none;
    padding: 55px;
}

div.overlay div.close
{
    background-image: url(../Scripts/JQuery/Plugin/Overlay/close.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.tabs
{
    list-style: none;
    background: url(../Images/tabBar.gif) left bottom no-repeat;
    height: 68px;
    overflow: hidden;
    margin: 0 !important;
}

.tabs li
{
    float: left;
    width: 143px;
    height: 68px;
    overflow: hidden;
    margin-left: 5px;
    padding: 0 !important;
}

.tabs li a
{
    background: url(../Images/tabOff.gif);
    text-align: center;
    text-transform: capitalize;
    color: #000;
    width: 143px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.tabs li.on a
{
    background: url(../Images/tabOn.gif);
    font-weight: bold;
    height: 68px;
}

.h3
{
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.noPadding
{
    padding: 0;
}

#underWriterPanel
{
    margin-top: 10px;
}

.disclaimerFooter
{
    color: #666;
}

.disclaimerFooter a
{
    color: #666;
}

#underWriterPanel
{
    border-top: dotted 1px #666;
}

#underWriter
{
    margin: 0 auto;
    width: 600px;
}

#underWriter img
{
    display: block;
    float: left;
}

#underWriter span, #underWriter a
{
    color: #777777;
    display: block;
    float: left;
    font-size: 10px;
    padding-top: 9px;
}
