
/* Body */

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

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #084933;
  padding: 6px 16px 6px 16px;
  text-decoration: none;
}
.btn:hover {
  background: #308a6b;
  text-decoration: none;
}


/* Sub Hdr */

.subHdr {
    width: 1100px;
    height: 210px;
    background: transparent;
    margin: auto;
    padding: 0px;
}
div#one {
    width: 75%;
    height: 210px;
    font-size: 15px;
    background: transparent;
    float: left;
}
div#two {
    margin-left: 0px;
    height: 220px;
    background: transparent;
    text-align: right;
}




/* 3 Col RWD Layout  */ 

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

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


.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 {
  width: 350px;
  border: 0;
}

.dogLabel {
  font-size: 24px;
  color: #2C1811;
  font-family: texgyreadventorregular;
}
.dogLabel a {
  font-size: 24px;
  color: #2C1811;
  font-family: texgyreadventorregular;
  text-decoration: none;
}
.dogLabel 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;
}


/* MEDIA QUERIES */

@media (max-width: 800px) {
  #container {
    width: 100%;
  }
  .span1imgcols {
    width: 100%;
    margin-left: 0;
  }
  .col3img {
    width: 100%;
    margin-left: 0;
  }
 .dogLabel {
    font-size: 24px;
  }
  .dogLabel a {
    font-size: 24px;
  }
  .dogLabel a:hover {
    font-size: 24px;
  }
  .specialLink a {
    font-size: 12px;
    padding-left: 6px;
  }
  .specialLink a:hover {
    font-size: 12px;
    padding-left: 6px;
  }
  .pageLabel {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 0px;
  }
  .abcLink {
    display: none;
  }
}


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

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




/* Subhdr text only */
@media (max-width: 400px) {
  .subHdr {
    width: 100%;
    height: 280px;
  }
  div#one {
    width: 90%;
    height: 280px;
    font-size:13px;
    padding-left:14px;
  }
  div#two {
    display: none;
  }
}
@media (min-width: 401px) and (max-width: 600px) {
  .subHdr {
    width: 100%;
    height: 290px;
  }
  div#one {
    width: 90%;
    height: 290px;
    font-size:13px;
    padding-left:14px;
  }
  div#two {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .subHdr {
    width: 100%;
    height: 130px;
    padding-left: 14px;
  }
  div#one {
    width: 90%;
    font-size:13px;
  }
  div#two {
    display: none;
  }
}
@media (min-width: 751px) and (max-width: 1280px) {
  .subHdr {
    width: 785px;
    height: 120px;
  }
  div#one {
    width: 90%;
    font-size:14px;
  }
  div#two {
    display: none;
  }
}





/* 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;
}


