/* accordion */
.accordion
{
	width:406px;
	margin: 25px 0 30px;
}

.accordion dt 
{
	width:373px;
	/* height:18px; */
	background: #d7e6ed;
	
	background-image: url(../Site_Gfx/plus_accordion.gif);
	background-position:right;
	background-repeat:no-repeat;
	bac
	
	color: #0d3968;
	font-weight: normal;
	padding: 7px 25px 7px 8px;
	border-bottom:solid 1px #efefef;
}

.accordion dt .pub_title
{
	
}

.accordion dt.selected {
	border-bottom:none;
	background: #e5ebee;
	background-image: url(../Site_Gfx/minus_accordion.gif);
	background-position:right;
	background-repeat:no-repeat;
	color: #0199da;
	font-weight: bold;
}

.accordion dt:hover, .accordion dt.over {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.accordion dd {
	display: none;
	overflow: hidden;
	background: #e5ebee;
}

.accordion dd.open {
	display: block;
	margin-left:0px;
	padding: 0px 25px 10px 14px;
}

.accordion dd.getHeight {
	display: block;
}
.acc_title_left
{
	width:245px;
	text-align:left;
	float:left;
}
.acc_title_right
{
	width:126px;
	text-align:right;
	padding-right:5px;
	float:left;
}

/* accordian images */
img.manager_pic
{
	float: right;
	margin: 5px 10px 10px 10px;
}
img.logo
{
	float: right;
	margin: 5px 10px 10px 10px;
}
