﻿/*
Blue Theme
Blue color: #006eb3
*/

a:hover
{
    text-decoration: none;
}
a
{
    color: Blue; /*#575F63;*/
}
ul
{
    list-style-image: url(../../img/down_arrow_small.png);
    color: Navy; /*#800;*/
}
li a
{
    background: url(../../images/marker.gif) no-repeat 0 4px;
    padding-left: 23px;
    color: blue; /*#575F63;*/
    font-weight: bold;
    line-height: 22px;
    font-size: 12px;
}
.banner
{
    background-color: #006eb3;
    background-image: url(../../img/banner_bg.gif);
    background-position: top left;
    background-repeat: repeat-x;
}
.MainHeader
{
    font-size: 14pt;
    color: Navy; /*#800;*/
    font-weight: bold;
    line-height: 22px;
}
.ContentpageHeader
{
    font-size: 12pt;
    color: #000000;
    font-weight: bold;
}
.Testimonial_Text2 div
{
    width: 70%;
    text-align: left;
    display: inline-block;
}
.Testimonial_Text2
{
    color: Black;
    text-align: right;
    padding-top: 5px;
}
.Testimonial_Spacer
{
    color: #CC9900;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    font-size: 12pt;
}
.Tab_On_Left
{
    margin-left: 1px;
    margin-top: 2px;
    float: left;
    width: 1px;
    height: 19px;
    background-color: #F2F2EE;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: Black;
}
.Tab_On_Right
{
    margin-right: 1px;
    margin-top: 2px;
    float: left;
    width: 1px;
    height: 19px;
    background-color: #F2F2EE;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: Black;
}
.Tab_On a
{
    text-decoration: none;
    color: Black;
    width: 100%;
    float: left;
}
.Tab_On
{
    float: left;
    width: 100px;
    height: 18px;
    padding-top: 2px;
    text-align: center;
    vertical-align: middle;
    background-color: #F2F2EE;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;
}
.Tab_Off_Left
{
    margin-left: 1px;
    margin-top: 1px;
    float: left;
    width: 2px;
    height: 20px;
    background-color: #001c63;
}
.Tab_Off_Right
{
    margin-right: 1px;
    margin-top: 1px;
    float: left;
    width: 2px;
    height: 20px;
    background-color: #001c63;
}
.Tab_Off a
{
    text-decoration: none;
    color: White;
    width: 100%;
    height: 100%;
    float: left;
    padding-top: 1px;
}
.Tab_Off a:Hover
{
    text-decoration: none;
    width: 100%;
    height: 100%;
    float: left;
    background-color: #0092ff;
    text-decoration: underline;
}
.Tab_Off
{
    float: left;
    width: 100px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    color: White;
    background-color: #001cb3;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #001c63;
}
#TBLHomeLinks td a
{
    color: blue; /*#800;*/
}
