/* ====================== */
/* = Sitewide Constants = */
/* ====================== */
html {
  background-color: #dbdbdb; }

p {
  padding-bottom: 1em; }

a {
  color: #99cc33;
  text-decoration: none; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.float_right {
  float: right; }

.float_left {
  float: left; }

.center {
  text-align: center; }

.clear {
  clear: both; }

.red {
  color: red;
  font-size: 80%; }

/* ========== */
/* = Layout = */
/* ========== */
body {
  font-family: Arial,Helvetica;
  font-size: 80%; }

.content_wrapper {
  background: #dbdbdb url('/images/header.gif') repeat-x top;
  position: absolute;
  width: 100%; }

.content {
  background: white url('/images/content_bg.png') repeat-y center;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #99cc33;
  margin: 0 auto;
  margin-top: 15px;
  width: 986px;
  min-height: 650px; }
  .content .header {
    background: url('/images/green_header.png') no-repeat top;
    color: black;
    height: 85px; }
    .content .header img {
      float: left; }

.main_nav {
  float: right;
  margin-top: 22px;
  margin-right: 53px;
  color: white;
  font-size: 135%;
  font-weight: bold; }
  .main_nav li {
    display: inline; }
    .main_nav li a {
      padding-left: 10px;
      float: left;
      color: white;
      text-decoration: none;
      margin-right: 15px; }
    .main_nav li a.on {
      background: url('/images/main_nav_caret.png') no-repeat left; }

.content_body {
  padding: 30px;
  color: #5f5f5f; }
  .content_body h1 {
    font-size: 160%;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: solid 1px;
    border-color: #dbdbdb; }

.footer {
  margin: 0 auto;
  width: 986px; }
  .footer ul {
    margin-left: 415px;
    padding-top: 20px;
    float: left; }
    .footer ul li {
      display: inline;
      border-left-style: solid;
      border-left-width: 1px;
      border-left-color: #5f5f5f;
      padding: 0 12px;
      font-weight: bold; }
      .footer ul li a {
        color: #5f5f5f;
        text-decoration: none; }
      .footer ul li img {
        vertical-align: middle; }
    .footer ul li.first {
      border-left: none; }
      .footer ul li.first a {
        color: #5f5f5f;
        text-decoration: none; }
  .footer form {
    margin-top: 10px;
    margin-left: 430px;
    color: #5f5f5f;
    float: left; }
    .footer form input {
      color: #5f5f5f; }

.right_column {
  float: right;
  width: 440px; }

.left_column {
  float: left;
  width: 430px; }

/* =================== */
/* = Navigation Bars = */
/* =================== */
.secondary_nav ul {
  list-style: none;
  float: right;
  margin-bottom: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dbdbdb;
  padding-top: 10px; }
  .secondary_nav ul li {
    text-align: center;
    display: inline;
    padding-top: 10px; }
    .secondary_nav ul li a {
      color: #5f5f5f;
      padding: 10px 10px 0 10px; }
    .secondary_nav ul li a.on {
      background: url('../images/caret.png') no-repeat center top; }
    .secondary_nav ul li a:hover {
      color: #99cc33; }

.tertiary_nav ul {
  list-style: none;
  float: left;
  margin-bottom: 15px;
  margin-top: -15px; }
  .tertiary_nav ul li {
    display: inline;
    padding-top: 10px; }
    .tertiary_nav ul li a {
      color: #5f5f5f;
      padding: 10px 10px 0 0; }
    .tertiary_nav ul li a.on {
      background: url('../images/caret.png') no-repeat center top; }
    .tertiary_nav ul li a:hover {
      color: #99cc33; }

/* ================= */
/* = Control Modal = */
/* ================= */
.modal {
  background-color: black;
  padding: 10px; }

#control_overlay {
  background-color: #000; }

/* =================== */
/* = fieldWithErrors = */
/* =================== */
.errorExplanation {
  border-style: solid;
  border-width: 2px;
  border-color: #99cc33;
  padding: 25px;
  margin: 25px auto;
  width: 425px; }
  .errorExplanation h2 {
    margin-bottom: 15px;
    font-size: 120%;
    font-weight: bold; }
  .errorExplanation p {
    margin-bottom: 5px;
    padding: 0; }
  .errorExplanation li {
    margin: 5px 0;
    font-style: italic; }

.fieldWithErrors input {
  background-color: #e4f2c9;
  border-style: solid;
  border-width: 2px;
  border-color: #99cc33;
  padding: 1px; }

.error {
  color: red; }

form table td {
  padding: 5px 0; }
form table td.label {
  text-align: right;
  padding-right: 10px; }

#flash_movie {
  height: 405px;
  width: 525px; }

.qualified {
  margin: 10px 0;
  color: #99cc33;
  font-weight: bold;
  font-size: 120%; }

.not_qualified {
  margin: 10px 0;
  color: red;
  font-weight: bold;
  font-size: 120%; }

#referral_contest h2 {
  font-size: 160%;
  font-weight: bold;
  margin: 5px 0; }

ol.contest_steps {
  list-style-position: inside;
  margin-left: 10px; }
  ol.contest_steps li {
    list-style-type: decimal;
    padding: 5px 0;
    font-size: 100%;
    font-weight: bold; }
    ol.contest_steps li p {
      font-size: 90%;
      font-weight: normal;
      padding: 0;
      margin: 10px 0 0 0; }

.LV_validation_message {
  margin-left: 15px;
  font-weight: bold; }

.LV_valid {
  color: #99cc33; }

.LV_invalid {
  color: #cc0000; }

.LV_valid_field {
  border: 1px solid !green; }

input.LV_valid_field:hover, input.LV_valid_field:active {
  border: 1px solid !green; }

textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
  border: 1px solid !green; }

.LV_invalid_field {
  border: 1px solid !error_red; }

input.LV_invalid_field:hover, input.LV_invalid_field:active {
  border: 1px solid !error_red; }

textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
  border: 1px solid !error_red; }

.trial_version {
  margin: 10px 0 0 10px; }
  .trial_version ul li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    color: #99cc33; }

.trial_form .formtastic fieldset.buttons {
  padding-left: 118px; }

.grant_form input[type=submit] {
  margin-left: 24px; }

.user_form .formtastic {
  margin-left: 10px; }
  .user_form .formtastic li {
    margin: 10px 0; }
  .user_form .formtastic label {
    width: 150px;
    float: left;
    text-align: right; }
  .user_form .formtastic input, .user_form .formtastic select {
    margin-left: 10px;
    width: 200px; }
  .user_form .formtastic input[type=submit] {
    width: auto;
    margin-left: 50px; }
.user_form .LV_validation_message {
  display: block;
  margin-left: 160px;
  font-weight: normal; }
.user_form .LV_invalid_field {
  background-color: #FFD3D6; }

#ipad h3 {
  font-size: 120%;
  color: #5f5f5f; }
#ipad h2 {
  font-size: 130%;
  font-weight: bold;
  color: #99cc33;
  padding-bottom: 5px; }
#ipad ol li {
  list-style-type: decimal;
  margin-left: 20px; }
