#header {
    background-image: url('../img/home-header-bg.gif');
}

#container {
    margin-top: 0;
    width: 995px;   
}

#content {
    background-color: #8d8b00;
    padding: 0;
    min-height: 351px;
    padding-bottom: 15px;
}

#content p {
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    padding-right: 20px;
}

#content a {
    color: #fff;
}

#content h1 {
    color: #e8e0c8;
    padding: 20px 20px 0 20px;
}

#home-image {
    float: right;
    margin-left: 20px;
    width:498px;
    height: 351px;
}

.teaser-wrap {
    width: 995px;
    margin: auto;
    padding-bottom: 50px;   
}

.teaser-wrap a, .teaser-wrap h2, .teaser-wrap p {
    color: #0d4c4e;
}

.teaser-wrap h2
{
    font-size: 18px;
    margin: 5px 20px 5px 20px;   
}

.teaser-wrap p
{
    margin: 0 20px 5px 20px; 
    font-size: 12px;  
}

.teaser-first, .teaser-last {
    background-color: #e8e0c8;
    height: 109px;
    width: 490px;
    float: left;
    margin-top: 10px;
}

.teaser-first img, .teaser-last img {
    float: right;
}

.teaser-last {
    margin-left: 10px;
    float: right;
}

.teaser-wrap a.teaser-link {
    font-weight: bold;
    text-decoration: none;
    color: #9a9620;
    margin-left: 20px;
    font-size: 12px;
    background-image: url('../img/teaser-link.gif');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 17px;
}

div.highlight-block,
div.highlight-block2 {
    background-color: #00514F;
    padding: 6px 0 5px;
    width: 450px;
    margin-left: 20px;
}

div.highlight-block2 {
    background-color: #139b9a;
}

