/*
 * Contact Us Styles
 */

div#contact-us form {
  background: transparent;
  margin: 0 0 1em 0;
  padding: 15px;
}
div#contact-us form p.fields {
  margin: 0;
}
div#contact-us form p.fields br {
  clear: both;
}
div#contact-us form label {
  font-weight: bold;
  text-align: right;
  float: left;
  margin: 3px 8px 0 0;
  width: 115px;
}
div#contact-us form input.text,
div#contact-us form textarea {
  font-size: 1em;
  float: left;
  margin-bottom: 12px;
  padding: 2px;
  width: 254px;
  w\idth: 250px;
}
div#contact-us form textarea {
  font-family: "courier new", serif;
  margin-bottom: 12px;
  width: 350px;
  height: 120px;
}
div#contact-us form input.submit {
  margin-left: 123px;
}


h4{
border-bottom:solid 1px #000000;
}

div.resources{
  background:url(/img/subpage-full-panel-footer.png) 50% 98% no-repeat;
  overflow:hidden;
  margin-bottom:15px;
  padding:15px 5px;
  width:100%;
}

div.resource{
  width:32%;
  float:left;
  margin-bottom:15px;
  margin-right:6px;
}

div.resource img{
  width:80px;
  float:left;
  margin-right:10px;
}