/* PROFILES */

.profiles_container {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.profiles_name_column {
	width: 180px;
}
.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 {
	padding-left: 15px;
}
.profiles_image {
	float:right;
	padding: 0px 0px 15px 35px;
}
.profiles_simple_image {
	padding-top: 15px;
}
.profiles_specs {
	padding-left: 15px;
}
.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: 4px 0px;
	margin: 0px;
}
.profiles_button {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	padding: 2px 0px 7px 25px;
}
.profiles_button a:link, .profiles_button a:visited, .profiles_button a:active{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.profiles_button a:hover { 
	color: #000000;
}
.button_padding {
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 150px;
	display: block;
}


/* TESTIMONIALS */

#testimonials_container {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#quotation_mark {
	width: 52px;
}
#testimonials_title_column {
	width: 180px;
	padding: 0px 15px 0px 0px;
}
.testimonials_title {
	color: #333333;
	font-size: 20px;
	font-family: Helvetica, Arial, san-serif;
	font-weight: 200;
	text-transform: none;
	line-height: 1.1;
	padding: 5px 0px 3px 0px;
	margin-bottom: 0px; 
}
#vertical_line  {
	min-height: 15px;
}
#testimonials_specs {
	padding: 12px 15px 0px 0px;
}
.testimonials_name, .testimonials_position, .testimonials_community {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, san-serif;
	color: #333333;
	margin: 0px;
}

.testimonials_content p, .testimonials_content div {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

