/* line 1, ../sass/wsi-sitemap.sass */
div#content {
  clear: both;
  float: left;
  width: 100%;
  background-color: #fff;
  color: #51524a;
}

/* line 8, ../sass/wsi-sitemap.sass */
div#content h1 {
  color: #fff;
  background-color: #79725c;
  font-size: 2.2em;
  font-family: "Times New Roman", Times, serif;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  padding: 0.3em 0 0.4em 0;
  margin-bottom: 0.23em;
  text-align: center;
}

/* line 19, ../sass/wsi-sitemap.sass */
div#content div.text-wrapper {
  border: 1px solid #ccc;
  padding: 3em;
  overflow: hidden;
  height: 30em;
}

/* line 25, ../sass/wsi-sitemap.sass */
div#content div.text-wrapper a,
div#content div.text-wrapper a:visited {
  color: #8d866c;
}

/* line 29, ../sass/wsi-sitemap.sass */
div#content div.text-wrapper a:active,
div#content div.text-wrapper a:hover {
  color: #666;
}

/* line 33, ../sass/wsi-sitemap.sass */
div#content div.text-wrapper ul {
  width: 18em;
  margin-right: 2.5em;
  float: left;
}

/* line 38, ../sass/wsi-sitemap.sass */
div#content div.text-wrapper ul li {
  font-size: 1.1em;
  padding-bottom: 0.5em;
}

/* line 42, ../sass/wsi-sitemap.sass */
div#content div.text-wrapper ul li h2 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #8d866c;
}

/* line 47, ../sass/wsi-sitemap.sass */
div#content div.text-wrapper ul li h2 a {
  text-decoration: none;
}

/* line 50, ../sass/wsi-sitemap.sass */
div#content div.text-wrapper ul li ul {
  padding: 0.5em 0 0 2em;
  list-style: disc;
  width: auto;
  float: none;
}

/* line 56, ../sass/wsi-sitemap.sass */
div#content div.text-wrapper ul li ul li {
  font-size: 1em;
}
