div.uc-page
{
        margin: 0 auto;
        width: 100%;
        text-align: left;
        background-color: #fff;
}

#uc-header,
#uc-footer
{
        height: 2em;
        line-height: 2em;
        overflow: hidden;
        padding: 0 18px;
}

#uc-header ul,
#uc-header form,
#uc-footer ul,
#uc-footer form
{
        margin: 0;
        padding: 0;
        font-size: 0.833em;
        list-style: none;
}

#uc-header li,
#uc-footer li
{
        float: left;
}

#uc-header li:before, #uc-footer li:before
{
        content: "b"";
        padding: 0 .4em;
}

#uc-header li:first-child:before, #uc-footer li:first-child:before
{
        content: "";
        padding: 0;
}

#uc-header a,
#uc-footer a
{
        text-decoration: none;
}

#uc-header
{
        background-color: #000;
        color: white;
}

#uc-header:first-child
{
        margin-top: -2em;
}

#uc-header a
{
        color: inherit;
}

#uc-header a:hover
{
        color: #f8b620;
}

#uc-header #uc-global-search
{
        float: right;
        margin-left: 9px;
}

#uc-header #uc-global-search label
{
        display: none;
}

#uc-global-navigation
{
        float: left;
}

#uc-global-search-field
{
        color: #58595b;
        border: 1px solid #fff;
        background-color: #d9d9d9;
        width: 7.2em;
}

#uc-global-references
{
        float: right;
        text-transform: uppercase;
}

#uc-footer
{
        clear: both;
        border-left: 160px solid #000;
        text-transform: uppercase;
}

#uc-footer ul
{
        float: right;
}

#uc-splash
{
        position: relative;
        color: black;
        overflow: hidden;
        height: 286px;
}

#uc-splash .logo
{
        position: absolute;
        bottom: 0;
        z-index: 40;
}

#uc-splash .logo a,
#uc-splash .logo span
{
        display: table-cell;
        width: inherit;
        height: inherit;
        vertical-align: middle;
        text-align: center;
}

#uc-splash .logo img
{
        display: block;
        margin: 0 auto;
}

#uc-splash .banner img
{
        position: absolute;
        z-index: 0;
        margin: 0;
        right: 200px;
}

#uc-splash .banner p
{
        margin: 0;
}

#uc-splash .headline
{
        position: absolute;
        z-index: 20;
        bottom: 0;
        padding: 18px 18px 18px 178px;
        width: 200px;
        text-shadow: rgba(0, 0, 0, 0.5) 0 .25em .25em;
}

#uc-splash .headline div
{
        font: 4em Impact, Arial, Helvetica, sans-serif;
}

#uc-splash .headline p
{
        display: none;
        margin: 0 0 0 0;
        font-weight: bold;
        font-size: 1.333em;
}

#uc-navigation ul,
#uc-navigation li
{
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: inherit;
}

#uc-navigation a,
#uc-navigation span
{
        display: block;
        text-decoration: none;
}

#uc-navigation .title
{
        margin: 3px 18px;
        font-weight: bold;
        font-size: 1.083em;
        line-height: inherit;
}

#uc-navigation div.primary
{
        height: 2em;
        padding: 3px 0 0 160px;
        overflow: hidden;
}

#uc-navigation div.primary h2
{
        display: none;
}

#uc-navigation div.primary li
{
        float: left;
        margin: 0 1px 0 0;
        -webkit-border-top-right-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-topleft: 6px;
        white-space: nowrap;
}

#uc-navigation div.primary li:first-child
{
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
}

#uc-navigation div.primary li:first-child > *
{
        padding-left: 18px;
}

#uc-navigation div.primary li > *
{
        padding: 0 12px;
}

#uc-navigation div.primary a,
#uc-navigation div.primary span
{
        height: 2em;
        line-height: 2em;
}

#uc-navigation div.primary .active,
#uc-navigation div.primary .activepath
{
        font-weight: bold;
}

#uc-navigation div.secondary
{
        text-align: right;
        float: left;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-radius-bottomright: 12px;
        width: 160px;
        padding-bottom: 2em;
}

#uc-navigation div.secondary a,
#uc-navigation div.secondary span
{
        font-size: .916em;
        padding: .5em 18px;
        border-top: 1px solid white;
}

#uc-navigation div.secondary .title a,
#uc-navigation div.secondary .title span
{
        padding: 0;
        border-top: 0;
}

#uc-navigation div.secondary .collapsed > a:after, #uc-navigation
 div.secondary .collapsed > span:after, #uc-navigation div.secondary
 .expanded > a:after, #uc-navigation div.secondary .expanded >
 span:after
{
        display: block;
        margin: -1.5em -18px 0 124px;
        width: 18px;
        text-align: center;
}

#uc-navigation div.secondary .collapsed > a:after, #uc-navigation
 div.secondary .collapsed > span:after
{
        content: "+";
}

