﻿body
{
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 0.8em;
}

#MainDiv
{
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #FFFFFF;
}

#TopBar
{
    position: relative;
    left: 200px;
    right: 200px;
    top: 0px;
    height: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-color: #000000;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: #000000;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #000000;
    border-right-style: solid;
    border-right-width: 1px;
    width: 800px;
    background-color: #FFFFFF;
}

#MainContent
{
    position: relative;
    top: 0px;
    left: 200px;
    right: 200px;
    width: 800px;
    height: auto;
    background-color: #FFFFFF;
    border-right-color: #000000;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #000000;
    border-left-style: solid;
    border-left-width: 1px;
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#Footer
{
    position: absolute;
    bottom: 2px;
    left: 2px;
}

#LeftMenu
{
    position: relative;
    float: left;
    left: 0px;
    top: -10px;
    padding-left: 10px;
    width: 250px;
}

#MainBody
{
    position: relative;
    float: left;
    width: 525px;
    top: -10px;
    padding-left: 5px;
    height: auto;
    border-left-color: #000000;
    border-left-style: dotted;
    border-left-width: 1px;
}

#MainFullBody
{
    position: relative;
    width: 550px;
    top: -10px;
    left: 125px;
}

.ServicesDiv
{
    padding-left: 20px;
    padding-right: 20px;
}

.TopMenu
{
    height: 25px;
    vertical-align: middle;
    border-bottom-color: #000000;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.SmallBoldTxt
{
    color: #000000;
    font-weight: bold;
}

.PageTitle
{
    color: #BC1D2F;
    font-size: large;
    padding-bottom: 10px;
    font-weight: bold;
}

.Footer
{
    font-size: smaller;
}

.SubTitle
{
    color: #606060;
    font-weight: bold;
    padding-top: 10px;
}

.MenuSeperator
{
    border-right-color: #000000;
    border-right-style: dotted;
    border-right-width: thin;
    padding-left: 0px;
    height: 400px;
}    

.MainText
{
    color: #808080;
}

.ServicesText
{
    color: #808080;
    border: none;
    background-color: #FFFFFF;
    padding-left: 20px;
    text-align: left;
}

.MainTextStrong
{
    color: #808080;
    font-weight: bold;
}

.MainSmallText
{
    color: #808080;
    padding-top: 5px;
    font-size: smaller;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
}

.MainSmallLink
{
    color: #808080;
    font-size: smaller;
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 5px;
    float: left;
}

.TitlesGradientBg
{
    background-image: url(Images/TitleGradient.jpg);
    font-weight: bold;
    height: 25px;
    padding-left: 5px;
}

.HomepageTables
{
    padding-right: 10px;
}

.MenuText
{
    color: #BC1D2F;
    font-weight: bold;
    width: 240px;
    padding-bottom: 10px;
}

.ServicesList
{
    color: #BC1D2F;
    font-weight: bold;
    width: 240px;
    padding-left: 20px;
}

.PriceList1
{
    background: #DEDEDE;
    border-bottom-color: #BC1D2F;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    height: 25px;
    padding-left: 5px;
    width: 150px;
}

.Price1
{
    background: #DEDEDE;
    border-bottom-color: #BC1D2F;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    height: 25px;
    color: #BC1D2F;
    font-weight: bold;
    width: 80px;
}

.PriceList2
{
    background: #FFFFFF;
    border-bottom-color: #BC1D2F;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    height: 25px;
    padding-left: 5px;
    width: 150px;
}

.Price2
{
    background: #FFFFFF;
    border-bottom-color: #BC1D2F;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    height: 25px;
    color: #BC1D2F;
    font-weight: bold;
    width: 80px;
}

.MainFeatures
{
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 10px;
    background: #FFFFFF;
    width: 760px;
}

.VerSpacer
{
    padding-bottom: 20px;
}
.HorSpacer
{
    padding-bottom: 10px;
}

.SubmitButton
{
    background: #FFFFFF;
    border-color: #000000;
    border-style: solid;
    border-width: thin;
    color: #AAB9B4;
    font-weight: bold;
    font-family: Tahoma;
    height: 25px;
    width: 150px;
}

.StdTextBox
{
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #000000;
    border-width: thin;
}

a:link 
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #BA0F23;
}

a:visited
{
    text-decoration: none;
}

a:active
{
    text-decoration: none;
}