﻿
.row
{
    width: 620px;
    float: right;
    padding-bottom: 20px;
}

.row.row1 .banner
{    width: 110px;   height: 32px;            margin-left: 35px;             }
.row.row2 .banner
{    width: 468px;    height: 60px;           margin-right: 39px; margin-bottom: 20px;             }
.row.row3 .banner
{    width: 120px;   height: 60px;            margin-left: 22px;             }
.row.row4 .banner
{    width: 250px;   height: 250px;           margin-left: 46px;             }
.row.row5 .banner
{    width: 120px;   height: 240px;           margin-left: 22px;             }
.row.row6 .banner
{    width: 400px;     height: 150px;         margin-right: 73px; margin-bottom: 20px;             }
.row.row7 .banner
{    width: 120px;   height: 600px;           margin-left: 22px;             }
.row.row8 .banner
{    width: 150px;   height: 400px;           margin-left: 48px;             }

/* side by side */
.row.row1 .banner.last, .row.row3 .banner.last,
.row.row4 .banner.last, .row.row5 .banner.last,
.row.row7 .banner.last, .row.row8 .banner.last
{
    float:left;
    margin-left: 0;
}

/* one at a row */
.row.row2 .banner.last, .row.row6 .banner.last
{
    margin-bottom: 0;
}

.topLinks,
.gsc-tabsArea
{
    margin: 0 0 10px 0;
    padding: 0;
    height: 26px;
    border-bottom: solid 2px #6DAECA;
}

.topLinks li,
.gsc-tabHeader,
.gsc-tabHeader.gsc-tabhInactive
{
    padding: 0 10px 0 10px;
    float: right;
    margin-left: 10px;
    background: #E0E0E0;
    font-weight: bold;
    height:22px;
    line-height: 20px;
    border: none;
    color: #6DAECA;
    text-decoration: underline;
}

.topLinks li.active,
.gsc-tabHeader.gsc-tabhActive
{
    background: #6DAECA;
    color: White;
    height: 26px;
    border: none;
    text-decoration: none;
}

.gsc-tabHeader,
.gsc-tabHeader.gsc-tabhInactive
{
    margin-left: 4px;
    padding: 0 4px 0 4px;
}

.topLinks li a
{
 text-decoration: underline;   
}
