
a { text-decoration: none; }

h1 { font-family: Arial,Verdana,sans-serif; font-size: 135%; line-height: 125%; font-style: normal; margin-left: 24px; margin-right: 24px }

h2 { font-family: Arial,Verdana,sans-serif; font-size: 125%; line-height: 120%; font-style: normal; margin-left: 24px; margin-right: 24px }

h3 { font-family: Arial,Verdana,sans-serif; font-size: 115%; line-height: 115%; font-style: normal; margin-left: 24px; margin-right: 24px }

h4 { font-family: Arial,Verdana,sans-serif; font-size: 105%; line-height: 110%; font-weight: bold;  margin-left: 24px; margin-right: 24px }

h5 { font-family: Arial,Verdana,sans-serif; font-size: 95%;  line-height: 105%; font-weight: bold;  margin-left: 24px; margin-right: 24px }

h6 { font-family: Arial,Verdana,sans-serif; font-size: 85%;  line-height: 100%; font-weight: bold;  margin-left: 24px; margin-right: 24px }

#donationsplashpopdown {
  width: 1000px;
  margin: 0 auto;
  display: none;
}
.donationsplash_dismiss {
  display: inline-block;
  color: #0D598E;
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  cursor: pointer;
}
.donationsplash_dismiss:hover {
  font-style: oblique;
  color: #F00;
}

#donationsplash_dismiss_info
{
  cursor: pointer;
}

/* new paypal donate now button */
.donate-now {
  background-color: #FEC53B;
  border: 1px solid #FFBE22;
  border-top-color: #FFCD53;
  border-radius: 4px;
}

#container {
  max-width: 1000px;
  margin: 1em auto;
  border: 1px solid #1874CD;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0px 0px #C3E2FF;
  -moz-box-shadow: 2px 2px 0px 0px #C3E2FF;
  box-shadow: 2px 2px 0px 0px #C3E2FF;
}

#navcliq {
  display: none;
}

#navcliq span {
  cursor: pointer;
}

#navigation {
  position: absolute;
  max-width: 140px;
  color: #FFF;
  padding: 0 10px;
}

#navigation ul.navbar {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navigation ul.navbar li {
  margin: 0;
  padding: 0;
}

#navigation ul.navbar li > a.navi { font-weight: bold; text-decoration: none; }
#navigation ul.navbar li > a.navi:link { color: #F8F9F9; }
#navigation ul.navbar li > a.navi:hover { color: #178AF6; }
#navigation ul.navbar li > a.navi:active { color: #0000FF; }
#navigation ul.navbar li > a.navi:visited { color: #F8F9F9; }
#navigation ul.navbar li > a.navi:visited:hover { color: #178AF6; }

#navigation ul.navbar li.spacer {
  height: 1em;
}

#header {
  margin-bottom: 3px;
  padding: 5px;
}

#content {
  background-color: #1874CD;
}

#footer {
  margin-top: 3px;
}

#privacy-policy {
  text-align: center;
  font-size: 0.75rem;
}

.divider {
  padding: 2px;
  color: #FFF;
  background-color: #1874CD;
}

.divider a.top {
  color: #FFF;
}

.medallions {
  text-align: center;
}

.copyrights {
  text-align: center;
  font-size: 9pt;
}

.clr {
  clear: both;
  height: 1px;
}

img.highlight {
  background-color: #FFF;
}

img.highlight:hover {
  background-color: #1874CD;
}

img.border {
  border: 1px solid #000;
}

.button {
  display: inline-block;
  width: auto;
  padding: 3px 7px;
  background: #AED8FF;
  border: 0;
  font-size: 13px;
  color: #001D39;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.button:hover {
  background: #FFFFFF;
}

.button:active {
  background: #AED8FF;
}

/* ~~~~~~~~~~~~~~~~~~~~= [ Dialog                              ] =~~~ */

