#faqSection{
	background:#fff;
	padding: 20px 90px 60px 20px;
	border:1px solid white;
	text-shadow:1px 1px 0 white;
}



/* The expand / collapse button */

a.button2{
	background:url('img/buttons.png') no-repeat;
	width:80px;
	height:38px;
	position:absolute;
	right:50px;
	top:45px;
	text-indent:-9999px;
	overflow:hidden;
	border:none !important;
}

a.button2.expand:hover{ background-position:0 -38px;}
a.button2.collapse{ background-position:0 -76px;}
a.button2.collapse:hover{ background-position:0 bottom;}

/* Definition Lists */

dt{
	color:#8F9AA3;
	font-size:20px;
	margin-top:30px;
	padding-left:25px;
	position:relative;
	cursor:pointer;
	border:1px solid transparent;
}

dt:hover{ color:#5f6a73;}

dt .icon{
	background:url('img/bullets.png') no-repeat;
	height:12px;
	left:0;
	position:absolute;
	top:11px;
	width:12px;
}

dt.opened .icon{ background-position:left bottom;}

dd{
	font-size:14px;
	color:#000;
	line-height:1.5;
	padding:20px 0 0 25px;
	width:90%;
	display:none;
}

