/*
 *  Stylesheet for home landing page.
 *  Matt Finucane, June 2013.
 */
/* line 8, ../sass/home.scss */
div#content_wrapper .section #welcome {
  background-color: #f6efcc;
}
/* line 10, ../sass/home.scss */
div#content_wrapper .section #welcome h2, div#content_wrapper .section #welcome p {
  color: #726e5b;
  width: 920px;
}
/* line 14, ../sass/home.scss */
div#content_wrapper .section #welcome h2 {
  font-size: 1.7em;
}
/* line 19, ../sass/home.scss */
div#content_wrapper .section #objectives {
  margin-top: 20px;
  border-top: 1px solid #f17171;
}
/* line 22, ../sass/home.scss */
div#content_wrapper .section #objectives h2, div#content_wrapper .section #objectives p, div#content_wrapper .section #objectives ul {
  margin: 20px 0px 0px 0px;
}
/* line 25, ../sass/home.scss */
div#content_wrapper .section #objectives h2 {
  font-size: 1.7em;
}
/* line 28, ../sass/home.scss */
div#content_wrapper .section #objectives ul {
  display: inline;
  float: left;
  width: 960px;
  list-style: disc;
}
/* line 33, ../sass/home.scss */
div#content_wrapper .section #objectives ul li {
  float: left;
  line-height: 1.5em;
  margin: 10px 0px 0px 20px;
  text-align: justify;
}
