#KBFrm {
	/*display: inline;*/
	position: relative;
}
#keyword {
	/*border: solid 1px #000;
	padding: 3px;*/
}
.single #keyword, .single #directory {
	clear: none;
	height: auto;
	padding: 0;
	position: relative;
	width: 100%;
}
.single div div {
	background: none;
	clear: none;
	height: auto;
	padding: 0;
	width: auto;
}
#keyword h1 {
	font-size: 150%;
	margin: 0px;
}
.single #directory {
	border-top: 1px solid #dedede;
	/*height: 60px;*/
	margin-top: 20px;
	overflow: auto;
	padding-top: 20px;
	width: 100%;
	/*padding: 3px;
	max-height: 80px;*/
}
.single h2 {
	color: #000;
	font-size: 18px;
	line-height: 25px;
}
#keyword h2 {
	/*margin-bottom: 0;*/
	padding-top: 0;
}
#directory h2 {
	/*font-size:125%;
	margin:0px;
	max-width:100px;*/
	margin-bottom: 7px;
	padding-top: 0;
}
#directory div {
	/*font-size:80%;
	position:relative;
	top:-60px;
	left:105px;*/
}
#directory ul {
	float: left;
	height: auto;
	padding-left: 0;
	width: 450px;
}
#directory li {
	float: left;
	font-weight: bold;
	list-style: none;
	margin-right: 3px;
}
#directory a {
	padding: 1px;
	text-decoration: none;
}
#directory a:hover {
	background-color: #F8981C;
	color: #fff;
}
#directory ul li:last-child a:hover {
	background-color: transparent;
	color: #F8981C;
	text-decoration: underline;
}
#directory a.current {
	background-color: #F8981C;
	color: #fff;
	font-weight: bold;
}
#kbLegend {
	/*text-align: center;*/
	/*font-style: italic;*/
	font-size: 11px;
	padding-bottom: 15px;
}
.single h2 {
	color: #000;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0;
}
.single h3 {
	color: #666;
	font-size: 16px;
}
.single h3 a:link, .single h3 a:visited {
	color: #666;
	text-decoration: none;
}
.single h3 a:hover, .single h3 a:active {
	color: #F8981C;
	text-decoration: underline;
}
.single div div.faqsection {
	float: left;
	font-size: 11px;
	margin: 0 10px 10px 0;
	min-height: 200px;
		height: auto !important;
		height: 200px;
	width: 271px;
}
.single div div.faqsection ul {
	padding-bottom: 10px;
}
.single div div.faqsection p {
	font-weight: bold;
}
	
