/* template regions
---------------------------------*/

body {
    margin: 0px 0px 0px 0px;
}

#container {
    width: 86%;
}

#header {
    width: 86%;
}

#topNav {
    width: 86%;
}

#contentTable {
    width: 86%;
}

#leftContent {
    vertical-align: top;
    background-image: url(../design_images/home_left_background.jpg);
    padding-top: 15px;
}

#rightContent {
    vertical-align: top;
}

#footer {
    width: 86%;
}

#template_logoTD {
    background-image: url(../design_images/logo_background.jpg);
}

#template_SiteNameTD_Dark {
    padding-left: 20px;
    background-image: url(../design_images/header_background.jpg);
    background-image: url(../design_images/header_background.jpg);
    background-position: 0 50%;
    background-repeat: repeat-x;
}

#template_belowTopnavTD {
    background-image: url(../design_images/below_topnav_background.jpg);
}

.topNavTable_Dark {
    background-image: url(../design_images/topnav_background.jpg);
    background-repeat: repeat-x;
}

.LayoutTable {
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.SiteNameInnerTD {
    border: 1px dotted;
}

.LayoutTable_Home {
    border-bottom: 42px solid #000;
    border-right: 1px solid;
}

.homeLeftHeaderDark {
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 10px;
    background-image: url(../design_images/home_left_header.jpg);
    color: #ffffff;
}

.footerTable {
    padding-left: 5px;
}

.homeLink {
    padding: 10px;
    font-size: 11px;
    line-height: 20px;
}

.homeLink a,
.homeLink a:link,
.homeLink a:visited,
.homeLink a:active {
    text-decoration: none;
}

.homeLink a:hover {
    text-decoration: underline;
    color: 8F0F35;
}

.homeLink a:visited {
    color: 8F0F35;
}

.homeMainHeader {
    background-image: url(../design_images/main_background.jpg);
    background-repeat: repeat-x;
    background-color: #cccccc; /* Hard coded for home page gradient */
    padding-top: 30px;
}

.homeMainText {
    font-size: 11px;
    line-height: 18px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.homeFeatureText {
    font-size: 10px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.homeFeatureHeader {
    font-size: 11px;
    font-weight: bold;
    padding-left: 15px;
    text-transform: uppercase;
    background-image: url(../design_images/featured_background.jpg);
}

.homeFeatureText {
    font-size: 10px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.homeFeatureHeadline {
    font-size: 10px;
    font-weight: bold;
}
