
/* page header text */
#people_header{
	margin-bottom:10px;
	margin-top:-6px;
	font-weight:400;
}

a {
	color:black;
	text-decoration:none;
	font-weight:400;
}

/* div containing the sliding panel */
#people_pics{
	/* relevant variables */
	margin-left:0px;
	margin-right:20px;
	margin-top:0px;

	/* static css */
	display:block;
	padding:0px;
	height:572x;
	overflow:hidden;
}

/* css governing lowest level links in sliding div structure */
#people_pics ul li a{
	/* variable css */
	border-bottom: 2px solid #FFFFFF;
	
	/* static css */
	margin:0px;
	overflow:hidden;
	width = 650px;
	display:block;
	cursor:pointer;
}

#interns{
	font-family:lucida grande;
	color:#333333;
	font-size:10pt;
}

/* handles person images */
#people_pics ul li img{

	
	/* width:50px;
	 float:left; */
	/*
	height:165px;
	width:140px;
	*/
}
div.image{
	
	/* float:left; */
}

/* div that holds text column */
#people_pics div.text{
	width:600px;
	font-weight:400;
	/* display:inline; */
	/* float:right; */
}

/* div that holds image column */
#people_pics div.image{
	width:150px;
	/*	height:50px; */
	background: no-repeat;
	/* background: yellow no-repeat url('../resources/Kacie_Wallace.thumbnail.jpg'); */
	float:left;
	clear:left;
	/* float:left; */
	/* margin-left:10px;
	margin-top:10px; */
}

/* name */
#people_pics h2.name{
	margin-bottom:0px;
	margin-left:10px;
	margin-top:0px;
	font-size:16px;
	color:#333333;
	font-weight:400;
}

/* institutional affiliation & project role */
#people_pics h3.affil, h3.role{
	/* margin-bottom:5px;
	margin-left:10px;
	font-size:1em */
}
#people_pics h3.affil{
	margin-top:3px;
	margin-left:10px;
	margin-bottom:0px;
	font-size:14px;
	color:#333333;
	font-weight:400;
}


/* bio */
#people_pics p.desc{
	font-family:lucida grande, "Lucida Grande", Helvetica, clean, sans-serif, "Arial Unicode MS", Arial;
	color:#333333;
	margin-left:10px;
	margin-top:10px;
	font-size:12px;
	font-weight:400;
}

/* specific css for each link if desired */
#people_pics li.tim a{
	
}
#people_pics li.patrick a{
	
}
#people_pics li.robert a{
	
}
#people_pics li.kacie a{
	
}
#people_pics li.richard a{
	
}
#people_pics li.jerry a{
	
}
#people_pics li.natalia a{
	
}




/* static css for handling the list object that is part of the structure */
#people_pics ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}