/* CSS Document */


h3.accordion_toggle {
	display: block;
	font-size:18px;
	font-weight:bolder;
	height: 30px;
	padding-left:26px!important;
	background: url(../images/arrow-bullet-active.gif) no-repeat 0 5px #FBFBFB;
	line-height:30px;
	color:#555;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	margin:0;
}

.accordion_toggle_active {
	background-image: url(../images/arrow-bullet.gif)!important;
	color: #ffffff;
	border-bottom: 1px solid #ddd;
}

.accordion_content {
	background-color: #ffffff;
	overflow: hidden;
}
	
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}
	
	.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}
	
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

 
.submenu{ margin:5px 0px 10px }
.submenu td{padding-bottom:3px;}
.submenu a {
	font-size:16px;
	color:#02679a;
	text-decoration:none;
	font-weight:bolder;
	padding-left:5px;
	display:block
}
.submenu a:hover {color:#555; }

.questionOut{cursor:pointer;color:#029a02;}
.questionOut:hover {color:#555; }

.questionOver{cursor:pointer;}
.questionOver:hover {color:#555; }



.ques-icon{font-size:22px; width:25px; font-weight:bold; margin:0;}

.ans_text{color:#555; background:#e9f8e8; font-size:14px;line-height:18px;text-align:left;; padding:35px 10px 10px 10px; margin-top:-32px}

  			
		
