﻿html {
    margin: 0;
    padding: 0;
}
.wf-loading {
visibility: hidden;
}

.wf-active, .wf-inactive {
visibility: visible;
}
body {
    background-color: White;
    color: black;
    font-size: 16px;
    font-family: "futura-pt",sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
    min-width: 1280px;
}

header 
{
    background-color: White;
    height: 110px;
}
header .content-wrapper 
{
    
}
#logo
{
    padding-top: 25px;
    width: 350px; /* determines the spacing between the logo and the first menu item */
}
#menu
{
    width: 805px;
}

#search
{
    padding-top: 42px;
    padding-right: 4px;
    width: 120px;
}
#searchCriteria
{
    border-style: none;
    color: #000000;
    text-align: right;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    width: 80px;
    padding-right: 10px;
}
    #searchCriteria::-webkit-input-placeholder {
        color: #000000;
    }
    #searchCriteria:-ms-input-placeholder {
        color: #000000;
    }
#searchButton { vertical-align: middle; margin-top: -4px;}
textarea, select, input { margin:0; padding: 0; font-family: "futura-pt",sans-serif; }
textarea:focus, select:focus, input:focus { outline: none; }

#breadcrumb {
    border-top: 2px solid #000000;
    height: 90px;
    line-height: 90px;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 1px; /* needed for some reason to fix layout problem */
}

#breadcrumb a {
    color: #C8C3C3;
    font-size: 28px; /* should be same as the breadcrumb */
    text-decoration: none;
}

#body {
    clear: both;
}

footer {
    height: 385px;
    color: #333333;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 55px;
}
.footerTitle {
    font-size: 18px;
    line-height: 30px;
}
.footerLink { line-height: 30px; }
footer a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}
footer a:hover { color: #999999; }  /* replaced green (#90BF32) */
#footerLogos {
    width: 300px;
}

#productLinks1 {
    width: 330px;
}

#productLinks2 {
    width: 310px;
}

#resourceLinks {
    width: 200px;
}

#aboutUsLinks {
    width: 130px;
}
footer hr {
    border: 1px solid #000000;
}
