﻿body 
{
    width: 955px;
    border: solid 0px silver; 
    margin-right: auto; 
    margin-left: auto; 
    background-color: #33609B;    
    font-family: Tahoma;
    font-size: 13px;
    margin-top: 10px;
    background-image: url(images/back2.jpg);
    background-repeat: repeat-x;
}

A
{
    color: #FF6A00;
}

A:Visited
{
    color: #FF6A00;
}

.masterHeader
{
    background-color: White;
}

.masterContent
{
   background-color: white;
   color: black;
   padding-top: 20px;
   
}

.masterFooter
{
    
}

.divHeader
{
    padding: 0px;
}

.divMenu
{
    width: 100%;
    background-color: #ffffff;    
    height: 45px;    
}

.divMenuItem
{
   padding: 15px;
}

.divMenuItemBullett
{
    padding-left: 10px; 
    padding-right: 10px;   
}
.menuLink
{
    color: #4169E1;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

.menuLink:Visited
{
    color: #4169E1;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

.menuLink:Active
{
    color: #4169E1;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

.menuLink:Hover
{
    color: #FF6A00;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

.menuFooterLink
{
    color: white;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

.menuFooterLink:Visited
{
    color: white;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

.menuFooterLink:Active
{
    color: white;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

.menuFooterLink:Hover
{
    color: white;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

.TextBox
{
    border: solid 1px silver;   
}

.requiredField
{
    color: Red;
}

.divSiteFeatures
{
    margin-left: 400px; 
    font-size: 13px; 
    font-family: Tahoma;
    padding-top: 0px;
    font-weight: bold;
    color: #202020;
}

.featureHeader
{
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;   
}

.featureRow
{
    background-color: #ADD8E6;
    color: Black;
    padding: 5px;
    border: solid 1px black;
    width: 80%;
}

.featureAltRow
{
    background-color: #f5f5f5;
    color: Black;
    padding: 5px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    width: 80%;
}

.divPricing
{
    background-image:url(images/pricingBackground.jpg); 
    background-repeat: no-repeat; 
    height: 350px; 
    width: 275px; 
    margin-right: auto; 
    margin-left: auto;  
    padding-top: 40px; 
}

.divPricingHeader
{
    width: 268px; 
    margin: auto; 
    height: 60px; 
    color: White; 
    background-color: #FF6A00; 
    border-top: solid 1px white; 
    border-bottom: solid 1px white;   
    font-size: 24px;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
}

.divPricingSectionHeader
{
    font-size: 18px; 
    font-weight: bold; 
    font-family: Verdana;
    color: white; 
    padding: 10px; 
    width: auto; 
    text-align: center; 
    border: solid 1px white; 
    border: solid 1px white; 
    height: 30px; 
    background-color: #33609B;   
    margin-right: auto;
    margin-left: auto;
}

.divTeamSectionHeader
{
    color: #33609B;
    font-size: 16px;
    font-family: Verdana;
    font-weight: bold;
}

.divContent
{
    padding: 10px;    
}