
	
/*************************/
/* FAQ PAGES        */
/*************************/

#faqheader { 
	width:688px;
	height:109px;
	background-image:url(images/faqheader.gif);
	background-repeat:no-repeat;
	color:#fff;
	margin-bottom:3px;
	clear:both;
	text-align:right;
	}
.faqli {
	font-weight:bold;
	background:url(images/blueBullet.jpg);
	background-repeat:no-repeat;
	background-position:2px 6px;
	list-style:none;
	padding:3px 0 3px 10px;
	position:relative;
	display:block;
	color:#333;
}
a.faqli, .faqitem a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
a.faqli:hover, .faqitem a:hover {
	text-decoration:underline;
}
.faqitem {
	border:1px dotted #666;
	border-left:0;
	border-right:0;
	border-top:0;
	height:1px;
	display:none;
	overflow:hidden;
}
.faqitemcontent {
	margin:10px;
}
a.expandcontract {
	color: #0099ff;
	margin:0 0 10px 0;
}
