﻿/***************** HOME PAGE *****************/
#website #middle .homepage #content 
{
    background-image: url(../../Media/images/content_background_home.jpg);
}

#website #middle .homepage #detail 
{
    width:711px;
}

#website #middle .homepage #relatedLinks 
{
    width:238px
}

.homepage #detail #intro 
{
    width: 100%; 
    overflow: hidden; 
    background-color: #25538E;
}

.homepage #detail #intro .picture { float: left; }

.homepage #detail #intro .content 
{
    color:white;
    background-color:rgb(37,83,142);
    width: 204px; 
    margin:0px;
    float:left; 
    padding: 16px;
}

.homepage #detail #intro .content p {font-size:12px !important}

.homepage #detail #bottomLinks
{
    width: 711px;
    overflow: hidden;
    margin: 9px 0 8px;
    font-size: 11px;
}

.homepage #detail #bottomLinks .segment
{
    float: left;
    display: inline;
    overflow: hidden;
    width: 212px;
    background-color: white;
    margin: 0 9px 0 0; 
    height: 80px;
    padding: 5px;
    border: 1px solid rgb(109,109,109);
}

.homepage #detail #bottomLinks .downloads 
{
    margin-left:10px; 
    display: inline; /* To cancel out IE6's double margin bug */
}

.homepage #detail #bottomLinks .downloads .link
{
    width: 103px;   
}

.homepage #relatedLinks > div:first-child > div:first-child 
{
    /* Used to make sure that first segment in the homepage 
    stretches to the same height as the intro */
    height: 268px; 
    overflow:hidden;
}

.homepage #relatedLinks .newsItem .intro 
{
    height: 56px;
    overflow: hidden;
}

.anniversary
{
    margin-top: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.anniversary a
{
    display: block;
}
.anniversary img
{
    display:inline;
}
