.accordion {	border-left: solid 1px #CFCECE;
	border-right: solid 1px #CFCECE;
	border-bottom: solid 1px #CFCECE;
	overflow: hidden;
	/*width:766px;*/
	width:762px;
	font-family: verdana;	
	border: 1px solid #CFCECE;
	float: right; 
	position: relative;
	margin-bottom:20px;
	text-align:left;
	}
	.accordion dd {
	text-align:left;
	margin-left:10px;
	}

.accordion dt {width:100%; padding:8px; font-weight:bold; margin-top:0px; cursor:pointer;}


.accordion dd {overflow:hidden; background:#fff; padding-right:10px}
.accordion ul {overflow:hidden; background:#fff;}
.accordion span {display:block; width:100%; border:2px solid #9ac1c9; border-top:none; padding:15px}
.accordion ol{padding-top:8px;}



/***************** FOR FAQS TABS ********************/
.faqNavigation{
	padding-bottom:20px !important;
}
.divfaqsTabs{
	width:740px;
	float:left;

	font-family:Verdana, Geneva, sans-serif;

}

.faqstabDomestic{
	float:left;
}
.faqstabInternational{
	float:left;
}
.divfaqsTabs a:hover{
	background:#B50229;
	width:100px;
	height:20px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	
}
.divfaqsTabs a{
	background:#eee;
	width:100px;
	height:20px;
	color:#000;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	line-height:20px;
	float:left;
}
.divfaqsTabs a.active{
	background:#B50229;
	width:100px;
	height:20px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	line-height:20px;
}
.divfaqsTabs a.inactive{
	background:#eee;
	width:100px;
	height:20px;
	color:#000;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	line-height:20px;
}
.faqsdomestictabcontent{
	border:1px solid #B50229;
	float:left;
	width:760px;
}

.faqsinternationaltabcontent{
	border:1px solid #B50229;
	float:left;
	display:none;
}

#domesticaccordion{

	margin-top:0;
	border:1px solid #B50229;

	float:left;
}
#intaccordion{

	margin-top:0;
	border:1px solid #B50229;

	float:left;
}
