﻿#fourColumn
{
    overflow: hidden;
}

#fourColumn .links a
{
    font-size: 8pt;
    color: #333333;
    text-decoration: none;
}

#fourColumn .links a:hover
{
    color: #000066;
}

#fourColumn1
{    
    float: left;
    width: 135px;
    border-right: solid 1px #E3E4E5;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    line-height: 1.4em;
}

#fourColumn2, #fourColumn3
{
    margin-left: 8px;
    float: left;
    width: 135px;
    border-right: solid 1px #E3E4E5;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    line-height: 1.4em;
}
#fourColumn4
{
    margin-left: 8px;
    float: left;    
    line-height: 1.4em;    
}

#threeColumn
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#threeColumn1
{
    float: left;
}

#threeColumn2, #threeColumn3
{
    float: left;
    margin-left: 10px;
}

#twoColumn
{
    padding-top:20px;
    height: 200px;
}

#twoColumn1
{    
    float: left;
    width: 280px;
    height: 185px;
    border-right: solid 1px #E3E4E5;
}

#twoColumn2
{    
    float: right;       
}

#serviceCenter
{    
    float: right;
    width: 245px;
    height: 140px;
    background-image: url('../images/backgrounds/bgServiceCenter.jpg');
    background-repeat: no-repeat;
    padding: 10px 7px 10px 14px;
    line-height: 1.8em;
    margin-top: 3px;
    font-size: 8pt;
}

#rateCenter
{
    margin-top: 3px;
    font-size: 8pt;
    width: 260px;
}
#rateCenter .topBlueRow
{
    clear: both;
    background-image: url('../images/backgrounds/bgTopBlueBar.jpg');
    background-repeat: no-repeat;
    height: 25px;
}
#rateCenter .blueRow
{
    clear: both;
    background-image: url('../images/backgrounds/bgBlueBar.jpg');
    background-repeat: no-repeat;
    height: 25px;
}
#rateCenter .blueRow .left, #rateCenter .topBlueRow .left
{
    font-weight: bold;
    margin: 4px 0 0 10px;
    float: left;
    color: White;
}
#rateCenter .blueRow .right, #rateCenter .topBlueRow .right
{
    font-weight: bold;
    margin: 4px 16px 0 0;
    float: right;
    color: White;
}
#rateCenter .bottomBlueRow
{
    clear: both;
    background-image: url('../images/backgrounds/bgBottomBlueBar.jpg');
    background-repeat: no-repeat;
    height: 5px;
}

#rateCenter .row
{
    clear: both;
    background-image: url('../images/backgrounds/bgRow.jpg');
    background-repeat: repeat;
    height: 25px;
}

#rateCenter .row .left
{
    color: #666666;
    float: left;
    margin: 5px 0 0 10px;
}

#rateCenter .row .right
{
    float: right;
    margin: 5px 10px 0 0;
}
#rateCenter .altRow
{
    clear: both;
    background-image: url('../images/backgrounds/bgAltRow.jpg');
    background-repeat: repeat;
    height: 25px;
}

#rateCenter .altRow .left
{
    color: #666666;
    float: left;
    margin: 4px 0 0 10px;
}

#rateCenter .altRow .right
{
    margin: 4px 10px 0 0;
    float: right;
}

