 


/* ##############    ABOUT US PAGE STYLES           ################ */

.item {	
	font-family:calibri;
	width:600x;
	padding:10px;
	height:auto;
	font-size:14px;
	line-height:22px;
	color:#014dcd;
	text-decoration:none;
	font-weight:normal;
	
}
.clear { clear:both; }
.faq a, .faq div {
	color:#014dcd; text-decoration:none; font-weight:bold;
}

.faq p {	
line-height:20px;
	color:#014dcd;
	text-decoration:none;
	font-style:normal;
	font-weight:normal!important;
	font-size:14px;
	padding-top:10px;
	font-family:calibri;
}
.faq a {
	display:block;
	float:left;
	width:600px;
	padding-left:20px;
	margin-top:15px;
	background:url(../images/faq_plus.gif) no-repeat left 6px;
}
.faq a.minus { background:url(../images/faq_minus.gif) no-repeat left 12px; }
.faq div {
	float:left;
	display:none;
	width:600px;
	border-bottom:1px solid #0073ab;
	font-weight:normal;
	
}
.faq div a { display:inline; float:none;}
.faq ul li { list-style-image:url(../images/bullet_blue.png); font-size:14px; margin-left:40px; font-weight:normal;}

:focus{outline:0;}

