@charset "UTF-8";
/* CSS Document */
.TESTMODE {
  display: none;
}
html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
}
p,
td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #6d6e71;
}
body.site {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  background-color: #e7e8e9;
  color: #000000;
  background-image: url(../images/background.jpg);
  background-repeat: repeat-x;
}
a {
  color: #0000ee;
  z-index: auto;
}
img {
  border: 0px none;
}
strong,
b {
  color: #00467f;
}
strong.black,
b.black {
  color: #6d6e71;
  z-index: auto;
}
h1 {
  color: #00467f;
  font-size: 2rem;
  font-weight: normal;
  margin-top: 0px;
}
h2 {
  color: #00467f;
  font-weight: normal;
}
h3 {
  color: #00467f;
  font-weight: normal;
}
#container {
  max-width: 1000px;
  margin: 0 auto;
}
#header {
  width: 100%;
  height: 200px;
  float: left;
}
#logo {
  width: 50%;
  height: 200px;
  float: left;
}
#login {
  width: 50%;
  height: 20px;
  padding-top: 50px;
  float: left;
  text-align: right;
  font-size: 1.2rem;
  color: #6d6e71;
}
#login a,
#login a:visited {
  font-size: 1.2rem;
  color: #6d6e71;
  text-decoration: underline;
  text-decoration-color: transparent;
}
#login a:hover {
  color: #00467f;
  z-index: auto;
}
#uppernav {
  width: 100%;
  height: 50px;
  float: left;
  text-align: right;
  padding: 80px 40px 0 0;
}
#navigation {
  width: 100%;
  height: 40px;
  float: left;
  background-image: url(../images/Navigation-Bar.jpg);
  background-repeat: repeat-x;
  position: relative;
}
#contentarea {
  width: 100%;
  float: left;
  background-color: #FFF;
}
#footer {
  width: 100%;
  height: 61px;
  background-image: url(../images/footer-background.jpg);
  float: left;
  text-align: center;
  padding-top: 10px;
}
#footer p {
  font-size: 1.3rem;
  color: #ffffff;
}
#introarea {
  width: calc(100% - 60px);
  padding: 30px;
  float: left;
}
#intro {
  width: calc(66% - 30px);
  float: left;
  border-right: 1px solid #6d6e71;
  padding-right: 30px;
}
#intro h1 {
  color: #00467f;
  font-size: 2rem;
  font-weight: normal;
  margin-top: 0px;
}
#intro p {
  font-size: 1.6rem;
  color: #6d6e71;
  line-height: 24px;
  margin-bottom: 0px;
}
#intro a,
#intro a:visited {
  color: #6d6e71;
  text-decoration: underline;
  text-decoration-color: transparent;
}
#intro a:hover {
  text-decoration: underline;
}
#intrographic {
  width: 33%;
  float: left;
}
#productarea {
  padding: 0 30px 30px 30px;
  float: left;
  width: calc(100% - 60px);
  position: relative;
}
#product1 {
  background-color: #e9f1e8;
  font-size: 1.4rem;
  border: 1px solid #afafaf;
  width: calc(33% - 20px);
  height: 330px;
  color: #444444;
  float: left;
  position: relative;
}
#product1 p,
#product2 p,
#product3 p {
  color: #444444;
  z-index: auto;
}
#product2 {
  background-color: #fdf1d5;
  font-size: 1.4rem;
  border: 1px solid #afafaf;
  width: calc(33% - 20px);
  height: 330px;
  color: #444444;
  float: left;
  margin-left: 20px;
  position: relative;
}
#product3 {
  background-color: #DAEDFB;
  font-size: 1.4rem;
  border: 1px solid #afafaf;
  width: calc(33% - 20px);
  height: 330px;
  color: #444444;
  float: left;
  margin-left: 20px;
  position: relative;
}
#productimage {
  float: left;
  border: 1px solid #afafaf;
  width: 298px;
  height: 330px;
  margin-left: 20px;
}
#product1 h2 {
  color: #207718;
  font-size: 1.8rem;
  padding: 30px 30px 20px 30px;
  margin: 0;
  font-weight: normal;
}
#product2 h2 {
  color: #A45C33;
  font-size: 1.8rem;
  padding: 30px 30px 20px 30px;
  margin: 0;
  font-weight: normal;
}
#product3 h2 {
  color: #00467f;
  font-size: 1.8rem;
  padding: 30px 30px 20px 30px;
  margin: 0;
  font-weight: normal;
}
#product1 p,
#product2 p,
#product3 p {
  line-height: 20px;
  padding: 0 30px 30px 30px;
  margin: 0;
}
#product1 ul,
#product2 ul,
#product3 ul {
  line-height: 20px;
  padding: 0 30px 30px 30px;
  margin: 0;
  list-style-position: inside;
}
#product1 img,
#product2 img,
#product3 img {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
}
#content {
  width: calc(66% - 60px);
  padding: 30px;
  float: left;
  color: #6d6e71;
  font-size: 1.4rem;
  line-height: 24px;
}
#content strong,
content b {
  color: #00467f;
  z-index: auto;
}
#content strong.black,
#content b.black {
  color: #6d6e71;
  z-index: auto;
}
#content h1 {
  color: #00467f;
  font-size: 2rem;
  font-weight: normal;
  margin-top: 0px;
}
#sidearea {
  width: 33%;
  float: left;
  padding-top: 30px;
}
#sidenavigation {
  width: 209px;
  float: left;
  border-left: 1px solid #bcbec0;
  padding-left: 60px;
}
#sidephoto {
  width: 270px;
  float: left;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 30px;
}
#navigation ul {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}
#navigation ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
  _width: 0px;
  white-space: nowrap;
}
#navigation ul li a,
#navigation ul li a:visited {
  color: #FFF;
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  padding: 0 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  background-image: url(../images/line.gif);
  background-position: 0 10px;
  background-repeat: no-repeat;
  height: 40px;
  line-height: 40px;
}
#navigation ul li:first-child a,
#navigation ul li:first-child a:visited {
  background-image: none;
}
#navigation ul li a.first,
#footer ul li a.first,
#uppernav li a.first,
#navigation ul li a.first:visited,
#footer ul li a.first:visited,
#uppernav li a.first:visited {
  background-image: none;
}
#navigation ul li a.Current,
#navigation ul li:hover a,
#navigation ul li a:hover {
  color: #e07824;
  z-index: auto;
}
#navigation ul li ul {
  float: left;
  z-index: 29;
  left: auto;
  background-image: url(../images/dropdown.jpg);
  background-repeat: repeat-y;
  background-color: #e49323;
  border-bottom: 1px solid #00467f;
  position: absolute;
  left: 0;
  top: 40px;
  text-align: left;
  clear: none;
}
#navigation ul li ul li {
  float: none;
  right: auto;
  width: auto;
  display: block;
  border-top: 1px solid #00467f;
  border-right: 1px solid #00467f;
  border-left: 1px solid #00467f;
}
#navigation ul li ul li a,
#navigation ul li ul li a:visited,
#navigation ul li:hover ul li a {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 28px;
  height: 28px;
  margin: 0;
  padding: 0 20px;
  background-image: none;
  display: block;
}
#navigation ul li ul li a.Current,
#navigation ul li ul li a:hover {
  color: #00467f;
  z-index: auto;
}
/* Magic */
#navigation ul li ul {
  display: none;
}
#navigation ul li:hover ul,
#navigation ul li a:hover ul,
#navigation ul li.is-open ul {
  display: block;
}
#footer ul {
  display: inline;
  padding: 0;
}
#footer li {
  display: inline;
}
#footer li a,
#footer li a:visited {
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: transparent;
  background-image: url(../images/line.gif);
  background-repeat: no-repeat;
  padding: 0 8px;
}
#footer li:first-child a,
#footer li:first-child a:visited {
  background-image: none;
}
#footer li a.Current,
#footer li a:hover {
  color: #00467f;
  z-index: auto;
}
#uppernav ul {
  display: inline;
  padding: 0;
}
#uppernav li {
  display: inline;
}
#uppernav li a,
#uppernav li a:visited {
  font-size: 1.2rem;
  color: #6d6e71;
  text-decoration: underline;
  text-decoration-color: transparent;
  background-image: url(../images/line-gray.gif);
  background-repeat: no-repeat;
  padding: 0 8px 0 10px;
}
#uppernav li:first-child a,
#uppernav li:first-child a:visited {
  background-image: none;
}
#uppernav li a.Current,
#uppernav li a:hover {
  color: #00467f;
  z-index: auto;
}
#sidenavigation ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
#sidenavigation li {
  padding-bottom: 16px;
}
#sidenavigation a,
#sidenavigation a:visited {
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #00467f;
  line-height: 16px;
}
#sidenavigation a.Current {
  color: #419639;
  z-index: auto;
}
#sidenavigation a:hover {
  color: #419639;
  z-index: auto;
}
#ctl09_ctl03_Table1 td {
  white-space: normal !important;
}
.error-container {
  color: red;
  z-index: auto;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  table input[type=text] {
    width: 150px;
  }
  #header {
    height: auto;
    background-color: #fff;
  }
  #logo,
  #login,
  #uppernav,
  #introarea,
  #intro,
  #intrographic,
  #productarea,
  #product1,
  #product2,
  #product3,
  #sidearea,
  #content {
    width: 100%;
  }
  #logo {
    height: auto;
  }
  #introarea {
    box-sizing: border-box;
    padding: 20px;
    float: none;
  }
  #content {
    box-sizing: border-box;
    padding: 20px;
    float: none;
  }
  #sidearea {
    padding-top: 0;
  }
  #sidephoto {
    display: none;
  }
  #sidenavigation {
    border-left: none 0;
    border-top: 1px solid #bcbec0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  #sidenavigation li {
    display: block;
    border-bottom: 1px solid #bcbec0;
    padding: 6px 0;
    text-align: center;
  }
  #sidenavigation li a,
  #footer li a:visited {
    background-image: none;
    font-size: 1.6rem;
  }
  #sidephoto {
    text-align: center;
    width: 100%;
  }
  #intro {
    padding: 0;
    border: none 0;
  }
  #productarea {
    box-sizing: border-box;
    padding: 0 20px;
  }
  #intrographic {
    padding: 0;
  }
  #intrographic img {
    width: 100%;
    height: auto;
  }
  #product1,
  #product2,
  #product3 {
    margin: 0 0 20px 0;
    float: none;
    height: auto;
  }
  #product1 img,
  #product2 img,
  #product3 img {
    position: static;
  }
  #login {
    padding-top: 0;
    position: absolute;
    top: 10px;
  }
  #logo img {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
  #uppernav {
    padding: 0;
    text-align: center;
  }
  #navigation {
    background-size: cover;
    height: auto;
  }
  #navigation ul {
    left: auto;
    width: 100%;
    float: none;
    position: static;
  }
  #navigation ul li ul {
    float: none;
    position: static;
  }
  #navigation ul li {
    right: auto;
    width: 100%;
    float: none;
    text-align: center;
  }
  #navigation ul li a {
    background-image: none;
  }
  #navigation ul li ul li a,
  #navigation ul li ul li a:visited,
  #navigation ul li:hover ul li a {
    font-size: 1.6rem;
    line-height: 40px;
    height: 40px;
  }
  #footer {
    padding: 20px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
  #footer li {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 6px 0;
  }
  #footer li a,
  #footer li a:visited {
    background-image: none;
    font-size: 1.6rem;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
