/*---- STYLES APPLIED TO ALL HTML ----*/

@import 'common.css';

/*---- STYLES APPLIED TO SITEMAP.HTML ----*/

body #wrapper, body #content {
  background: transparent;
  ;
}

.titlePic {
  background: transparent url(../images/siteMap_sm.png) no-repeat center;
  ;
}

p.copy {
  font-size: 1.3em;
  text-align: justify;
  line-height: 1.1em;
  ;
}

div#intro {
  position: relative;
  width: 70%;
  margin: 0 15%;
  ;
}
  div#intro p {
    width: 90%;
    margin: 0 5%;
    ;
  }

/*---- COLUMNS ----*/

div.column#center {
  position: relative;
  top: 2em;
  width: 95%;
  margin: 1em 2.5% 0;
  ;
}
  div.column#center #siteMap {
    width: 60%;
    margin: 0 20%;
    padding-left: 4em;
    ;
  }
  div.column#center #siteMap p {
    font-size: 125%;
    margin: 0; /* Don't remove this line */
    ;
  }
  div.column#center #siteMap #home {
    font-size: 150%;
    ;
  }
  div.column#center #siteMap .link {
    font-size: 110%;
    margin-left: 2em;
    ;
  }

div.footer {
  margin-top: 2.5em;
  ;
}

div.noJSfooter {
  margin: 40% 15% 0;
  ;
}
