﻿body {
    margin: 0px;
    padding: 0px;
    background-color: #C4C4C4;
    color: #333333;
    font: normal 14px Arial, Sans-Serif;
}

a:link, a:visited {
    color: #EE9D06;
    text-decoration: none;
}

a:hover, a:active {
    color: #999999;
    text-decoration: underline;
}

a[href$='.pdf'] {
    display: inline-block;
    padding: 0px 20px 0px 0px;
    overflow: visible;
    background: transparent url(../Images/pdf.png) no-repeat bottom right;
}

p {
    margin: 0px 0px 10px;
}

th {
    text-align: left;
    padding: 1px 3px;
    vertical-align: top;
    font-weight: bold;
}

h1 {
    margin: 0px 0px 10px;
    color: #666666;
    font-size: 16px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

h1 span {
    color: #999999;
}

h2 {
    margin: 0px 0px 10px;
    border-bottom: 2px solid #442E10;
    color: #FCE097;
    font-size: 14px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

input.submit {
    padding: 1px 3px;
    border: 1px solid #333333;
    background-color: #FABC4D;
    color: #333333;
}

input.submit:hover {
    border: 1px solid #000000;
    background-color: #666666;
    color: #FFFFFF;
    cursor: pointer;
}

input.altSubmit {
    padding: 1px 3px;
    border: 1px solid #333333;
    background-color: #CCCCCC;
    color: #333333;
}

input.altSubmit:hover {
    border: 1px solid #000000;
    background-color: #666666;
    color: #FFFFFF;
    cursor: pointer;
}

input.disSubmit {
    padding: 1px 3px;
    border: 1px solid #999999;
    background-color: #EEEEEE;
    color: #999999;
}

input.disSubmit:hover {
    padding: 1px 3px;
    border: 1px solid #999999;
    background-color: #EEEEEE;
    color: #999999;
    cursor: default;
}

.validator {
    color: #910000;
    font-weight: bold;
    font-style: italic;
}

.success {
    display: inline-block;
    margin: 10px 0px;
    padding: 4px 8px;
    width: auto;
    background-color: #C7E08B;
    border: 1px dashed #658222;
    color: #658222;
    font-size: 13px;
    font-weight: bold;
}

.error {
    color: #910000;
    font-weight: bold;
    font-style: italic;
}

.note {
    color: #666666;
    font-style: italic;
}

#wrapper {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #CACACA url("../Images/body_bkgnd.jpg") repeat-y top center;
}

#topBand, #bottomBand {
    float: left;
    width: 100%;
    height: 20px;
    margin: 0px;
    padding: 0px;
    background-color: #FCE097;
}

#cntWrapper {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#cntWrapper .main {
    margin: 0px auto;
    padding: 0px;
    width: 980px;
}

#cntWrapper .main .header {
    float: left;
    width: 980px;
    height: 97px;
    margin: 0px;
    padding: 0px;
    background: #E8E9EB url("../Images/header_bkgnd.jpg") no-repeat top left;
}

#cntWrapper .main .header .logo {
    float: left;
    position: relative;
    top: -5px;
    left: 40px;
    margin: 0px;
    padding: 0px;
}

#cntWrapper .main .header .slogan {
    float: left;
    position: relative;
    top: 35px;
    left: 110px;
    width: 510px;
    color: #FDAB01;
    font: bold 24px "Arial Narrow", Arial, Sans-Serif;
    text-align: center;
    letter-spacing: 2px;
}

#cntWrapper .main .header .slogan span {
    color: #000000;
    font-weight: normal;
    vertical-align: -2px;
}

#cntWrapper .main .contactInfo {
    position: relative;
    float: left;
    width: 980px;
    height: 26px;
    margin: 0px;
    padding: 9px 0px 0px;
    background-color: #FABC4D;
    color: #000000;
    font-variant: small-caps;
    text-align: center;
    letter-spacing: 1.5px;
}

#loginStatus {
    position: absolute;
    top: -28px;
    right: 0px;
    width: auto;
    height: 18px;
    padding: 5px 10px;
    background-color: #FCE097;
    color: #333333;
    font-variant: normal;
    text-align: right;
}

#loginStatus a:link, #loginStatus a:visited {
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    text-decoration: none;
}

#loginStatus a:hover, #loginStatus a:active {
    border-bottom: 1px solid #777777;
    text-decoration: none;
}

#cntWrapper .main .menuContent {
    float: left;
    width: 980px;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF url("../Images/main_bkgnd.jpg") repeat-y top left;
}

