﻿body 
{
    background-color: #004b8c;
    font-family: Verdana;
    margin: 0;
    font-size: 12px;
    color: #504e4e;
}

#outside
{
    background-image: url(../images/bodybg.png);
    background-repeat: repeat-x;
    background-color: #0088d5;
}

#maincontainer
{
    padding: 0;
}

#header  
{
    padding-top: 10px; 
}

#header, #maincontainer
{
    width: 1016px;
    margin: 0 auto 0 auto;
}

#navigation
{
    width: 720px;
    margin: 0 auto 0 auto;
    height: 42px;
}

.navTop
{
    float: left;
    border: none;
}

a.navTop img
{
    border: none;
}

#maincontainer
{
    clear: both;
}

#bodyLeft, #bodyRight { width: 147px; }

#bodyLeft
{
    background-image: url(../images/leftbg.jpg);
    background-repeat: no-repeat;
}

div#leftNavigation
{
    text-align: right;
    color: White;
    padding: 5px;
}

a.leftNavParent
{
    font-weight: bold;
}

a.leftNavParent, a.leftNavItem
{
    display: block;
    font-size: 10px;
    text-decoration: none;
    margin: 5px 0 5px 0;
    color: White;
}

a.leftNavParent:hover, a.leftNavItem:hover
{
    text-decoration: underline;
}

a.leftNavParent:visited, a.leftNavItem:visited
{
    color: White;
}

div#bodyMiddle
{
    background-color: #f1f6f6;
    width: 714px;
    border: solid 3px #0088d5;
    border-bottom: none;
    min-height: 461px;
    margin-right: 1px;
    margin-left: 1px;
}

#bodyRight
{
    background-image: url(../images/rightbg.jpg);
    background-repeat: no-repeat;
}

#footer
{
    text-align: center;
    margin-top: -1px;
    font-size: 10px;
    color: White;
}

#footer a
{
    color: White;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#contentContainer
{
    padding: 8px;
}

span.italics1
{
    font-style: italic;
    color: #181818;
    font-weight: bold;
}

span.phone
{
    color: #03157d;
    font-size: 15px;
}

h1
{
    font-size: 16px;
    margin: 0 0 5px 0;
    color: #03157d;
}

h2
{
    font-size: 14px;
    margin: 0 0 5px 0;
}

p
{
    margin: 7px 0 7px 0;
}

p.sub
{
    padding: 0 0 5px 10px;
}

p.testimonial
{
    color: White;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 30px;
    font-weight: normal;
}

a.bottomLinks
{
    font-size: 10px;
    text-decoration: none;
}

a.bottomLinks:hover
{
    text-decoration: underline;
}

a:visited
{
    color: navy;
}