@charset "utf-8";

/* --------------------------------- */
/*   About page CSS file             */
/*   Prepared: July 2009             */
/* --------------------------------- */


/* ---------------------
     Two-column layout
   --------------------- */

	#column2-1 {
		position: relative;
		float: left;
		width: 490px;
		margin-left: 20px;
		}
	#about_copy {
		position: relative;
		float: left;
		width: 490px;
		margin-left: 10px;
		}


/* -----------------
     Column styles
   ----------------- */

	#about_copy h2 {
		margin-top: 1.2em;
		}
	#about_copy p {
		padding-right: 1em;
		}


/* ------------------------
     About people section
   ------------------------ */

	.person {
		float: left;
		width: 136px;
		margin: 1em 1em 1em 1em;
		background-color: #ececec;
		}
		.person:hover {
			cursor: pointer;
			background-color: #bcbcbc;
			}
	.personname-text {
		border-bottom: 5px solid #eeb900;
	  	}
		.personname-text h4 {
			margin: 0;
		  }
		.personname-text p {
			line-height: normal;
			margin: 0;
			margin-bottom: .5em;
		  }

	.person-image {
		display: block;
		height: 130px;
		overflow: hidden;
		margin-bottom: .5em;
		}
		#ron_layton .person-image { background:url('/assets/images/people/ron_layton.jpg') 0 0 no-repeat; }
		#pauline_tiffen .person-image { background:url('/assets/images/people/pauline_tiffen.jpg') 0 0 no-repeat; }
		#mohammed_garad .person-image { background:url('/assets/images/people/mohammed_garad.jpg') 0 0 no-repeat; }
		#margaret_brindle .person-image { background:url('/assets/images/people/margaret_brindle.jpg') 0 0 no-repeat; }
		#delrica_andrews .person-image { background:url('/assets/images/people/delrica_andrews.jpg') 0 0 no-repeat; }
		#john_kilama .person-image { background:url('/assets/images/people/john_kilama.jpg') 0 0 no-repeat; 
}
	    #michael_frankel .person-image { background:url('/assets/images/people/michael_frankel.jpg') 0 0 no-repeat; 
}
        #getachew_mengistie .person-image { background:url('/assets/images/people/getachew_mengistie.jpg') 0 0 no-repeat; 
}

		#antonnete_namai .person-image { background:url('/assets/images/people/antonnete_namai.jpg') 0 0 no-repeat; }
		#damen_layton .person-image { background:url('/assets/images/people/damen_layton.jpg') 0 0 no-repeat; }

	.personinfo { display:none; }
	.personinfo {
		position: absolute;
		top: 1em;
		left: 485px;
		width: 460px;
		background: #fff;
		border: 1px solid #666;
		padding: .5em 1.5em 0 1.5em;
		z-index: 5000;
		}
		.personinfo h2 {
			font-size: 2em;
			color: #b15a00;
			}
		.personinfo ul {
			margin: .5em 0;
			}
		.personinfo li.link {
			font-weight: normal;
			}
	.personinfo .closer {
		padding: 2px 10px;
		margin: 3px -15px 2px -15px;
		text-align: right;
		}
	.personinfo .closer a {
		color: #a0721b;
		text-decoration: none;
		padding-left: 16px;
		background: url(/assets/images/popup_close.gif) 0 center no-repeat;
		}


/* End of file */
