﻿/* Main Styles */

body
{
    background-color: #5F6062;
    font-family: Tahoma, Geneva, sans-serif;
    color: #5F6062;
}

.container_12
{
    background-color: #ffffff;
}

a:link, a:visited
{
    text-decoration: none;
    color: #F15D22;
}

a:hover
{
    text-decoration: underline;
}

h1, h2, h3, h4, p, ul
{
    margin-left: 15px;
    margin-right: 15px;
}

h1
{
    font-size: 17pt;
    font-weight: normal;
    font-style: italic;
}

h2
{
    color: #F15D22;
    font-size: 13pt;
    margin-top: 4px;
}

h3
{
    color: #F15D22;
    font-size: 12pt;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 8px;
}

ul
{
    list-style-type: none;
    font-size: 10pt;
    line-height: 1.25em;
}

li
{
    margin-left: 0px;
    padding-left: 10px;
    background-image: url(images/bullet_dash.jpg);
    background-repeat: no-repeat;
    background-position: 0 3px;
}

ul.biglist
{
    line-height: 2em;
    font-size: 11pt;
    margin-right: 8px;
}

ul.biglist li
{
    background-position: 0 8px;
}

p
{
    margin-top: 4px;
    margin-bottom: 20px;
    line-height: 1.25em;
    font-size: 11pt;
}

/* Header */
.container_header
{
    background-image: url(images/bg_header_shadow.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.header
{
    height: 116px;
    background-image: url(images/bg_header.jpg);
}

.logoarea a, .logoarea a:hover
{
    display: block;
    width: 300px;
    height: 110px;
    text-decoration: none;
}

.subnavigation li, .topnavigation li
{
    background-image: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

/* Top Navigation */
.topnavigation
{
    height: 37px;
    border-top: solid 1px #5F6062;
    background-image: url(images/bg_topnav.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    text-transform: uppercase;
    font-size: 12pt;
    padding-left: 15px;
    padding-top: 11px;
}

.topnavigation a:link, .topnavigation a:visited
{
    color: Black;
}

.topnavigation .RadMenu a.rmLink
{
    cursor: pointer;
}

.topnavigation a:link.selectedItem, .topnavigation a:visited.selectedItem
{
    color: #F15D22;
}

/* Sub Navigation */
.subnavigation
{
    float: right;
    margin-top: 95px;
    font-size: 10pt;
}
.subnavigation a:link, .subnavigation a:visited
{
    color: Black;
}
.subnavigation .RadMenu a.rmLink
{
    cursor: pointer;
}

.subnavigation a:link.selectedItem, .subnavigation a:visited.selectedItem
{
    color: #F15D22;
}

/* Main area */
.container_body
{
    background-image: url(images/bg_body_shadow.jpg);
    background-position: center top;
    background-repeat: repeat-y;
}

/* Home page */
.homebox
{
    height: 148px;
    background-image: url(images/bg_homebox.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.homebox h3
{
    color: White;
    font-size: 7.5pt;
    margin: 8px 0px 8px 30px;
}

.homebox p
{
    margin: 12px 30px 0px 30px;
    font-size: 10pt;
    line-height: 13pt;
}

.homebox_right
{
    height: 512px;
    background-image: url(images/bg_home_right.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 15px;
}
.homebox_right p
{
    margin-left: 45px;
    margin-right: 30px;
}
.homebox_right h2
{
    margin-left: 45px;
    margin-right: 10px;
}
.homebox_right p
{
    font-size: 10pt;
}
.homebox_right ul
{
    margin-left: 30px;
    margin-right: 45px;
    font-size: 10pt;
    list-style-type: none;
    line-height: 1.25em;
}
.homebox_right li
{
    margin-left: 0px;
    margin-top: 8px;
    padding-left: 15px;
    background-image: url(images/bullet_tri.jpg);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.home_main
{
}

.home_main h1
{
    font-size: 20pt;
    margin-left: 40px;
    padding: 30px 120px 0px 30px;
    background-image: url(images/icon_home.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: bold;
}

.home_main p
{
    font-size: 12pt;
    padding: 0px 150px 0px 55px;
}

/* Footer */
.footer
{
    text-align: center;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    background-image: url(images/bg_bottom_shadow.jpg);
    background-position: center top;
    background-repeat: no-repeat;    
    background-color: #5F6062;
}

.footer p
{
    font-size: 8pt;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.75em;
}

.footer a:link, .footer a:hover, .footer a:visited
{
    color: #ffffff;
}

/* Blurb */
.blurb
{
    text-align: center;
    margin: 15px 125px 35px 125px;
    padding: 14px 0px 14px 0px;
    border-top: solid 1px #5F6062;
    border-bottom: solid 1px #5F6062;
    font-size: 14pt;
    line-height: 18pt;
}
