/* CSS Document */
#biobody, #clientlistbody {
	top: 10em;
	z-index: 1;
}

#biobody a:link, #biobody a:visited, #clientlistbody a:link, #clientlistbody a:visited, #affiliationsbody a:link, #affiliationsbody a:visited {
	text-decoration: underline;
	color: #666;
}

#biobody a:hover, #biobody a:active, #clientlistbody a:hover, #clientlistbody a:active, #affiliationsbody a:hover, #affiliationsbody a:active {
	text-decoration: none;
	color: #000;
}

.biotext {
    margin-top: 0;
	font-size: .8em;
	padding-left: 3%;
	padding-right: 2%;
}

#sigImg {
	position: absolute;
	left: 70%;
	margin-top: 1em;
}

#clientlistbody ul, #affiliationsbody ul {
	display: block;
	font-size: .8em;
	padding-left: 3%;
	padding-right: 2%
}

#biopic, #clientListPic, #affiliationsPic {
	float: right; 
	width: 279px;
	height: 334px;
	margin: 3% 8% 2% 3%;
	background-image: url(../assets/jpgFiles/por/bioPagePic.jpg);
}

#clientListPic, #affiliationsPic {
	background-color: #fff;
	background-image: url(../assets/jpgFiles/com/clientListPic.jpg);
	background-repeat: no-repeat;
	width: 160px;
	margin-right: 17%;
	margin-left: 6%;
}