﻿#logo
{
    width:320px;
    height:180px;
    float:left;
    background:#85163d;
    background-image:url('../design/templates/logos/logo_v6.jpg');
    background-repeat:no-repeat;
    /*background:#63170d;*/
    /*background:#6a1004;*/
}

#slogan
{
    background:#333333;
    color:White;
    height:22px;
    width:304px;
    padding:10px 8px;
    float:left;
}

#menu
{
    float:left;
    text-align:center;
    width:986px;
    background:#123456;
    background-image:url('../design/templates/backgrounds/main_menu_background.jpg');
    background-repeat:no-repeat;
    background-position:left center;
    color:White;
    height:42px;
}

.large
{
    font-size:15pt;
}

.medium
{
    font-size:13pt;
}

.small
{
    font-size:11pt;
}

.xsmall
{
    font-size:9pt;
}

.primary
{
    color:#123456;
}

.secondary
{
    color:#85163d;
}

.weight
{
    font-weight:bold;
}

span.heading
{
    font-size:22pt;
    font-weight:normal;
}

span.title
{
    font-size:20pt;
    font-weight:normal;
}

.divider
{
    height:10px;
    width:100%;
    background:#f3f3f3;
    border-top:solid 1px #ededed;
    border-bottom:solid 1px #ededed;
}

.clear
{
    clear:both;
}

.left
{
    float:left;
}

a img {
    margin:0px
}