.portraits {
	padding: 5px;
	display: inline;
}
h3 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	cursor:pointer;
	font-size: 12px;
	color:#08388E;
}
h4 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	cursor:pointer;
	font-size: 10px;
	color:#08388E;
}
	
.inactiveText h3, .inactiveText h4 {
	background-image: url(../images/show2.gif); /* background-image: url(../images/show.gif); */
	/*background-position:top left;*/
	/*text-indent: 25px;*/
	padding-left:25px;
	background-repeat: no-repeat;
}

.activeText h3, .activeText h4 {
	background-image: url(../images/show2.gif); /* background-image: url(../images/hide.gif); */
	/*background-position: top left;*/
	/*text-indent: 25px;*/
	padding-left:25px;
	background-repeat: no-repeat;
}


.inactiveText ul {
	display:none;
	padding-top: 3px;
}

.activeText ul {
	display:block;
	padding-top: 3px;
}

.inactiveText li {
	padding-top: 5px;
}
.activeText li {
	padding-top: 5px;
}

#staff_list ul {
list-style-type: none;
cursor:pointer;


}

#staff_list li { 
list-style-position:inside;
	margin-left:-30px;
	text-indent: 4px;
	border-bottom:1px dotted #2D5DA2;
	color: #2D5DA2;
	padding:5px 0px 5px 0px;
}
#staff_list a { 
	padding:8px 0px 8px 0px;
}
#staff_list a:link, #staff_list a:visited {
	text-decoration:none;
	color:#054A8F;
		}

#staff_list a:hover, #staff_list li:hover {
	background-color:#054A8F;
	color:#ffffff;

	
	}
.inactive, .inactive p, .inactive ul {
	display:none;
}

.active, .active p, .active ul {
	display:block;
}


.link_team a:link, .link_team a:visited {
	text-decoration:underline;
	font-size:10px;
	color:#054A8F;
	
		}

.link_team a:hover {
	text-decoration:none;
	font-size:10px;
	color:#666666;
	}
	
.link_team {
	width:400px;	
}

.team_images {
padding:3px;
border:1px solid #EEF1F8;

}