body {
  margin: 0;
  padding: 15px 0 0 0;
  color: #5d5c5c;
  font: 12px/18px Verdana, sans-serif;
}

a {
  color: #90191e;
}

a:visited {
  color: #5d5c5c;
}

address {
  margin: 0 0 18px 0;
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 8px 15px 0 15px;
  text-align: left;
  color: #413e3e;
  font: bold 20px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
}

h2 {
  margin: 0 0 18px 0;
  color: #90191e;
  font: bold 20px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
}

h3 {
  margin: 0 0 10px 0;
  color: black;
  font: bold 15px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}

h4 {
  margin: 0 0 10px 0;
  font: bold 12px/18px Verdana, sans-serif;
}

img {
  border: none;
}

input {
  margin: 0;
  padding: 0;
}

li {
  margin-top: 0;
  margin-bottom: 10px;
}

p {
  margin: 0 0 18px 0;
}

table {
  margin: 0 0 10px 0;
  border-collapse: collapse;
}

td, th {
  vertical-align: top;
}

ul {
  margin-bottom: 24px;
  /*margin-right: 100px;*/
}

#contents ul {
  line-height: 14px;
}

ul ul {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 15px;
  /*margin-right: auto;*/
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pdflink {
  padding-left: 20px;
  padding-bottom: 2px;
  background: url(../img/icon_pdf.gif) no-repeat 0 0;
}

.pdflink span.filesize {
  /*font-size: smaller;*/
}

.required, .warn {
  color: #90191e;
}

table.form {
  table-layout: fixed;
  width: 100%;
}

table.form td {
  padding-bottom: 10px;
}

table.form td.col1 {
  width: 130px;
}

table.form td.col2 {
  width: 160px;
}

table.form td.col3 {
  width: 40px;
}

table.form td span.required {
  padding-left: 4px;
}

table.rfqTable th {
  padding-top: 10px;
  padding-bottom: 4px;
  text-align: left;
}
table.rfqTable td.col1 {
	width: 25px;
}
table.rfqTable td.col2 {
	width: 115px;
}
table.rfqTable td.col3 {
	width: 100px;
}

table.rfqTable td {
  padding-bottom: 6px;
}
form.rfq input.submit {
	margin-left: 250px;
}

table.form input.text {
  width: 152px;
  padding: 2px;
}

table.form input.quantity {
  width: 38px;
  margin-bottom: 10px;
}

table.form textarea {
  width: 286px;
}


#header, #container, #footer {
  width: 900px;
  margin: 0 auto 0 auto;
}

/*#container {
  position: relative;
}*/

#logobox {
  float: left;
  width: 398px;
  padding: 0 0 7px 35px;
}

#logobox a, #logobox img {
  display: block;
}

#sitenav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

#sitenav li {
  display: inline;
  margin: 0 0 0 8px;
  padding-left: 10px;
  border-left: 1px solid #6a6a69;
  font-size: 11px;
}

#sitenav a {
  color: #5d5c5c;
  text-decoration: none;
}

#sitenav a:hover {
  text-decoration: underline;
}

#sitenav li:first-child {
  border-left: none;
}



#topnav {
  clear: left;
  float: left;
  width: 649px;
  height: 36px;
  margin: 14px 0 0 0;
  padding: 1px 0 0 0;
  list-style: none;
  background: url(../img/background_topnav.png) no-repeat top left;
}

#topnav li {
  position: relative;
  z-index: 100;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

#topnav li a {
  display: block;
  float: left;
  height: 25px;
  margin-right: 1px;
  padding-top: 8px;
  color: black;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

#topnav li a:hover, #topnav .currentpage {
  color: white;
  background: #373535 url(../img/background_topnav_highlight.gif) repeat-x top left;
}

#topnav_capabilities {
  width: 160px;
  margin-left: 1px;
}

#topnav_markets {
  width: 115px;
}

#topnav_quality {
  width: 107px;
}

#topnav_company {
  width: 114px;
}

#topnav_resources {
  width: 147px;
  margin-right: 0;
}

#topnav li ul {
  display: none;
  position: absolute;
  top: 33px;
  left: 0px;
  clear: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f3f3f3 none;
  border: 1px solid #c5c4c4;
  border-bottom-width: 0;
  white-space: nowrap;
}

#topnav li:hover ul {
  display: block;
}

#topnav li ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c5c4c4;
  font-size: 11px;
}

#topnav li ul li a {
  display: block;
  float: none;
  height: 22px;
  margin-right: 0;
  padding: 3px 10px 0 20px;
  color: #5d5c5c;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}

#topnav li ul li a:hover {
  color: #5d5c5c;
  background: #cfcece url(../img/background_topnav_highlight_sub.png) repeat-x top left;
}

#topnav span.arrow {
  padding-right: 3px;
  color: #90191e;
}


#searchform {
  float: right;
  width: 251px;
  height: 50px;
  background: #7e191d url(../img/background_search.png) no-repeat top right;
}

#searchquery {
  width: 154px;
  height: 16px;
  margin: 17px 0 0 12px;
  padding: 3px;
  background-color: white;
  border: 1px solid #b0b0b0;
}

