@charset "UTF-8";
/* CSS Document */

/* ================================================================
Original dropdown menu copyright notice:
The original version of this stylesheet and associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
================================================================ */

/* ================================================================
   GLOBAL RESPONSIVE BASE
================================================================ */

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #000;
  background-image: url(_imagery/background-gradation.jpg);
  background-repeat: repeat-x;
}

body,
td,
th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 19px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

strong {
  color: #000;
}

/* ================================================================
   TYPOGRAPHY
================================================================ */

h1 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 160%;
  line-height: 32px;
}

h2 {
  color: #e08e79;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

h3 {
  color: #774f38;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

h4 {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.h1 {
  color: #e08e79;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.h1darkblue {
  color: #039;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 140%;
  font-weight: bold;
}

.h1darkwhite {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 120%;
}

.h1superwhite {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 120%;
}

.h1superredbacker {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 120%;
  background-color: #900;
}

.h2white {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.h2black {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.h2blue {
  color: #009;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.h3white {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.blockheadline,
.blockheadlinewhite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.blockheadline {
  color: #774f38;
}

.blockheadlinewhite {
  color: #fff;
}

.centerbody {
  text-align: center;
}

.body10center {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}

.bodytextleft,
.leftytext {
  text-align: left;
}

.leftytext {
  font-size: 90%;
  line-height: 150%;
  color: #333;
}

.boldbody {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 14px;
  color: #000;
}

/* ================================================================
   LINKS
================================================================ */

a:link,
a:visited {
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

a:hover {
  color: #fff;
  background-color: #f66;
  text-decoration: none;
}

a:active {
  color: #000;
}

a.bodylinkblue:link,
a.bodylinkblue:visited {
  color: #069;
  font-weight: bold;
  font-size: 14px;
}

a.bodylinkblue:hover {
  color: #fff;
  background-color: #f66;
  text-decoration: none;
}

a.bodylinkwhite:link,
a.bodylinkwhite:visited {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

a.bodylinkwhite:visited {
  color: #ccc;
}

a.bodylinkwhite:hover {
  color: #666;
  background-color: #fff;
  text-decoration: none;
}

a.bodylinkwhite18:link,
a.bodylinkwhite18:visited {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

a.bodylinkwhite18:hover {
  color: #666;
  background-color: #fff;
  text-decoration: none;
}

a.whitelink14:link,
a.whitelink14:visited {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

a.whitelink14:hover {
  text-decoration: underline;
  color: #900;
  background-color: transparent;
}

a.whitelink14:active {
  text-decoration: none;
  color: #fff;
}

.white12 {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

/* ================================================================
   IMAGES
================================================================ */

img.imagepad {
  margin: 5px;
}

img.centerimage {
  display: block;
  text-align: center;
  margin: 5px auto;
}

img.floatright {
  float: right;
  margin: 10px 25px 4px 4px;
}

img.floatleft {
  float: left;
  margin: 4px 25px 4px 4px;
}

/* ================================================================
   MAIN LAYOUT
================================================================ */

#superwrapper,
#topper,
#searchdiv,
#menubox,
#mainimage,
#notebox,
#clearit,
#bottom-menu,
#sponsorbox {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#superwrapper {
  padding: 10px;
  border: 1px solid #8f051c;
  background-color: #8f051c;
  border-radius: 45px;
}

#topper {
  text-align: center;
  background-color: #c5dfdc;
}

#searchdiv {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 5px;
  min-height: 22px;
}

#motto {
  text-align: center;
  min-height: 100px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #df8d78;
  padding: 1px 10px;
}

#motto1 {
  text-align: center;
  font-size: 100%;
  background-color: #999;
  color: #000;
}

#mainimage {
  margin-top: 10px;
  margin-bottom: 10px;
}

#notebox {
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 140%;
  font-weight: bold;
  line-height: 155%;
  padding: 20px 160px;
  color: #000;
  background-color: #900;
  background-image: url(_imagery/notebook-paper900.jpg);
}

#sponsorbox {
  text-align: center;
  color: #fff;
}

#clearit {
  clear: both;
}

#maincenter,
#infotop,
#infobottom {
  text-align: center;
}

#eeweems {
  width: 100%;
  background-color: #333;
  margin: 50px auto 25px auto;
  text-align: center;
  padding: 8px;
}

