/* Layout for Staff CSS Document for Dr. George A. Toledo v2 _2007  */


/* 3 column - yellow "drop-down" box below nav_main
----------------------------------------------------------------------------------------------------------- */
#column_wrapper_staff {
	float: left;
	width: 100%;
	font-size:90%;
	color: #00331e;
	line-height: 1.5em;
	background: url(img/info_btm.gif) repeat-x bottom left;
	}

#columnRight_staff {
	 width: 33%; /* or 175px fixed width */
	 float: left;
	 padding-bottom: 2em;
	}
#columnLeft_staff {
	 width: 33%; /* or 175px fixed width */
	 float:left;
	 padding-bottom: 2em;
	 }
#columnMain_staff {
	 width:33%; /* or 175px fixed width */
	 float:left;
	 padding-bottom: 2em;
	}
#columnLeft_staff ul, #columnMain_staff ul, #columnRight_staff ul {
	margin: 1em 0 3em 0;
	padding: 0 0 10px 0px;
	color: #00331e;
	} 

#columnLeft_staff a, #columnMain_staff a, #columnRight_staff a {
	text-decoration:none;
	font-weight: normal;
	}
#columnLeft_staff ul li, #columnMain_staff ul li, #columnRight_staff ul li {
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	list-style: none;
	line-height: 150%; /* changed from 130% originally*/
	}

#columnLeft_staff ul li img, #columnMain_staff ul li img, #columnRight_staff ul li img {
	border: none;
	padding: 12px;
	background: url(img/photo-frame.gif) no-repeat bottom right;
	border-top: 1px solid #e3e0ce;
	border-left: 1px solid #e3e0ce;
	border-right: 1px solid #b6b289;
	border-bottom: 1px solid #b6b289;
	}
	
#columnLeft_staff ul li p.twoLine, #columnMain_staff ul li p.twoLine, #columnRight_staff ul li p.twoLine {
	padding-left: 7px;
	line-height: .8em;
	text-align: left;
	}
	
#columnLeft_staff ul li.middle, #columnMain_staff ul li.middle, #columnRight_staff ul li.middle {
	padding-top: 15px;
	padding-bottom: 15px;
	}/* to even out spacing for middle row */

	
#clear {
	clear: both;
	}
	
/* End 3 column 
----------------------------------------------------------------------------------------------------------- */
	
