﻿@font-face {
  font-family: 'BodoniReg';
  src: url('/Webfonts/bodonixt.eot');
  src: url('/Webfonts/bodonixt.eot?#iefix') format('embedded-opentype'), url('/Webfonts/bodonixt.woff') format('woff'), url('/Webfonts/bodonixt.ttf') format('truetype'), url('/Webfonts/bodonixt.svg#BodoniReg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.06em;
  color: #000;
  padding: 0;
  margin: 0;
  height: 100%;
}
h1 {
  font-family: BodoniReg;
  font-size: 206%;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0 0 0.75em 0;
  background: url(Common/HeaderUnderline.png) no-repeat left bottom;
}
h2 {
  font-family: BodoniReg;
  font-size: 176%;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0 0 0.8em 0;
  background: url(Common/HeaderUnderline.png) no-repeat left bottom;
}
a {
  color: #ff4100;
  text-decoration: underline;
}
#header {
  text-align: center;
  padding-bottom: 1em;
}
/* Header Search */
#header .SiteSearch {
  display: none;
}
/* Main Navigation */
#nav {
  display: none;
}
/* Home */
#home .Banner {
  display: none;
}
#home .FeatBox {
  margin-bottom: 2.6em;
}
#home .FeatBox .PrimaryAction {
  display: none;
}
/* Form */
.Form {
  display: none;
}
/* Footer */
#footer {
  padding-top: 1em;
  border-top: 1px solid #000;
}
#footer span {
  display: none;
}