body {
  color: #666;
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 1.25em; }

p {
  margin: 0.8em 0em;
  line-height: 1.2em; }

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-family: Georgia, serif;
  margin-bottom: 0.2em;
  line-height: 1.2em; }

h1 {
  font-size: 20px; }

h2 {
  padding-top: 20px;
  font-size: 16px; }

h3, h4, h5, h6 {
  font-size: 14px; }

strong {
  font-weight: bold; }

a {
  color: #5e9007;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.content_container ul.small {
  list-style-type: none;
  list-style-image: none; }
  .content_container ul.small li {
    background: url('/images/bullet-point.gif') 0px 4px no-repeat;
    margin: 0px;
    padding: 0px 0px 5px 12px; }

.content_container.kiosk {
  font-size: 16px; }
  .content_container.kiosk h1 {
    font-size: 28px; }
  .content_container.kiosk h2 {
    padding-top: 24px;
    font-size: 16px; }
  .content_container.kiosk h3, .content_container.kiosk h4, .content_container.kiosk h5, .content_container.kiosk h6 {
    font-size: 22px; }
  .content_container.kiosk .larger {
    font-size: 130%; }

.left_column .section p {
  margin: 0px; }
.left_column .section a {
  display: block;
  background-color: white;
  padding: 20px; }
.left_column .section a:hover {
  text-decoration: none; }
.left_column p.underline a {
  color: #BEBEBE;
  display: inline;
  border-bottom: 2px solid #8dc102;
  padding: 3px;
  margin: 20px; }
.left_column p.underline a:hover {
  text-decoration: none; }
.left_column .arrow {
  padding-left: 10px;
  background-image: url('/images/link-arrow.gif');
  background-repeat: no-repeat;
  background-position: 0px 2px;
  color: #72797c;
  font-size: 12px;
  font-family: Arial, sans-serif; }
  .left_column .arrow span {
    font-size: 18px;
    font-family: Helvetica, sans-serif;
    color: #bebebe;
    line-height: 175%; }

.right_column p.underline a {
  color: #BEBEBE;
  display: inline;
  border-bottom: 2px solid #8dc102;
  padding: 3px;
  margin: 20px; }
.right_column p.underline a:hover {
  text-decoration: none; }

.resource_listing .with_image {
  margin-left: 80px; }
.resource_listing h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #545454;
  margin: 0;
  padding-top: 5px; }
.resource_listing img {
  float: left;
  padding-right: 10px;
  padding-bottom: 15px; }
.resource_listing p.action {
  line-height: 21px;
  padding-bottom: 20px; }
  .resource_listing p.action img {
    padding-right: 5px;
    padding-bottom: 0px; }
  .resource_listing p.action a {
    line-height: 21px; }

.larger {
  font-size: 120%; }
