@charset "utf-8";
/* CSS Document */
#page {
	width: 866px;
	padding: 30px 60px;
}
/*#page .industry {
	clear:left;
}
#page .industry img {
	float:left;
	margin-right: 20px;
	border: solid 1px #999;
	width: 330px;
	height: 172px;
}*/
#page .bio, #page .industry, #page .cs {
	clear:both;
	border-top: dotted 1px #999;
}
#page .bio .biotext, #page .industry .industrytext, #page .cs .cstext {
	float:right;
	width: 635px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#page .industry .industrytext {
	width: 520px;
}
#page .cs .cstext {
	width: 540px;
}
#page .bio img, #page .industry img, #page .cs img {
	padding-bottom: 20px;
	padding-top: 20px;
}
#page .bio h2, #page .industry h2, #page .cs h2 {
	border-bottom: none;
}
a.pdflg {
	display:block;
	height: 53px;
	line-height: 53px;
	text-decoration: none;
	font-weight: bold;
	color: #cc0000;
	border: dotted 1px #999;
	padding: 0px 0px 0px 52px;
	background-image: url(../images/img_misc/pdf_lg.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color:#FFFFCC;
}
a.pdflg:hover {
	background-color: #ccd4eb;
	color:#067ebd;
}
.imgfltrt {
	float:right; 
	margin: 0 0 20px 20px;
}
