﻿body
{
    width: 975px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background-image: url('../images/fade_gray_50.jpg');
    background-repeat: repeat-x;
}
div.topbanner
{
    background-image: url('../images/top_banner_logo.jpg');
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    height: 110px;
    margin: 0px;
    padding: 0px;
}
div.topbannertext
{
    background-color: transparent;
    position: relative;
    top: 30px;
    left: 0px;
    width: 835px;
}
div.subbannertext
{
    font-family: Arial;
    font-size: 16px; 
    background-color: transparent;  
    color: Black;
    position: relative;
    top: 35px;
    left: 10px;
    width: 700px;
    letter-spacing: 3px;
    text-align: left;
}
div.topmenu
{
    font-family: Verdana;
    font-size: 12px;
    color: Black;
    position: relative;
    top: 15px;
    left: 640px;
    width: 350px;
    text-align: left;
    background-color: transparent;
}
div.navigation
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background-image: url(../images/button_gray.jpg);
    background-repeat: repeat-x;
}
div.mainbody
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: White;
    border-top: solid 5px #6600CC;
}
div.copyright
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: White;
    border-top: solid 1px #6600CC;
}
div.breadcrumb
{
    background-color: #E9E9E9;
    border-bottom: solid 1px #6600CC;
    padding: 8px 15px 8px 15px;
}
div.leftcolumn
{
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
div.rightcolumn
{
    float: left;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
}
div.box1
{
    border: 8px solid #E2E2E2;
    background-color: #F8F8F8;
    margin-top: 10px;
}
div.box1header
{
    background-color: #E2E2E2;
    color: #7A36C5;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    text-indent: 5px;
    padding-bottom: 5px;
}
div.freeconsultright
{
    float: left;
    background-color: White;
    color: Black;
    padding-bottom: 14px;
    font-family: Verdana;
    font-size: 13px;
    text-align: center;
}
div.reverseheader
{
    background-color: #356F00;
    color: White;
    height: 15px;
    font-family: Verdana;
    font-size: 12px;
    vertical-align: bottom;
    text-indent: 5px;
    margin-bottom: 10px;
}
.textsizecontrol
{
    font-family: Verdana;
    font-size: 12px;
    color: #6600CC;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: underline;
}

/* navigation elements */
table.navtable
{
    border-collapse: collapse;
}
td.level1
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    border: none;
}
td.spacer
{
    width: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    border: none;
    background-image: url(../images/divider.jpg);
}
ul.level2
{
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}
li.level2
{
    text-indent: 0px; 
    list-style-position: inside; 
    list-style-type: square;
    list-style-image: none;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
}
a.level1
{
    color: White;
    text-decoration: none;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(../images/button_gray.jpg);
    background-repeat: repeat-x;
}
a.level1:hover
{
    color: #6600CC;
}
a.level1selected
{
    color: White;
    text-decoration: none;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(../images/button_purple.jpg);
    background-repeat: repeat-x;
}
a.level2
{
    display: inline;
    color: #6600CC;
}
a.level2:hover
{
    color: Black;
    text-decoration: none;
}
a.topmenulink
{
    font-family: Verdana;
    font-size: 13px;
    color: #6600CC;
    padding-left: 3px;
    padding-right: 3px;
}
