#textContent {
	margin:50px 0 25px 0;
}
#textContent h3{
	width:687px;
	background: url(../images/layout/accordianBg.png) no-repeat left top;
	height:32px;
	padding:7px 0 0 18px;
	cursor:pointer;
	float:left;
	font-size:1.2em;
	position:relative;
	color:#FFF;
	text-transform:capitalize;
}
.menuContents {
	padding:5px 0 25px;
	display:none;
	float:left;
	width:650px;
}
.menuContents a {
	font-weight:bold;
}
#speakerDetails .menuContents p {
	margin:5px 0; 
	padding:0;
	line-height:150%;
	width:687px;
}
.menuContents h2 {
	color:#242726;
	text-transform:capitalize;
	font-size:1.1em;
	font-weight:bold;
}
#speakerDetails .menuContents img {
	margin-left:0;
}
.menuContents table td {
	line-height:150%;
}

span.arrow {
	height:21px;
	width:22px;
	background:url(../images/layout/arrow.gif) no-repeat left center;
	position:absolute;
	right:33px;
	top:6px;
}
#textContent h3.selected span {
	background:url(../images/layout/arrow-down.gif) no-repeat left center;
	height:21px;
	width:22px;
	margin-top:11px;
	top:-5px;
}