/* ================================================================
   DESKTOP DROPDOWN MENU
================================================================ */

#menubox {
  background-color: #999;
}

/* Make old menu table responsive */
#menubox table,
#menubox tbody,
#menubox tr,
#menubox td {
  width: 100% !important;
}

.menu {
  text-align: center;
  width: 100%;
  max-width: 900px;
  min-height: 32px;
  position: relative;
  z-index: 100;
  border-right: 1px solid #999;
  font-family: Arial, sans-serif;
}

.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu ul ul {
  width: 149px;
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 31px;
  left: 0;
  border-top: 1px solid #000;
}

.menu li {
  float: left;
  width: 149px;
  position: relative;
}

.menu a,
.menu a:visited {
  display: block;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  width: 149px;
  height: 30px;
  border: 1px solid #999;
  border-width: 1px 0 1px 1px;
  background: #999;
  padding-left: 10px;
  line-height: 29px;
  font-weight: bold;
}

.menu ul ul a,
.menu ul ul a:visited {
  background: #d8d6e5;
  color: #000;
  height: auto;
  line-height: 1em;
  padding: 5px 10px;
  width: 149px;
  border-width: 0 1px 1px 1px;
}

.menu a:hover,
.menu ul ul a:hover,
.menu :hover > a,
.menu ul ul :hover > a {
  color: #000;
  background: #7d8489;
}

.menu ul ul a.drop,
.menu ul ul a.drop:visited,
.menu ul ul a.drop2,
.menu ul ul a.drop2:visited {
  background: #c4e1dd url(_imagery/grey-arrow.gif) no-repeat 130px center;
}

.menu ul ul a.drop:hover,
.menu ul ul a.drop2:hover,
.menu ul ul :hover > a.drop,
.menu ul ul :hover > a.drop2 {
  background: #c4e1dd url(_dropdown-menu/blue-arrow.gif) no-repeat 130px center;
}

.menu ul ul ul {
  left: 149px;
  top: -1px;
  width: 149px;
}

.menu ul ul ul.left {
  left: -149px;
}

.menu table {
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: collapse;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
  visibility: visible;
}

.menu ul :hover ul ul {
  visibility: hidden;
}

.menu ul :hover ul :hover ul {
  visibility: visible;
}

/* Legacy IE helpers retained */
* html .menu {
  width: 846px;
  w\idth: 845px;
}

* html .menu a,
* html .menu a:visited {
  width: 149px;
  w\idth: 138px;
}

* html .menu ul ul {
  top: 30px;
  t\op: 31px;
}

* html .menu ul ul a,
* html .menu ul ul a:visited {
  width: 150px;
  w\idth: 128px;
}

/* ================================================================
   MOBILE HAMBURGER MENU
   Requires matching HTML for .mobile-menu-wrap
================================================================ */

.mobile-menu-wrap {
  display: none;
}

/* ================================================================
   CONTENT BOXES
================================================================ */

.headerred {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  background-color: #fbcabd;
}

#resourceentry {
  background-color: #fce4ce;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 25px;
}

.highlightbox {
  background-color: #fcf;
  width: 100%;
  padding: 5px 0 0 5px;
}

.highlightboxblue {
  background-color: #7aaedd;
  width: 100%;
  padding: 5px 0 0 5px;
}

#feature900 {
  margin-top: 0;
  margin-bottom: 25px;
  background: #000;
  text-align: left;
}

#rightcolumn {
  width: 170px;
  float: right;
}

#resourcelinks {
  background-color: #ded7d7;
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

#articlebox {
  background-color: #363;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 120%;
  margin-bottom: 10px;
}

