/* RESET */

  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  }


/* original css: */

.style3,a.style3:link,a.style3:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  text-decoration:none;
}
a.style3:active,a.style3:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #036405;
  font-weight: bold;
  text-decoration:none;
}

.bodyText,a.bodyText:link,a.bodyText:visited,a.bodyText:active {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #333333;
   text-decoration: none;
}

a.bodyText:hover {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #333333;
   text-decoration: underline;
}


.smallText,a.smallText:link,a.smallText:visited,a.smallText:active {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #333333;
   text-decoration: none;
   font-weight: normal;
}

a.smallText:hover {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #333333;
   text-decoration: underline;
}

.style4,a.style4:link,a.style4:active,a.style4:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #036405;
  line-height: 3.0em;
}

a:style4:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #036405;
}


.bigTopHeader {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #FFFFFF;
}
.littleTopHeader {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #FFFFFF;
}
body {
  background-color: #999999;
}


.brightSmall,a.brightSmall:link,a.brightSmall:visited,a.brightSmall:active {
   font-size: 11px;
   font-weight: normal;
   color: #FFFFFF;
   text-decoration: none;
}
a.brightSmall:hover {
   font-size: 11px;
   font-weight: normal;
   color: #c1d000;
   text-decoration: none;
}

/* end original css */

body, html {
  height: 100%;
}

*{ 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.mobile-only {
  display: block;
}

.desktop-only {
  display: none;
}

img {
  max-width: 100%;
}

.wrapper:after,
.bg-row:after {
  content: "";
  display: block;
  clear: both; 
}

.clear {
  clear: both;
}

.max-100, .pic {
  max-width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bigTopHeader { 
  font-size: 10px;
}
.littleTopHeader {  
  font-size: 9px;
}

.wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #EAEAEA;
}

#header {
  height: 120px;
  background-color: #036405;
  position: relative;
}

.header-img {
  float: left;
  width: 120px;
  background: #FAFCF9;
}

.header-img img {
  display: block;
}


.header-left {
  float: left;
  width: calc(100% - 120px);
  text-align: left;
  padding: 6px;
}

.header-right {
  //float: right;
  width: calc(100% - 150px);
  text-align: right;
  //padding: 6px;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

 .tablewrapper {      
    position: relative;
    overflow: hidden;
    height: 100%;     
 }

.paragraph {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  font-weight: normal;
}

.right-col {
  padding: 10px;  
  vertical-align: top;
}

.img-right {
  max-width: 300px;
  margin: 10px auto;
}

.footer {
  background-color: #EAEAEA;
  text-align: center;
}

@media all and (min-width: 360px){

  .bigTopHeader { 
    font-size: 12px;
  }
  .littleTopHeader {  
    font-size: 10px;
  }
  
}
@media all and (min-width: 550px){


  #header {
    height: 150px;
    background-color: #036405;
  }

  .header-img {
    float: left;
    width: 150px;
    background: #FAFCF9;
  }

  .header-img img {
    display: block;
  }


  .header-left {
    float: left;
    width: calc(100% - 150px);
    text-align: left;
    padding: 10px 10px 10px 10px;
  }

  .header-right {
    float: right;
    width: calc(100% - 150px);
    text-align: right;
    padding: 20px 10px 10px 10px;
  }
  
  
  .bigTopHeader { 
    font-size: 16px;
  }
  .littleTopHeader {  
    font-size: 14px;
  }
  
  .content-left {
    float: left;
    width: 55%;
  }
  
  .img-right {
    float: right;
    max-width: 100%;
    width: 45%;
    padding: 0 10px;
    margin: 0;
    max-width: 400px;
    
  }
}


@media all and (min-width: 768px){

  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }
  
  #header {
    height: 150px;
    background-color: #036405;
  }

  .header-img {
    float: left;
    width: 180px;
    padding: 0 15px;
  }

  .header-left {
    float: left;
    width: calc(100% - 180px);
    text-align: left;
    padding: 15px 20px 10px;
  }

  .header-right {
    float: right;
    width: calc(100% - 180px);
    text-align: right;
    padding: 15px 20px 0;
  }
  
  .bigTopHeader { 
  font-size: 18px;
  }
  .littleTopHeader {
    font-size: 16px;
  }
    
  
  #left-col {
    float: left;
    width: 180px;
    height: 100%;
    min-height: 664px;
    padding: 0 10px;
    background-image: url(/images/bird_navBG.gif);
    background-repeat:repeat-y;
    background-position: top left;
    vertical-align: top;
    overflow: hidden;
  }
  
  
  .right-col {
    float: right;
    width: 66%;
    width: calc(100% - 180px);
    padding: 15px 15px 15px 15px;   
    vertical-align: top;
  }
  
  .content-left {
    width: 60%;
  }
  
  .img-right {
    width: 40%;   
  }
  
  #ref { /* ??? */
    margin-top: 80px;
    font-size: 16px;
    color: #fff;
  }
  
  
  
}


@media all and (min-width: 980px){

  .header-right {   
    padding-top: 8px;
  }
  
  .bigTopHeader { 
    font-size: 22px;
  }
  .littleTopHeader {
    font-size: 18px;
  }

  .content-left {
    float: left;
    width: 60%;
  }
  
  .img-right {
    float: right;
    max-width: 100%;
    width: 40%;
    padding: 0 10px;
    margin: 0;
    
  }
}

