/* ------------------------------------------------------------------------------
 [] About Page
    Author: Erik Burns
    Version: 23 August 2007
    ----------------------------
    Styles for the VoiceFire "About Us" pages. This currently includes all
    company pages and the Privacy Policy and Terms of Use pages.
/* ------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------
 :: Content Area
    ------------
    Styles for the content area
--------------------------------------------------------------------------------- */
.about .right_column h2 {
  clear: both;
  border-bottom: 2px solid #ccc;
  }

.about .right_column h3 {
  padding-bottom: 0px; padding-top: 5px; margin-top: 0;
  }

.about .right_column .about_team_photo {
  float: right;
  padding: 3px 4px 20px 0;
  }

.about .right_column .about_team_copy {
  display: block;
  padding-right: 134px;
  }

.about .right_column .about_us_callout {
  float: right;
  padding: 3px 0 10px 10px;
  }

.about .right_column ul.about_us_list {
  padding: 0; margin: 0;
  list-style: none;
  }

.about .right_column ul.about_us_list li {
  background: url("/skins/VF/images/about_us_bullet.gif") no-repeat 0 0;
  padding: 2px 0 8px 30px;
/* Fix an IE bug where the bullets aren't displaying */
  height: 1%;
  }

.about .right_column ul.about_us_list li .about_us_feature_copy {
  color: #666;
  }

