@charset "utf-8";
/* CSS Document */

*html{
	width:100%;

}
body {
	background-color: #6a7382;
	margin:0px auto;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#343a43;
	line-height:18px;
	text-align:center;
}

#page-holder{
		margin:0px auto;
		width:982px;
		text-align:left
}
#container{
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width:960px;
	padding:0px 11px;
}

#main-area{
	width:924px;
	padding:34px 18px 12px 18px;
	background-image: url(../images/main-area-shade.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#left-panel{
	width:178px;
	float:left;
	font-size:12px;
	color:
}
#right-panel{
	float:right;
	width:718px;
}
#footer{
	background-color:#ededed;
	font-size:11px;
	color:#8b8b8b;
	border-top:1px solid #d1d1d1;
	text-align:right;
	padding:6px 18px;	
}





.left-btn{
	color:#096ba0;
	font-size:12px;
	background-image: url(../images/left-btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-decoration:none;
	padding:3px 6px;
	margin-bottom:4px;
}
a.left-btn:hover{
	color:#096ba0;
	font-size:12px;
	background-image: url(../images/left-btn-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-decoration:none;
	padding:3px 6px;
	margin-bottom:4px;
}
.left-btn-active{
	color:#ffffff;
	font-size:12px;
	background-image: url(../images/left-btn-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-decoration:none;
	padding:3px 6px;
	margin-bottom:4px;
}




a img{
	border:none;
}
a{
	color:#0081c7;
}
a:hover{
	color:#008a57;
}
h1{
	padding:0px;
	margin:0px;
	font-size:20px;
	color:#0081c7;
	padding-bottom:8px;
	font-weight:normal;
}
h2{
	padding:0px;
	margin:0px;
	font-size:16px;
	color:#0081c7;
	padding-bottom:5px;
	font-weight:bold;
}
h3{
	padding:0px;
	margin:0px;
	font-size:16px;
	color:#008a57;
	padding-bottom:5px;
	font-weight:bold;
}
h4{
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#008a57;
	padding-bottom:5px;
	font-weight:bold;
}
h5{
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	font-size:14px;
	color:#0081c7;
	font-weight:bold;
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
ul{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	padding-left:16px;

}
li{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	padding-bottom:2px;
}



.text-bold{
	font-size:13px;
	font-weight:bold;
}
.blue-text{
	font-size:13px;
	color:#0081c7;
}
.blue-text-bold{
	font-size:13px;
	color:#0081c7;
	font-weight:bold;
}
.blue-fouteen-bold{
	font-size:14px;
	color:#0081c7;
	font-weight:bold;
}
.green-text{
	font-size:13px;
	color:#008a57;
}
.green-text-bold{
	font-size:13px;
	color:#008a57;
	font-weight:bold;
}
.green-fouteen-bold{
	font-size:14px;
	color:#008a57;
	font-weight:bold;
}
.white-text{
	font-size:13px;
	color:#ffffff;
}
.white-big-text{
	font-size:20px;
	color:#ffffff;
}






.home-page-blue-section{
	background-image: url(../images/home-page-blue-section.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#ffffff;
	padding:15px;
	height:100px;
	overflow:hidden;
}
.home-blocks{
	width:230px;
	float:left;
}
.home-blocks a{
	text-decoration:none;
}
.blocks-heading{
	background-image: url(../images/bottom-section-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#099e67;
	padding:6px 32px 6px 16px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
.clear-all{
	clear:both;
	height:1px;
	overflow:hidden;
}
.v-dotted-line{
	background-image: url(../images/v-dotted-line.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.h-dotted-line{
	background-image: url(../images/h-dotted-line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.form-left{
	float:left;
	width:80px;
	font-weight:bold;
}
.form-right{
	float:left;
	width:200px;
}
.box{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#343a43;
	width:200px;
	border:1px solid #b0bbc1;
}

.add-left{
	float:left;
	width:80px;
	font-weight:bold;
}
.add-right{
	float:left;
	width:200px;
	
}

.blue-question{
	background-color:#e7f3fa;
	padding:8px 15px;
	border-top:1px solid #96cbe8;
	margin-bottom:10px;
}
.gray-question{
	background-color:#f1f5f7;
	padding:8px 15px;
	border-top:1px solid #bec9c5;
	margin-bottom:10px;
}

.q{
	float:left; 
	width:25px;
	font-size:14px;
	color:#008a57;
	font-weight:bold;
}
.question{
	float:left; 
	width:520px;
}
.answer{
	float:right
}

.tab{
	color:#ffffff;
	font-size:18px;
	background-image: url(../images/blue-tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	text-align:center;
	width:29px;
	display:block;
	height:27px;
	padding-top:5px;
	float:left;
	margin-right:5px;
}
.tab:hover{
	color:#ffffff;

}
.tab-active{
	color:#ffffff;
	font-size:18px;
	background-image: url(../images/green-tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	text-align:center;
	width:29px;
	display:block;
	height:27px;
	padding-top:5px;
	float:left;
	margin-right:5px;
}

.tab-info{
	background-color:#e7f3fa;
	padding:3px 10px;
	border-top:1px solid #96cbe8;
	font-size:16px;
	color:#008a57;
	font-weight:bold;
}
.answer-hide{
	display:none
}
.answer-show{
	display:block
}


.quiz{
background-color:#e7f3fa; 
padding:5px 10px; 
border-left:1px solid #96cbe8; 
border-right:1px solid #96cbe8;
}
.mantory{

font-size:9px;
color:#000000;

font-family:Arial, Helvetica, sans-serif;
}
.mantory-right{

font-size:9px;
color:#000000;
float:right;

font-family:Arial, Helvetica, sans-serif;
}


.testimonial-block{
	width:334px;
	float:left;
	padding-bottom:30px;
	padding-right:25px;
}
.testimonial-title{
	background-image: url(../images/testimonial-top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding:10px 15px;
}
.testimonial-comments{
	background-image: url(../images/testimonial-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
	padding:10px 15px 25px 10px;
}