#cntWrapper .main .menuContent .sidebar {
    float: left;
    width: 200px;
    margin: 0px;
    padding: 0px;
    background: #FCE3A1 url("../Images/menu_bkgnd.jpg") repeat-x top left;
}

#cntWrapper .main .menuContent .sidebar .menu {
    margin: 10px 0px 0px;
    padding: 0px;
    letter-spacing: -0.2px;
}

#cntWrapper .main .menuContent .sidebar .menu .sideDrop {
    width: 100%;
}

#cntWrapper .main .menuContent .sidebar .menu .StaticMenuItemStyle {
    display: block;
}

#cntWrapper .main .menuContent .sidebar .menu .DynamicMenuItemStyle {
    padding: 2px 6px 2px 2px;
    border-top: 1px solid #333333;
    background-color: #F9B850;
    color: #333333;
}

#cntWrapper .main .menuContent .sidebar .menu .DynamicHoverStyle {
    background-color: #FAD395;
    color: #FFFFFF;
}

#cntWrapper .main .menuContent .sidebar .menu li {
    list-style-type: none;
    margin: 10px 0px 0px 15px;
    padding: 0px 0px 4px;
    border-bottom: 1px solid #F9B850;
}

#cntWrapper .main .menuContent .sidebar a:link, #cntWrapper .main .menuContent .sidebar a:visited {
    display: block;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#cntWrapper .main .menuContent .sidebar a:hover, #cntWrapper .main .menuContent .sidebar a:active {
    color: #F3C452;
}

#cntWrapper .main .menuContent .sidebar .imageRotator {
    position: relative;
    width: 180px;
    height: 270px;
    margin: 20px 10px 10px;
    padding: 0px;
    text-align: center;
}

#cntWrapper .main .menuContent .sidebar .search {
    margin: 10px 0px 10px 15px;
    padding: 0px;
    font-weight: bold;
}

#cntWrapper .main .menuContent .sidebar .search input {
    width: 115px;
}

#cntWrapper .main .menuContent .content {
    float: left;
    width: 720px;
    margin: 0px;
    padding: 30px;
}

#cntWrapper .main .footer {
    float: left;
    width: 980px;
    height: 35px;
    margin: 0px;
    padding: 0px;
    background-color: #FABC4D;
    color: #000000;
}

.linksListing {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    line-height: 1.0em;
}

.linksListing .link {
    width: 100%;
    padding: 5px;
}

.linksListing .altLink {
    width: 100%;
    padding: 5px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-color: #EEEEEE;
}

.login {
    width: 400px;
    margin: 0px auto;
}

.login .loginForm {
    margin: 0px auto 10px;
}

.login p {
    text-align: center;
}

.searchTitle {
    margin: 10px 0px 0px;
    padding: 4px 6px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    background-color: #FABC4D;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.searchPage {
    width: 100%;
    margin: 20px 0px;
    padding: 0px;
    text-align: center;
}

.searchPage p {
    font-size: 15px;
    text-align: left;
}

.searchPage .txtSearch {
    width: 248px;
    height: 18px;
    margin: 1px 12px 0px 10px;
    padding: 2px 4px 0px;
}

.siteSearchResults {
    margin-top: 20px;
}

.siteSearchResults p {
    margin: 8px 0px 0px;
}

.siteSearchResults .title {
    font-weight: bold;
}

.siteSearchResults .searchRow {
    margin: 0px 0px 5px;
    padding: 1px 8px 8px;
}

.siteSearchResults .altSearchRow {
    margin: 0px 0px 5px;
    padding: 1px 8px 8px;
    background-color: #EFEFEF;
}

.searchPagingControls {
    margin: 10px 0px 0px;
    padding: 2px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background-color: #DDDDDD;
    text-align: center;
}

fieldset {
    padding: 10px;
    border: 2px solid #EEEEEE;
}

legend {
    margin: 0px 0px 10px -10px;
    font-weight: bold;
}

.ProductCatalogs {
    float: right;
    margin: 0px 0px 10px 20px;
    padding: 5px 8px;
    border: 1px solid #FABC4D;
    background-color: #FCE097;
}

.ProductCatalogs h1 {
    margin: 0px 0px 10px;
    color: #333333;
    font-size: 14px;
}

.ProductCatalogs a:link, .ProductCatalogs a:visited {
    color: #666666;
}

.ProductCatalogs a:hover, .ProductCatalogs a:active {
    color: #999999;
}

#CatalogListing {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
}

#CatalogListing li {
    margin: 2px 0px;
    padding: 0px;
}
