#content-area span {

font-size:1.05em;
line-height:1.5
}
.dhtmlgoodies_question, .bof{	/* Styling question */
	/* Start layout CSS */

padding:0px 7px 2px 10px;
color:#0000CC;
width:680px;
letter-spacing: 1px;
border-bottom:0px solid #ddd;
background:url(../images/sb_bullet.gif) no-repeat  150px 0px;


	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
#content-area .dhtmlgoodies_question span.event-title,
#content-area .bof span.event-title {
font-weight:normal;
color:#0000cc
}
.dhtmlgoodies_question .event-title,
.bof .event-title {
padding-left:155px;
width:285px

}
#content-area .bof span.event-title{
color:#000;
width:270px;
margin-right:15px;
cursor:default
}
#content-area .bof span.location {
cursor:default
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */

	background-color:#FDF3E8;
	width:546px;
	margin-left:150px;
    border:1px dashed #e77800;
    margin-bottom:5px;
    	font-size:1.05em;
     
	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer ol  {
margin-top:10px;
color:#000
}
.dhtmlgoodies_answer ol li {
margin-bottom:5px;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;

	position:relative;
}



#content-area .event {
font-weight:.9em;
padding:5px 7px 5px 10px;
color:red;
width:680px;
letter-spacing: 1px;
border-top:1px solid #ddd;
}
.location {
width:210px;
display:inline-block;
color:#666;
}
.time {
display:inline-block;
width:140px;
font-weight:bold

}
.event-title{
width:300px;
display:inline-block;
font-weight:bold
}
h3.ahm-day {
color:#e77800
}