﻿Body
{
    margin: 0px;
    padding: 0px;
    font-size: small;
    cursor: default;
    background-color: #373737;
    font-family: Tahoma, Arial, Verdana;
}
.WrapperDiv
{
    width: 850px;
    min-width: 850px;
    position: relative;
    left: 50%;
    margin-left: -425px;
}
.ContentDiv
{
    padding-top: 85px;
    background-color: #FFFFFF;
    background-image: url(/App_Images/Headers/Home.Jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.ContentTable
{
    width: 100%;
    height: 100%;
}
.ContentTable .Cell1
{
    text-align: right;
    padding-right: 40px;
}
.ContentTable .Cell2
{
    padding-top: 20px;
    width: 235px;
    padding-left: 25px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 20px;
}
.ContentTable .Cell3
{
    padding-top: 20px;
    width: 315px;
    padding-left: 40px;
    padding-right: 40px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 20px;
}
.ContentTable .Cell4
{
    padding-top: 20px;
    width: 200px;
    vertical-align: middle;
    text-align: left;
    padding-bottom: 20px;
}
.ContentTable .Cell5
{
    width: 235px;
    padding-left: 25px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 20px;
}
.ContentTable .Cell6
{
    width: 315px;
    padding-left: 40px;
    padding-right: 40px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 20px;
}
.FooterDiv
{
    height: 40px;
    color: #FFFFFF;
    background-image: url(/App_Images/FooterBackground.Gif);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 10px;
}
.FooterDiv a
{
    text-decoration: none;
    color: #FFFFFF;
}
.FooterTable
{
    width: 100%;
    height: 100%;
}
.FooterTable .Cell1
{
    width: 50%;
    text-align: left;
}
.FooterTable .Cell2
{
    width: 50%;
    text-align: right;
}
.MenuList
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
}
.MenuList Li
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 1px;
}
h1
{
    font-size: 130%;
    font-weight: normal;
    border-bottom: solid 1px #CCCCCC;
}
.BlueText, .ContentDiv a
{
    color: #0f8ee7;
    text-decoration: none;
}
a img
{
    border: none;
}
#VPNThumbImage
{
    width: 300px;
    height: 195px;
}
#VPNImage
{
    background-image: url(/App_Images/VPN.Jpg);
    width: 640px;
    height: 417px;
    position: absolute;
    left: 50%;
    margin-left: -320px;
    background-repeat: no-repeat;
    background-position: left top;
    border: solid 1px #CCCCCC;
    display: none;
}
#CloseImage
{
    margin: 10px;
}
.GreyText
{
    color: #666666;
}
.ContactTable
{
    width: 100%;
    height: 100%;
}
.ContactTable .TextBox
{
    border: solid 1px #CCCCCC;
    color: #333333;
    width: 150px;
    padding: 2px;
}
.ContactTable .MultiLineTextBox
{
    border: solid 1px #CCCCCC;
    color: #333333;
    width: 150px;
    height: 50px;
    overflow: auto;
    padding: 2px;
    font-family: Tahoma, Arial, Verdana;
}
.ContactTable .Button
{
    border: solid 1px #CCCCCC;
    color: #333333;
    background-color: #F0F0F0;
    padding: 2px;
}
.ContactTable Td
{
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}
.ErrorMessage
{
    font-family: Tahoma, Arial, Verdana;
}
.ErrorMessage Ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}