/* CSS Document */

/* ---------------------------------------- */

.BubbleHeading{
	width:926px;
	height:78px;
	background:transparent url(img/imgHeadingBg.gif) no-repeat;
	}
.BubbleHeading h2{
	font-size:18px;
	font-weight:normal;
	color:#fff;
	padding:8px 0px 0px 15px;
	}

/* ---------------------------------------- */

#FaqList{
	width:318px;
	float:right;
	}
#FaqList .FaqList-TopCap{
	width:318px;
	height:10px;
	background:transparent url(img/imgLnksTopCap.gif) no-repeat;
	overflow:hidden;
	}
#FaqList .FaqList-Bg{
	width:288px;
	padding:0px 15px 0px 15px;
	background:transparent url(img/imgLnksBg.gif) repeat-y;
	}
#FaqList .FaqList-BottomCap{
	width:318px;
	height:10px;
	background:transparent url(img/imgLnksBottomCap.gif) no-repeat;
	overflow:hidden;
	}
	
#FaqList ul{
	width:288px;
	}
#FaqList li{
	display:block;
	border-bottom:1px solid #E2E3DF;
	padding:0px 0px 0px 0px;
	}
#FaqList li.Last{
	border-bottom:none;
	}
#FaqList li a{
	padding:7px 0px 7px 0px;
	font-size:12px;
	line-height:14px;
	color:#90956E;
	text-decoration:none;
	vertical-align:top;
	display:block;
	}
#FaqList li a:hover{
	color:#B9BCA5;
	}

/* ---------------------------------------- */

#FaqDisplay{
	width:580px;
	padding:25px 0px 0px 0px;
	float:left;
	}
#FaqDisplay .Faq{
	width:580px;
	padding:5px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #F1F1F1;
	}
#FaqDisplay h3{
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color:#3F3E3E;
	padding:0px 0px 10px 0px;
	margin:0px;
	}
#FaqDisplay p{
	font-size:12px;
	line-height:16px;
	color:#666666;
	padding:0px 0px 0px 5px;
	}
#FaqDisplay p a{
	font-size:12px;
	color:#666666;
	text-decoration:underline;
	}
#FaqDisplay p a:hover{
	font-size:12px;
	color:#666666;
	text-decoration:none;
	}