#uc-navigation div.secondary .expanded > a:after, #uc-navigation
 div.secondary .expanded > span:after
{
        content: "-";
}

#uc-navigation div.secondary .expanded ul
{
        display: block;
}

#uc-navigation div.secondary ul ul
{
        display: none;
}

#uc-navigation div.secondary ul ul a,
#uc-navigation div.secondary ul ul span
{
        padding: .333em 18px;
        border-top: 0;
}

.mac.gecko #uc-navigation .primary li
{
        -moz-border-radius-topright: 7px;
        -moz-border-radius-topleft: 8px;
}

.ie #uc-navigation .secondary li,
.ie #uc-navigation .secondary a
{
        height: 1%;
}

#uc-content:after
{
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}

#uc-content > div.primary
{
        float: right;
        width: 80%;
}

#uc-content > div.primary > div.wrapper
{
        margin: 2em 18px;
}

#uc-content > div.secondary
{
        float: left;
        clear: left;
        width: 160px;
}

#uc-content > div.secondary > div.wrapper
{
        margin: 2em 0;
}

.content img
{
        max-width: 100%;
        height: auto;
}

.ie6 .content img
{
        max-width: 594px;
}

#uc-content div.secondary .block
{
        margin: 2em 0;
        background-color: #dad9da;
        -webkit-border-top-right-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-radius-topright: 12px;
        -moz-border-radius-bottomright: 12px;
        border-bottom: 1px solid #dad9da;
}

#uc-content div.secondary .block h2
{
        font-size: 1em;
        line-height: 2em;
        margin: 0;
        padding: 0 18px;
        -webkit-border-top-right-radius: 12px;
        -moz-border-radius-topright: 12px;
}

#uc-content div.secondary .block .content
{
        margin: 12px 18px;
        font-size: .916em;
}

#uc-content div.secondary .block ul
{
        padding-left: 14px;
        color: #58595b;
}

#uc-content div.secondary .block a
{
        text-decoration: none;
}

.view-calendar table
{
        table-layout: fixed;
        border-collapse: collapse;
}

.view-calendar .heading
{
        text-align: center;
        font-size: 1.333em;
}

.view-calendar .heading a
{
        color: #333;
}

.view-calendar td
{
        border: 1px solid #ccc;
        vertical-align: top;
        padding: .125em .25em;
        font-size: .916em;
}

.view-calendar .days
{
        text-align: center;
        color: #666;
        width: 14%;
        border: 0;
}

.view-calendar .week
{
        display: none;
}

.view-calendar .day
{
        text-align: right;
        font-size: 1.091em;
}

.view-calendar .day a
{
        color: #000;
}

.view-calendar .today
{
        background-color: #e5e7f7;
}

.view-calendar .stripe
{
        display: none;
}

.view-calendar a
{
        display: block;
}

div.uc-level-1 #uc-splash
{
        height: 286px;
}

div.uc-level-2 #uc-splash
{
        height: 134px;
        height: 260px;
}

#uc-navigation .primary,
#uc-navigation .secondary
{
        background-color: #dad9da;
}

#uc-navigation .secondary ul ul
{
        background: transparent url(../images/fills/black-09.png);
        background: rgba(0, 0, 0, 0.09);
}

.ie #uc-navigation .secondary ul ul
{
        filter:
        progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fills/black-09.png', );
}

#uc-header .identity,
#uc-header .identity a
{
        background-color: #f8b620;
        color: #000;
}

#uc-footer
{
        background-color: #f8b620;
        color: #000;
}

#uc-footer a
{
        color: #000;
}

#uc-navigation div.primary
{
        color: #fff;
}

#uc-navigation div.primary li
{
        background-color: #ed1c24;
}

#uc-navigation div.primary a
{
        color: #fff;
}

#uc-navigation div.primary .active,
#uc-navigation div.primary .activepath,
#uc-navigation div.primary a:hover
{
        color: #f8b620;
}

#uc-navigation div.secondary
{
        color: #ed1c24;
}

#uc-navigation div.secondary a
{
        color: #ed1c24;
}

#uc-navigation div.secondary a:hover, #uc-navigation div.secondary
 .active, #uc-navigation div.secondary .activepath
{
        color: #58596e;
}

#uc-content .secondary .block h2
{
        background-color: #ed1c24;
        color: #fff;
}

#uc-footer a
{
        background: transparent !important;
}

div.uc-level-1 #uc-splash .headline
{
        width: 754px;
}

#uc-splash .logo
{
        right: 18px;
        padding: 6px;
        background: #fff;
        border: 1px solid #ddd;
        border-top: 0;
        border: 0 solid rgba(255, 255, 255, 1);
        -webkit-box-shadow: rgba(96, 96, 96, 0.2) 0 .15em .25em;
}

#uc-splash .headline
{
        padding-left: 18px;
}

.ie6 #uc-splash .logo
{
        width: 1%;
}

