* {
	margin: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #ddd url("../img/bg.png") repeat-x;
}

#topBar {background: url("../img/topbar.jpg") repeat-x; position: absolute; z-index: 1; background-color: #444; top: 0px; width: 100%; height: 180px; z-index: 2000}
#logo {background: url(../logo.png); width: 500px; height: 152px;float:left}
#certs{background: url(../img/certs.png); width: 206px; height: 110px; position: relative; float:right; top: 30px; right: 10px}
#customerLoginBox {width: 100%; position: relative; float:right; z-index: 2; text-align: right; right: 10px; color: #fff}
#customerLoginBox .button {
   border-top: 1px solid #d6d6d6;
   background: #9c9c9c;
   background: -webkit-gradient(linear, left top, left bottom, from(#4b4c4d), to(#9c9c9c));
   background: -webkit-linear-gradient(top, #4b4c4d, #9c9c9c);
   background: -moz-linear-gradient(top, #4b4c4d, #9c9c9c);
   background: -ms-linear-gradient(top, #4b4c4d, #9c9c9c);
   background: -o-linear-gradient(top, #4b4c4d, #9c9c9c);
   padding: 5px 3px 5px 3px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 10px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
#customerLoginBox .button:hover {
   border-top-color: #d6d6d6;
   background: #3d3d3d;
   color: #ccc;
   }
#customerLoginBox .button:active {
   border-top-color: #d6d6d6;
   background: #171717;
   }
#customerLoginBox a, a:visited, a:active {
   color: #fff;
   text-decoration: underline;
   }
#customerLoginBox a:hover {
   color: #fff;
   text-decoration: underline overline;
   }
#content {margin: 0px auto; text-align: left; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 0.8em; padding: 10px; position: relative; width: 89%; background: #fff; border: 1px solid #ccc; min-height: 380px;}
#content ol { margin-left: 25px;}
#content #contact_form table {font-size: 1em}
#content #contact_form td {vertical-align: top}
#content h1 {text-decoration: underline; font-style: italic; font-size: 1.5em; margin-bottom: 10px;}
#content a:visited { color: #593741; }

.container { margin-top: -20px; padding-bottom: 20px }

*:focus {
    outline: 0;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
text-align: right;
font-size: 0.8em;
width: 100%;
margin-top: 25px;
min-height: 135px;
background: url('../img/footer.jpg') repeat;
border-top: 5px #ce7123 solid;
color: #bbb;
}

#footer .content {
position:absolute;
right: 5px;
bottom: 5px;
}

#footer .footer_logo {
float: right;
margin-right: 5px;
margin-top: 5px;
width: 200px;
height: 32px;
background: url('../img/footer_logo.png') no-repeat;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#contentcenter {
	padding-top: 200px;
	padding-bottom:175px;   /* Height of the footer element */
}





.maintGradient {
border-radius: 10px;
float: left;
padding: 5px;
margin-right: 10px;
width: 100px;
height: 75px;
background: #ffca89; /* Old browsers */
background: -moz-linear-gradient(top,  #ffca89 0%, #edb953 40%, #d88806 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca89), color-stop(40%,#edb953), color-stop(100%,#d88806)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffca89 0%,#edb953 40%,#d88806 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffca89 0%,#edb953 40%,#d88806 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffca89 0%,#edb953 40%,#d88806 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffca89 0%,#edb953 40%,#d88806 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca89', endColorstr='#d88806',GradientType=0 ); /* IE6-9 */
}

td { 
    padding: 5px;
}

.tdAlignRight {
	text-align: right;
}

ul.disc {list-style-type:disc; margin-left: 20px;}

span.strongHead {
font-size: 2em;
text-decoration: underline;
font-weight: bold;
font-style: normal;
}


@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
#cssmenu {
  top: -17px;
  left: 150px;
  width: 510px;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  background: #555555;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #777777;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 12px;
  right: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #777777;
  z-index: 2;
  top: 14px;
  right: 15px;
}
#cssmenu ul li ul li a {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  padding: 6px 5px 6px 15px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #ffffff;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #ffffff;
}
#cssmenu ul li ul li:hover > ul {
  left: 170px;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #777777;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 15px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #555555;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 20px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #777777;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul {
    left: 0;
    position: relative;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
    width: auto;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 25px;
  }
}

#cssmenu ul li ul li ul {
white-space: nowrap;
}