div#content div#members-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*
 * Feature Box
 */
div#feature-box-item-1 div#feature-box {
  background: #dbdbdb;
  border: 1px solid #c5c5c5;
  float: left;
  margin: 0;
  padding: 0;
  width: 478px;
}
div#feature-box div#feature {
  background: #dbdbdb;
  margin: 0;
  padding: 4px;
  width: 470px;
  min-height: 178px;
  height: auto !important;
  height: 178px;
}
div#feature ul#feature-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
 ul#feature-items li {
  overflow: hidden;
  margin: 0;
  height: 100%;
  line-height: 1.0em;
}
 ul#feature-items li.with-image {
  padding-left: 244px;
}
 ul#feature-items li p {
  margin: 0;
}
div#feature-box div#feature li img {
  float: left;
  border: 1px solid #fff;
  margin-left: -244px;
}
div#feature-box div#feature li a {
  color: #008bc6;
}
div#feature-box div#feature li p.date {
  text-align: right;
  font-weight: bold;
  margin: 0 0 10px 0;
}
div#feature-box div#feature li h3 {
  font-size: 1.4em;
  margin: 0 0 2px 0;
}

div#feature-box div#feature-nav {
  background: #c5c5c5;
  overflow: hidden;
  padding: 5px;
  width: 230px;
  height: 15px;
}
div#feature-nav span {
  float: left;
  font-weight: bold;
}
div#feature-nav ul#feature-selector {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
ul#feature-selector li {
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
}
ul#feature-selector li a {
  font-weight: bold;
  color: #008bc6;
}


/*
 * Setup Items
 */
div#members-container ul.items {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#members-container ul.items li {
  background: #fff url(/img/member-area-li-bg.gif) top left no-repeat;
  border: 1px solid #9cbd00;
  overflow: hidden;
  float: left;
  margin: 0 23px 20px 0;
  padding: 0;
  width: 226px;
  height: 210px;
}
div#members-container div#feature-box-item-1,
div#members-container div#items-container {
  overflow: hidden;
  margin: 0;
}
div#members-container div#items-container {
  margin: 20px 0 0 0;
}


/*
 * Items
 */
div#feature-box-item-1 ul.items {
  float: right;
}
div#feature-box-item-1 ul.items li {
  margin: 0;
}

div#members-container ul.items li div.category-and-date {
  clear: both;
  margin: 0;
  padding: 2px 4px;
  font-weight: bold;  
  overflow: hidden;
}
div#members-container ul.items li div.category-and-date span.category {
  float: left;
  color: #fff;
  font-size: 1.2em;
}
div#members-container ul.items li div.category-and-date span.date {
  float: right;
}
div#members-container ul.items li div.image-and-title {
  clear: both;
  margin: 0;
  padding: 8px;
}
div#members-container ul.items li div.image-and-title p.image {
  float: left;
  margin-right: 8px;
}
div#members-container ul.items li div.image-and-title p.image img {
  border: 1px solid #000;
}
div#members-container ul.items li div.image-and-title h3 {
  font-size: 1.0em;
  margin: 0 0 2px 0;
}
div#members-container ul.items li div.image-and-title h3 a {
  color: #008bc6;
}
div#members-container ul.items li div.summary {
  clear: both;
  padding: 0 8px 8px 8px;
}


div#members-container ul.items li.right {
  margin: 0;
}
div#members-container ul.items li.width_2 {
  margin: 0;
  width: 476px;
}
div#members-container ul.items li.width_3 {
  margin: 0;
  width: 728px;
}