﻿body
{
    background-color: #D4E9F5;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
}
h1
{
    font-size: 22px;
    line-height: 26px;
    color: #007AC1;
}
p, td
{
    font-size: 16px;
    color: #007AC1;
}
a, a:link, a:hover, a:active, a:visited
{
    color: #007AC1;
    text-decoration: none;
}
a:hover
{
    color: #008DE8;
}

.container
{
    background-color: White;
    height: 300px;
    width: 760px;
}

.content_cell
{
    background-color: #E3F1F8;
    width: 450px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    vertical-align: top;
    margin: 0px;
}

.content_cell_contact
{
    width: 550px;
    height: 100%;
    text-align: right;
    vertical-align: top;
}

.content_cell_contact_sub
{
    background-image: url("../images/contact_page_content.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 30px;
    text-align: left;
    vertical-align: top;
    margin: 0px;
}

/* Navigation Buttons */
.btnContact
{
    background-image: url("../images/btnContact.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    height: 24px;
    width: 80px;
    float: right;
}
.btnContact:hover
{
    background-image: url("../images/btnContact_hover.jpg");
}
.btnContactActive
{
    background-image: url("../images/btnContact_active.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    height: 24px;
    width: 80px;
    float: right;
}

.btnBusinesses
{
    background-image: url("../images/btnBusinesses.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    height: 24px;
    width: 80px;
    float: right;
}
.btnBusinesses:hover
{
    background-image: url("../images/btnBusinesses_hover.jpg");
}
.btnBusinessesActive
{
    background-image: url("../images/btnBusinesses_active.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    height: 24px;
    width: 80px;
    float: right;
}

.btnIndividuals
{
    background-image: url("../images/btnIndividuals.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    height: 24px;
    width: 80px;
    float: right;
}
.btnIndividuals:hover
{
    background-image: url("../images/btnIndividuals_hover.jpg");
}
.btnIndividualsActive
{
    background-image: url("../images/btnIndividuals_active.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    height: 24px;
    width: 80px;
    float: right;
}

