@charset "utf-8";

h3 a {color: #555;}
h3 a:hover {text-decoration: none;}
h4 {
	border-left: solid 6px #67C6DD;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 0 3px 9px;
	margin: 0 0 10px;
}
h5 {
	font-weight: bold;
	margin: 10px 0 5px;
}


div.faqList {
	width: 650px;
	padding: 5px 0 0;
	margin-bottom: 30px;
	float: right;
}
div.categoryBox {
	width: 210px;
	margin: 0 10px 30px;
	float: left;
	display: inline;
	border: solid 1px #999;
}
div.categoryBox ul {
	background: #fff;
	padding: 3px 10px 5px;
	border-top: solid 4px #67C5DE;
}
div.categoryBox ul li {
	background: url(../images/icon01.gif) no-repeat 0 7px;
	padding: 0 0 5px 15px;
	margin: 5px 0 0;
	border-bottom: dotted 1px #999;
}
div.searchForm {
	background: #fff;
	padding: 3px 10px 5px;
}

div#faqblock0, div#faqblock1, div#faqblock2, div#faqblock3, div#faqblock4,
div#faqblock5, div#faqblock6, div#faqblock7, div#faqblock8, div#faqblock9 {
	padding: 0 0 12px;
	margin: 0 0 12px;
	border-bottom: dotted 1px #CCCCCC;
}

div.faq_question {
	width: 615px;
	height: auto;
	min-height: 20px;
	background: url(../images/title_q.jpg) no-repeat 0 0;
	padding: 0 0 0 35px;
	margin: 0 0 12px;
}
div.faq_answer {
	width: 650px;
	background: url(../images/title_a.jpg) no-repeat 0 0;
}
div.faq_answer p {
	width: 615px;
	height: auto;
	min-height: 20px;
	padding: 0 0 0 35px;
	margin: 0 0 12px;
}
div.faq_question a {
	width: 615px;
	color: #0099CC;
	font-weight: normal;
	display: block;
}
div.faq_question a:hover {
	text-decoration: underline;
}
div.faqPages {
	width: auto;
	text-align: center;
	/*background-color: #F3F3E8;*/
	padding: 30px 4px 20px;
}













