html, body {
background: #E5E5E5;
}

#header{
height: 120px;
width:100%;
background-image: url(img/header_back.png);
background-repeat: repeat-x;

}

#navbar {
float: left;
width: 120px;
height: 550px;
text-align:center;
background: #8AD7FD;
background-image: url(img/nav_background.png);
}

#container {
clear:both;
width:740px;
min-height:700px;
}

#content {
position: relative;
float:left;
width: 615px;
margin-left: 5px;
min-height:700px;
}

#plumberman{
position: absolute;
right: 5px;
bottom: 5px;
width:200px;
}

.ourphone {
font-size: 150%;
}

#footer {
clear: both;
font-size: 80%;
}

#validationerrors {
color:#ff0000;
}

.contactus{
background: #8AD7FD;
padding: 9px;
}

img {
border: 0;
}

a {
text-decoration: none;
}

#navbar ul {
list-style: none;
padding: 5px;
margin: 5px;
}

.noteworthy{
font-weight:bold;
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #ff0000;
}
form.cmxform label {
  width: 160px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 163px; /* Width plus 3 (html space) */
}
div#getquote em {
  font-weight: bold;
  font-style: normal;
  color: #ff0000;
}

