div#faq {
	position:relative;
	width:800px; 
	margin-left:7px;
	background-color:#daf4fa;
	padding:7px;
	border:1px dotted #000033;
	margin-bottom:7px;
}

#faq h2 {margin:5px 0 -5px -5px;}

#faq h3 {
	position:relative;
	margin:13px;
	padding:12px;	
	padding-left:55px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7a0d01;
	background:#fff;
	vertical-align:baseline;
}

/* image and left padding for Answers */
#faq div {
	position:relative; 
	width:735px;
	background:url(../images/A.gif) no-repeat;
	margin:-10px 0 20px 38px;
	padding-left:30px;	
 }

/* the + and - gif in the anchors */
#faq h3.DTplus {background:url(../images/Qplus.gif) #fff no-repeat;}
#faq h3.DTminus {background:url(../images/Qminus.gif) #fff no-repeat;}
/**********************************/
/**********************************/
#faq .showDD {position:static;}
#faq .hideDD{top:-9999px;position:absolute}
#faq h3 {cursor:pointer;cursor:hand}