#searchsubmit {
  color: white;
  background-color: transparent;
  border: none;
  font: 11px Verdana, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}


div#col1 {
  /*clear: left;
  float: left;*/
  float: right;
  width: 650px;
}

div#col2 {
  position: relative;
  /*float: right;*/
  float: left;
  width: 237px;
  padding-bottom: 150px;  /* gives enough space for the absolutely positioned logo box */
}


#headerimgbox {
  width: 650px;
  margin: 12px 0 30px 0;
  padding: 0 0 8px 0;
  border-top: 2px solid #90191e;
  border-bottom: 2px solid #90191e;
}

#headerimgbox img {
  display: block;
}

#headerimgbox p, #headerimgbox h1 {
  margin: 8px 12px 0 15px;
  text-align: left;
  color: #413e3e;
  font: bold 20px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#contents {
  padding: 0 15px 30px 15px;
}


#sidenav {
  margin: 12px 0 0 0;
  padding: 0;
  list-style: none;
  background-color: #dededd;
}

#sidenav li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #babab9;
  font: 14px/16px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#sidenav a {
  display: block;
  /*height: 24px;
  padding: 9px 0 0 10px;*/
  padding: 8px 0 7px 10px;
  color: #5d5c5c;
  text-decoration: none;
}

#sidenav a:hover, #sidenav .currentpage {
  color: white;
  background-color: #90191e;
}

#sidenav span.arrow {
  color: #90191e;
}

#sidenav a:hover span.arrow, #sidenav .currentpage span.arrow {
  color: white;
}

#sidenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #dededd;
}

#sidenav ul li {
  border-top: none;
  font-size: 11px;
}

#sidenav ul li a {
  /*height: 21px;
  padding: 4px 0 0 30px;*/
  height: auto;
  padding: 4px 0 4px 24px;
}

#sidenav ul li a:hover, #sidenav ul li .currentpage {
  color: #5d5c5c;
  background-color: #c3c3c2;
}

#sidenav ul li a span.arrow,
#sidenav ul li a:hover span.arrow,
#sidenav ul li .currentpage span.arrow {
  color: black;
  font-size: 10px;
}

#gallery {
  width: 237px;
  height: 264px;
  margin-top: 12px;
  margin-bottom: 12px;
}

#rfqbutton img {
  display: block;
}

div#col2 p.pdflink {
  background-position: 0 2px;
}


#sidelogobox {
  position: absolute;   /* relative to div#col2 */
  bottom: 0;
  z-index: 10;
  margin-bottom: 12px;
  color: #5d5c5c;
  font: italic 10px Verdana, sans-serif;
}

#sidelogobox a, #sidelogobox img {
  display: block;
  margin-bottom: 8px;
}

#footer {
  clear: both;
  padding-bottom: 25px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-align: right;
  font-size: 11px;
}

#footer p {
  margin: 0 20px 0 0;
}

#footer #footertop {
  margin: 0 0 20px 0;
  padding: 1px 0 2px 15px;
  color: white;
  background-color: #90191e;
  font-family: Verdana, sans-serif;
  text-align: left;
}

#footer #footertop a {
  margin-right: 9px;
  padding-right: 15px;
  color: white;
  text-decoration: none;
}

#footer #footertop a:hover {
  text-decoration: underline;
}

#footer #footertop a.privacy {
  border-right: 1px solid white;
}

#footer .phone {
  margin-right: 4px;
  padding-right: 10px;
  border-right: 1px solid #696969;
}

#footer address {
  margin-right: 20px;
  font-style: normal;
}

#footer .copyright {
  margin-top: 10px;
  font-style: italic;
  font-size: 10px;
}




body.homepage #headerimgbox {
  margin-bottom: 0;
  padding: 0;
  /*border-bottom: none;*/
}

body.homepage div#col1 {
  clear: left;
  float: left;
}

body.homepage div#col2 {
  float: right;
  padding-bottom: 0;
}

body.homepage div#col2 h1 {
  margin: 30px 0 18px 0;
  color: #90191e;
  font: bold 20px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
  white-space: nowrap;
}

body.homepage #contents {
  position: relative;
  clear: both;
  padding: 0 0 15px 0;
}

#homepage_whymidstates {
  position: relative;
  top: -17px;               /* move it over the top of the Flash movie */
  float: left;
  width: 436px;
  height: 249px;
  margin-right: 6px;
  background: url(../img/background_homepage_whymidstates.png) no-repeat top left;
  border-bottom: 1px solid #c1c0c0;
}

#homepage_whymidstates h2 {
  width: 414px;
  margin: 17px 0 10px 0;    /* top margin compensates for moving the whole box up 17px */
  padding-top: 15px;
  color: black;
  font: bold 15px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  text-align: right;
}

#homepage_whymidstates p,
#homepage_whymidstates ul {
  margin: 0 0 0 215px;
  padding: 0;
  font-size: 12px;
}

#homepage_whymidstates ul {
  margin-top: 7px;
}

#homepage_whymidstates li {
  margin: 2px 0 0 15px;
}

