/* */
.FaqSidebar-Track {
  width:10px;
  position:absolute;
  top:0px;
  background:#efefef;
}

.FaqSidebar-Handle {
  position:absolute;
  width:10px;
  height:91px;
  background:url(/images/scrollbar.gif) no-repeat;
  cursor:pointer;
}
#faqs_container {
	position:relative;
	top:0px;
	left:0px;
	width:800px;
}

#faq_title {
	margin:0;
	padding:10px 0 5px 0;
	font-size:18pt;
	color:#666;
	text-transform:uppercase;
	text-align:right;
	font-weight:normal;
}

.faqbar {
	position:relative;
	float:left;
	width:257px;
}

#faqquestions {
	position:relative;
	width:247px;
	overflow:hidden;
	color:#FFF;
}

#faqquestions ul,
#faqquestions li {
	margin:0;
	padding:0 10px 0 0;
	display:list-item;
}

#faqquestions li {
	margin:0 0 10px;
}

#faqquestions li a {
	font-size:8pt;
	font-family:helvetica, san-serif;
	color: #666666;
}



#faqquestions li  .activeFaq {
	/*color:#00285E;*/
	color:#996633;
}

.faqbar #SidebarScrollbar-Container {
	position:absolute;
	top:0px;
	left:102px;
}

#SidebarScrollbar-Container .Scrollbar-Track {
	position:absolute;
}

.faqcontent {
	position:relative;
	float:left;
	width:541px;
}

.answers {
	position:relative;
	left:36px;
	width:495px;
	overflow:hidden;
	font-size:9pt;
}

.answers p {
	margin:0;
	padding:0 0 20px;
	font-size:9pt;
}

.faqcontent .answers .Scroller-Container h1, .faqcontent .answers .Scroller-Container p, .faqcontent .answers .Scroller-Container b, .faqcontent .answers .Scroller-Container strong, .faqcontent .answers .Scroller-Container li, .faqcontent .answers .Scroller-Container a{
	font-size:8pt;
}

.faqcontent .answers .Scroller-Container a{
	font-weight:bold;
}

.answers ul li {
	list-style:disc;
}

.answers .answerHeader {
	margin:0 0 10px;
	padding:5px 0 0;
	font-weight:normal;
	color:#696969;
	text-transform:uppercase;
}

.faqcontent #AnswersScrollbar-Container {
	position:absolute;
	top:0px;
	left:388px;
}

.faqcontent .Scroller-Container {
	padding:0 10px 0 0;
}

.faqbar,
.answers,
.faqcontent,
.FaqSidebar-Track,
#faqquestions,
#faqs_container,
#SidebarScrollbar-Container .Scrollbar-Track,
#AnswersScrollbar-Container .Scrollbar-Track {
	height:356px;
}

.faqcontent .answers .answerHeader {
	font-weight:bold;	
}
.faqcontent .answers, .faqcontent .answers td, .faqcontent .answers em{
	color:#666666;
	font-size: 8pt;
}

.faqcontent .answers a {
	color:#993366;
}


.faqanswer_hide{
	display:none;
	height:0;
	top:-30000px;
}
.faqanswer_show{
	display:block;
	height:100%;
	top:-30000px;
	}
