#container {
	width: 600px;
	margin: 0;
	
}
.accordian {
	width: 624px;
	margin:0 0px;
	-moz-box-shadow: 0 0 1px #ffffff;
	-webkit-box-shadow: 0 0 1px #ffffff;
	box-shadow: 0 0 1px #ffffff;
	opacity: 1;
}
.question {
	font-size: 9pt;
	-webkit-transition:All 0.21s ease;
	-moz-transition:All 0.21s ease;
	-o-transition:All 0.21s ease;
	margin: 0;
	padding:0 0px;
	font-weight: normal;
	width: 550px;
	cursor: pointer	
}
.answer {
	margin: 0px; /*this is important as margins seem to cause the jquery animations to stutter in this instance*/
	padding: 5px 0px;	
	width: 600px;
}
.close {
	background:url(../images/plus.png) no-repeat center left;	
	padding:5px 20px 5px 20px;
}
.open  {
    background:url(../images/minus.png) no-repeat center left;
    padding:5px 20px 5px 20px;
	
}