
HTML, BODY {
    margin: 0px;
    padding: 0px;
}

BODY {
    background-color: #000000;
}

#PageHeader, #PageBanner, #PageBody, #PageFooter {
    width: 100%;
}

#PageHeader {
    height: 100px;
    background-image: url('../assets/pageheader-bg.png');
    background-repeat: repeat-x;
}

#PageHeader > A.Logo {
    display: block;
    width: 166px;
    height: 40px;
    position: relative;
    left: 50%;
    top: 38px;
    margin-left: -462px;
}

#PageHeader > IMG.Description {
    width: 318px;
    height: 11px;
    position: relative;
    left: 50%;
    top: 35px;
    margin-left: -462px;
}

#PageHeader > UL.Menu {
    float: right;
    width: auto;
    height: 75px;
    position: relative;
    right: 50%;
    top: -15px;
    margin: 0px -462px 0px 0px;
    padding: 0px;
    list-style-type: none;
    text-transform: uppercase;
}

#PageHeader > UL.Menu > LI {
    float: left;
    height: 75px;
    margin: 0px;
}

#PageHeader > UL.Menu > LI > A {
    display: block;
    width: auto;
    height: 75px;
    padding: 30px 15px 0px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}

#PageHeader > UL.Menu > LI > A:hover {
    color: #ff0000;
}

#PageHeader > UL.Menu > LI:last-child > A {
    padding-right: 0px;
}

#PageHeader > UL.Menu > LI + LI {
    background-image: url('../assets/pageheader-mid.png');
    background-repeat: no-repeat;
}

#PageBanner {
    height: 400px;
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -960px;
}

#PageBanner DIV.Caption > H1, #cs-caption-PageBanner > H1 {
    position: absolute;
    top: 195px;
    left: 50%;
    width: 924px;
    height: 40px;
    padding: 0px;
    margin: 0px 0px 0px -462px;
    border: none;
    font-family: 'Franklin Gothic FS Heavy', sans-serif;
    font-size: 48px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1001;
}

#PageBanner DIV.Caption > H2, #cs-caption-PageBanner > H2 {
    position: absolute;
    top: 240px;
    left: 50%;
    width: 924px;
    height: 40px;
    padding: 0px;
    margin: 0px 0px 0px -462px;
    border: none;
    font-family: 'FontSite Sans LightEx', sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 1001;
}

#PageBanner DIV.Caption > UL, #cs-caption-PageBanner > UL {
    position: absolute;
    top: 285px;
    left: 50%;
    width: 924px;
    height: 100px;
    margin: 0px 0px 0px -462px;
    font-family: 'FontSite Sans LightEx', sans-serif;
    font-size: 26px;
    list-style-image: url('../assets/bullet.png');
    color: #ffffff;
    z-index: 1001;
}


#PageBody {
    height: auto;
    padding: 20px 0px 20px 0px;
    background-image: url('../assets/pagebody-bg.png');
}

#PageBody > DIV {
    width: 924px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -462px;
}

#PageBody > DIV > H1 {
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    background-image: url('../assets/hr.png');
    background-repeat: repeat-x;
    background-position: 0% 100%;
    color: #ffffff;
}

#PageBody > DIV > H2 {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #bababa;
}

#PageFooter > UL.Menu > LI:last-child {
    padding-right: 0px;
}

#PageFooter {
    height: 80px;
    background-image: url('../assets/pagefooter-bg.png');
    background-repeat: repeat-x;
}

#PageFooter > DIV.Copyright {
    display: block;
    width: 462px;
    height: 25px;
    position: relative;
    left: 50%;
    top: 20px;
    margin: 0px 0px 0px -462px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #807d7d;
}

#PageFooter > UL.Menu {
    float: right;
    width: auto;
    height: 25px;
    position: relative;
    right: 50%;
    top: -5px;
    margin: 0px -462px 0px 0px;
    padding: 0px;
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

#PageFooter > UL.Menu > LI {
    float: left;
    margin: 0px;
    padding: 0px 12px 0px 12px;
}

#PageFooter > UL.Menu > LI:last-child {
    padding-right: 0px;
}

#PageFooter > UL.Menu > LI > A {
    color: #807d7d;
}

#PageFooter > UL.Menu > LI > A:hover {
    color: #ff0000;
}

#PageFooter > UL.Menu > LI + LI {
    background-image: url('../assets/pageheader-mid.png');
    background-repeat: no-repeat;
}

IFRAME {
    border: 1px solid #505050;
}

IFRAME + A {
    display: block;
    width: 100%;
    height: 20px;
    text-align: center;
}
