/* 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;
}
.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-weight: 200;
	text-transform: none;
	line-height: 1.1;
	padding: 5px 0px 3px 0px;
	margin-bottom: 0px; 
}
.vertical_line  {
	min-height: 15px;
}
.testimonials_content p, .testimonials_content div {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.testimonials_name, .testimonials_position, .testimonials_community {
	font-weight: bold;
	color: #333333;
	margin: 0px;
}
.testimonials_name {
	padding-top: 15px !important;
}

/* INTERACTIVE LIST */

#interactive_list_tip {
	margin: 0 10px 0; padding: 0; border: 0;
}

#interactive_list__profiles {
	margin: 20px 0;
	background: url('../images/line.png') 205px 0 repeat-y;
}

#interactive_list__profiles .list_items {
	float: left;
	list-style: none;
	display: block;
	margin: 0 35px 0 10px; padding: 0; border: 0;
}

#interactive_list__profiles .list_items li {
	background: url('../images/line.png') bottom left repeat-x;
	width: 160px;
	margin: 0 0 7px; padding: 0 0 11px; border: 0;
}

#interactive_list__profiles .list_items li:last-child {
	background: none;
}

#interactive_list__profiles .list_items span,
#interactive_list__profiles .list_items a, #interactive_list__profiles .list_items a:active, #interactive_list__profiles .list_items a:link, #interactive_list__profiles .list_items a:visited {
	font-size: 16px; font-weight: lighter;
	color: #79A0A0;
}

#interactive_list__profiles .list_items a:hover {
	color: #674417;
}

#item_details__profiles {
	float: left;
	width: 349px;
	margin: 0 10px 0 36px; padding: 0; border: 0;
}

#interactive_list_logo {
	margin: 0 0 24px; padding: 0 0 18px; border: none; border-bottom: 2px dotted #aaa590;
	text-align: center;
}

#interactive_list_logo img {
	margin: 0 auto; padding: 0; border: none;
}

#interactive_list_bio {
	font-size: 12px;
}

#interactive_list_more {
	float: right;
}
