body {
  margin: 0px;
  color: #363636;
  font-family: 'Martel', serif;
  font-size: 16px;
  text-align: center;
  background: #F4F2EF;
}

h1 {
  color: #006600;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
  color: #006600;
  text-decoration: none;
}

a:hover {
}

#wrapper {
  text-align: center;
  background: #E7E4DB;
}

#container {
}

#inner {
}

#top {
  color: #FFFFFF;
  line-height: 46px;
  background: #336699;
}

#top-outer {
}

#top-inner {
  position: relative;
  text-align: right;
}

#top-logo {
  position: absolute;
  top: 0px;
  left: -40px;
  z-index: 99;
}

a#link-home {
  display: block;
}

a#link-home img {
  display: block;
}

#header {
}

#header-outer {
}

#header-inner {
  position: relative;
  width: 100%;
  text-align: center;
}

#header-left {
  float: left;
  font-size: 16px;
}

#header-left a {
  color: #F4F3EE;
  text-decoration: none;
}

#header-right {
  float: right;
  font-size: 20px;
}

#phone-number {
  margin: 0px 30px 0px 0px;
}

#top-links {
  margin: 0px 30px 0px 0px;
}

#top-links a {
  color: #FFFFFF;
}

#social-media a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 5px 0px 0px;
  color: #336699;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  background: #F4F3EE;
  border-radius: 50%;
}

#social-media a i.fa {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

#social-media a span.social-media-text {
  display: none;
}

#navigation {
  padding: 35px 0px;
  background: url('/images/navigation-bg.png') left top repeat;
}

#navigation-outer {
}

#navigation-inner {
  float: right;
}

#navigation::after {
  display: block;
  content: " ";
  clear: both;
}

#content {
}

#footer {
  padding: 30px 0px 60px 0px;
  font-family: 'Open Sans', sans-serif;
}

#footer-outer {
}

#footer-inner {
  color: #333333;
  font-size: 13px;
  line-height: 2em;
}

#footer-inner div.footer-heading {
  margin: 0px 0px 5px 0px;
  color: #006600;
  font-size: 16px;
  font-weight: 400;
}

#footer-inner ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#footer-inner p {
  margin: 0px;
}

#footer-inner p strong {
  color: #333333;
  font-size: 16px;
}

#footer-inner a {
  color: #333333;
  text-decoration: none;
}

#footer-inner a:hover {
}

#footer-inner span.powered-by,
#footer-inner span.powered-by a,
#footer-inner span.powered-by a:hover {
}

#social-media-footer {
  padding: 5px 0px;
}

#social-media-footer a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 5px 0px 0px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  background: #A2B799;
  border-radius: 50%;
}

#social-media-footer a i.fa {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

#social-media-footer a span.social-media-text {
  display: none;
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 1100px;
  margin: 0px auto;
  text-align: left;
}

div.div-inner {
}

/* Responsive Embed Styles */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Misc Styles */