/* CSS Document */
#accordion_cntnr{
	padding:0px 0px 75px 20px; 
	text-align:left;
	font-size:11px;
}
.accordion_notoggle {
	font-weight: normal;
	font-size: 11px;
	line-height:14px;
	color: #4E4D4C;
	cursor: pointer;
	padding:10px 0px 10px 0px;
	border-bottom:1px dotted #A6A6A5;
}
.accordion_toggle {
	font-weight: normal;
	font-size: 11px;
	line-height:14px;
	color: #4E4D4C;
	cursor: pointer;
	padding:10px 0px 10px 0px;
	border-bottom:1px dotted #A6A6A5;
}
.accordion_toggle .closeTab{
	display:none;
}
.accordion_toggle .openTab{
	display:block;
}
	
.accordion_toggle_active {
	border-bottom:0px;
	padding:10px 0px 10px 0px;
}
.accordion_toggle_active .openTab{
	display:none;
}
.accordion_toggle_active .closeTab{
	display:block;
}


.accordion_toggle .moreInfo{
	display:block;
	padding-right:20px;
	float:right;
}
.accordion_toggle_active .moreInfo{
	display:none;

}
.accordion_topbar {
	font-weight: normal;
	font-size: 11px;
	line-height:14px;
	color: #4E4D4C;
	cursor: pointer;
	padding:10px 0px 10px 0px;
	border-bottom:1px dotted #A6A6A5;
}

		
.accordion_topbar_active {
	border-bottom:0px;
	padding:10px 0px 10px 0px;

}
		
.accordion_content {
	overflow: hidden;
	border-bottom:1px dotted #A6A6A5;
}
					
.accordion_content p {
	line-height: 1.45em;
	padding-right:30px;
	padding-left:102px;
	margin:0;
	padding-bottom:15px;
}

.noIndent p {
 	padding:0px 10px 15px 0px;
}


/*Styles for the Timeline accordion*/
.timeline_img_cntnr{
	float:left;
	width:170px;
}
.timeline_img_caption{
	padding:3px 0px 15px 0px;
	line-height:1.1em;
}
.timeline_txt_cntnr p{
	float:right;
	width:346px;
	text-align:left;
	line-height: 1.45em;
	margin:0;
	padding-left:14px;
	padding-bottom:15px;
}
.timeline_dt{
	font-size:18px;
	font-weight:bold;
}
.timeline_headline{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

/*Styles for the Right Module accordion*/
.accordion_toggle .highlight{
	color: #42537F;
}
.accordion_toggle_active .highlight{
	color:#4e4d4c;
}
.accordion_toggle_active .highlight a{
	color:#4e4d4c;
	text-decoration:none;
}
/*Styles for the Press Release accordion*/
.press_txt_cntnr p{
	float:right;
	width:413px;
	text-align:left;
	line-height: 110%;
	margin:0;
	padding-bottom:15px;
}
.accordion_toggle .moreInfoPress{
	display:inline;
	padding-right:20px;
	font-size:11px;
	color:#42537f;
}
.accordion_toggle_active .moreInfoPress{
	display:none;
}
.moreInfoPress a{
	font-weight:normal;
}
.press_thmb_cntnr{
	float:right;
	width:443px;
	padding-bottom:15px;
}
.press_thmb{
	width:75px;
	height:75px;
	padding:5px 5px 0px 0px;
	float:left;
	cursor:pointer;
}
