
/* Body */

body {
  margin: 0;
  padding: 0;
  font-size: 110%;
  color: #2C1811;
  font-family: texgyreadventorregular;
  line-height: 1.5em;
  background: #ffffff;
}




/* Sub Hdr */

.subHdr {
    width: 1100px;
    height: 200px;
    background: transparent;
    margin: auto;
    padding: 0px;
}
div#one {
    width: 50%;
    height: 200px;
    background: transparent;
    float: left;
}
div#two {
    margin-left: 0px;
    height: 200px;
    background: transparent;
    text-align: right;
}


.zonemapimg {
  width: 1000px;
}

/* 3 Col RWD Layout  */ 

#container {
  clear: both;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

#container, .inner{
  margin: 0 auto;
}

.span12{
  width: 100%;
  margin-left: 0;
  float:left;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


.span1imgcols {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.span1imgcols {
  width: 350px;
}
.col{
  margin-left: 20px;
  padding-bottom: 24px;
}
.col:first-child {
  margin-left: 0;
}
.col3img {
  max-width: 350px;
  max-height: 280px;
  border: 0;
}

.plantLabel {
  font-size: 24px;
  color: #2C1811;
  font-family: texgyreadventorregular;
}
.plantLabel a {
  font-size: 24px;
  color: #2C1811;
  font-family: texgyreadventorregular;
  text-decoration: none;
}
.plantLabel a:hover {
  font-size: 24px;
  color: #2C1811;
  font-family: texgyreadventorregular;
  text-decoration: underline;
}

.logoImg {
  padding-top: 30px;
}

.pageLabel {
  font-size:34px;
  color:#084933;
  padding-top:40px;
  padding-bottom: 8px;
  font-family: texgyreadventorregular;
}

.specialLink a {
  font-size: 18px;
  color:#084933;
  font-family: texgyreadventorregular;
  text-decoration: none;
}
.specialLink a:hover {
  font-size: 18px;
  color:#084933;
  font-family: texgyreadventorregular;
  text-decoration: underline;
}

.abcLink {
  white-space: nowrap;
  display: inline-block;
}
.abcLink a {
  font-size: 15px;
  color:#084933;
  font-family: texgyreadventorregular;
  text-decoration: none;
}
.abcLink a:hover {
  font-size: 15px;
  color:#084933;
  font-family: texgyreadventorregular;
  text-decoration: underline;
}

.pageText {
  font-size: 18px;
  color:#084933;
  font-family: texgyreadventorregular;
}


/* MEDIA QUERIES */

@media (max-width: 800px) {
  #container {
    width: 100%;
  }
  .span1imgcols {
    width: 100%;
    margin-left: 0;
  }
  .col3img {
    max-width: 350px;
    max-height: 280px;
    margin-left: 0;
  }
  .subHdr {
    width: 100%;
    height: 150px;
  }
  div#one {
    width: 100%;
    height: 150px;
  }
  div#two {
    display: none;
  }
 .plantLabel {
    font-size: 24px;
  }
  .plantLabel a {
    font-size: 24px;
  }
  .plantLabel a:hover {
    font-size: 24px;
  }
  .specialLink a {
    font-size: 12px;
  }
  .specialLink a:hover {
    font-size: 12px;
  }
  .pageLabel {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 6px;
  }
  .abcLink {
    display: none;
  }
  .pageText {
    font-size: 13px;
    padding-left: 6px;
  }
  .zonemapimg {
    width: 90%;
  }
}


@media (min-width: 801px) and (max-width: 1280px) {
  #container {
    width: 790px;
  }
  .subHdr {
    width: 790px;
  }
  .span1imgcols {
    width: 250px;
    margin-left: 12;
  }
  .col3img {
    width: 250px;
  }
 .plantLabel {
    font-size:20px;
  }
  .plantLabel a {
    font-size: 20px;
  }
  .plantLabel a:hover {
    font-size: 20px;
  }
  .specialLink a {
    font-size: 13px;
  }
  .specialLink a:hover {
    font-size: 13px;
  }
  .abcLink {
    display: none;
  }
  .pageText {
    font-size: 13px;
    padding-left: 0px;
  }
  .zonemapimg {
    width: 90%;
  }
}

@media (min-width: 1281px) {
}





/* Micro Clearfix - for modern browsers */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom:1;
}


