body {
  font-family: "Lucida Grande", Lucida, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 140%; }

#bodyWrapper {
  width: 100%;
  height: 100%; }

#mainHeader {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 150px;
  line-height: 80px;
  color: black;
  background: url("../i/bg.png") repeat-x transparent;
  font-family: "Yanone Kaffeesatz", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
  text-shadow: #666666 2px 2px 4px; }
  #mainHeader a:hover, #mainHeader a:active {
    background: transparent;
    text-decoration: none;
    text-shadow: white 2px 2px 4px; }
  #mainHeader h1 {
    font-size: 60px;
    display: inline;
    margin: 20px;
    font-weight: normal; }
    #mainHeader h1 > a {
      color: black; }
  #mainHeader #mainNav {
    margin-left: 20px;
    display: inline; }
    #mainHeader #mainNav ul, #mainHeader #mainNav li {
      display: inline; }
    #mainHeader #mainNav a {
      font-size: 25px;
      color: black;
      padding: 0 10px; }

#mainContent {
  margin: 0 auto;
  margin-top: 150px;
  width: 80%; }
  #mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
    font-family: "Yanone Kaffeesatz", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 125%; }
  #mainContent #rightside {
    float: right;
    width: 70%; }
  #mainContent #leftside {
    float: left;
    width: 25%; }
    #mainContent #leftside > * {
      margin-bottom: 20px; }

#mainFooter {
  margin-top: 150px;
  padding: 50px 0;
  font-size: 80%;
  background: #dedede;
  border-top: 3px solid black; }
  #mainFooter > div {
    width: 80%;
    margin: 0 auto;
    padding-left: 75px; }
    #mainFooter > div div {
      float: left;
      width: 22.5%;
      height: 187px; }
  #mainFooter h1 {
    font-family: "Yanone Kaffeesatz", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 110%;
    padding-bottom: 8px; }
  #mainFooter a, #mainFooter a:link, #mainFooter a:visited {
    color: black; }
  #mainFooter #sitesbyme {
    background: url("../i/underconstruction.png") no-repeat;
    height: 187px;
    width: 223px !important;
    margin-left: -25px;
    padding-left: 25px;
    margin-top: -10px;
    padding-top: 10px; }

a, a:link, a:visited {
  color: blue;
  text-decoration: none; }

a:hover, a:active {
  text-decoration: underline; }

.clearfix {
  display: block;
  float: none;
  clear: both; }

.bullets {
  list-style: disc; }
  .bullets li {
    margin-left: 2em; }

.tooltip {
  display: none;
  background: #cde8f8;
  width: 200px;
  padding: 15px 1em;
  border: 3px solid black;
  text-align: center;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px; }

.overlay {
  display: none;
  background-image: url("../i/overlay.png");
  width: 580px;
  padding: 35px; }
  .overlay .close {
    background-image: url("../i/close.png");
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px; }
  .overlay > div, .overlay > p {
    margin: 5px auto;
    text-align: center; }
  .overlay > p {
    margin-top: 15px; }
