.bcontainer{
float:left;
width:100%;
/*max-width:575px;*/
font-family: Verdana,Arial,sans-serif;
margin:10px 0px;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
list-style: none;
}
h3#leadfaq{
/*color:#2352a0;*/
color:#f26722;
font-size: 25px;
margin-bottom: 5px;
text-align:center;
padding:14px;
}
.bheader {
font-size:15px;
/*border: 1px solid #CCCCCC;*/
border: 1px solid #a2a2a2;
border-radius: 6px;
text-align: left;
/*background-color: #E8E6E6;*/
background-color: #d4d4d4;
font-weight: normal;
color: #333;
display: block;
cursor: pointer;
position: relative;
margin: 8px 0 0 0;
padding: 7px 5px 7px 25px;
min-height: 0;
support: IE7;
}
.bheader:hover{
border: 1px solid #f26722;
}
.bcontent{
padding: 11px 24px;
overflow: auto;
border: 1px solid #b5b5b5;
border-radius-bottom: 6px;
border-top: 0;
margin-top: -4px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
color: #222222;
line-height: 1.3;
font-family: Verdana,Arial,sans-serif;
font-size: 14px;
}
.bcontent p{
font-size:15px;
color: #585858;
text-align:left;
}
.bheader:hover,
.bheader:link,
.bheader:visited, {
	color: #212121;
	text-decoration: none;
}
.bcontainer .bcontent {
display: none;
}