/* Health & Wellness landing page */

#content ul {
  list-style: disc inside;
  margin: 1em;
}

#content ol {
  margin: 1em 2em;
}
#content ol li {
  margin-bottom: 0.2em;
}


#content ul#health-links {
  margin: 1em 0 0 5px;
  list-style: none;
  color: #252319;
}
#content ul#health-links h4 {
  margin-top: 0;
  font-size: 90%;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  color: #252319;
}
#content ul#health-links p {
  margin-top: 0;
  margin-left: 0;
}
#content ul#health-links p a {
  color: #9f1210;
  font-weight: bold;
  text-decoration: none;
}
#content ul#health-links li {
  width: 88%;
  padding-left: 70px;
}
#content ul#health-links li.heart-health {
  background: url(../images/health/heart.png) no-repeat center left;
}
#content ul#health-links li.fight-utis {
  background: url(../images/health/umbrella.png) no-repeat center left;
}

#content .headlines {
  margin-top: 1.5em;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 0.5em;
}
#content .headlines h4 {
  color: #252525;
  padding-bottom: 4px;
  border-bottom: 1px solid #858585;
  width: 99%;
}
#content .headlines h5 {
  font-size: 90%;
}
#content .headlines p {
  font-size: 95%;
  margin-top: 3px;
  margin-left: 0;
  color: #4c4b4b;
}
#content .headlines a {
  color: #9f1210;
  text-decoration: none;
  font-weight: bold;
}


/* Health & Wellness news */

#content .news-controls {
  background-color: #8aba4a;
  color: #dff6c2;
  height: 2em;
  line-height: 1.9em;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
  	border-bottom: 2px solid #5a8029;
}
#content .news-controls span {
  margin-right: 1.5em;
}
#content .news-controls a {
  color: #fff;
  margin: 0 0.2em;
	font-weight: bold;
}

#content .news-result {
  clear: left;
  font-size: 90%;
  padding-bottom: 1.5em;
  margin-bottom: 0.5em;
}
#content .news-result h4 {
  margin-top: 0;
}
#content .news-result img {
  width: 130px;
  border: 3px solid #dfdfd7;
  float: left;
  margin-right: 0.8em;
}
#content .news-results p {
  font-size: 90%;
}
#content .news-results a {
  color: #be2421;
  font-size: 95%;
}

#content .news-summary {
  margin-top: 0.5em;
  clear: both;
  padding: 0.5em;
  position: relative;
}
#content .news-summary span.paginator {
  position: absolute;
  right: 0.5em;
  text-align: right;
}

