/* 
---------------- 
ABOUT PAGE
----------------
*/


/* 
---------------- 
LAYOUT
----------------
*/
#main {
	width:900px;
	margin-right:0;
}
#supporting {
	position:absolute;
	top:0;
	right:0;
}


/* 
---------------- 
CALLOUT
----------------
*/
#callout-about {
	position: relative;
	width:260px;
	height:160px;
	background: url(/images/callout_about.jpg) 0 0 no-repeat;
	margin: 56px 0 40px 0;
}
#callout-about p {
	position:absolute;
	top:-99999px;
}



/* 
---------------- 
PERSONNEL LIST
----------------
*/
.item {
	position: relative;
	width:260px;
	height:75px;
	float:left;
	display: inline;
	/* background: #efefef url(/images/bg_personnel_box.gif) bottom right no-repeat; */
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	margin: 0 40px 20px 0;
}
.item:hover {
	/* background: #F2E6F3 url(/images/bg_personnel_box_pink.gif) bottom right no-repeat; */
	background-color: #F2E6F3;
	border-bottom: 1px solid #AF98A4;
}
/*
dt {
	display: block;
	font-weight: bold;
	padding: 10px 0 0 10px;
}
dd {
	display: block;
}
dd.title {
	font-style: italic;
	padding-left: 10px;
}
dd.links {
	padding-left: 10px;
}
dd.links,
dd.bio {
	display: none;
}
*/

.item .name {
	display: block;
	font-weight: bold;
	padding: 10px 0 0 10px;
}
.item .title {
	display: block;
	font-style: italic;
	padding-left: 10px;
}
.item .links {
	padding-left: 10px;
}
.item .links,
.item .bio {
	display: none;
}
