/* PROFILES */

.profiles_container {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.profiles_container h2 {
	padding: 0px;
	margin-bottom: 10px;
}
.profiles_container h3
	padding: 10px 0px;
	text-transform: uppercase;
}
.profiles_position {
	border: none;
}
.profiles_name {
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 19px;
	color: #333333;
}
.profiles_name a:link, .profiles_name a:visited, .profiles_name a:active{
	font-weight: normal;
	color: #333333;
}
.profiles_name a:hover { 
	font-weight: normal;
	color: #666666;
}
.profiles_content {
}
.profiles_image {
	float:right;
	padding: 0px 0px 15px 35px;
}
.profiles_specs {
}
.profiles_specs, .profiles_phone, .profiles_email, .profiles_url, .profiles_calendar {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, san-serif;
}
.profiles_bio p{
	padding: 0px;
	margin: 0px;
}
.profiles_button {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
}
.profiles_button a:link, .profiles_button a:visited, .profiles_button a:active{
	font-weight: bold;
	padding: 5px 0px 5px 25px;
	background: url(/content/site/images/graphics/circle_arrow_forward_light.png) no-repeat;
}
.profiles_button a:hover { 
	color: #000000;
}
.button_underline {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
	width: 150px;
	display: block;
}

/* SITE CONTACT PAGE */
.contact_title {
	padding-bottom: 25px;
}
.contact_label {
	padding-bottom: 5px; 
	margin-bottom: 5px; 
	border-bottom: 1px dotted #CCCCCC;
}
.contact_form {
	background-color: #F5F5F5;
	border: 1px dotted #CCCCCC;
	padding: 20px;
}
