#HomeCenterColumn {
  float: left;
  overflow: hidden;
  position: relative;
  width: 756px;
}
#HomeCenterColumn #home_intro {
  clear: left;
  color: #666;
  float:left;
  font-size: 1.3em ;
  line-height: 1.52em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 490px;
}
#HomeCenterColumn p {
  margin: 0.9em 0.2em 1.4em;  
}
#HomeCenterColumn p span {
  color: #3f9f13;
  font-weight: 550;
}
#HomeRightSidebar {
  background: url(/images/home_right_col260.png) repeat-y right top;
  clear: none;
  float: right;
  margin: 0;
  overflow: hidden;
  /* 240 = InnerContainer.width -
           (LeftSidebar.RightMargin + HomeCenterColumn.width +
            HomeRightSidebar.PaddingLeft + HomeRightSidebar.PaddingRight)
  */
  padding: 0px 0 5px 6px;
  position: relative;
  width: 260px;
}
#HomeRightSidebar h1 {
  background-color: #ddd;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  clear: right;
  color: #444;
  font-size: 13px;
  margin: 0;
  padding: 6px 6px 8px; 
}
#HomeRightSidebar img {
  border: 0;
  padding-left: 0.5em;
}
div.HomeSidebox {
  font-size: 12px;
  padding: 6px;
  width: 238px;
}
div.HomeSidebox table {
  clear: none;
}
div.HomeSidebox td {
  vertical-align: top;
  padding-bottom: 1em;
}
div#social_media_links {
  border-top: 1px solid #fac87f;
  width: 490px;
  margin: 0 0 10px;
  padding: 10px 0 0;
  overflow: auto;
  float: left;
  clear: left;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1em;
}
a.social_media_label {
  display: block;
  float: left;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 7px;
  width: 72px;
}
a.social_media_icon {
  display: block;
  float: left;
  width: 32px;
}
div#social_media_links a.last {
  width: 35px;
}
div#social_media_links a.two_line {
  margin-top: 1px;
}
