.clear {
	height:0px;
}
.content {
	width:590px;
	margin:30px 0 20px 30px;
	position:relative;
	overflow:visible;
}
.leader {
	cursor:pointer;
	padding-bottom:1px;
	background:url(../images/customers-horizontal-divider.gif) no-repeat bottom left;
}

#company .leader h3 {
	font-weight:bold;
	color:#3b3b3b;
	margin-top:5px;
}
#company .leader h4 {
	font-weight:normal;
	font-size:12px;
	color:#5b5b5b;
	margin:0px;
}
.leader img {
	margin-right:13px;
}
.leader-title {
	width:620px;
	padding:11px 0;
}
.leader-title:hover {
	background:url(../images/leader-hover.gif) repeat-y;
) repeat;
}
.leader-body {
	display:none;
	//*padding:10px; (If padding gives slide takes jerk during slide)*// 
}
.node .content .leader-body p {
	margin:10px 30px 20px 58px;
}
.leader-expand {
	font-size:12px;
	height:18px;
	display:block;
	min-width:18px;
	padding:2px 25px 0 0;
	margin-top:0px;
	margin-right:6px;
	background:url(../images/icon-expand-blue.gif) no-repeat top right;
	text-indent:-9999px;
}
.leader-title:hover .leader-expand {
	text-indent:0px;
	text-decoration:none;
}
.expanded .leader-expand {
	background-position:right -20px;
}
.expanded:hover .leader-expand {
	text-indent:-9999px;
}
