﻿#faq h2 a  {
	color: #FFFFFF !important;
	background: transparent url(/SiteCollectionImages/Core/faq/h2_bg_minus.gif) top left no-repeat;
	padding: 3px 0 3px 30px;
	font-size: 12px;
	margin: 0 0 1px 0;
	display: block;
	text-transform: uppercase;
}
#faq .open {
	margin-bottom: 20px;
}
#faq h2 {
	padding: 0px!important;
	margin-top:0px;
}
.closed .question_group {
	display: none;
}
#faq  .closed  h2 a {
	background: transparent url(/SiteCollectionImages/Core/faq/h2_bg_plus.gif) top left no-repeat;
	color:#fff;
}
#faq .question_group {
	margin-bottom:12px;
}
#faq .question_group a.question_closed {
	color: #7b8e00;
	background: transparent url(/SiteCollectionImages/Core/faq/plus_small.jpg) top left no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 15px;
	display: block;
	margin: 10px 0 0 25px;
	font-weight:bold;
}
#faq .question_group a.question_open {
	color: #7b8e00;
	background: transparent url(/SiteCollectionImages/Core/faq/minus_small.jpg) top left no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 15px;
	display: block;
	margin: 10px 0 0 25px;
	font-weight:bold;

}
#faq .question_group a.faqLink {
	background:none;
	margin-left:0px;
	padding-left:0px;
	text-decoration:none;
}
#faq .question_group a.faqLink:hover {
	text-decoration:underline;
}
#faq  .question_group  a:hover {
	text-decoration:underline;
}
#faq .question_group .answer {
	color: #000000;
	margin: 10px 0 0 23px;
	display:none;
}
.answer img {
	float: left;
	padding-right: 10px;
}
#right .rightspacertop {
    display:block;
    height:3px;
}
/*#main #centercol {
	color:#000000;
}*/
