/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* (B) Corporate / Speaking Inquiries Page            */

div.speakingP, p.speakingP {
	margin: 15px 0 15px 0;
	padding: 0;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

.speakingTitle {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.speakingTitleRed {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}

ul.speakingList_Red {
	margin: 0 auto !important;
	padding: 0 !important;
	width: 300px !important;
	display: block !important;
	list-style-position: inside !important;
	list-style-type: disc !important;
}

	ul.speakingList_Red li {
		padding: 2px 0 0 0 !important;
		font-size: 14px !important;
		color: #D00000 !important;
		font-weight: bold !important;
		text-align: left !important;
	}
/* END ul.speakingList_Red */

ul.speakingList_Teal {
	margin: 0 0 0 230px;
	padding: 0;
	width: 200px;
	display: block;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
}

	ul.speakingList_Teal li {
		padding: 2px 0 0 0;
		font-size: 14px;
		color: #147777;
		font-weight: bold;
	}
/* END ul.speakingList_Teal */

#speakingList {
	margin: 0 auto !important;
	padding: 0 !important;
	width: 550px !important;
	display: block !important;
	list-style: none !important;
	color: #000 !important /* Reset the Font */;
	font-weight: normal !important /* Reset the Font */;
}

	#speakingList li {
		display: block;
		float: left;
		text-align: left;
	}
	
	#speakingList li.speakingListA {
		padding: 15px 0 0 0;
		width: 100px;
		color: #187B7A;
		clear: both;
		font-weight: bold;
	}
	
	#speakingList li.speakingListB {
		padding: 15px 0 0 0;
		width: 450px;
	}
	
	#speakingList li.speakingListC {
		padding: 2px 0 0 0;
		width: 100px;
		color: #187B7A;
		clear: both;
		font-weight: bold;
	}
	
	#speakingList li.speakingListD {
		padding: 2px 0 0 0;
		width: 450px;		
	}
/* END #speakingList */

/* (E) Corporate / Speaking Inquiries Page            */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */