/* 
   Main font
*/
   * { font-size: 14px; font-family: 'Verdana', 'Arial', sans-serif; }
/*
   Body
*/
body { width: 100%; margin: 0; padding: 0; } 

/*
   Links
*/ 
   a:link, a:visited {color: #016600}
   a:hover {color: #FFFFFF; background: #016600}
   a.linkbar:link, a.linkbar:visited {color: #016600; font-size: 14px }
   a.linkbar:hover {color: #FFFFFF; background: #016600; font-size: 14px }
/* 
   Special text colors and sizes 
*/
   .highlight { background-color: #D1FFCC }
   .rednormal { color: #AE3D48 }
   .redbold { color: #AE3D48; font-weight: bold; font-size: inherit }
   .error { color: #E8472E; font-weight: bold; font-size: inherit }
   .blue { color: #3D48AE }
   .title { color: #3D48AE; font-weight: bold; font-size: 18px }
   .big { font-size: 18px }
   .very_big { font-size: 21px }
   .little { font-size: 14px }
   .very_little { font-size: 12px }
   .section_title { font-weight: bold; font-size: inherit}
/*
   Paragraph styles
*/
   .excerpt {
            font-family: 'Bookman Old Style', 'Katrina', 'Times New Roman', 'Times Roman', serif;
            font-size: 16px;
            margin-left: 40px;
            margin-right: 40px
            }
/* 
   Borders
*/
   hr { color: #3D48AE }
  .bordered { border-style: ridge; border-color: #6A3DAE }
  .bordered_red { border-style: ridge; border-color: #ff0000 }
  .main_border { border-style: solid; border-collapse: collapse; border-width: 1px; border-color: #6A3DAE }
  table.cell_border td { border-style: solid; border-width: 1px; border-color: #6A3DAE }
  table.grid td { border-style: solid; border-width: 1px; border-color: #6A3DAE; border-collapse: collapse; }
  table.nogrid td { border-style: none }
  table.std_spacing  td { padding-left: 6px; padding-right: 6px; }
  .low_underscore { border-bottom: 1px solid #000000; text-decoration: none }
  .link_inside_border { border-style: outset; border-color: #6A3DAE;  padding-left: 6px; padding-right: 6px; border-width: 4px; text-decoration: none; color: #6A3DAE; background-color: #AE6A3D; }
/*
   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 }