/*
  red:         #900000
  light blue:  #e5edff
  dark blue:   #083c73
  yellow bg:   #ffdc73
  yellow text: #ffdc73
  header text: #e5ad00
  footer text: #997300
*/

a:link    { color: #0000cc; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:active  { color: #ffdc73; text-decoration: none; }
a:hover   { color: #e5ad00; text-decoration: underline; }

body {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
body, p, h1, h2, h3, ul, ol, li, td, th, div, input, textarea, select, .text {
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  font-size: 8pt;
}
.small, .button {
  font-size: 7pt;
}
.quoteBox, .callout {
  font-family: arial,helvetica,verdana,geneva,sans-serif;
  font-size: 8pt;
  margin: 5px;
}
.callout {
  font-size: 10pt;
}
.lQuote, .rQuote {
  font-family: arial,helvetica,verdana,geneva,sans-serif;
  font-size: 22pt;
  color: #858d9f;
  position: relative;
}
.lQuote {
  height: 16px;
  max-height: 16px;
  overflow: hidden;
  float:left;
  top: -2px;
  left: 5px;
  margin-right: 7px;
}
.rQuote {
  vertical-align: text-top;
  top: -5px;
}
h1, h2, h3  {
  font-size: 14pt;
  font-weight: bold;
  color: #e5ad00;
  padding-bottom: 1px;
  margin-top: 0px;
  border-bottom: 1px solid #e5ad00;
}
h1 {
  position: absolute;
  top:  25px;
  left: 352px;
  width: 55%;
  white-space: nowrap;
  z-index: 3;
}
h2 {
  color: #d9a000;
  font-size: 12pt;
}
h3 {
  color: #d9a000;
  font-size: 10pt;
  border: none;
  margin-bottom: -10px;
}

.topNavBG {
  font-family: arial,helvetica,verdana,geneva,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  background: #900000;
  height: 20px;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #000000;
  border-right: none;
}
a.topNav:link, a.topNav:visited, a.topNav:active, a.topNav:hover {
  color: #ffffff;
  text-decoration: none;
}
a.topNav:hover, a.topNavHi:link, a.topNavHi:visited, a.topNavHi:active {
  color: #ffdc73;
  text-decoration: none;
}
a.topNavHi:hover {
  color: #e5ad00;
  text-decoration: none;
}

a.sideNavCrumb, a.sideNavCrumbHi, a.sideNav, a.sideNavHi {
  font-family: arial,helvetica,verdana,geneva,sans-serif;
  font-size: 9pt;
  white-space: nowrap;
}

a.sideNavCrumb:link, a.sideNavCrumb:visited, a.sideNavCrumb:active,
a.sideNavCrumb:hover,
a.sideNavCrumbHi:link, a.sideNavCrumbHi:visited, a.sideNavCrumbHi:active,
a.sideNavCrumbHi:hover {
  font-weight: bold;
  display: inline-block;
  color: #ffdc73;
  text-decoration: none;
}
a.sideNavCrumb:hover {
  color: #ffffff;
  text-decoration: underline;
}
a.sideNavCrumbHi:hover {
  color: #ffdc73;
  text-decoration: none;
}

a.sideNav:link, a.sideNav:visited, a.sideNav:active, a.sideNav:hover,
a.sideNavHi {
  margin: 0 0 3px 10px;
  display: block;
  color: #e5edff;
  text-decoration: none;
}
a.sideNav:hover {
  color: #ffffff;
  text-decoration: underline;
}
a.sideNavHi:link, a.sideNavHi:visited, a.sideNavHi:active, a.sideNavHi:hover,
a.sideNavHi:hover {
  color: #ffdc73;
  text-decoration: none;
}

a.footerNav:link, a.footerNav:visited, a.footerNav:active, a.footerNav:hover {
  font-size: 7pt;
  color: #997300;
  text-decoration: none;
}
a.footerNav:active, a.footerNav:hover {
  color: #997300;
  text-decoration: underline;
}

.error {
  color: #990000;
  background: #ffcccc;
  font-weight: bold;
  border: 1px solid #990000;
  padding: 3px;
}
.imgBorder {
  border: 1px solid #000000;
  margin: 0px 10px 5px 0px;
  float: left;
}
.collage {
  height: 100px;
  background: url('../images/collage.jpg') repeat-x;
  border-left: 1px solid #000000;
}
.spacer {
  margin: 0;
  padding: 0;
  font-size: 0;
}

ul {
  list-style-image: url('../images/dot-gold-6.png');
}
li {
  margin-left: -10px;
}
.sublist {
  list-style-image: url('../images/dot-gold-6-empty.png');
}

input, select, textarea {
  background: #ffffff;
  border: 1px solid #000000;
}
input, textarea {
  padding-left: 3px;
}
.required {
  background: #d5edff;
}

.button, .smallbutton {
  color: #ffffff;
  background: #900000;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  border: 1px solid #000000;
}
.smallbutton {
  font-size: 6pt;
  letter-spacing: 1pt;
  padding-left: 0px;
  padding-right: 0px;
}

.pageNav {
  width: 200px;
  background: #083c73;
  border: 1px solid #000000;
  border-left: none;
  padding: 10px 5px 10px 5px;
}
.pageContent {
  width: 65%;
  padding: 30px 20px 10px 15px;
}
.pageFooter {
  width: 100%;
  height: 40px;
  background: #ffdc73;
  color: #997300;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-size: 7pt;
  line-height: 11pt;
}

#headerArea {
  position: absolute;
  top:  0px;
  left: 0px;
}
#contentArea {
  position: absolute;
  top:  120px;
  left: 0px;
}
#quoteBoxBG, .calloutBG {
  position: absolute;
  left: 75%;
  width: 22%;
  min-width: 180px;
  background: #e5edff;
  color: #083c73;
  padding: 0px;
  margin: 15px 0px 15px 15px;
  border: 1px solid #000000;
}
#quoteBoxBG {
  top: 250px;
}
.calloutBG {
  background: #fff0b2;
}
