﻿.homeContainer
{
    margin-top: 5px;
    float: left;
    padding: 5px;
    width: 990px;
}
.leftColumn, .rightColumn, .middleColumn
{
    float: left; /*height: 440px;*/
}

.leftColumn
{
    width: 135px;
    clear: left;
}

.middleColumn
{
    width: 710px;
}

.rightColumn
{
    width: 135px;
    text-align: right;
}



/*============ Recommendations ============*/

.recommendations
{
    margin-left: 10px;
}
a.service
{
    color: #EF9A1D;
    text-decoration: none;
    font-size: 12px;
    font-family: Tahoma;
    line-height: 15px;
}

a.service:hover
{
    text-decoration: underline;
}

/*============ Banner ============*/
.banner
{
    clear: both;
    padding-top: 10px;
}
/*============ Top Menu ============*/

.topMenu
{
    clear: both;
    float: left;
    padding: 10px 10px 0;
    width: 970px;
}

.topMenu h3
{
    float: left;
    padding-bottom: 5px;
    font-size: 15px;
    color: gray;
    margin-bottom: 0;
}

h3.left
{
    float: left;
    text-align: left;
    background: url(../images/left-yellow-strip.jpg) no-repeat left bottom;
}
h3.right
{
    text-align: right;
    float: right;
    background: url(../images/right-yellow-strip.jpg) no-repeat bottom left;
}

h3.middle
{
    background: url(../images/middle-yellow-strip.jpg) no-repeat bottom center;
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.topMenu h3 a
{
    color: #EF9A1D;
    text-decoration: none;
    background: url(../images/double-right-arrow.png) no-repeat right;
    text-align: center;
    padding-right: 25px;
}

.topMenu h3 a:hover
{
    color: gray;
}

.middleLinks
{
    float: left;
    margin-left: 10px;
    width: 720px;
}


/*============ info Boxes ============*/
.infoBoxes
{
    clear: both;
    float: left;
    margin-top: 15px;
}

.infoBoxes div
{
    padding-left: 5px;
    padding-right: 5px;
    width: 205px;
    float: left;
    text-align: justify;
    margin-right: 25px;
}
.infoBoxes div.last
{
    margin-right: 0px;
}

/*============ Footer ============*/

.homeFooter
{
    background: url(../images/yellow-strip-big.jpg) no-repeat top;
    clear: both;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    width: 1000px;
}
.homeFooter span
{
    background-color: #202020;
    float: left;
    margin-left: 460px;
    margin-right: auto;
    margin-top: -23px;
    padding: 5px;
}

.advertise
{
    color: #c9c9c9;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 20px;
    height: 15px;
    border-bottom: 1px solid gray;
}

table.premiumSponsors
{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
table.premiumSponsors td
{
    width: 90px;
    text-align: center;
    vertical-align: middle;
    padding-left: 5px;
}
.premiumSponsors a
{
    text-decoration: none;
}
