﻿/*=============================Page  Layout Styles=============================*/
body, html, form
{
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
#htmlBody
{
    background: #000;
}
.PageSpacer
{
    text-align: center;
    width: 100%;
    height: 20px;
}
a img
{
    border: 0;
}
div
{
    text-align: left;
}
.Page
{
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.Panes
{
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
    width: 930px;
}
.HeaderPane
{
    overflow: hidden;
    width: 930px;
    height: 50px;
    clip: rect(0px 960px 50px 0px);
    position: absolute
}
.HeaderContent
{
    width: 960px;
    height: 230px;
    overflow: hidden;
}
.MenuHolder
{
    margin-left: auto;
    margin-right: auto;
}
.Footer
{
    background: url(footer-blue.gif);
}
.FooterTop
{
    background: url(footer-top.gif) no-repeat;
    padding-top: 140px;
}
.FooterBottom
{
    background: url(footer-bottom.gif) no-repeat left bottom;
    padding-bottom: 10px;
}
.FooterContent
{
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    overflow: auto;
    width: 930px;
    font-family: 'Century Gothic' ,Helvetica,Arial,sans-serif;
}
.FooterContent .ModuleContent, .FooterContent .ModuleContent td
{
    color: #fff;
}
.FooterContent .Timetable
{
    float: left;
    width: 580px;
}
.FooterContent .Subscribe
{
    float: right;
    width: 290px;
    padding-left: 45px;
}
.FooterContent table, .FooterContent table td
{
    padding: 0;
    border-collapse: collapse;
}
.FooterContent .Timetable table table td
{
    border-top: #fff 1px dotted;
    padding-top: 2px;
    padding-bottom: 2px;
}
.FooterContent .Timetable table table
{
    margin-top: 8px;
    border-bottom: #fff 1px dotted;
}
.ContactPane h4.Title,
.FooterContent h4.Title
{
    font-family: 'Century Gothic' ,Helvetica,Arial,sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    padding:0;
    margin:0;
}
.BlueBox
{
    background: #217BB9;
    font-family: 'Century Gothic' ,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    display: inline;
    padding-bottom: 1px;
    padding-top: 1px;
}
td.BlueBox
{
    display: table-cell;
}
.ContactPane
{
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Century Gothic' ,Helvetica,Arial,sans-serif;
}
.ContactPane td
{
    font-size: 12px;
    padding-left: 7px;
}
.ContactPane a, .ContactPane a:hover
{
    color: #fff;
    text-transform:lowercase;
}
.ContactPane .Copyright
{
    font-size: 80%;
}
.PageSpacer
{
    height: 80px
}
.BlackBox, .FooterContent .Subscribe .Introduction
{
    background: #000;
    font-family: 'Century Gothic' ,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    display: inline;
    padding-bottom: 1px;
    padding-top: 1px;
}
.FooterContent .Subscribe .Field
{
    width: 240px;
    border: 0;
    color: #217BB9;
    background: #fff;
    font-size: 11px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin: 5px 0px 10px;
}
.FooterContent .Button, .FooterContent a.Button, .FooterContent a.Button:link, .FooterContent a.Button:visited, .FooterContent a.Button:hover, .FooterContent a.Button:active
{
    background: transparent url(button.png) no-repeat scroll 0 0;
    border: 0 none;
    color: white;
    
    display: block;
    font-size: 11px;
    font-weight: bolder;
    height: 35px;
    line-height: 14px;
    margin-bottom: 2px;
    margin-left: -2px;
    margin-top: 0px;
    overflow: visible;
    padding: 9px 13px 13px 9px;
    text-align: center;
    text-decoration: none;
    width: 96px;
}
.ContactPane
{
    background: #004780;
    color: #fff;
    height: 200px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
}
hr
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    height: 1pt;
    color: #A09A9A;
    background-color: #A09A9A;
    border-bottom-style: none;
}
.Button, a.Button, a:link.Button, a:visited.Button, a:hover.Button, a:active.Button
{
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #696969;
    border-top: silver 1px solid;
    border-right: 1px solid #696969;
    border-left: silver 1px solid;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 1em;
    padding-left: 1em;
    font-weight: bold;
    font-size: 11px;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    overflow: visible;
    color: #fff;
    background: #E41E26;
    background-repeat: repeat-x;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    line-height: 22px;
}
input.Button
{
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