.dialog {
  margin: 1em auto;
  font-size: 10pt;
  border: 1px solid #525252;
  border-radius: 7px;
  box-shadow:  2px 2px 2px 0 #ccc;
  background: #E2E2E2;
  background: linear-gradient(-45deg,  #E2E2E2 0%, #FEFEFE 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#E2E2E2), color-stop(100%,#FEFEFE));
  background: -webkit-linear-gradient(-45deg,  #E2E2E2 0%,#FEFEFE 100%);
  background: -o-linear-gradient(-45deg,  #E2E2E2 0%,#FEFEFE 100%);
  background: -ms-linear-gradient(-45deg,  #E2E2E2 0%,#FEFEFE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2E2E2', endColorstr='#FEFEFE',GradientType=1 );
}

.dialog div.cap {
  color: #272727;
  border: 1px solid #525252;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  font-size: 13pt;
  padding: 3px;
  margin: 0 5px 5px 5px;
  background: #FFF;
}

.dialog div.cap > img.cap {
  vertical-align: text-top;
}

.dialog div.txt {
  color: #000;
  font-size: 11pt;
  padding: 5px;
}

.dialog div.foot {
  text-align: right;
}

/* General Table Style */
table {
  width: 100%;
  border-collapse: collapse;
}

img.rss {
  vertical-align: middle;
  border: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media (max-width: 999px) {

  #container {
    margin: 0;
    -webkit-box-shadow: 0px 0px 0px 0px #FFF;
    -moz-box-shadow: 0px 0px 0px 0px #FFF;
    box-shadow: 0px 0px 0px 0px #FFF;
  }
}

@media (max-width: 767px) {

  #container {
    margin: 0;
    -webkit-box-shadow: 0px 0px 0px 0px #FFF;
    -moz-box-shadow: 0px 0px 0px 0px #FFF;
    box-shadow: 0px 0px 0px 0px #FFF;
  }

  #content {
    background-color: #FFF;
  }

  #navigation {
    position: relative;
    display: block;
    text-align: center;
    float: none !important;
    max-width: 100% !important;
    background-color: #FFF;
    border-bottom: 1px solid #1874CD;
  }

  #navigation ul.navbar {
    display: none;
    background-color: #FFF;
    margin: 1px auto;
  }

  #navigation ul.navbar li.spacer {
    display: none;
  }

  #navcliq {
    display: block;
  }

  #navcliq > span, #navigation ul.navbar > li {
    display: inline-block;
    background-color: #EEE;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(100%, #CCC));
    background-image: -webkit-linear-gradient(top, #EEE, #CCC);
    background-image: -moz-linear-gradient(top, #EEE, #CCC);
    background-image: -ms-linear-gradient(top, #EEE, #CCC);
    background-image: -o-linear-gradient(top, #EEE, #CCC);
    background-image: linear-gradient(top, #EEE, #CCC);
    border: 1px solid #CCC;
    border-bottom: 1px solid #BBB;
    border-radius: 3px;
    color: #333;
    font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 4px;
    margin: 2px;
    text-align: center;
    text-shadow: 0 1px 0 #EEE;
  }

  #navcliq > span:hover, #navigation ul.navbar > li:hover {
    background-color: #DDD;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDD), color-stop(100%, #BBB));
    background-image: -webkit-linear-gradient(top, #DDD, #BBB);
    background-image: -moz-linear-gradient(top, #DDD, #BBB);
    background-image: -ms-linear-gradient(top, #DDD, #BBB);
    background-image: -o-linear-gradient(top, #DDD, #BBB);
    background-image: linear-gradient(top, #DDD, #BBB);
    border: 1px solid #BBB;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #DDD;
  }

  #navcliq > span:active, #navigation ul.navbar > li:active {
    border: 1px solid #AAA;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #AAA, 0 1px 0 0 #EEE;
    box-shadow: inset 0 0 5px 2px #AAA, 0 1px 0 0 #EEE;
  }

  #header {
    text-align: center;
  }

  /* Make Table Responsive --- */
  table, thead, th, tr, td {
    display: block;
  }

  tr td {
    /* Behave like a row */
    border: none;
    position: relative;
  }

  img.logo-head {
    width: 100%;
  }
}

@media (max-width: 480px) {

}

/* FIN */