﻿/* Tags */
html {
  overflow: visible;
}
body {
  background-color: #ffffff;
}
h1 {
  margin: 0px 0px 15px 0px;
}
/* Page Structure */
#pageWrapper {
  position: static;
  width: 100%;
}
#header {
  padding: 24px 0px 0px 0px;
}
#navMain {
  display: none;
}
.mainSection, .mainSectionWithImage {
  display: block;
  padding: 20px 0px 0px 0px;
}
.mainSectionWithImage {
  background-image: none;
  min-height: 0px;
}
#navPanel {
  float: none;
  width: 100%;
  padding-bottom: 0px;
}
.navPanelText {
  padding: 0px;
}
#content {
  float: none;
  width: 100%;
  padding-top: 0px;
}
#footerSections {
  position: static;
  width: 100%;
}
#footerForNav, #footerForContent {
  position: static;
  bottom: 0px;
  padding-bottom: 0px;
}
#footerForNav {
  left: 0px;
  width: 100%;
}
#footerForContent {
  left: 0px;
  width: 100%;
}
#footerFinal {
  height: auto;
  background-color: inherit;
  padding: 15px 0px 0px 0px;
}
/* Main Navigation */
.navMain a:hover {
  border-bottom-color: inherit;
  color: inherit;
}
/* Page Navigation */
.navPanel {
  display:none;
}
/* Dynamic Menus */
/* Other */
#pageUrl {
  display: block;
}
.contentWithFooter {
  padding-bottom: 0px;
}
.top {
  display: none;
}
.noPrint {
  display: none;
}