#advertbox,
#advertbox5 {
  margin-top: 10px;
  padding: 10px;
  color: #fff;
  font-size: 120%;
}

#advertbox {
  background-color: #ac9090;
  text-align: center;
}

#advertbox5 {
  background-color: #13acce;
  text-align: left;
  padding-left: 20px;
  padding-right: 13px;
}

#advertbox a,
#advertbox5 a {
  color: #fff;
  text-decoration: underline;
}

#advertbox a:hover,
#advertbox5 a:hover {
  color: #ccc;
  background-color: #fff;
  text-decoration: underline;
}

#advertbox5 h2 {
  color: #fff;
  text-align: center;
}

#calendarbox {
  margin-top: 0;
  margin-bottom: 25px;
  background: #f1d4af url(_imagery/pumpkins.jpg);
  padding: 10px;
  color: #fff;
  font-size: 200%;
  text-align: center;
}

#borderlinecalendar {
  width: 100%;
  border: 1px solid #e08e79;
  background-color: #d0773f;
  padding: 5px;
}

#nextmonthgreyblue {
  background-color: #7c9fc3;
  padding: 10px;
  text-align: center;
}

#nextmonth {
  background-color: #df8d78;
  padding: 10px;
  text-align: center;
}

#fpss {
  margin-bottom: 15px;
}

#concluded {
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #09f;
  text-align: center;
  color: #309;
}

#comment {
  background-color: #ccc;
  margin: 5px 0;
  padding: 5px;
}

#widgetbox {
  background-color: #03447e;
  margin-top: 20px;
  margin-bottom: 20px;
}

#contentfeature450,
#contentfeature650,
#contentfeature700block,
#contentfeature700,
#contentfeature240,
#contentfeature300 {
  text-align: left;
}

#contentfeature450 {
  float: left;
  width: 370px;
  margin-right: 10px;
  padding-right: 25px;
}

#contentfeature650,
#contentfeature700,
#contentfeature700block {
  width: 615px;
  margin-right: 10px;
  padding-right: 25px;
}

#contentfeature650,
#contentfeature700 {
  float: left;
}

#contentfeature700block {
  display: block;
}

#contentfeature240 {
  float: left;
  width: 230px;
}

#contentfeature300 {
  float: left;
  width: 300px;
}

#contentfeature240fill,
#contentfeature240fillblue,
#donate {
  text-align: left;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: -5px;
}

#contentfeature240fill {
  width: 290px;
  background-color: #ece5ce;
}

#contentfeature240fillblue {
  width: 290px;
  background-color: #104b77;
  color: #fff;
  padding-top: 10px;
}

#donate {
  width: 100%;
  text-align: center;
  background-color: #ece5ce;
}

#donate2 {
  width: 400px;
  text-align: center;
  background-color: #ece5ce;
  padding: 20px 25px 25px;
  margin: 15px auto;
}

#contentfeature170A,
#contentfeature170B,
#whitesidebox,
#adbox170,
#donateamount {
  float: right;
  width: 170px;
  text-align: left;
  margin-bottom: 10px;
  padding: 5px;
}

#contentfeature170A,
#contentfeature170B {
  background-color: #f1d4af;
}

#whitesidebox,
#adbox170 {
  background-color: #fff;
}

#adbox170 {
  border: #09f 1px solid;
}

#donateamount {
  background-color: #112d52;
  color: #fff;
}

#advertred {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #000;
  font-size: 130%;
  line-height: 180%;
  font-weight: bold;
  text-align: center;
  color: #f00;
}

#floatright {
  float: right;
  width: 728px;
  height: 90px;
  margin-top: 15px;
}

#infoheader {
  width: 120px;
  text-align: left;
  margin-left: 12px;
  margin-bottom: 15px;
  padding: 20px 15px 15px;
  color: #1b429a;
  height: 60px;
  margin-top: 15px;
}

