﻿/* Outer most div */
.headerDiv {
}
.headerLogoDiv {
    /*width: 226px;
    height: 103px;*/
    width: 299px;
    height: 131px;
    float: left;
    margin-left: 0px;
    background: url("../Images/logo04.jpg") top left no-repeat;
}
.headerSloganDiv {
    float: left;
    width: 485px;
    margin-top: 60px;
}
.sloganText {
    color: black;
    font-weight: bold;
    font-size: 14px;
}
#sloganText01 {
    /*padding-left: 53px; */
    padding-left: 5px;
}
#sloganText02 {
   padding-left: 315px;
}
.headerLinksDiv {
    width: 293px;
    margin-top: 35px;
    float: right;
    text-align: right;
}
.headerLink {
    font-weight: bold;
    float: left;
    padding-left: 12px;
}
.headerLink a {
    color: #fff;
    text-decoration: none;
}
.headerLink a:hover {
    color: #eee;
    text-decoration: underline;
}
.headerImageDiv {
    width: 790px;
    height: 180px;
    background: url("../Images/header01.jpg") top left no-repeat;
	clear: both;
}