/* -----------------------------------------------------------------------
		THUMBNAILS SECTION
------------------------------------------------------------------------*/
#thumbs_container {
	font: 0.8em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 750px;
}
.staff_thumb {
	padding: 7px 11px 10px 11px;
	float: left;
	width: 100px;
	height:150px;
}
.staff_thumb img {
	margin-bottom:7px;
	padding: 0px;
	border: 1px solid #000000;
}
.staff_thumb_spacer { /* Use this to create an empty rectangle */
	margin: 0px;
	padding: 7px 7px 10px;
	width: 100px;
	border-style: none;
	float: left;
}
.staff_thumb a {
	border-color: #999999;
	text-decoration: none;
}


/* -----------------------------------------------------------------------
		DETAILED BIO SECTION
------------------------------------------------------------------------*/

/* -------------------- CONTAINERS -------------------- */
.container1, .container2 {
	background-repeat: repeat-y;
	margin: 20px 15px 20px 0px;
	padding: 10px;
	clear: both;
	min-height: 239px;
}
.container1 { background-image: url(../images/gradients/gradient_gold.jpg); }
.container2 {	background-image: url(../images/gradients/gradient_red.jpg); }	

/* -------------------- ID PHOTO -------------------- */
.mugshot_big { 
	border: 2px solid #999999;
	float:left;
	margin: 0px 10px 0px 0px;
	width: 185px;
}

/* -------------------- TEXT SECTION -------------------- */
.bio { 
	text-align: justify;
	margin-left: 210px;
	margin-right: 10px;
}
.bio h1 { /* Used for the name */
	font-size: 1.5em;
	color: #666666;
	margin: 0px 0px 3px;
	padding: 0px 0px 3px;
}
.bio h2 {
	font-size: 1.2em; /* Used for the title/position */
	color: #009999;
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
	text-align:left;
	border-top:none;
}
.bio h3 { /* Used for the time spent with Itgel */
	font-size : 1em;
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	font-style: italic;
}

/* -------------------- ADDITIONAL RULES -------------------- */
.bio_top { /* Used for the "Top of the Page" link */
	font: 0.8em Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 20px 18px 20px;
}
.bio ul { /* For the Bord of Advisors section */
	list-style: disc url(../none) inside;
}
.bio li {
	font-size: 1.2em;
	color: #009999;
	font-weight: bold;
	line-height: 3em;
}
.bio ul a {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
}

