#copy {
	background:transparent url(../images/main/bg-copy.png) repeat-x scroll center top;
}

/* Staff List */

#copy_body ul.staff {
	list-style: none;
	margin-left: 24.5px;
	margin-right: 0;
	width: 512px;
	overflow: auto;
}	

#copy_body ul.staff li {
	width: 50%;
	float: left;
	margin: 1.6em 0 0 0;
	position: relative;
}

#copy_body ul.staff .photo {			
	margin: 0 0 0.25em;	
	width: 206px;
	height: 142px;			
	overflow: hidden;
	text-align: center;
}

#copy_body ul.staff div.info p {			
	margin-bottom: -1em;			
}

#copy_body ul.staff .photo img {			
	border: 3px solid #000 !important;			
}

#copy_body ul.staff .name {
	margin: 0;
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	clear: none;
}	

#copy_body ul.staff .title {
	margin: 0;
	font-size: 0.9em;
}

#copy_body ul.staff .links {
	margin: 0.0em 0em 0;
	font-size: 0.8em;		
	font-family: arial;
	font-weight: bold;
}	

#copy_body ul.staff li div ul.social {
	margin: 0;
	height: 30px;
}	

#copy_body ul.staff li div ul.social li {
	float: left;
	display: inline;
	overflow: hidden;
	width: 24px;
	margin: 0;
}	

#copy_body ul.staff li div ul.social li img{
	behavior: url("/taglib/css/iepngfix.htc");
} 


/* Individual Bios */

div.bio {		
	display: none;
}

.bio .link_bio_hide {
	float: right;
	margin: 0;
	font-family: arial, sans-serif;
}

#copy_body ul.staff .bio .links {
	margin-bottom: 1.5em;
	font-size: 0.9em;
}

.link_hide {
	margin: -13px -10px 4px 0;
	font-family: arial, sans-serif;
	visibility: hidden;
	font-size: 11px;
	display: inline;
}

#copy_body ul.staff li.current p#link_hide_top {
	margin-top: -155px;
}


/* Bio show */

#copy_body ul.staff li.current {
	display: block;
	float: none;
	clear: both;
	width: auto;
	border: 1px solid #ddd;
	padding: 18px 18px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto;
	margin: 3px 0 0 0;
	background-color: #eee;
}

#copy_body ul.staff li.current div.info {
	height: 150px;
	display: block;
}

#copy_body ul.staff li.current .photo {
	float: left;
	margin-right: 1em;
}

#copy_body ul.staff li.current div.bio {
	display: block;			
	clear: both;
	padding: 1px 0;
}

#copy_body ul.staff li.current p.bio_copy {
	margin: 0;
	clear: both;
}

#copy_body ul.staff li.current p.link_hide {
	visibility: visible;			
	width: 14px;
	height: 16px;
	float: right;
	margin-right: 0;
}

#copy_body ul.staff li.current p.link_hide a {
	display: block;
	height: 16px;
	background: url("/images/main/bg-link_hide.png") no-repeat left top;
	behavior: url("/taglib/css/iepngfix.htc");
	text-indent: -3000px;
}
