


p.p1 {
	font-size:13px;
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
}



.clear {
	clear: both;
}






#menu_wrapper	{
	background-color:#fff;
	width:100%;
}

#menu_wrapper img {
	margin:0px;
	padding:0px;
}






/* --------- styles for the nhcs speaks lists --------- */
#speakslist_wrapper{
	position:relative;
	width:690px;
	height:auto;
}


#speakslist_content{
	position:relative;
	float:left;
	width:510px;
	height:auto;
	padding:5px 0px 5px 5px;
	font-size:12px;
	color:#333;
}

#speakslist_content hr {
	background:#0060ad;
	width:481px;
	height:1px;
}

#speakslist_content ul {
	list-style-position:inside;
	margin-left:8px;
	list-style:none;
}

#speakslist_content a {
	color: #614180;
	text-decoration: none;
}

#speakslist_content a:hover {
	color: #614180;
	text-decoration: underline;
}



div#speaks_greeting {
	padding:5px 5px 15px 5px;
	margin-left:10px;
}



/* this is the main speak sidebar where all the varios categories are displayed */
#speak_tab_sidebar{
	top:40px;
	float:right;
	padding:5px 4px 5px 5px;
	margin-top:4px;
	margin-bottom:40px;
	height:auto;
	font: 12px/16px "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	width:150px;
	position:relative;
	border-left:1px solid #ccc;

}

#speak_tab_sidebar a {
	color: #614180;
	text-decoration: none;
}

#speak_tab_sidebar a:hover {
	color: #614180;
	text-decoration: underline;
}


#speak_tab_sidebar #speak_tab_div1	{
	font-size: 13px;
	text-align:left;
}

#speak_tab_sidebar #speak_tab_div1 hr	{
	width:90%;
	margin-top:2px;
	margin-bottom:5px;
	border-bottom: 1px solid #999;
}

#speak_tab_sidebar table.sidebar_row	{
	border-collapse:collapse;
}

#speak_tab_sidebar table.sidebar_row td.sidebar_row_header	{
	padding:1px;
	color:#444444;
	font-size:12px;
	padding-bottom:4px;
	border-bottom: 1px solid #ccc;
}

#speak_tab_sidebar table.sidebar_row td	{
	padding:1px;
	text-decoration:none;
	color:#444444;
	cursor:pointer;	
	font-size:12px;
}



/*--------- for the nhcsSpeak.inc.php styles ------------- */  

	/* This is the entire area for the speak description, content and picture*/
 
 #speak_wrapper{
	width:690px;
	height:auto;
	margin-left:10px;
}

	/* This is just the area for the speaks description and the content below it */

#speak_content{
	position:relative;
	float:left;
	width:490px;
	height:auto;
	padding:5px 0px 5px 5px;
}

#speak_content div{
	padding-left:10px;
	font-size:12px;
	color:#333;
}


#speak_content hr{
	background:#ccc;
	margin:10px 0px 10px 10%;
	width:80%;
}

	/* this is where the speaker's picture is */

#speak_sidebar{
	float:right;
	padding:14px 4px 5px 5px;
	width:180px;
	border:1px solid #ccc;
	text-align:center;
}

#speak_wrapper #speak_sidebar hr{
	background:#ccc;
	margin:8px 0px 8px 20%;
	width:60%;
}


