/*---- STYLES APPLIED TO ALL HTML ----*/

@import 'common.css';

/*---- STYLES APPLIED TO OVERVIEW.HTML ----*/

body #wrapper, body #content {
  background: transparent;
  ;
}

div.titlePic {
  background: transparent url(../images/Overview_sm.png) no-repeat center;
  ;
}

.superscript {
  font-size: 0.6em;
  vertical-align: super;
  ;
}

div#intro {
  position: absolute;
  top: 8.5em;
  width: 72%;
  margin: 0 14%;
  ;
}
  div#intro p.copy {
    text-align: justify;
    font-size: 1.3em;
    ;
  }
  div#intro hr {
    position: relative;
    width: 50%;
    margin: 2em 25% 0;
    border-left: 0;
    ;
  }

div.column#center {
  position: relative;
  top: 9.6em;
  width: 65%;
  margin: 0 17.5%;
  ;
}

div.column#center h3 {
  font-size: 1.35em;
  text-align: center;
  margin-top: 2em;
  ;
}

div.column#center p.copy {
  font-size: 1.2em;
  text-align: justify;
  ;
}

div.footer {
  margin-top: 1em;
  ;
}

div.noJSfooter {
  margin: 81% 15% 0;
  ;
}
