

/* FAQ LIST COMPONENT */
.faq_category_title_1 {
	color: #50422B;
	font-size: 18px;
}
.faq_category_title_1 a:link, .faq_category_title_1 a:visited, .faq_category_title_1 a:hover, .faq_category_title_1 a:active {
	color: #50422B;
	text-decoration: none;
}

.faq_category_title_2 {
	margin: 20px 0px 10px -20px;
	color: #50422B;
	padding: 0px 0px 10px 20px;
	background-image: url(/custom_content/site/images/bullet2.gif);
	background-position: 0px -3px;
	background-repeat: no-repeat;
	font-size: 15px;
	border-bottom: 1px solid #DDDDDD;
}
.faq_category_title_2 a:link, .faq_category_title_2 a:visited, .faq_category_title_2 a:active {
	color: #50422B;
	text-decoration: none;
}
.faq_category_title_2 a:hover {
	color: #745F3C;
	text-decoration: none;
}



.faq_list_items {
	font-size: 14px;
	color: #A7441D;
	padding: 2px 0px 0px 20px;
	background: url(/custom_content/site/images/bullet.gif) no-repeat;
}
.faq_list_items h3{
	margin: 2px 0px;
}
.faq_date {
	font-size: 10px;
	margin: 10px 0px 4px 12px;
	color: #333333;
}
.faq_title {
	padding-top: 4px;
	font-weight: normal;
}
.faq_title a:link, .faq_title a:visited, .faq_title a:active {
	text-decoration: none;
}
.faq_title a:hover {
	text-decoration: none;
}

#faq_initial {
	width: 27px;
	padding: 4px 8px 4px 0px;
}
#faq_initial p{
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
.faq_question {
	margin: 2px 0px;
	padding-left: 11px;
}

.faq_button_more {
	margin: 10px 0px;
}
.faq_button_more a:link, .faq_button_more a:visited, .faq_button_more a:active {
	color: #333333;
	text-decoration: none;
}
.faq_button_more a:hover {
	color: #A7441D;
}


/* FAQ CATEGORY COMPONENT */


.faq_content_category_container {
	margin-left: 45px;
}
#faq_category_container {
	background: url(/content/faq/images/faq_category_tiling.png) repeat-y;
	padding: 15px;
}
.faq_category_list {
	padding: 4px 0px;
	margin-bottom: 4px;
}
#faq_categories_base {
	height: 10px;
	background: url(/content/faq/images/faq_category_base.png) no-repeat;
}

/* FAQ CONTENT */

.details_date {
	margin: 2px 0px 13px 0px;
}
.faq_question_graphic {
	width: 36px;
	padding-top: 5px;
	padding-left: 35px;
}
.faq_details_title {
	padding-bottom: 20px;
	margin: 4px 0px 20px 0px;
	font-weight: normal;
}
.faq_content_column {
	padding-bottom: 20px;
}
.faq_question_body {
	padding: 4px 0px 4px 8px;
}
.faq_content_column, .faq_content_column p{
	margin: 0px;
}
.faq_details_question, .faq_details_question p{
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
.q_a_text {
	width: 60px;
	padding-right: 20px;
}
.q_a_text p{
	font-weight: bold;
	color: #000000;
	margin: 4px 0px;
}
