/* Question classes for FAQ page */
a.faq-q:link, a.faq-q:active, a.faq-q:visited {
	display: block;
	width: 560px;
	height: 25px;
	padding-left: 12px;
	padding-top: 16px;
	color: #A4AFB5;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	background-image: url(../images/featured_btn.jpg);
	background-repeat: no-repeat;
	background-position: -4px 0px;
}
a.faq-q:visited {
	color: #B1B8BC;
}
a.faq-q:hover {
	color: #003366;
	background-position: -4px -41px;
}

/* Selected answer class */
.faq-selected {
	display: block;
	width: 560px;
	height: 25px;
	padding-left: 12px;
	padding-top: 16px;
	display: inline;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	background-image: url(../images/feature_selected.jpg);
	background-repeat: no-repeat;
	background-position: -4px 0px;
}

/* Answer box formatting class */
.faq-a {
	width: 560px;
	height: auto;
	padding: 8px;
	padding-bottom: 15px;
	/*background-color: #D3E1E2;
	border: 1px solid #74939A;
	border-top: none;*/
	color: #000000;
	background-image: url(../images/featured_bg.jpg);
	background-repeat: no-repeat;
	background-position: -4px bottom;
	}
	
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	width: 500px;
	}
li {
	background-image: url(../images/bg_arrow.gif);
	background-repeat: no-repeat;
	width: 500px;
	background-position: 14px 2px;
	padding-left: 30px;
	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;
	}
