/*#accordion {width:459px; margin:50px auto}
.accordion {width:459px; font:12px Verdana,Arial; color:#000000}
.accordion dt {width:439px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
.accordion dt:hover {background:url(images/header_over.gif)}
.accordion dd {overflow:hidden; background:#fff}
.accordion span {display:block; width:425px; border:2px solid #9ac1c9; border-top:none; padding:15px}*/

#accordion2 {width:220px; margin:0px auto;/* border:1px solid #333; */border-top:none}
.accordion2 {width:220px;font:12px Verdana,Arial; color:#0000000}
.accordion2 dt {width:200px;font-weight:bold; cursor:pointer; background-color:#fff; background-image:url(images/arrow_down.gif); background-position:right center; background-repeat:no-repeat; color:#000000; /*border-top:1px solid #333*/}
.accordion2 dt:hover {background-color:#fff}
.accordion2 .open {background-color:#fff; background-image:url(images/arrow_up.gif)}
.accordion2 dd {overflow:hidden; background:#fff;}
.accordion2 span {display:block; border-top:none; }

#accordion {width:220px; margin:0px auto;/* border:1px solid #333; */border-top:none}
.accordion {width:220px;font:12px Verdana,Arial; color:#0000000}
.accordiondt {width:200px;font-weight:bold; cursor:pointer; background-color:#fff; background-image:url(images/arrow_down.gif); background-position:right center; background-repeat:no-repeat; color:#000000; /*border-top:1px solid #333*/}
.accordion dt:hover {background-color:#fff}
.accordion .open {background-color:#fff; background-image:url(images/arrow_up.gif)}
.accordion dd {overflow:hidden; background:#fff;}
.accordion span {display:block; border-top:none; }

/*faq drop down start*/
#Why {
	width: 225px; padding-bottom:4px;
	}
#Why h1 {
	color: #209A9B;
	font-size: 20px;
	padding: 8px 12px;
	font-weight:normal;
}
.dhtmlgoodies_question {	/* Styling question */
	color: #225D79;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	height:25px;
	overflow:hidden;
	cursor:pointer;
	padding: 0px 0px 0px 20px;
	font-weight:800;
	text-decoration: none;
	line-height: 10px;
	text-align:left;
	background-image:url(images/question-bg.jpg) ;
}

.dhtmlgoodies_question1 {	/* Styling question */
	color: #225D79;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	height:25px;
	overflow:hidden;
	cursor:pointer;
	padding: 0px 0px 0px 20px;
	font-weight:800;
	text-decoration: none;
	line-height: 10px;
	text-align:left;
	background-image:url(images/answer-bg.jpg);
}

.dhtmlgoodies_answer {	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	background-image:url(images/left-nav-bg.jpg);
}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	overflow:hidden;
	line-height: 18px;
	text-align:justify;
	background-image:url(images/left-nav-bg.jpg);
}

.dhtmlgoodies_answer_content a {	
	color: #cebbae;
	text-decoration: none;
}

.dhtmlgoodies_answer_content a:hover {	/* Content that is slided down */
	color: #cebbae;
	text-decoration: underline;

}

.dhtmlgoodies_answer_content_ul {
	padding: 5px 10px 5px 20px;
	margin:0px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	}

/*faq drop down end*/
