﻿
img
{
    border: 0px;
}
a
{
    color: #000;
}
h1
{
    font-size: 26px;
    letter-spacing: -2px;
    font-weight: bold;
    color: #5f7f98;
    margin: 0 0 18px 0;
    padding: 0;
}
h2
{
    font-size: 18px;
    font-weight: bold;
    color: #5f7f98;
    margin: 10px 0 10px 0;
    padding: 0;
}
    h2 a
    {
        text-decoration: none;
    }
    h2 a:hover
    {
        /*text-decoration: underline;*/
        border-bottom: solid 3px #97adbe;
        /*background-color: #5f7f98;*/
    }    
h3
{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 5px 0 5px 0;
    padding: 0;
}    

.column1
{
    width: 765px;
    margin-bottom: 3px;
    float: right;
}
.column2
{
    width: 400px;
    float: left;
}
.column3
{
    width: 330px;
    float: right;
}
.column4
{
    width: 531px;
    float: left;
    margin-left: 39px;
}
.column5
{
    width: 406px;
    float: right;
    margin-right: 39px;
}
.column6
{
    width: 200px;
    float: left;
}
.column7
{
    margin-left: 20px;    
    float: left;
}
.column8
{
    width: 210px;
    float: right;
    margin-right: 20px;
    overflow: hidden;
}

.blob
{
    text-decoration: none;
    margin-bottom: 5px;
}
    .blob .head
    {
        display: block;
        color: #5f7f98;
        font-size: 16px;
        font-weight: bold;
        padding: 24px 0 18px 18px;
    }
        .blob:hover .head
        {
            color: #fff;
        }
    .blob .text
    {
        display: block;
        color: #fff;
        font-size: 13px;
        padding: 0 250px 0 18px;
    }
    .blob1
    {
        display: block;
        width: 406px;
        height: 152px;
        background: url(/gfx/blob1-bg.jpg) no-repeat;
    }
    .blob2
    {
        display: block;
        width: 406px;
        height: 152px;
        background: url(/gfx/blob2-bg.jpg) no-repeat;
    }
    .blob3
    {
        display: block;
        width: 406px;
        height: 152px;
        background: url(/gfx/blob3-bg.jpg) no-repeat;
    }

.content1
{
    padding: 15px;
}


