body {
  background-color: #0D004C;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

#header {
  background-image: url(/images/layout/Plumbing/header.jpg);
  height: 334px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 900px;
}
#header_logo {
  border: 0;
  height: 32px;
  left: 36px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 26px;
  width: 180px;
}
#menu_div {
  height: 28px;
  left: 150px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 76px;
  width: 600px;
}
#plumbing_header_image {
  border: 0;
  height: 175px;
  left: 160px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 115px;
  width: 586px;
}
#plumbing_header_image p {
  margin: 0;
  padding: 0;
}

#content {
  background-color: #F2F2F2;
  color: #58595B;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 0 150px;
  width: 600px;
}
#content h1 {
  color: #053D86;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
#content h2 {
  margin: 10px 0 0 0;
  color: #231F20;
  font-size: 12px;
  font-weight: bold;
}
#content h3 {
  background-image: url(/images/layout/h3_background.jpg);
  color: #053D86;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 20px;
  font-weight: bold;
  height: 26px;
  margin: 0 0 5px 0;
  padding: 2px;
}
#content p {
  line-height: 20px;
  margin: 0;
  padding: 0;
}
#content a {
  color: #58595B;
}

.clear {
  clear:both;
  height: 0px;
  overflow: hidden;
  width: 0px;
}

#footer_spacer {
  background-color: #F2F2F2;
  height: 14px;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 900px;
}

#footer {
  background-color: #0D004C;
  color: #808285;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  height: 165px;
  line-height: 14px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 900px;
}
#footer_logo {
  border: 0;
  height: 52px;
  left: 109px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 36px;
  width: 147px;
}

#footer_address {
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0 0 0;
}
#footer_address a {
  color: #808285;
  text-decoration: none;
}
.footer_divider {
  border: 0;
}
#footer_companies{
  margin: 10px 0 0 0;
}
#footer_copyright {
  margin: 10px 0 0 0;
}
#footer_copyright a {
  color: #808285;
}

/* Survey CSS */
.surveyQuestion
{
  margin: 10px 0;
}
.surveyQuestionNumber
{
  display: none;
}
.surveyQuestionQuestion
{
  float: left;
  text-align: right;
  width: 170px;
}
.surveyQuestionRequired
{
  float: left;
  width: 0;
}
.surveyAnswer
{
  margin: 0 0 0 180px;
}
.surveyAnswer textarea, .surveyAnswer input[type="text"], .surveyAnswer select
{
  color: #58595B;
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 11px;
  width: 300px;
}
.surveyAnswer textarea
{
  height: 90px;
}
.surveyFormSubmit
{
  padding: 4px 0 0 180px;
}
