/* Question classes for FAQ page */
a.faq-q:link, a.faq-q:active, a.faq-q:visited {
	display: block;
	width: 690px;
	height: 18px;
	padding-left: 12px;
	padding-top: 5px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	border: 1px solid #e6e6e6;
	border-bottom: 5px solid #e6e6e6;
}
a.faq-q:visited {
	color: #B1B8BC;
}
a.faq-q:hover {
	border-color: #97cf6c;
	color: #97cf6c;

}
.faq-q_special, a.faq-q_special:link, a.faq-q_special:active, a.faq-q_special:visited {
	display: block;
	width: 300px;
	height: 18px;
	padding-left: 12px;
	padding-top: 5px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	border: 1px solid #e6e6e6;
	border-bottom: 5px solid #e6e6e6;
}
a.faq-q_special:visited {
	color: #B1B8BC;
}
a.faq-q_special:hover {
	border-color: #97cf6c;
	color: #97cf6c;

}

/* Selected answer class */
.faq-selected {
	display: block;
	width: 690px;
	height: 18px;
	padding: 2px 0px 8px 12px;
	display: inline;
	color: #97cf6c;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	border-top: 1px solid #97cf6c;
	border-right: 1px solid #97cf6c;
	border-left: 1px solid #97cf6c;
	border-bottom: 1px solid #e6e6e6;

}
.faq-selected_special {
	display: block;
	width: 300px;
	height: 18px;
	padding: 2px 0px 8px 12px;
	display: inline;
	color: #97cf6c;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	border-top: 1px solid #97cf6c;
	border-right: 1px solid #97cf6c;
	border-left: 1px solid #97cf6c;
	border-bottom: 1px solid #e6e6e6;

}

/* Answer box formatting class */
.faq-a {
	width: 678px;
	height: auto;
	padding: 8px;
	padding: 12px;
	color: #000000;
	border-right: 1px solid #97cf6c;
	border-left: 1px solid #97cf6c;
	border-bottom: 5px solid #97cf6c;

	}
.faq-a_special {
	width: 300px;
	height: auto;
	padding: 8px;
	padding: 12px;
	color: #000000;
	border-right: 1px solid #97cf6c;
	border-left: 1px solid #97cf6c;
	border-bottom: 5px solid #97cf6c;

	}
	
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	}
li {
	background-image: url(../images/layout/li_bullet.gif);
	background-repeat: no-repeat;
	background-position: 22px 2px;
	padding-left: 40px;
	margin-bottom: 6px;
	}
ul li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	}	
ul li ul li {
	background-image: url(../images/layout/li_li_bullet.gif);
	background-repeat: no-repeat;
	background-position: 22px 2px;
	padding-left: 40px;
	margin-bottom: 6px;
	}	
	
/* Hidden selected layers */
#faq0,
#faq1, 
#faq2,
#faq3,
#faq4,
#faq5,
#faq6,
#faq7,
#faq8,
#faq9,
#faq10,
#faq11,
#faq12,
#faq13,
#faq14,
#faq15,
#faq16,
#faq17,
#faq18,
#faq19,
#faq20,
#faq21,
#faq22,
#faq23,
#faq24,
#faq25,
#faq26,
#faq27,
#faq28,
#faq29,
#faq30,
#faq31,
#faq32,
#faq33 {
	display: none;
	}
/* Hidden answer layers */
#faq-a0,
#faq-a1, 
#faq-a2,
#faq-a3,
#faq-a4,
#faq-a5,
#faq-a6,
#faq-a7,
#faq-a8,
#faq-a9,
#faq-a10,
#faq-a11,
#faq-a12,
#faq-a13,
#faq-a14,
#faq-a15,
#faq-a16,
#faq-a17,
#faq-a18,
#faq-a19,
#faq-a20,
#faq-a21,
#faq-a22,
#faq-a23,
#faq-a24,
#faq-a25,
#faq-a26,
#faq-a27,
#faq-a28,
#faq-a29,
#faq-a30,
#faq-a31,
#faq-a32,
#faq-a33 {
	display: none;
	}