*{
	margin:0;
	padding:0;
}

body{
	font-size:13px;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	background:url('') repeat-x #fff;
	font-family:Corbel,'Myriad Pro',Arial, Helvetica, sans-serif;
}

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

#headingSection{
	padding:20px;
	position:relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	border: thin dotted #8b9ba7;
}

#faqSection{
	background-attachment: fixed;
	background-image: url('img/f008_bottom2.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	border:thin dotted #999;
	text-shadow:1px 1px 0 white;
	padding-top: 20px;
	padding-right: 90px;
	padding-bottom: 50px;
	padding-left: 60px;
}

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

/* The expand / collapse button */

a.button{
	background:url('img/buttons.png') no-repeat;
	width:80px;
	height:38px;
	position:absolute;
	right:20px;
	top:20px;
	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:#BAAC94;
	font-size:120%;
	margin-top:30px;
	padding-left:25px;
	position:relative;
	cursor:pointer;
	border:1px solid transparent;
}

dt:hover{ color:#DDD;}

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

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

dd{
	font-size:14px;
	color:#666;
	line-height:1.5;
	padding:20px 0 0 25px;
	width:580px;
	display:none;
}


/* Only Needed For The Demo Page */


p.createdBy{
	font-size:15px;
	font-weight:normal;
	margin:50px;
	text-align:center;
	text-shadow:none;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #97cae6;
	color:#97cae6;
}

a:hover{
	border-bottom:1px dashed transparent;
}
