#page{
	width:900px;
	margin:50px auto;
}

#headingSection{
	padding:40px;
	padding-left:60px;
	position:relative;
}

#faqSection{
	/*background:url('../images/faq_bg.jpg') repeat-y #fff;*/
	/*padding:20px 90px 60px 60px;*/
}

h1{
	color:#fff;
	font-size:36px;
	font-weight:normal;
}

/* The expand / collapse button */

a.button{
	background:url('../images/buttons.png') no-repeat;
	width:80px;
	height:38px;
	position:absolute;
	left:170px;
	top:45px;
	text-indent:-9999px;
	overflow:hidden;
	border:none !important;
}

a.button.expand:hover{ background-position:0 -38px;}
a.button.collapse{ background-position:0 -76px;}
a.button.collapse:hover{ background-position:0 bottom;}

/* Definition Lists */

dt{
	/*color:#8F9AA3;*/
        color: #000;
	font-size:28px;
	margin-top:30px;
	padding-left:25px;
	position:relative;
	cursor:pointer;
	border:1px solid transparent;
}

dt:hover{ color:#5f6a73;}

dt .icon{
	background:url('../images/bullets.png') no-repeat;
	height:12px;
	left:0;
	position:absolute;
	top:11px;
	width:12px;
}

dt.opened .icon{ background-position:left bottom;}

dd{
	font-size:22px;
	color:#000;
	line-height:1.5;
	padding:20px 0 20px 25px;
	width:870px;
	display:none;
}