@charset "UTF-8";
#profilePhoto {
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px;
	height: auto;
	width: auto;
}
#profileContent {
	float: right;
	width: 210px;
	margin: 0px;
	padding: 0px;
}
#profileContentQuote {
	float: left;
	width: 172px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #009999;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	padding-left: 5px;
	clear: left;
}
#profileContact {
	width: 395px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top: 1px solid #CCCCCC;
	clear: both;
	float: left;
}
#profileContent p {
	line-height: 16px;
}
#profileContact h1 {
	clear: left;
	margin-top: 15px;
}
#profileContact a.pdf {
	line-height: 51px; /* pads top and bottom by 10px (height of PDF icon is 31px) */
	border-bottom: 1px solid #ccc;
}

ul.formsList a {
	color: #00a7a9;
}
ul.formsList a:hover {
	color: #4d1a71;
}
