.rolodex {
/* 	border: 1px solid #b2b2b2; */
	width: 70em;
	background-color: #eaeaea;
	margin-top: -.75em;
}

.closed_rolodex, .noperson {
	height: 20em;
	background-image: url('../_media/_graphics/ourpeople_gradient.png') !important;
	background-repeat: repeat-x !important;
	background-color: white !important;
}

.closed_rolodex p, .noperson p {
	margin: 8em auto;
	width: 30em;
	color: gray;
	text-align: center;
}

.widget {
/* 	background-color: #c3c3c3; */
/* 	border-top: 1px solid white; */
	border-bottom: 1px solid #dcdcdc;
	height: 6em;
	overflow: hidden;
	position: relative;
/* 	background-image: url('../_media/_graphics/rolodex_widget_gradient.png'); */
	background-repeat: repeat-x;
	padding-top: 0em;
}

.range {
	background-color: transparent;
	background-image: url('../_media/_graphics/glass_range.png');
	background-repeat: no-repeat;
	position: absolute;
	top: .75em; left: -10em;
	height: 3.9em;
	width: 8em;
	margin: 0;
	padding: 0;
	z-index: 2999;
/*
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
	-webkit-border-radius: 12px;
*/
}

.alphabet {
/* 	background-color: gray; */
	height: 1.7em;
	padding-top: 1em;
}

.letters {
	display: block;
	padding: 0 1em;
	height: 1em;
	cursor: hand;
	cursor: pointer !important;
	z-index: 3000;
	position: relative;
	text-align: center;
	display: block;
}

.letters li {
	list-style: none;
	display: block;
	float: left;
	z-index: 3002;
	position: relative;
	width: 3.846%;
	border: none;
}

.letters li a {
	color: #222;
	height: 1em;
/* 	width: 3.846%; */
	display: block;
	padding: .5em;
	color: gray;
	font-family: Helvetica;
	text-decoration: none;
	text-transform: lowercase;
	border: none !important;
	background-color: none;
}

.letters li a:hover {
	background-color: transparent;
	border: none;
}

/*
div.rolodex div.person div.infoblock p.bio {
	display: block !important;
	border: 1px solid red !important;
}
*/

.rolodex_card {
/* 	background-image: url(../_media/_graphics/ourpeople_gradient.png); */
	background-repeat: repeat-x;
	margin-top: -.8em;
/* 	border-top: 1px solid silver; */
}

.rolodex_card h3 {
	display: none;
}

.rolodex_card h4 {
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #661d10;
	font-size: 3em;
	padding-top: .25em;
}


.rolodex_card img {
	float: right;
	margin: -2em 0 2em 2em;
	-webkit-box-shadow: 0 .5em 2em rgba(0,0,0,.3);
}

.rolodex_card .bio {
/* 	margin-left: 16em; */
	margin-top: 2em;
	margin-right: 17em;
}

.rolodex_card .infoblock {
	float: none;
/* 	margin-left: 19em; */
	width: 100%;
	margin: 1em 0;
	color: #666;
}

.person .name a {
	text-decoration: none;
	border-bottom: none;
}