

html
{
    
    background-color: #343a3e;
    
}

body
{
    
    background-image: url(../images/header-bg.gif);
    background-repeat: repeat-x;
    background-color: #f3f3f3;
    
}

h1
{
    font-family: tahoma;
    font-size: 26px;
    color: #ff9900;
    margin: 0px;
    padding: 0px;
}

#headerBg
{
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    *margin-top: -1px;
    background-color: #f3f3f3;
}

.topNav
{
    float: right;

    padding-right: 32px;
}

.topNav a
{
    display: block;
    line-height: 46px;
    float: left;
    font-size: 13px;
    font-family: arial;
    font-weight: bold;
    color: #fff;
    padding-right: 8px;
    padding-left: 8px;
}

.topNav a:hover
{
    color: #333;
    background-image: url(../images/nav-hover.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.topNav .active
{
    color: #333;
    background-image: url(../images/nav-hover.gif);
    background-repeat: no-repeat;
    background-position: center;    
}

.topNav img
{
    float: left;
    line-height: 46px;
    height: 46px;
    width: 1px;
}

.logo
{
    position: absolute;
    top: 0px;
    padding-left: 20px;
}

.tagLine
{
    padding-top: 224px;
    font-family: arial;
    font-size: 35px;
    color: #ff9900;
    width: 270px;
}

.tagLine span
{
    font-size: 20px;
    color: #f6f6f6;
}

.bannerText
{
    padding-top: 26px;
    font-family: arial;
    font-size: 24px;
    color: #1a1a1a;
    text-align: right;
}

.bannerText span
{
    font-weight: bold;
    color: #ff9900;
}

.bannerImg
{
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    height: 306px;
    width: 686px;
    margin-top: 18px;
}

.contentTop
{
    background-image: url(../images/contentTop.png);
    background-repeat: no-repeat;
    height: 14px;
    width: 660px;
}

.contentMid
{
    width: 658px;
    background-color: #fff;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}

.contentMidWrapper
{
    padding-left: 15px;
    padding-right: 15px;
}

.contentHomeMid
{
    width: 658px;
    background-color: #fff3c4;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-top: solid 1px #ffe991;
}

.contentHomeBot
{
    background-image: url(../images/contentBot.png);
    background-repeat: no-repeat;
    height: 14px;
    width: 660px;
}

.contentBot
{
    background-image: url(../images/contentBot.png);
    background-repeat: no-repeat;
    height: 14px;
    width: 660px;
}

.newsletteremail
{
    background-image: url(../images/emailBg.gif);
    width: 316px;
    height: 31px;
    border: 0px;
    color: #333333;
    font-family: arial;
    font-size: 14px;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 15px;
}

.sidebarTop
{
    background-image: url(../images/sidebar-top.png);
    background-repeat: no-repeat;
    width: 280px;
    height: 14px;
}

.sidebarMid
{
    width: 278px;
    background-color: #fff;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}

.sidebarBot
{
    background-image: url(../images/sidebar-bot.gif);
    background-repeat: no-repeat;
    width: 280px;
    height: 14px;
}

.serviceslist
{
    background-image: url(../images/arrow.gif);
    background-position: left 11px;
    background-repeat: no-repeat;
    border-bottom: dotted 1px #cccccc;
    padding-top: 4px;
}

.serviceslist a
{
    padding-left: 10px;
    color: #333333;
    text-decoration: none;
    line-height: 20px;
    padding-bottom: 13px;
}

.serviceslist a:hover
{
    color: #FF9900;
}

#footerBg
{
    background-image: url(../images/footer-bg.gif);
    background-repeat: repeat-x;
    background-color: #343a3e;
    height: 154px;
}

.botNav
{
    color: #999;
    line-height: 25px;
}

.botNav a
{
    color: #999;
}

.botNav a:hover
{
    color: #FF9900;
}
