/* 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 {
	padding-left: 25px;
	border-left: 1px solid #DDDDDD;
}
.profiles_image {
	float:right;
	padding: 0px 0px 15px 35px;
}
.profiles_specs {
	padding-left: 25px;
	border-left: 1px solid #DDDDDD;
}
.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;
}

/* TESTIMONIALS */

#testimonials_container {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 4px solid #CCCCCC;
	background: url(
}
#quotation_mark {
	width: 52px;
	padding-bottom: 5px;
}
#testimonials_title_column {
	width: 180px;
	padding: 0px 15px 0px 15px;
}
.testimonials_title {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	padding: 5px 0px 3px 0px;
	margin-bottom: 0px; 
}
#testimonials_container #vertical_line {
	background: url(../../about/images/testimonials_line_tiling.png) repeat-y;
}
#testimonials_container #vertical_line p {
	padding: 0px;
	margin: 0px;
}
#testimonials_specs {
	padding: 12px 15px 0px 15px;
	margin-right: 10px;
}
.testimonials_name, .testimonials_position, .testimonials_community {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, san-serif;
	color: #000000;
}

.testimonials_content p {
	padding: 0px;
	margin: 0px;
}

