* {
  padding: 0;
  margin: 0; }

h1 {
  margin-bottom: 0.7em;
  font-size: 2em;
  display: block;
  color: #ffb93c; }

h3 {
  color: #ffb93c; }
  h3 .bt {
    padding: 5px;
    display: block;
    background-color: #ffb93c;
    font-size: 1.2em;
    color: white; }

h2 {
  margin-bottom: 1em;
  font-size: 1.2em; }

p {
  line-height: 1.48em;
  margin-bottom: 0.7em; }

ul {
  margin: 1em; }

a {
  color: #e0007a;
  text-decoration: none; }
  a:visited {
    color: #9e0056; }
  a:hover {
    text-decoration: underline; }
  a img {
    border: 0; }

body {
  background-color: #111111;
  background-image: url("/images/background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em; }

.container_16 {
  padding-bottom: 10px;
  margin-bottom: 20px; }

.wrapper {
  background: white url("/images/wrapper.gif") top center no-repeat; }

.header {
  padding: 10px 0;
  height: 70px; }
  .header img {
    border: 0; }

.clear {
  margin-bottom: 10px; }

.frame {
  border: 1px solid #ddeedd;
  padding: 0.5em;
  background-color: white;
  margin-bottom: 1em; }

.box {
  border: 1px dotted #ffb93c;
  padding: 3px; }

hr {
  margin-top: 0.7em;
  border: 1px solid #aaaaaa; }

.footer {
  margin-top: 30px;
  border-top: 2px dotted #888888; }

.paginationControl {
  display: block;
  padding: 10px;
  text-align: center; }
  .paginationControl .total {
    font-weight: bold;
    color: #666666; }

.note {
  font-style: italic;
  color: #666666;
  font-size: 0.8em;
  padding: 1em; }

.video {
  text-align: center;
  display: block;
  padding: 1em; }

.line {
  border-bottom: 1px dotted #ffb93c;
  padding-bottom: 10px; }

.button {
  padding: 0 1em;
  margin: 2px;
  height: 25px;
  display: inline-block;
  text-decoration: none;
  color: black;
  line-height: 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #dddddd;
  white-space: nowrap;
  border: 1px solid #999999; }
  .button:hover {
    color: white;
    background-color: #6f6e73; }
  .button img {
    display: inline;
    vertical-align: middle; }

.zend_form {
  width: 100%; }
  .zend_form .errors {
    margin: 0;
    display: block;
    background-color: red;
    color: white;
    padding: 3px;
    list-style: none; }
  .zend_form textarea {
    height: 10em;
    width: 100%; }
  .zend_form dl {
    padding: 5px;
    display: block; }
  .zend_form dt {
    font-size: 1em;
    line-height: 1em;
    color: #333333;
    font-weight: bold;
    padding-top: 1em; }
  .zend_form dd {
    display: block;
    padding-bottom: 1em;
    border-bottom: 1px dotted #ec008c; }
  .zend_form fieldset {
    border: 1px solid #dddddd;
    background-color: #eeeeee;
    padding: 5px;
    display: block; }
  .zend_form legend {
    font-weight: bold;
    font-size: 18px; }
  .zend_form input {
    width: 98%; }
    .zend_form input[type="submit"] {
      margin: auto 0;
      cursor: pointer;
      webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 300px;
      border: none;
      height: 30px;
      background: lime;
      background: -moz-linear-gradient(top, lime 0%, #00cc00 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, lime), color-stop(100%, #00cc00));
      background: -webkit-linear-gradient(top, lime 0%, #00cc00 100%);
      background: -o-linear-gradient(top, lime 0%, #00cc00 100%);
      background: -ms-linear-gradient(top, lime 0%, #00cc00 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00cc00',GradientType=0 );
      background: linear-gradient(top, lime 0%, #00cc00 100%); }
    .zend_form input[type="checkbox"], .zend_form input[type="radio"] {
      width: auto; }

.listing {
  width: 100%;
  background-color: white;
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: #999999;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  .listing th {
    text-align: left;
    padding: 5px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px; }
  .listing td {
    padding: 8px;
    background-color: white; }
  .listing .odd td {
    background-color: #eeeeee; }
  .listing .done td {
    color: #999999; }
  .listing tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .listing tr:last-child td:last-child {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.menu {
  height: 30px;
  padding: 5px 0;
  margin: 0 0 20px 0; }
  .menu ul {
    margin: 0;
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
    height: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold; }
    .menu ul li {
      float: left; }
    .menu ul a {
      padding-left: 1.2em;
      padding-right: 1.2em;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      color: white;
      text-decoration: none; }
      .menu ul a:hover {
        background-color: black;
        text-decoration: underline; }

.team_heading {
  margin: 0; }
  .team_heading a {
    color: #dddddd; }

.team_link {
  color: #888888 !important;
  font-weight: bold;
  padding-left: 25px;
  line-height: 16px;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: left; }
  .team_link:hover {
    color: black !important; }

.team_box {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #fff5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fff5e5));
  background: -webkit-linear-gradient(top, white 0%, #fff5e5 100%);
  background: -o-linear-gradient(top, white 0%, #fff5e5 100%);
  background: -ms-linear-gradient(top, white 0%, #fff5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff5e5',GradientType=0 );
  background: linear-gradient(top, white 0%, #fff5e5 100%);
  border: 1px dotted #ffb93c; }
  .team_box p {
    padding: 5px;
    margin-bottom: 0 !important; }

.team_picture {
  margin: 0;
  padding: 0;
  display: block; }