#homepage_bottommiddle {
  float: left;
  width: 193px;
  height: 214px;
  padding: 28px 0 0 15px;
  font: 12px/16px Verdana, sans-serif;
}

#homepage_bottommiddle img {
  display: block;
}

#homepage_bottommiddle p {

}

/*#homepage_bottommiddle h2 {
  margin: 22px 0 11px 0;
  color: black;
  font: bold 20px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#homepage_bottommiddle ul {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  border-top: 1px solid #c5c4c4;
}

#homepage_bottommiddle ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c5c4c4;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
  line-height: normal;
}

#homepage_bottommiddle ul li a {
  display: block;
  padding: 5px 10px 5px 20px;
  color: #5d5c5c;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}

#homepage_bottommiddle ul li a:hover {
  color: white;
  background-color: #90191e;
}

#homepage_bottommiddle span.arrow {
  padding-right: 3px;
  color: #5d5c5c;
}

#homepage_bottommiddle ul li a:hover span.arrow {
  color: white;
}*/

body.homepage #homepage_bottomright {
  position: relative;
  float: right;
  width: 237px;
  font-style: normal;
}

body.homepage #homepage_bottomright h2 {
  margin: 0 0 10px 0;
  color: black;
  font: bold 15px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
}

body.homepage #homepage_bottomright img {
  display: block;
  margin: 0;
}

body.homepage #homepage_bottomright p {
  margin: 10px 0 0 0;
}

#homepage_rfq, #homepage_newsletter {
  padding: 10px;
  background: #e3e3e2;
  border: 1px solid #bbbbbb;
}

#homepage_newsletter {
  margin-top: 11px;
}

#homepage_newsletter div {
  white-space: nowrap;
}

#homepage_newsletter input.text {
  width: 158px;
  padding: 3px;
  border-top: 2px solid #848484;
  border-right: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  border-left: 2px solid #848484;
}

#homepage_newsletter input.submit {
  position: absolute;   /* makes it (mostly) line up on the baseline */
  left: 185px;          /* width of text box + parent's left padding + extra */
  width: 32px;
  height: 25px;
  cursor: pointer;
}

#homepage_newsletter span#nl_message {
  color: #90191e;
  font-weight: bold;
  font-size: 10px;
}



#sitemap_container ul.sitemap_column1,
#sitemap_container ul.sitemap_column2,
#sitemap_container ul.sitemap_column3 {
  float: left;
  width: 33%;
}

#sitemap_container hr {
  clear: both;
  visibility: hidden;
}

#sitemap_container ul,
#sitemap_container ul ul,
#sitemap_container ul ul ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

#sitemap_container ul ul {
  margin-top: 15px;
}

#sitemap_container ul ul ul {
  margin-top: 5px;
}

#sitemap_container li {
  margin: 0;
  padding: 0;
}

#sitemap_container li li {
  margin-top: 9px;
}

#sitemap_container li li li {
  margin: 0;
}

#sitemap_container li,
#sitemap_container li a {
  color: #90191e;
  font: bold 20px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-decoration: none;
}

#sitemap_container li li,
#sitemap_container li li a {
  color: black;
  font: bold 15px/15px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#sitemap_container li li li,
#sitemap_container li li li a {
  color: #5d5c5c;
  font: normal 12px/15px Verdana, sans-serif;
}

/*#sitemap_container li li li:before {
  content: "> ";
}*/

#sitemap_container a:hover {
  text-decoration: underline;
}



h3.faq {
  margin: 0 0 6px 0;
  text-transform: none;
}

ul.faq {
  margin: 0 0 22px 0;
  padding: 0;
  list-style: none;
}

ul.faq li {
  margin: 0 0 5px 0;
  padding: 0;
}

ul.faq li a {
  color: #6a6a69;
  text-decoration: none;
}

ul.faq li a:hover {
  text-decoration: underline;
}

dl.faq {
  margin: 0 0 32px 0;
  padding: 23px 0 34px 0;
  border-top: 2px solid #90191e;
  border-bottom: 2px solid #90191e;
}

dl.faq dt {
  margin: 0 0 7px 0;
  padding: 0;
  color: black;
  font: bold 15px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, sans-serif;
}

dl.faq dd {
  margin: 0 0 22px 20px;
  padding: 0;
}

dl.faq img {
  margin-top: 15px;
}


@media print {
  body, #logobox, #contents {
    width: auto;
    margin: 0;
    padding: 0;
    color: black;
  }

  #header, #container, #footer {
    width: auto;
    margin: 0;
  }

  #sitenav, #topnav, #searchform, div#col2, #footer #footertop { display: none; }

  div#col1 { width: auto; }
  body.homepage div#col1 { clear: both; float: none; }
  body.homepage div#col2 { clear: both; float: none; width: auto; display: block; }


  #footer {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px solid #b2181e;
    text-align: left;
  }

  body { font-size: 12pt/* Constantia, Georgia, "Times New Roman", Times, serif*/; }
  h1   { font-size: 18pt; }
  h2   { font-size: 14pt; }
  h3   { font-size: 13pt; }
  #footer, #footer .copyright { font-size: 10pt; }
}
