/* general styles */
body{
  font-size: 13px;
}
div.centerContent{
  width: 980px;
}


/*      HEADER      */
header div.centerContent{
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
header nav ul li{
  margin-left: 20px;
}
header nav ul li ul{
  top: 23px;
}
nav ul li.cta{
  top: 16px;
}


/*      CONTENT      */
div.headerImage div.headerSubImage{
  right: -220px;
}
div.headerImage a.headerButton{
  left: 10px;
  bottom: -80px;
  font-size: 0.30em;
  line-height: 1.4em;
  width: 220px;
  height: 220px;
  border-radius: 110px;
}
div.headerImage a.headerButton.alt{
  bottom: -230px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
}

/*      HOME    */
div.crosslinks a span.text{
  min-height: 150px;
}
div.bannerHolder div.bannerImage{
  right: 0px;
  bottom: 0px;
}
div.bannerHolder a span.heading{
  min-height: 140px;
}
div.bannerHolder a span.text{
  min-height: 80px;
}


/*      NEWS    */
div.newsHolder a span.title{
  min-height: 50px;
}
div.newsHolder a span.text{
  min-height: 106px;
}


/*      FOOTER      */
div.footerCol{
  font-size: 0.7em;
}
div.footerCol p .fa{
  margin-right: 5px;
}