﻿#Header {
    border-bottom: solid 1px black;
    height: 204px;
    background: url('/App_Themes/Theme1/Header.png') repeat-x 0px 0px;
}

.SiteLogoContainer {
    float:left;
}

.StrapLine {
    height: 30px;
    text-align: right;
    color: White;
    padding: 65px 10px 0px 0px;
    font-size: 16pt;
    font-family: Tahoma, Verdana, Arial;
}

.HeaderContactContainer {
    margin-top: 40px;
    text-align: right;
    font-size: 14pt;
    font-family: Arial;
    padding-right: 10px;
}

.HeaderContactlabel {
    color: #5fbd00;
    font-size: 12pt;
}


.HeaderContactEmail {
    color: Black;
    text-decoration: none;
}

.HeaderContactEmail:hover {
    color: Blue;
    text-decoration: underline;
}