.featuredcontainer {
  width: 500px;
  margin: 0 auto;
  padding-top: 10px;
}

.featured1 {
  margin-bottom: 10px;
  float: left;
  width: 222px;
  height: 180px;
  padding: 10px;
  background: url(../../layout/images/content-bg.jpg) repeat-x #FFF;
  border: 1px solid #CCC;
  overflow: hidden;
}

.featured2 {
  margin-bottom: 10px;
  float: right;
  width: 222px;
  height: 180px;
  padding: 10px;
  background: url(../../layout/images/content-bg.jpg) repeat-x #FFF;
  border: 1px solid #CCC;
  overflow: hidden;
}

.featuredmenu {
  background: url(../../slideshow/images/overlay.png);
  position: relative;
  left: 0px;
  top: -28px;
  z-index: 1;
  width: 220px;
  height: 20px;
  padding-top: 5px;
  text-align: left;
}

.featuredtitle {
  width: 222px;
  height: 25px;
  font: 12px Arial,Helvetica,sans-serif;
  margin-left: 6px;
}

.featuredheader {
  width: 222px;
  height: 25px;
  margin-left: 7px;
  font: 15px Arial,Helvetica,sans-serif;
}

.featurednews {
  position: relative;
  top: -20px;
  left: 0px;
}

.featureddate {
  font-size: 12px;
  font-weight: bold;
}

.featuredshortnews {
  font-size: 11px;
  margin-top: 3px;
}

.featuredcontainer a {
  text-decoration: none;
  color: white;
}

.featureddate a {
  color: #0052A3;
}

.featureddate a:hover {
  color: #1A8DFF;
}

.featuredshortnews a {
  color: #666;
}
