/*---- STYLES APPLIED TO ALL HTML ----*/

@import 'common.css';

/*---- STYLES APPLIED TO PRIVACY.HTML ----*/

body #wrapper, body #content {
  background: transparent;
  ;
}

.titlePic {
  background: transparent url(../images/privacy_sm.png) no-repeat center;
  ;
}

p.copy {
  font-size: 1.2em;
  text-align: justify;
  ;
}

p.indent {
  line-height: 0.3em;
  margin-left: 3em;
  ;
}

div#intro {
  position: relative;
  width: 100%;
  margin: 0;
  ;
}

div#intro p {
  top: 0;
  font-size: 1.3em;
  text-align: justify;
  line-height: 1.2em;
  width: 75%;
  margin: 0 12.5%;
  ;
}

div.column#center {
  position: relative;
  top: 0;
  width: 65%;
  margin: 0 17.5%;
  ;
}

.emphasize {
  color: #86b1ba; /* teal */
  font-size: 110%;
  font-weight: bold;
  ;
}

div.footer {
  margin-top: 1.5em;
  ;
}

div.noJSfooter {
  padding: 5em 0 1em;
  ;
}
