#content {
	background: none;
	color: #333;
}

/** Category Bar Styles **/
	#category_bar {
		height: 15px;
		background-color: #000000;
		padding: 10px;
		overflow: hidden;
	}
	
	#category_bar ol {
		list-style-type: none;
		float: left;
	}
	
	#category_bar li {
		display: inline;
		padding: 0px 17px;
	}
	
	#category_bar li a {
		font-size: 11px;
		color: #E3E3E3;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#category_bar li a:hover, #category_bar .active_category {
		color: #D70A0A;
	}
	
	#category_bar .last_item {
		padding-right: 0px;
	}
/** End Category Bar Styles**/

/** FAQ box styles **/
	#faq_box {
		width: 940px;
		line-height:20px;
		background: url('../images/body/round-bg.png') repeat-y;
	}
	
	#faq_inner_box {
		width: 840px;
		padding: 10px 50px 0 50px;
		position: relative;
	}
	
	#faq_box a:hover {
		color: #D31145;
	}
	
	h3.category_title {
		font-size: 14px;
		color: #D70A0A;
		float: left;
	}
	
	.metricChooser {
		float: right;
	}
	
	#faq_q_box {
		width: 400px;		/** True width of 455 minus 15 for padding **/
		float: left;
		margin: 10px 0px 0px 5px;
		padding-right: 15px;
		border-right: 1px solid #DEDEDE;
		color: #9C9C9C;
		display: inline;
	}
	
	#faq_q_box a {
		color: #9C9C9C;
	}
	
	#faq_q_box a:hover {
		color: #666;
	}
	
	.faq_question, .faq_question_active {
		line-height: 20px;
		margin: 0px 0px 5px 15px;
		text-indent: -15px;
	}
	
	#faq_q_box .faq_question_active a {
		color: #000;
	}
	
	.faq_question_active a span {
		color: #D70A0A;
		font-weight: bold;
	}
	
	.faq_answer_a {
		color: #D70A0A;
		font-weight: bold;
	}
	
	#faq_a_box {
		width: 355px;
		float: right;
		margin: 10px 25px 0px 0px;
		display: inline;
		line-height: 20px;
	}
/** END FAQ box styles **/
	
#faq_close_button {
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 7px;
	left: 50px;
}
