div#content_container
{
	background-image	: url("/images/container_bg_right.png");
}

div.grayBox div.grayBoxHeader
{
	margin				: 2px 10px;	
}

div.faq_answer
{
	position			: relative;	
}

div.faq_questions
{
	margin-left: -10px; 
	margin-right: -25px;
	position			: relative;
}
div.faq_questions ul
{
	list-style			: none;
}

div.faq_questions li
{
	margin				: 0 0 7px 0;
	padding				: 0 10px 0 0;
}

a.link_answer
{
	color				: #25546E !important;
	text-decoration		: none;
	font-weight			: bold;
}

div.faq_questions ul li div a:hover
{
	text-decoration		: underline;
}

div.faq_question_inner
{
	padding				: 3px 10px;	
}
div.faq_answer
{
	background			: #FFF;
	padding				: 5px 16px 5px 35px;
}

img.faqBullet
{
	margin-right		: 14px;
}

img.faqCloseImg
{
	float				: right;
	margin-right		: -7px;
	display				: none;
	cursor				: pointer;
}