#floatsignleft {
  background-image: url(_imagery/backer-signup.png);
  margin-right: 0;
  float: right;
  width: 305px;
  height: 18px;
}

#floatsignright {
  margin-left: 0;
  float: left;
  font-size: 14px;
}

#readbox {
  width: 100%;
  max-width: 780px;
  margin: 10px auto;
  text-align: left;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 5px 15px;
  font-size: 130%;
  line-height: 140%;
}

#readbox h1,
#specialtext h1 {
  color: #8f051c;
}

#readbox h2,
#specialtext h2 {
  color: #666;
}

#bannerbox {
  background-color: #7aaedd;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

#centervideo420 {
  width: 100%;
  max-width: 420px;
  margin: 10px auto 5px auto;
  padding: 5px;
  display: block;
}

#donationtext,
#tablebox {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #f1d4af;
  padding: 10px;
}

#donationtext {
  text-align: center;
}

#tablebox {
  display: block;
}

#specialtext {
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 5px 15px;
}

#bottom-menu {
  width: 100%;
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #ccc;
  padding: 5px 15px;
}

/* Miscellaneous legacy */
a.rollover {
  display: block;
  width: 18px;
  height: 18px;
  text-decoration: none;
  background: url("_dropdown-menu/home-device.jpg");
}

a.rollover:hover {
  background-position: -18px 0;
}

.displace {
  position: absolute;
  left: -5000px;
}

/* ================================================================
   MOBILE RESPONSIVE LAYOUT
================================================================ */

@media screen and (max-width: 700px) {
  body,
  td,
  th {
    font-size: 16px;
    line-height: 1.45;
  }

  #superwrapper {
    padding: 8px;
    border-radius: 0;
  }

  #topper h1 {
    margin: 0;
  }

  #motto1 {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    padding: 8px;
  }

  h1 {
    font-size: 20px;
    line-height: 1.25;
  }

  h2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .h1darkblue {
    font-size: 20px;
    line-height: 1.25;
  }

  #menubox {
    display: none !important;
  }

  .mobile-menu-wrap {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 10px auto;
    background: #333;
  }

  .mobile-menu-toggle {
    display: block;
    width: 100%;
    padding: 13px 16px;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border: none;
    cursor: pointer;
  }

  .mobile-menu-toggle:after {
    content: " ☰";
    float: right;
  }

  .mobile-menu-list {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #444;
  }

  .mobile-menu-list li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-list a {
    display: block;
    padding: 12px 16px;
    color: #fff !important;
    background: transparent;
    text-decoration: none;
    border-top: 1px solid rgba(255,255,255,.18);
    font-size: 16px;
  }

  .mobile-menu-list a:hover {
    background: #222;
  }

  .mobile-sub {
    padding-left: 28px !important;
    background: #555 !important;
  }

  .mobile-menu-wrap.open .mobile-menu-list {
    display: block;
  }

  #mainimage p {
    margin: 0;
  }

  #notebox {
    padding: 14px;
    font-size: 16px;
    line-height: 1.45;
    background-image: none;
    background-color: #f5f0df;
  }

  #bottom-menu {
    padding: 12px 8px;
    text-align: center;
    line-height: 1.8;
  }

  #bottom-menu a {
    display: inline-block;
    padding: 5px 7px;
  }

  #sponsorbox {
    text-align: center;
    padding: 10px;
  }

  #eeweems {
    width: 100%;
    text-align: center;
    padding: 12px;
    margin-top: 20px;
  }

  #rightcolumn,
  #contentfeature450,
  #contentfeature650,
  #contentfeature700,
  #contentfeature700block,
  #contentfeature240,
  #contentfeature300,
  #contentfeature170A,
  #contentfeature170B,
  #whitesidebox,
  #adbox170,
  #donateamount,
  #floatright,
  #floatsignleft,
  #floatsignright,
  img.floatright,
  img.floatleft {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #donate2,
  #contentfeature240fill,
  #contentfeature240fillblue {
    width: 100%;
  }
}
