/* Dimensions */
/* Colors */
/* Font */
/* Mixins */
body {
  font-size: 80%;
  font-family: Georgia;
  margin: 0;
  padding: 0;
  background-color: #a3a2a2;
  line-height: 22px;
  text-align: left; }

a, a:link, a:visited {
  color: blue; }

h1, h2, h3, h4, h5 {
  color: #000066;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif; }
  h1.sub, h2.sub, h3.sub, h4.sub, h5.sub {
    margin-top: 0; }

form {
  margin: 0; }

img {
  border: 0; }

.clearme {
  color: #999999; }

.right {
  float: right; }

.left {
  float: left; }

.clearfix {
  clear: both; }

table.data {
  width: 100%; }
  table.data th {
    color: white;
    background: black; }

th {
  font-weight: normal; }

#headerWrapper {
  width: 100%;
  height: 93px;
  background-image: url("/images/bluelinebg.png");
  background-position: bottom;
  background-repeat: repeat-x;
  margin: 0 auto; }
  #headerWrapper #header {
    height: 100px;
    width: 966px;
    position: relative;
    background-image: url("/images/header.png");
    margin: 0 auto; }
    #headerWrapper #header h1 {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      text-indent: -9999px; }
      #headerWrapper #header h1 a#logo {
        display: block;
        width: 240px;
        height: 124px; }

#navWrapper {
  width: 100%;
  height: 30px;
  background-image: url("/images/stripe_bg1.png");
  margin: 0 auto; }
  #navWrapper #navigation {
    height: 30px;
    width: 966px;
    background: url("/images/nav_bg.png") no-repeat 0 -1px;
    position: relative;
    margin: 0 auto; }
    #navWrapper #navigation #navLinks {
      width: 771px;
      position: absolute;
      bottom: 10px;
      right: 0px; }
      #navWrapper #navigation #navLinks ul {
        position: relative;
        top: 6px;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        #navWrapper #navigation #navLinks ul li {
          display: inline; }
          #navWrapper #navigation #navLinks ul li a {
            color: #003366;
            font-weight: bold;
            text-decoration: none;
            padding-right: 8px;
            padding-left: 8px; }

#contentWrapper {
  width: 966px;
  height: auto;
  background-color: white;
  margin: 0 auto; }
  #contentWrapper #contentLeft {
    width: 279px;
    height: 100%;
    float: left; }
    #contentWrapper #contentLeft .leftTopImg {
      height: 99px;
      width: 275px;
      background: url(/images/left_side_top.png); }
    #contentWrapper #contentLeft img, #contentWrapper #contentLeft div {
      margin: 0px;
      padding: 0px;
      font-size: 0px;
      line-height: 0px; }
    #contentWrapper #contentLeft .emailSignup, #contentWrapper #contentLeft .contribute, #contentWrapper #contentLeft .getInvolved {
      width: 275px;
      height: 92px;
      background: url(/images/email_signup.png); }
      #contentWrapper #contentLeft .emailSignup a, #contentWrapper #contentLeft .contribute a, #contentWrapper #contentLeft .getInvolved a {
        overflow: hidden;
        text-indent: -9999px;
        display: block;
        margin-left: 41px;
        height: 87px;
        width: 221px; }
    #contentWrapper #contentLeft .contribute {
      background: url(/images/contribute.png); }
    #contentWrapper #contentLeft .getInvolved {
      background: url(/images/get_involved.png); }
  #contentWrapper #contentRight {
    width: 620px;
    float: left;
    padding: 30px 0px 20px 20px; }
    #contentWrapper #contentRight select {
      width: 265px; }

#footer {
  width: 966px;
  height: auto;
  margin: 0 auto; }
  #footer .fTop {
    background-color: #003366;
    height: 30px;
    padding-left: 10px;
    padding-top: 15px; }
    #footer .fTop a {
      color: #ffcc33;
      text-decoration: none;
      font-size: 0.9em; }
    #footer .fTop img {
      margin-left: 10px; }
    #footer .fTop .contact_us {
      float: left; }
    #footer .fTop .paid_for {
      font-size: 0.9em;
      color: white;
      border: 1px solid white;
      padding: 2px 8px;
      float: right;
      position: relative;
      top: -6px;
      left: -10px; }
  #footer .fBottom {
    height: 30px;
    padding-left: 10px;
    text-align: center; }
  #footer .fPara {
    font-size: 10px;
    margin: 0;
    padding: 0; }

.checkbox_caption {
  font-size: 10px;
  padding-left: 30px; }

table.admin {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
  font-size: 0.9em;
  border-bottom: 1px solid #919191; }
  table.admin tr:hover {
    background: #ffec82; }
  table.admin th {
    background: #f5f5f5;
    padding: 2px 4px;
    text-align: left; }
  table.admin td {
    border-top: 1px solid #919191;
    padding: 0;
    text-align: left; }
    table.admin td a {
      text-decoration: none;
      font-weight: bold; }
      table.admin td a:hover span {
        color: blue; }
      table.admin td a img {
        vertical-align: middle; }
      table.admin td a span {
        vertical-align: middle;
        font-size: 1.3em; }

#admin_panel {
  padding: 10px;
  color: white;
  background: black;
  position: absolute;
  top: 0px;
  right: 0px; }
  #admin_panel ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #admin_panel ul li {
      display: inline;
      margin: 0 10px; }
  #admin_panel a {
    color: white;
    text-decoration: none;
    font-size: 1.1em; }
