.header {
	display: block;
	padding: 10px 0 0 25px;
	margin-bottom:20px
}
#contactLnk {
	float:left;
}
.msg {
	width:624px;
	float:left;
	margin: 2px 6px 0 0;
	font-size: 13px;
	font-style: italic;
	padding: 10px;
	border: 1px solid #CAC6C7;
	background-color: #EDEDED;
}
.tabs {
	background: url(../images/faq/tabsBkd.png) left bottom repeat-x;
	height: 29px;
	padding: 21px 0 0 25px;
}
.tab {
	float: left;
	background: url(/content/skin-02/images/tabOff.jpg) left top repeat-x;
	/*width: 106px;*/
	height: 22px;
	padding: 6px 5px 0;
	margin-right: 9px;
	text-align: center;
	color: #808080;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #D1D1D1;
	border-bottom: none;
}
.tabOn {
	background: url(/content/skin-02/images/tabOn.jpg) left top repeat-x;
	color: #174962;
}
.faqContent {
	background-color: #EDEDED;
	padding: 30px 50px 30px 20px;
}
.question-row {
	background: url(../images/faq/faqClps.png) left 4px no-repeat;
	padding: 0 0 5px 12px;
	border-bottom: 1px solid #CAC6C7;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 13px;
	color: #4C7DA6;
	font-weight: bold;
	cursor: pointer;
}
.questionExp {
	background: url(../images/faq/faqExp.png) left 4px no-repeat;
}
.answer {
	display: none;
}
.answer-show {
	padding-bottom: 34px;
	line-height: 18px;
	margin-top: -4px;
}
.subSec {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	background-color: #472D6E;
	padding: 3px;
	color: #FFFFFF;
	margin: 20px 0 10px;
}
.faq-item .answer-show  a,
.faq-item .answer-show  a:visited{
	color:#4C7DA6;
}


















/*.faq-tabs {
	width: 100%;
	height: 23px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #B0BECD solid 1px;
}
.faq-tabs .tab-selected,
.faq-tabs .tab-not-selected {
	height: 17px;
	width: 115px;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding: 2px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.faq-tabs .tab-selected {
	background-image: url(../images/faq-tab-bkd-on.jpg);
	border: #193A62 solid 1px;
	color: #FFFFFF;
}
.top-text {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}

.faq-tabs .tab-not-selected {
	background-image: url(../images/faq-tab-bkd-off.jpg);
	border: #AAAAAA solid 1px;
	color: #4C4C4C;
}
.faq-item {
	margin-bottom: 12px;
}
.question-row {
	background-color: #25568A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	padding: 2px 0 4px 5px;
	cursor: pointer;
	height: 100%;
	#padding-bottom: 3px;
	#margin-bottom: -1px;
}
.question-row .question {
}
.question-row .expander,
.question-row .collapser {
	height: 20px;
	width: 15px;
	float: right;
	background-repeat: no-repeat;
	background-position: left center;
}
.question-row .expander {
	background-image: url(../images/collapsed.gif);
}
.question-row .collapser {
	background-image: url(../images/expanded.gif);
}
.faq-item .answer,
.faq-item .answer-show {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #BECFE1;
	padding: 10px;
	font-weight: normal;
}
.faq-item .answer {
    display:none;
}
.subsectionTitle {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 15px 0 8px 0;
	padding-bottom: 3px;
}*/

