#clients {
	height: 50px;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}

#clients p {
	position: absolute;
	width: 28.5em;
	left: 0;
	top: 0;
	background: #ffffff;
	margin: 0;
	display: none;
}

#clients p.active-client,
#clients p.swap-client {
	display: block;
}

#clients p.swap-client {
	z-index: 1;
}

#clients p img,
#clients p img {
	float: left;
	margin-right: 1em;
	width: 100px;
	height: 50px;
}

	.hpcopy {
		font-size: 1.05em;
		margin: .5em 0;
		border: 0px solid #9CF;
		padding: 0.6em;
		color:black;
		text-align: justify
	}
		.hpcopy a {
		color: #069 !important;
		font-weight: bold;
		line-height: 1.3em;
	}



/* Toggle Content CSS */



/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0; font-size:14px;}
/* image and left padding for DDs */
#TJK_DL dd {padding-left:0px}
/* styling all anchors in the DTs */
#TJK_DL dt a {outline:0; background:0 50% no-repeat;padding-left:25px;color:#666;text-decoration:none}
#TJK_DL dt a:visited {color:#666; outline:0;}
/*#TJK_DL dt a:hover,
#TJK_DL dt a:active, */
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(../images/toggle_plus.jpg)}
#TJK_DL .DTminus a {background-image:url(../images/toggle_minus.jpg)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0; background:#e2f1f9; padding:4px; border:1px solid #ddd;}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}