/* CSS Document */
	
#imagecontainer {
	float: right;
	height: 122px;
	width: 677px;
	background-image:url(../images/company_profile.jpg);
	background-position:bottom right;
	}

/* tables for our people */
#executives1 {
	position:relative;
	width: 632px;
	border-top: dotted 1px #999999;
	}
	#executives1_td {width:200px;padding:5px 0 0 0; }
	
	
#executives {
	position:relative;
	width: 632px;
	}
	#executives_td {width:250px; padding:5px 0 0 0; border-right: solid 60px #fff; vertical-align:top;}
	
#directors {
	position:relative;
	width: 632px;
	border-top: dotted 1px #999999;
	}
	#directors_td {width:200px; padding:5px 0 0 0; }
	
/* text styles */
.h2green {color: #006666}
.cpgreen {color: #58825e}