/*---- STYLES APPLIED TO ALL HTML ----*/

@import 'common.css';

/*---- STYLES APPLIED TO CONTACT.HTML ----*/

body #wrapper, body #content {
  background: transparent;
  ;
}

.titlePic {
  background: transparent url(../images/contact_sm.png) no-repeat center;
  ;
}

h3 {
  text-align: left;
  ;
}

p.copy {
  font-size: 1.3em;
  text-align: justify;
  line-height: 1.1em;
  ;
}

p.list {
  text-align: left;
  ;
}

div#intro {
  position: relative;
  width: 99%;
  margin: 0 0.5%;
  ;
}

div#intro p {
  margin: 0 18%;
  ;
}

/*---- COLUMNS ----*/

div.column#center {
  position: relative;
  top: 0;
  width: 60%;
  margin: 0 20%;
  padding-top: 0;
  ;
}

div.column#center ul {
  width: 95%;
  margin: 0 0;
  ;
}

div.column#center p {
  font-size: 110%;
  margin: 0 17%;
  ;
}

div.column#center li {
  list-style-image: url(../images/pipes_sm.png);
  ;
}

div.column#center li p {
  font-weight: bold;
  font-size: 130%;
  ;
}

div.column#center p.copy {
  text-align: left;
  margin: 0;
  ;
}

div.column#center p.indent {
  margin-left: 1em;
  ;
}

div.footer {
  margin-top: 2em;
  ;
}

div.noJSfooter {
  margin: 36.5% 15% 0;
  ;
}
 ;
}

div.column#center li p {
  font-weight: bold;
  font-size: 130%;
  ;
}

div.column#center p.copy {
  text-align: left;
  margin: 0;
  ;
}

div.column#center p.indent {
  margin-left: 1em;
  ;
}

div.footer {
  margin-top: 2em;
  ;
}

div#footer.noJS {
  clear: both;
  height: 3em;
  padding-top: 40px;
  ;
}
