/*  pages_about_us.css - v0.6.1h */

h2
{
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2
{
  margin-top: 10px;
  margin-bottom: 10px;
}

h3
{
  font-weight: bold;
  margin-top: 10px;
}

p
{
  padding-top: 15px;
  padding-bottom: 15px;
}

.item
{
  font-size:0.8em;
  line-height:1.2em;
  padding-top:0.2em;
  text-align:left;
  width:100%;
}

.item_view_top
{
  background:transparent url(../../images/item_view_top_light.png) no-repeat scroll left bottom;
  height:15px;
}

.item_view_content
{
  background:transparent url(../../images/item_view_background_light.png) repeat-y scroll 0 0;
  min-height:1px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.item_view_bottom
{
  background:transparent url(../../images/item_view_bottom_light.png) no-repeat scroll left bottom;
  height:15px;
}

#employers_wanted_column
{
  width: 45%;
  float: left;
}

#jobseekers_wanted_column
{
  width: 50%;
  float: right;
  border-left: 1px solid gray;
  padding-left: 30px;
}

#our_back_of_the_envelope_story li
{
  list-style: disc;
  margin-left: 40px;
  padding-left: 20px;
  margin-top: 10px;
}

#hiring_steps_left_column
{
  width: 45%;
  float: left;
  margin-bottom: 20px;
}

#hiring_steps_right_column
{
  width: 50%;
  float: right;
  border-left: 1px solid gray;
  padding-left: 30px;
  margin-bottom: 20px;
}

#our_revenue_model li
{
  margin-left: 30px;
}

#our_revenue_model li .list_item_num
{
  width: 10%;
  float: left;
  clear: left;
  margin-top: 10px;
}

#our_revenue_model li .list_item_content
{
  width: 80%;
  float: left;
  clear: right;
  margin-top: 10px;
}

#common_question
{
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  font-style: italic;
}

#best_places_to_work_left
{
  float: left;
  width: 80%;
}

#best_places_to_work_right
{
  float: right;
  width: 20%;
}

#best_places_to_work_right img
{
  margin-top: -15px;
  float: right;
}

sup
{
  font-size:xx-small;
  vertical-align:top;
  font-weight: bold;
}

