#main-content {
  background-color: transparent;
  padding: 0;
  width: 630px;
}


/******* SLIDESHOW *******/

#feature-slides {
  position: relative;
  background-color: #fff;
  padding: 20px 10px 20px 10px;
  height: 225px;
}

#feature-slides .slide {
  position: absolute;
  background-color: #fff;
}

#feature-slides .slide-photo {
  float: left;
  width: 270px;
}

#feature-slides .slide-photo img {
  vertical-align: bottom;
}

#feature-slides .slide-text {
  float: left;
  width: 330px;
}

#feature-slides .slide-text h1 {
  font-family: arial;
  font-size: 26px;
  font-weight: 500;
  color: #29344D;
}

#feature-slides .slide-caption {
  font-family: arial;
  font-size: 12px;
  line-height: 24px;
  margin: 20px 0;
}

#feature-slides #slide-nav {
  position: absolute;
  top: 215px;
  left: 280px;
  z-index: 1;
}

#feature-slides #slide-nav li {
  float: left;
  margin-right: 15px;
}

#feature-slides #slide-nav a {
  display: block;
  height: 20px;
  width: 20px;
  background: url('/images/home_page/carousel_link_circle_off.jpg') no-repeat;
}

#feature-slides #slide-nav a:hover, #feature-slides #slide-nav a.current  {
  background: url('/images/home_page/carousel_link_circle_on.jpg') no-repeat;
}

a.read-more-link {
  color: #fff;
  background-color: #E31B23;
  font-family: arial;
  font-size: 11px;
  padding: 4px;
  text-decoration: none;
}


/******* ISSUES AND TABS *******/

#issues-and-tabs {
  margin-top: 20px;
}

#issues {
  float: left;
  width: 220px;
  padding: 15px;
  background-color: #fff;
}

#issues h2 {
  font-family: arial; /* Museo Slab */
  font-size: 20px;
  font-weight: 500;
  color: #E31B23;
  text-transform: uppercase;
}

#issues h4 {
  font-family: arial;
  font-size: 14px;
  color: #29344D;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 2px;
}

#issues h4 a {
  color: #29344D;
  text-decoration: none;
}

#issues h4 a:hover {
  text-decoration: underline;
}

#issues-table {
  margin: 20px 0 10px 0;
}

#issues-table td {
  vertical-align: top;
  padding-bottom: 10px;
  padding-right: 14px;
}

#issues-table img {
  border: 2px solid #ACA095;
}

#tabs {
  float: left;
  width: 365px;
  margin-left: 15px;
}

#tab_headers {
  height: 34px;
}

#tab_headers li {
  float: left;
  margin-right: 3px;
}

#tab_headers li a {
  font-family: arial;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #29344D;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

#tab_headers li.selected a {
  color: #29344D;
  background-color: #fff;
}

#tab_panels {
  clear: left;
  padding: 15px 10px 15px 15px;
  background-color: #fff;
  font-family: arial;
  font-size: 11px;
}

div.event {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

div.event-text h2 {
  margin: 10px 0;
}

div.event-text p {
  line-height: 16px;
}

div.news-article {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

div.news-article-text h2 {
  margin: 10px 0;
}

div.news-article-text p {
  line-height: 16px;
}

div.news-article a {
  color: #fff;
  background-color: #29344D;
  text-decoration: none;
  padding: 2px 4px;
  margin-left: 3px;
}
