html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 0 0;
}
#PageHeader .breadcrumb {
  margin-bottom: 1em;
  display: inline-block;
}
#PageHeader .breadcrumb .breadcrumbitem,
#PageHeader .breadcrumb .breadcrumbitemlast {
  float: left;
  margin-right: 10px;
}
.flxSection.sectionFullNoPad {
  padding: 0;
}
.flxSection.sectionFullNoPad .flxSectionInner {
  max-width: none;
  margin: auto;
}
.flxSection.sectionFullNoPad .gridFull,
.flxSection.sectionFullNoPad .gridSplitMidLeft,
.flxSection.sectionFullNoPad .gridSplitMidRight {
  margin: 0;
  padding: 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body,
div {
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size: 15px;
  font-weight: 400;
}
body {
  background: #999;
}
div {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #ff9900;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #995c00;
}
#top {
  background: #fff;
  position: relative;
  z-index: 100;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f0f0f0), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f0f0f0 0%, #ffffff 100%);
  background: -moz-linear-gradient(center bottom, #f0f0f0 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #f0f0f0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
  border-bottom: 1px solid #d9d9d9;
}
#top .inner {
  width: 1060px;
  margin: auto;
  position: relative;
  height: 100px;
}
#top .inner #logo {
  display: block;
  position: absolute;
  bottom: 20px;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size: 40px;
  font-weight: 200;
  color: #999;
}
#menuline {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  height: 30px;
}
#menuline li {
  list-style: none;
  display: inline;
}
#menuline li a {
  display: block;
  padding: 0 20px;
  line-height: 30px;
  float: left;
}
#menuline li a:hover {
  background: #e9e9e9;
}
#pagecontainer {
  background: #e9e9e9;
}
#mainarea {
  width: 1060px;
  margin: auto;
  padding: 30px 15px;
  background: #fff;
  min-height: 500px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#bottombar {
  width: 1060px;
  margin: auto;
  text-align: center;
  padding: 30px;
}
#creditcontainer {
  width: 1060px;
  margin: auto;
  font-size: 10px;
  text-align: center;
}
h1 {
  font-size: 30px;
}
.elementNormal1 h2,
.elementNormal1 h3,
.elementNormal1 h4 {
  font-family: Helvetica Neue, Helvetica, Arial;
}
/**
PRINT STUFF:
*/
@media print {
  h2,
  h3 {
    page-break-after: avoid;
  }
  img {
    max-width: 100% !important;
  }
  ul,
  img {
    page-break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */