
div#addressbar {
  height: 65px;
  font-size: 0.7em;
  text-align: right;
  background: #0049d7 url(/images/header-address.gif) top left no-repeat;
  color: #ffffff;
}

h2.contentopen {
  margin-left: 20px;
  font-size: 1.2em;
}

a.navi {
  display: block;
  margin: 0px 3px 1px 5px;
  padding-left: 20px;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 25px;
  background: #0049d7 url(/images/button.gif) no-repeat;
  color: #ffffff;
}

a.navi:hover, a.navi.seasSpec:hover {
  background: #e96157 url(/images/button-active.gif) no-repeat;
}

a.navi.seasSpec {
  background: #0049d7 url(/images/button-red.gif) no-repeat;
}

/* Content templates */
div.contentitem_default {
  margin: 20px 20px 0px;
}

h2.c_default {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #0049d7;
}

div.c_default_standin {
  display: none;
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.c_default {
  font-size: 0.9em;
}

div.icon_default {
  font-size: 0.9em;
  text-align: center;
}

div.contentitem_testimonial-full {
  margin: 10px 20px 0px;
  padding: 20px 0px 00px;
  border-top: 2px solid #e96157;
}

h2.c_testimonial-full {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #0049d7;
}

div.c_testimonial-full_standin {
  display: none;
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.c_testimonial-full {
  font-size: 0.9em;
}

div.icon_testimonial-full {
  font-size: 0.9em;
  text-align: center;
}

h3.newsletter {
  margin: -20px 20px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #0049d7;
}

div.contentitem_bluebox {
  margin: 20px 20px;
  border-top: 2px solid ;
  border-bottom: 2px solid ;
  padding: 0px 20px 20px;
  background: #ffffdd;
}

h2.c_bluebox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #0049d7;
}

div.c_bluebox_standin {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.c_bluebox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000000;
}
div.c_bluebox a {
  color: #0049d7;
}

div.c_headeles_standin {
  display: none;
}

div.c_headeles {
  margin: 0px;
  font-size: 0.8em;
  font-weight: bold;
  color: #ffffff;
}

div.c_headeles a {
  color: #ffffff;
}

/* Non-CMS */

div.footer {
  width: 720px;
  text-align: center;
  margin-top: 1em;
  padding-top: 3px;
  font-size: 0.9em;
  color: #ffffff;
}
div.footer a {
  color: #ffffff;
}

body.splash div.footer {
  color: #000000;
}
body.splash div.footer a {
  color: #000000;
}

/* END Non-CMS */

/* Administration */
span.admin_message {
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

span.admin_error {
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

div.admin_message {
  padding: 4px;
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

div.admin_error {
  padding: 4px;
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

table.admin_index {
  font-size: 0.8em;
}

th.admin_index {
  text-weight: bold;
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

tr.admin_index_th {
  background-color: #666666;
  color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
  background-color: #dddddd;
  font-size: 1.0em;
}

tr.admin_index_odd {
  background-color: #eeeeee;
  font-size: 1.0em;
}

tr.admin_index_context {
  background-color: #aaaadd;
  font-size: 1.0em;
}

td.admin_index {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* All-around */

body {
  padding: 0px;
  border: 0px;
  margin: 0px;
  background: #001f5a;
  font-family: Arial, Helvetica, sans-serif;
}
body.splash {
  background: #f2a82b url(/images/grad-bg.jpg);
}

body.coupon {
  background-color: #ffffff;
}

div#couponOuter {
  text-align: center;
}
div#coupon {
  border: black dashed 4px;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-bottom: 1em;
}
div#couponNav {
  text-align: center;
  padding: 0.2em;
  font-size: 90%;
}
@media print {
  div#couponNav {
    display: none;
  }
}

ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

form {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*
a.file_attach {
  font-family: ;
  font-size: xx-small;
  font-weight: bold;
  color: #0049d7;
  text-decoration: none;
}

a.file_attach:hover {
  text-decoration: underline;
  color: #fcf000;
}
*/

