﻿/* site
------------------------------------------------------------*/

html, body
{
    background: transparent none;
    font: 100% Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

img
{
    border: 0 none;
}

img.vegas-background
{
    position: fixed;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: -999;
}

h1
{
    font-size: 1.25em;
}

p
{
    font-size: 0.75em;
}

div.clear
{
    clear: both;
    float: none;
}

div.banner
{
    background: url('../Images/Backgrounds/bannerbg.png') repeat;
    float: left;
    min-width: 1000px;
    width: 100%;
}

div.banner div.left
{
    float: left;
}

div.menu
{
    background: #004b8c url('../Images/menubg.png') repeat-x;
    float: left;
    font-size: 0.6875em;
    min-width: 1000px;
    position: relative;
    width: 100%;
    z-index: 997;
}

div.menu a
{
    white-space: nowrap;
}

div.menu ul
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}

div.menu ul li
{
    float: left;
    position: relative;
}

div.menu .menulevel1
{
    border-color: #004b8c;
    border-style: solid solid none solid !important;
    border-width: 1px 1px 0 1px;
    color: #ffffff;
    padding: 8px 16px !important;
    text-align: center;
}

div.menu .highlighted
{
    background: #0a77bd;
}

div.container
{
    background: url('../Images/Backgrounds/containerbg.png') repeat;
    float: left;
    margin: 24px 24px 64px;
    padding: 6px;
}

div.content
{
    background: url('../Images/Backgrounds/contentbg.png') repeat;
    float: left;
    max-width: 940px;
    padding: 12px;
}

div.footer
{
    background: #ffffff;
    border-top: 1px solid #5d7B9d;
    bottom: 0;
    clear: both;
    font-size: 11px;
    height: 40px;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    width: 100%;
}

div.footer-content
{
    margin: 0 auto;
    width: 1000px;
}

div.footer-content-left
{
    float: left;
}

div.footer-content-right
{
    float: right;
    margin-top: 11px;
    text-align: right;
}

div.footer-content p
{
    font-size: 11px;
    margin: 0;
}

div.footer-content a
{
    color: #990000;
    text-decoration: none;
}

ul.footerlinks
{
    margin: 1em 0;
    padding: 0;
}

ul.footerlinks li
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 1em;
}

ul.footerlinks li a
{
    color: #000000;
    text-decoration: none;
}

ul.footerlinks li a:hover
{
    text-decoration: underline;
}

/* default
------------------------------------------------------------*/

div.default
{
    position: relative;
    text-align: center;
}

div.default div
{
    left: 250px;
    position: absolute;
    top: 60px;
    width: 500px
}

div.default div h1
{
    color: #ffffff;
    filter: alpha(opacity=75);
    margin-top: 0;
    opacity: 0.75;
}

div.default div p
{
    color: #ffffff;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

div.default a
{
    display: block;
    filter: alpha(opacity=80);
    height: 235px;
    left: 242px;
    opacity: 0.80;
    position: absolute;
    top: 212px;
    width: 480px;
    z-index: 1;
}

div.default a:hover
{
    filter: alpha(opacity=100);
    opacity: 1.00;
}