#secondary_nav_header{
	background: url('/img/real_answers/real_answers_home_subhead.png') no-repeat top left;
}

#main_content{
	padding: 1px 0 40px; /* 1px is to prevent margins from collapsing */
	background-color: #000000;
}

#slot_1
{
	background-color:#151515;
	height: 500px;
	margin:18px 0 20px 40px;
	padding:20px 40px 0 20px;
	width:820px;
	height:380px;
}

#slot_2
{
	background-color:#000000;
	min-height: 195px;
	_height: 165px;
}

/**************
  QA Overview Classes
**************/
#page_overview .prefix{
	display:none;
}

#page_overview .item_stat_box{
	display:none;
}

#page_overview .content_caption{
	border-bottom:1px solid #787878;	
}

#overview_content {
	display: none;
}

#outbound_link_questions{
	display:none;
}

#outbound_link_answers {
	display: inline-block;
}

#page_overview .item_extended_info, #page_overview blockquote, #page_overview  .read_more_link {
	display:none;
}

#page_overview h1 {
	color:#ffffff;
}

#olq_wrap{
	display:none;
}

/**************
  Text Promo
**************/
#slot_2 div.text_promo{
	float:left;
	height: 220px;
	padding:0 40px 0 0;
	width:158px;
	background: transparent url(/img/divider_vertical_medium.gif) repeat-y right top;
}

#slot_2 .text_promo_copy {
	margin-top: -7px;
}

/**************
  Feature Lists
**************/
.feature_list_box
{
	width: 280px;
	height: 220px;
	padding: 0 40px;
	color: #858585;
	float: left;
	background: transparent url(/img/divider_vertical_medium.gif) repeat-y right top;
}

.feature_list_box:last-child, .member_list {
	background: none;
}



.feature_list_title
{
	display: block;
	margin-bottom: 20px;
}
.feature_list_copy
{
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}
.feature_list
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.feature_list li
{
	margin: 5px 0;
	zoom: 1;
}
.feature_list img
{
	float: left;
	margin-right: 12px;
}


.feature_list.member img
{
	margin-bottom: 35px;
}

.feature_list .subtitle,
.feature_list .name {
	font-size: 11px;
}

.member img{
	height:96px;
}

.feature_copy
{
	font-size: 11px;
	display: block;
}
.feature_list .feature_name
{
	font-weight: bold;
	margin-bottom: 3px;
	display: block;
}
.feature_title
{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	display: block;
}

.feature_action_text
{
	background:transparent url(/img/real_answers/blue_arrow_sm.png) no-repeat scroll right center;
	font-size:11px;
	padding-right:10px;
	display: inline;
	margin-top:2px;
}

/*ie6 specific styles*/
#slot_1 {
	_height: 420px !important;
}

#page_overview #outbound_link_answers {	_margin-top: 15px; }


