/* This is the style of your browser text */

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: 0em;
  margin: 0;
  padding: 0;
  line-height: 1em;
}


h1 {
  text-align: left;
  font-size: 20px;
  padding: 0px 0 0px 0;
  margin: 0 0px 0 0px;
  color: #219aee;
  text-shadow: #fff 1px 1px 1px;
}

h2 {
  font-size: 14px;
  color: #5e6065;
}

h3 {
  font-size: 14px;
}

h4 {
  color: #387baa;
  font-size: 32px;
}

h5 {
  font-size: 32px;
  color: #656565;
}
h6 { font-size: 14px; color: #5e6065; font-weight: normal; text-transform: none;}
h7 { font-size: 18px; color: #6c7176; font-weight: normal; text-transform: none;}
h8 { font-size: 12px; color: #6c7176; font-weight: normal; text-transform: none;}
h8 a:link, a:visited, a:active, a:visited{color: #6c7176; font-weight: normal; text-transform: none;}

#container {
  max-width: 740px;
  width: 75%;
  margin: 0 auto;
  border-left: 3px #000 double;
  border-right: 3px #000 double;  
  background-color: #FFF;
}

#main {
  margin: .5em 20px 0 20px;
  border-top: 1px solid #000;
  text-align: left;
  padding: 20px 0 20px 0;
}

#left {
  float: left;
  width: 140px;
  margin: 0 20px 14px 0;
  background-color: #DCDCDC;
  border: 3px double #FFF;
  font-size: 10px;
  line-height: 1.4em;
}

.gutter {
  margin: 10px;
}

#right {
  float: right;
  width: 120px;
  margin: 0 0 14px 20px;
}

#center {
  width: 375px;
  margin-left: 170px;
}

#pullquote {
  float: right;
  margin: 0 0 .4em 1em;
  width: 145px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant: small-caps;
  font-size: 20px;
  line-height: 1.3em;
}

.sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote {
      visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
    }

    .sIFR-active h1 {
      padding-bottom: 0;
    }

    .sIFR-active h2 {
      font-size: 55px;
      display: block;
    }

    .sIFR-active h3 {
      font-size: 18px;
    }

    .sIFR-active h4 {
      font-size: 21px;
      font-weight: normal;
    }

    .sIFR-active h5#pullquote {
      font-size: 24px;
    }
