html, * {
  margin: 0;
  padding: 0;
}
body {
  margin: 0px;
  color: #303030;
  background-repeat: no-repeat;
  padding-top: 0%;
  background-color: #595959;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  background-image: url(images/background.gif);
  background-size: cover;
  background-attachment: fixed;
}
h1 {
  padding: 5px;
  font-family: Lucida Grande,Lucida,Verdana,sans-serif,Helvetica,Arial;
  font-size: 24px;
  font-weight: normal;
  color: #034123;
}
h2 {
  font-family: Lucida Grande,Lucida,Verdana,sans-serif,Helvetica,Arial;
  font-size: 1.5em;
  font-weight: normal;
  color: #0b4327;
}
h3 {
text-align: left;
  font-family: Comic Sans MS,Lucida Grande,Lucida,Verdana,sans-serif,Helvetica,Arial;
  font-size: 1em;
  font-weight: normal;
  color: #2c3b33;
}
h4 {
  padding: 5px;
  font-family: Lucida Grande,Lucida,Verdana,sans-serif,Helvetica,Arial;
  font-size: 1.5em;
}
h5 {
  padding: 5px;
  font-family: Lucida Grande,Lucida,Verdana,sans-serif,Helvetica,Arial;
  color: #f95206;
  font-size: 4em;
}
div#google {
  margin: 0 auto;
  padding: 0px;
  width: 100px;
  height: 44px;
  float: none;
}
div#header {
  padding: 0px;
  width: 1100px;
  height: 5px;
}
div#footer { 
    align-content: center;
    width: auto;
    margin: 0 auto;
    display: table;
    white-space:nowrap;
}
div#footer p {
    text-align: center;
    width: auto;
    display: table;
    margin: 0 auto;
    white-space:nowrap;
}
div#content {
  width: 90%;
  height: auto;
  align-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  background-color: #9bd8c9;
  border: 1px solid #026052;
}
div#crossslide {
    display: block;
    width: 93%;
    height: 100%;
    background: #ac9d99;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border: 10px solid #60a08e;
}
div#crossslide img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    width: auto;
}
table {
    
    border-collapse: collapse;
    border-spacing:0;
    padding-left:10;
    padding-right:10;
    width: 100%;
    height: 100%;
}
    #left {
        vertical-align: text-top;
        width: 30%;
        padding-left:40;
        padding-right:40;   
    }
    #center {
        width: 40%;
    }
    #right {
        width: 30%;
        padding-left:40;
        padding-right:40;  
    }
    .centerTable { 
        width: 100%;
        height: 90%;
/*        margin: 0px auto; */
    }
#bullet {
  margin-left: 30px;
  list-style: circle;
  list-style-position: inside;
}
#bullets { 
  margin-left: 30px;
  padding: 0;
}
img#rtcol {
    width: 80%;
    height: auto;
}
img#counter {
     display: table;
    max-width:30px;
    margin: 0 auto;
/*    max-height:550px;*/
    width: auto;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
#audio {
    width: 20px;
}
.logo  {
    width: 90%;
/*    vertical-align:middle;*/
    display: block;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
#minilogo  {
    width: 80%;
    vertical-align:middle;
    display: block;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.bold {
  font-weight: bold;
}
.clear {
  clear: both;
}
/*------- CSS Navigation bar----------------------------------------------------------------*/
#cssmenu ul, #cssmenu span {

  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display:inline-block;
  text-align: center;
  height: auto;
  width: 95%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 999;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;          /*OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
}
#cssmenu li {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display:block;
  height: auto;
  width: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 999;
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  /*width: 20%;  */              /*For old syntax, otherwise collapses. */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#cssmenu > ul > li a:hover {
  background: #9f784a url(images/grad_nav.png) repeat-x scroll bottom;
}
#cssmenu .has-sub:hover ul {
  display: block;
  margin: 0 auto;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 10px;
  left: -1px;
}
#cssmenu .has-sub ul li {
}
#cssmenu:after, #cssmenu ul:after {
  content: '';
  clear: both;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li.active a {
  background: #25760e url(images/grad_nav.png) repeat-x scroll left bottom;
}
#cssmenu > ul > li.active a:hover {
}
#cssmenu a {
  display: block;
  color: #efdd5f;
  font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
  width: auto;
    padding: 5px 20px 5px 20px;  
    /*-top left bottom right-*/
  text-decoration:none;
  text-shadow: #333333 0 2px 0;
}
#cssmenu > ul > li a {
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  border-bottom: 1px solid #5d5d5d;
  padding: 5px 20px 5px 20px;  
    /*-top left bottom right-*/
  background: #25760e url(images/grad_nav.png) repeat-x scroll top;
/*  line-height: auto;*/
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  border-left: 1px solid #25760e;
  padding: 5px 20px 5px 20px;  /* this changes sub menu padding */ /*-top left bottom right-*/
  display: block;
  margin: 0 auto;
  line-height: 80%;
  width: auto;
}
/*------------------------------------------------------------------------------------*/
/*MEDIA QUERIES*/
@media only screen and (min-width: 1800px) {
    #cssmenu a { font-size: 35px; }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    #cssmenu a { font-size: 20px; }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    #cssmenu a { font-size: 14px; }
    #cssmenu > ul > li a {padding: 15px 10px 15px 10px;} /*-top left bottom right-*/
    #cssmenu .has-sub ul li a { padding: 10px 15px 10px 15px; }  /*-top left bottom right-*/
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    #cssmenu a { font-size: 12px; }
    #cssmenu > ul > li a {padding: 15px 10px 15px 10px;} /*-top left bottom right-*/
}
@media only screen and (min-width: 640px) and (max-width: 999px) {
    #cssmenu a { font-size: 11px ; } 
    #cssmenu > ul > li a {padding: 15px 10px 15px 10px;} /*-top left bottom right-*/
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
    #cssmenu a { font-size: 10.5px;} 
    #cssmenu > ul > li a {padding: 5px 5px 5px 5px;}  /*-top left bottom right-*/
    #cssmenu .has-sub ul li a { padding: 5px 5px 5px 5px;}  /*-top left bottom right-*/
    #cssmenu ul, #cssmenu span {padding: 1px 1px 1px 1px;}
}
@media only screen and (max-width: 480px) {
    #cssmenu a { font-size: 8.5px;} 
    #cssmenu > ul > li a {padding: 5px 5px 5px 5px;}  /*-top left bottom right-*/
    #cssmenu .has-sub ul li a { padding: 5px 5px 5px 5px;}  /*-top left bottom right-*/
    #cssmenu ul, #cssmenu span {padding: 1px 1px 1px 1px;}
}


/*--------END OF MEDIA QUERIES-------------------------------*/

