div.title_box h1.byline
{
  /* line-height: 24px;*/
  font-size: 16px;
}

div.feature_container
{
/*  float: left;*/
  width: 660px;
  height: 420px;
  padding: 0;
  position: relative;
  margin: 10px 0 0 0;
}

div.feature_box
{
  width: 320px;
  height: 200px;
  position: absolute;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #eee;
}

/* Needed on IE7 to prevent background image shearing */
div.background_box
{
  padding: 0 20px;
  height: 100%;
}

div.feature_box p.introduction
{
  line-height: 22px;
  font-size: 15px;
}

div.feature_box h2
{
  /*color: #f61;*/
  padding-top: 15px;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 8px 0;
}

div.left_feature
{
  left: 0;
}

div.right_feature
{
  right: 0;
}

div.top_feature
{
  top: 0;
}

div.bottom_feature
{
  bottom: 0;
}

div.feature_box a
{
  color: #06c;
  font-weight: bold;
}

div.feature_box a:hover
{
  text-decoration: underline;
  color: #c60;
}

div.click
{
  color: #06c;
  font-weight: bold;
  float: left;
  position: absolute;
  bottom: 20px;
}

div.feature_box:hover div.click
{
  color: #c60;
  font-weight: bold;
  float: left;
  position: absolute;
  bottom: 20px;
  text-decoration: underline;
}

div.sidebar div.box
{
   height:140px;
   width:180px;
   position: relative;
   top: 0;
   left: 0;
}

div.sidebar div.box h3.bottom
{
  display: block;
  position: absolute;
  bottom: 7px;
  width: 180px;
}

div.sidebar div.box h3 a
{
  display: block;
  text-align: center;
  width: 180px;
  padding-top: 110px;
  font-size: 11px;
}

div.sidebar div.box h3 a:link,
div.sidebar div.box h3 a:visited
{
  color: #000;
}

div.sidebar div.box h3 a:hover
{
  color: #c60;
}
