body {
  background-position: 50% 0%;
}
.header_leaderboard {
  display: block;
  margin: 10px auto 10px !important;
  text-align: center;
}
.header_leaderboard img {
  margin: 0 auto;
}
#header.layout2 {
  position: relative;
}
#header.layout2 .mailing_list_header {
  margin: 20px auto 0;
  display: block;
  width: 199px;
  height: 100px;
}
.post-entry table td.table_label {
  width: 40%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
  font-size: 12px;
  color: #444444;
  font-weight: bold;
}
.post-entry table td.table_field {
  width: 55%;
}
.post-entry table td.table_field input[type=text] {
  color: #444444;
  background-color: #eeeeee;
  border-color: #dddddd;
  border-width: 1px;
  border-style: solid;
  font-size: 11px;
  letter-spacing: 1px;
  width: 90%;
  padding: 5px;
}
.post-entry table p {
  margin-bottom: 0px;
}
.home .flexslider.homepage .flex-viewport ul li .feature_text {
  width: 580px;
}
.home .flexslider.homepage .flex-viewport ul li .feature_overlay {
  width: 620px;
}
#header {
  padding: 30px 20px;
}
.header_wrapper {
  width: 980px;
  margin: 0 auto;
  background: none;
  border-right: none;
  border-left: none;
  overflow: hidden;
}
.header_wrapper .banner-top {
  width: 940px;
  margin: 10px 20px;
  text-align: center;
}
.mm-phone {
  display: none;
}
.mm-tablet-p {
  display: none;
}
.mm-tablet-l {
  display: none;
}
@media (max-width: 479px) {
  .mm-phone {
    display: block;
  }
  .mm-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .mm-desktop {
    display: none;
  }
  .mm-phone {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mm-desktop {
    display: none;
  }
  .mm-tablet-p {
    display: block;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .mm-tablet-l {
    display: block;
  }
  .mm-desktop {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .header_leaderboard {
    display: none;
  }
}
@media screen and (min-width: 780px) {
  #header.layout2 .mailing_list_header {
    position: absolute;
    right: 30px;
    top: 35px;
    margin: 0;
  }
}
