html, body {
    height: 100%;
    margin: 0;
}

#pageHolder {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#tracking {
    height: 0px;
    display: none;
}

.footerPush {
    clear: both;
}

.wholeFooterWrapper, .footerPush {
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

#footerSpacer {
    height: 30px;
    position: relative;
}

#logobar {
    position: relative;
    height: 80px;
    background-color: #e5e6e6;
    background-image: url('/shared/images/template/logobar.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    left: 0px;
    right: 0px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;

}

.footerLinks {
    position: relative;

    background-color: #333333;

    height: 270px;
    display: block;
    width: 100%;
    left: 0px;
    right: 0px;
    font-size: 12px;
    text-align: left;
    color: #ffffff;

    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

#footerTable {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;

}

#footerTable .footerSection {
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
    letter-spacing: normal;
}

#footerTable .footerSectionLast {
    display: inline-block;
    vertical-align: top;
}

#footerTable ul {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

#footerTable li {
    list-style: none outside none;
    vertical-align: top;
	color: #ffffff;
	overflow: hidden;
	padding: 2px 1px 2px 1px;
	font-size: 10pt;
}

#footerTable li a:hover {
	color: #FFFFFF;
}

#footerTable li a:visited {
	color: #FFFFFF;
}

#footerTable li a {
	color: #FFFFFF;
	text-decoration: none;
}

#footerTable .footerTH {
    color: #ffb015;
    font-size: 16px;
    overflow: hidden;
    font-weight: normal;
}

#footerTable .footerTHIndustries {
	text-align: center;
	padding-bottom: 4px;
}

#footerTable .industriesSecondRow {
	padding-left: 20px;
}

#footerTable .address {
    padding: 25px 0 10px 0;
    overflow: auto;
    font-size: 10pt;
}
	
.footerLinks table {
    width: 960px;
    table-layout: fixed;
}

.footerLinks p,
.footerLinks h3 {
    font-size: 12px !important;
}

.footerLinks p.readmore a {
    padding-right: 10px;
}

.footerLinks p.collapse a {
    padding-right: 10px;
}

.footerLinks p.readmore a,
.footerLinks p.collapse a {
    cursor: pointer;
    color: #555;
}

.footerLinks h1 {
    font-size: 14px !important;
}

.footerLinks a:visited {
    color: #ffffff;
}

#footerSocialLinks {
    padding-top: 10px;
    padding-bottom: 5px;
}

#footerSocialLinks img {
    border: none;
}

#footerSocialLinks a {
    padding: 3px;
}

#footerCopyright {
    background-color: #666666;
    width: 100%;
    left: 0px;
    right: 0px;
    position: relative;
    overflow: hidden;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

#footerCopyright .footerCopyrightLinks {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    moz-box-sizing: border-box;
    line-height: 25px;
}

#footerCopyright .footerCopyrightLinks .copyright {

}

#footerCopyright .footerCopyrightLinks .copyrightLinks {

}



