/* 
   Main font
*/
   * { font-size: 16px; font-family: 'Verdana', sans-serif; color: black;}
   .std_text { font-size: 16px; font-family: 'Verdana', sans-serif; color: black;}
/*
   Centering the content
*/
body { text-align: center; width: 100%; margin: 0; padding: 0; } 
div.main { text-align: left; margin-left: auto; margin-right: auto; padding-left: 8px; padding-right: 8px; max-width: 800px; width: expression(document.body.clientWidth > 800? "800px": "auto" ); }
/*
   Special Paragraph Formating
*/ 
.bigger_margins { width: 100%; margin-left: 40px; margin-right: 40px; margin-top: 20px; }
.link_list { margin-top: 6px; }
ul { text-align: left; margin-bottom: 0; }
/*
   Links
*/ 
   a:link, a:visited, a:hover {color: black; font-size: 18px }
   /* a:hover {color: #000000; background: #FFFFFF} */
   a.redlink:link, a.redlink:visited {color: #E8472E}
   a.redlink:hover {color: #FFFFFF; background: #1BA70C}
   /* a.linkbar:link, a.linkbar:visited {color: #221A56; font-size: 10px } */
   /* a.linkbar:hover {color: #000000; background: #FFFFFF; font-size: 10px } */
   .disabled_link { color: #FF7033 }
/* 
   Special text colors and sizes 
*/
  .highlight { background-color: #D1FFCC }
  .rednormal { color: #E8472E }
  .redbold { color: #E8472E; font-weight: bold; font-size: inherit }
  .error { color: #E8472E; font-weight: bold; font-size: inherit }
  .blue { color: #221A56 }
  .green { color: #06794E }
  .dark_bg { color: #FFFFFF; background-color: #221A56 }
  .title { color: #355D3C; font-weight: bold; font-size: 22px }
  .big { font-size: 22px }
  .big_bold { font-size: 22px; font-weight: bold; }
  .very_big { font-size: 22px }
  .little { font-size: 14px }
  .very_little { font-size: 12px }
  .section_title { font-weight: bold; font-size: inherit}
/* 
   Borders
*/
   hr { color: #221A56 }
  .bordered { border-style: ridge; border-color: #E0DFE7 }
  .bordered_red { border-style: ridge; border-color: #ff0000 }
  .main_border { border-style: solid; border-collapse: collapse; border-width: 1px; border-color: #221A56 }
  .main_border_red { border-style: solid; border-collapse: collapse; border-width: 1px; border-color: #FF0000 }
  .main_border_gray { border-style: solid; border-collapse: collapse; border-width: 1px; border-color: #888888 }
  .cell_border { border-style: solid; border-width: 1px; border-color: #ff0000 }
  table.grid td { border-style: solid; border-width: 1px; border-color: #ff0000; border-collapse: collapse; }
  table.grid_gray td { border-style: solid; border-width: 1px; border-color: #888888; border-collapse: collapse; }
  table.nogrid td { border-style: none }
  table.std_spacing  td { padding-left: 6px; padding-right: 6px; }
  table.vertical_spacing  td { padding-top: 6px; padding-bottom: 6px; }
  .low_underscore { border-bottom: 1px solid #000000; text-decoration: none }
  .link_inside_border { border-style: outset; border-color: #E4C989;  padding-left: 0px; padding-right: 0px; padding-bottom: 0px; border-width: 4px; text-decoration: none; color: #000000; margin-top: 0px; margin-bottom: 6px; background-color: #E4C989}
  .link_block_inside_border { border-style: outset; border-color: #BED3FF;  padding-left: 6px; padding-right: 6px; padding-bottom: 2px; border-width: 4px; text-decoration: none; color: #221A56; margin-top: 3px; margin-bottom: 3px; display: block; width: 125px; text-align: center; }
  .link_wide_inside_border { border-style: outset; border-color: #BED3FF;  padding-left: 6px; padding-right: 6px; padding-bottom: 2px; border-width: 4px; text-decoration: none; color: #221A56; margin-top: 3px; margin-bottom: 3px; display: block; width: 200px; text-align: center; }
  .disabled_link_inside_border { border-style: solid; border-color: #BED3FF;  padding-left: 6px; padding-right: 6px; padding-bottom: 2px; border-width: 4px; text-decoration: none; color: #221A56; background-color: #EBF1FF; margin-top: 6px; margin-bottom: 6px; }
  .disabled_link_block_inside_border { border-style: solid; border-color: #BED3FF;  padding-left: 6px; padding-right: 6px; padding-bottom: 2px; border-width: 4px; text-decoration: none; color: #221A56; background-color: #EBF1FF; margin-top: 3px; margin-bottom: 3px; display: block; width: 125px; text-align: center; }
/*
   Backgrounds
*/
  .med_bg { background-color: #EDF9E6 }
  .light_bg { background-color: #EDF9E6 }
  .oddrow { background-color: #EDF9E6 }
  .evenrow { background-color: white }
/*
   Drop shadow
*/
.drop-shadow {
  width: 90%;
  float:left;
  background: url(images/drop_shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 5px;
  }

.drop-shadow {
  background: url(images/drop_shadow_offset.gif) no-repeat left top;
  padding: 0 5px 5px 0;
  }

.drop-shadow-opaque-box {
  background-color: #fff;
  padding: 4px;
  margin: 0;
  }
.p-shadow {
  width: 90%;
  float:left;
  background: url(images/drop_shadow_blue.gif) no-repeat bottom right;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: url(images/drop_shadow_offset.gif) no-repeat left top;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  border: 1px solid #221A56;
  padding: 4px;
  margin: 0;
  }




/*
  Lists
*/
    ul { list-style: disc outside url(images/veggie_bullet.gif) }
  li { padding-bottom: 6px }
/* 
   Form elements
*/
  .button { font-family: 'Arial', sans-serif; font-size: 13.5px; height: 21px;  text-align: center }
  .next_button { font-family: 'Arial', sans-serif; font-size: 13.5px; height: 21px; width: 80px; text-align: center }
  input { font-family: 'Arial', sans-serif; font-size: 11px  }
  select { font-family: 'Arial', sans-serif; font-size: 11px }
  textarea { font-family: 'Arial', sans-serif; font-size: 11px }
  .quicksearch { font-family: 'Arial', sans-serif; font-size: 11px }
  .spell_input { font-family: 'Verdana', sans-serif; font-size: 15px; vertical-align: middle }
/*
   Signup packages
*/
  .package_title { background-color: #C15627; color: #FFFFFF; text-align: center }
  .package_body  { background-color: #FFFFFF; text-align: center; height: 114px }
  .package_price { background-color: #FFFFFF; text-align: center }
/*
   Misc.
*/
   .indented { margin-left: 24px }