/*faq*/
#faq {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
}
#faq .Introduction {
	height: 170px;
	width: 850px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/faq.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#faq .Introduction .Titles {
	float: left;
	width: 400px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #000;
	line-height: 48px;
	clear: left;
	text-align: left;
}
#faq .Introduction .narrative {
	color: #707070;
	font-size: 13px;
	line-height: 22px;
	float: left;
	width: 400px;
	clear: left;
}

#faq .Introduction .more {
	color: #FFF;
	font-size: 10pt;
	margin-top: 15px;
	float: left;
	clear: left;	
}
#faq .Introduction .more a {
	color: #FFF;
	background-color: #C00;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
}
#faq .Introduction .more a:hover {
	background-color: #F93;
}


.sliderbox { 
	width: 940px; 
	margin: 0 auto; 
	overflow:hidden;
}
.sliderbox a { color:#01B2F1;}
.sliderbox a:hover {
	color: #F90;
	text-decoration: none;
}
.sliderbox dt {
	height: 40px;
	cursor: pointer;
	background-image: url(../images/newsclosedbg.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
.sliderbox .open { 
	font-size: 13px; 
	background: url(../images/newsopenbgtop.gif) no-repeat; 
	color: #01b2f1; 
	cursor: default;
}
.sliderbox .title {
	font-size: 12pt;
	color: #990000;
	padding: 0 0 0 40px;
	line-height: 30pt;
}	
		
.sliderbox dt:hover span {
	color: #FF9900;
}	
.sliderbox .open:hover span { color:#01b2f1;}	
.sliderbox .n_thumb { 
	width: 113px; 
	height: 125px;
	float:right; 
	padding:0 0 20px 20px; 
}
.sliderbox dd {
	font-size: 12px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.sliderbox .text {
	font-size: 10pt;
	color: #666666;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	float: left;
	margin-top: 20px;
	line-height: 20pt;
}
.sliderbox .text .readmoreline { 
	text-transform:uppercase; 
	padding: 12px 0 0 0; 
	display: block;
}
.sliderbox .text .readmoreline .arrow {
	width: 14px; 
	height: 14px; 
	background: url(../images/readmore.gif) top left no-repeat; 
	display: block; 
	float: left; 
	margin: 1px 8px 0 0; 
	font-size: 0px; 
	line-height: 0px;
}	
.sliderbox .text .readmoreline:hover .arrow { background-position: bottom left;}	
.sliderbox .text .readmoreline:hover { text-decoration: none;}	
.sliderbox .text .readmoreline {
	display: block;
	padding: 12px 0 0;
	text-transform: uppercase;
}
