#clientscolumn1{
margin-top:14px;
padding-left:59px;
padding-bottom:20px;
width:780px;
float:left;
height: 710px;
}


#clientsbubble0{
	
	width: 780px;
	height:55%;
	margin: 8px 8px;
	border: 1px solid;
	border-color:#EBEBE0;
	background-image: -moz-linear-gradient(top,white,#E6E6FF);
	-pie-background: linear-gradient(top,white,#E6E6FF);
	background-image: -webkit-linear-gradient(top,white,#E6E6FF);	
	background-image: -ms-linear-gradient(top,white,#E6E6FF);
	border-radius: 10px; /* W3C */
	behavior: url(pie/PIE.htc);
	position:relative;
}

#clbubblecol1{
width:780px;
float:left;
height: 95%;
}

#clbubblecol2{
width:370px;
float:right;
height: 95%;
}

#wkhd{
	margin-left:40px;
	margin-top: 40px;
	margin-right:5px;
	margin-bottom:10px;
	opacity: 0;
	transform: translateY(10px);
	animation: moveup1 1.1s linear forwards;
}

@keyframes moveup1{
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

#clientsbubble0 h4{
	
	color: #00248F;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0;
	border-bottom: 2px solid #D6D6D6;
	padding: 10px 5px;
	font-weight: bold;
}

#clientsbubble0 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	margin-top:15px; 

}



#clientsbubble0 ul li a:hover{
				color:red;

}


.cathead {

border-bottom: 1px black solid;
text-decoration:underline;
padding-bottom:1px;
display:inline;

}

.clist {
	
	margin-top:40px;
	float:left;
	margin-left:30px;
	
}

.clist ul {
margin-top:5px;
}

.clist li{
padding-top:5px;
font-size: 11px;
height:15px;
}








