﻿body 
{
    background-color: #336633;
    background-image: url("../images/bg.gif");
    background-repeat: repeat-x;
    font-family: Tahoma, Verdana;
    font-size: 12px;
}
.mainWrapper
{
    width: 1010px;
    margin: 0px auto 10px auto;
}
.shadow_bg_top_left
{
    background-image: url("../images/bg_top_left.png");
}
.shadow_bg_top
{
    background-image: url("../images/bg_top.png");
}
.shadow_bg_top_right
{
    background-image: url("../images/bg_top_right.png");
}
.shadow_bg_left
{
    background-image: url("../images/bg_left.png");
}
.shadow_bg_right
{
    background-image: url("../images/bg_right.png");
}
.shadow_bg_bottom_left
{
    background-image: url("../images/bg_bottom_left.png");
}
.shadow_bg_bottom
{
    background-image: url("../images/bg_bottom.png");
}
.shadow_bg_bottom_right
{
    background-image: url("../images/bg_bottom_right.png");
}
.headerWrapper
{
    width: 1010px;
    margin-bottom: 6px;
}
.header
{
    background-color: White;
    padding: 0px 1px 1px 1px;
}
.headerInnerWrapper
{
    height: 151px;
    background-image: url("../../images/banner_rcw.gif");
}
.headerBanner
{
    float: left;
    width: 734px;
    height: 151px;
}
.headerOffer
{
    width: 244px;
    float: right;
    height: 151px;
}
.contentWrapper
{
    width: 1010px;
}
.content
{
    background-color: White;
}
.contentInnerWrapper
{
    margin: 18px 18px 0px 18px;
}
.contentLeft
{
    width: 227px;
    margin-bottom: 6px;
    float: left;
    line-height: 18px;
}
.weatherLabel
{
    border-top: solid 1px #cccccc;
    width: 219px;
    color: #ff6600;
    padding: 8px 0px 3px 8px;
    font-family: Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
}
.weatherBox
{
    width: 219px;
    padding: 3px 0px 0px 8px;
    font-family: Tahoma, Verdana;
    font-size: 11px;
}
.weatherBox a
{
    color: Black;
}
.contentCenterFull
{
    width: 717px;
    margin-bottom: 6px;
    float: right;
}
.contentCenter
{
    width: 472px;
    margin-bottom: 6px;
    margin: 0px 0px 6px 18px;
    float: left;
}
.contentRight
{
    width: 227px;
    margin-bottom: 6px;
    float: right;
}
.navWrapper
{
    background-color: #204020;
    height: 47px;
}
.navTab
{
    font-family: Tahoma, Verdana;
    font-size: 14px;
    background-color: White;
    background-image: url("../images/bg_tab.gif");
    float: left;
    margin: 0px 1px 1px 0px;
    width: 124px;
    height: 32px;
    text-align: center;
    padding-top: 14px;
    cursor: pointer;
}
.navTab a
{
    color: #cccccc;
    text-decoration: none;
}
.navTab a:hover
{
    color: White;
}
.navTabSel
{
    font-family: Tahoma, Verdana;
    font-size: 14px;
    background-color: White;
    float: left;
    margin: 0px 1px 1px 0px;
    width: 124px;
    height: 33px;
    text-align: center;
    padding-top: 14px;
    cursor: pointer;
}
.navTabSel a
{
    color: #333333;
    text-decoration: none;
}
.navTabSel a:hover
{
    color: Black;
}
.footer
{
    background-color: #ff6600;
    height: 25px;
}
.footerLeft
{
    float: left;
    padding: 7px 0px 0px 16px;
}
.footerRight
{
    float: right;
    padding: 7px 14px 0px 0px;
}
.socialNetworkingWrapper
{
    padding-top: 18px;
    margin-top: 18px;
    border-top: solid 1px #cccccc;
}
.twitterButton
{
    border: none;
    margin-left: 12px;
}