/*---- STYLES APPLIED TO ALL HTML ----*/

@import 'common.css';

/*---- STYLES APPLIED TO CUSTOM.HTML ----*/

body #wrapper, body #content {
  background: transparent;
  ;
}

.titlePic {
  background: transparent url(../images/custom_sm.png) no-repeat center;
  ;
}

ul {
  margin: 1em 17%;
  ;
}

p.copy {
  font-size: 1.3em;
  text-align: justify;
  line-height: 1.1em;
  margin: 0 17%;
  ;
}

div.column#center li {
  list-style-image: url(../images/pipes_sm.png);
  font-size: 1.3em;
  font-weight: bold;
  ;
}

div.column#center {
  position: relative;
  top: 0;
  width: 99%;
  margin: 0 0.5%;
  padding-top: 0;
  ;
}

div.footer {
  margin-top: 2em;
  ;
}

div.noJSfooter {
  margin: 30% 15% 0;
  ;
}
y a:visited {
    color: #696969; /*DimGray*/
    ;
  }

  p.copy a:hover {
    font-size: 100%;
    color: #800080; /* Purple */
    ;
  }

div.footer {
  margin-top: 2em;
  ;
}

div#footer.noJS {
  clear: both;
  height: 3em;
  padding-top: 40px;
  ;
}
