.toggler {
	color: #ffffff;
	margin:0;
	padding:0;
	border:none;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Tahoma';
	background-image: url(../../images/global/team-profile/bar-on.jpg);
	height:25px !important;
	height /**/ :34px;
	width:554px !important;
	width /**/ : 571px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.toggler2 {
	color: #ffffff;
	margin:0;
	padding:0;
	border:none;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Tahoma';
	background-image:url(../../images/global/team-profile/bar-off.jpg);
	height:25px !important;
	height /**/ :34px;
	width:554px !important;
	width /**/ : 571px;
	background-repeat:no-repeat;
	cursor:pointer;
}
 
.element {
	padding:0 20px 0 42px;
	color:#FFFFFF;
	background:#898472;
}

.element #profile-pic {
	float:right; 
	padding-top:11px; 
	padding-bottom:11px;
}
 
.element #position {
	padding-right:20px;
}
 
.element #contact {
	padding-right:20px;
}

.element #bullet {
	padding-right:7px;
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

#accordion {
	width:571px;
	height:100%;
	text-align:left;
}

#accordion h3 {
	padding:9px 0 0 17px;
	font-weight:bold;
}


