@charset "utf-8";
/* CSS Document */
/* Controlling text in Right Panel pop-up */

.htmlLeft {
	background-color:#FFF;
	position:absolute;
	top: 0;
	left: 0;
}

#aboutJude {
	overflow: auto;
	height: 21.0em;
	width: 43.0em;
	padding-top: 0.75em;
	visibility: hidden;
}



#clients {
	visibility: hidden;
	height: 18.9em;
	padding: 1.5em 1em;

}

#content #panel-left .htmlLeft li {
	font-size: 1.5em;
/*	margin-bottom: 1em;
	padding: 0.5em;*/
	line-height: 1.75em;
	width: 12.5em;

}

.htmlLeft p {
	font-size: 1.6em;
/*	margin-bottom: 1em;*/
	padding: 0.5em;
	line-height: 1.3em;

}
								
.htmlLeft ul#colLeft, .htmlLeft p#aboutJude {
	float: left;
}	


