@charset "utf-8";
body {
  background-color: #DFDFDF;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#PageBanner {
  height: 300px;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 200px;
  padding-left: 100px;
}
#PageBanner h1 {
  color: #FFFFFF;
  font-size: 40px;
  margin-bottom: 5px;
}
#PageBanner h1 strong {
  color: #EA7D0E;
  display: block;
  font-family: "Brush Script MT";
  font-size: 70px;
  font-weight: normal;
}
#PageBanner p {
  color: #FFFFFF;
  font-size: 20px;
}
#PageHeader {
  background-color: #4B3021;
}
#PageHeader nav {
  text-align: center;
}
#PageHeader nav ul {
  padding-top: 20px;
}
#PageHeader nav ul li {
  display: inline-block;
}
#PageHeader ul li a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}
#PageHeader nav ul li a.current {  color: #E3CDB5;}
#PageFooter p {
  line-height: 1.4;
}
#PageFooter {
  background-color: #4B3021;
  padding: 20px;
  color: #FFFFFF;
  text-align: center;
}
#PageFooter a {
  color: #EA7D0E;
}
.one-third-column {}

#PageLogo {
  margin-bottom: -100px;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#PageLogo img {
  width: 200px;
  height: auto;
}
#PageMain {
  max-width: 1200px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.typography h2 {
  font-size: 26px;
  line-height: 1.4;
}
.typography h3 {
  color: #4B3021;
  border-bottom: 2px solid #4B3021;
  font-size: 22px;
  padding-bottom: 4px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 5px;
  width: 80%;
}
.typography h4 {
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1.4;
  width: 80%;
}
.typography p, .typography li {
  line-height: 1.4;
  font-size: 20px;
}
.typography p {
  margin-bottom: 20px;
}
.typography .float-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.typography .float-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}