@charset "UTF-8";

/* CSS Document */

#faqBottom {
	width: 960px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	height: 255em;
}
#faqLeft {
	width: 159px;
	height:251em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #338DC9;
	float: left;
}
#faqRight {
	width: 790px;
	height:100%;
	float: left;
	padding-left: 10px;
	text-align: left;
}
.floatLeft {
	float: left;
}
#faqTop {
	float: left;
	height: 390px;
	width: 729px;
	padding-left: 60px;
}

#faqTop #faqNav {
	height: 390px;
	width: 340px;
	float: left;
	margin-left: 50px;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 1.1em;
}
#faqTop #faqNav p{
	padding-top: 3px;
	padding-bottom: 3px;
}
#faqContentOut {
	float: left;
	height: 100%;
	width: 500px;
	margin-left: 120px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7f7f7f;
	margin-top: 70px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#faqContentIn {
	float: left;
	height: 100%;
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7f7f7f;
	padding-top: 20px;
	padding-bottom: 20px;
}
#faqContentIn h2{
	padding-bottom: 5px;
}
#faqContentIn p{
	line-height: 1.4em;
}
#backToList {
	float: left;
	width: 500px;
	padding-bottom: 25px;
	padding-top: 10px;
}
#faqContentIn h2{
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
