/* Advisory committee pages */
.advisory-committee .biography									{ clear: both; padding: 24px 0 15px 0; }
.advisory-committee .biography .photo							{ float: left; margin-right: 15px; margin-bottom: 15px; }
.advisory-committee .biography .photo img						{ width: 200px; }
.advisory-committee .biography .biography-body h2 span.title	{ display: block; color: #000; font-size: 75%; }
.advisory-committee .biography .biography-body h2 span.company	{ display: block; color: #000; font-size: 75%; }

/* Faculty/staff directory pages - common */
.faculty-staff-directory .biography,
.faculty-staff-directory .biography-nophoto												{ overflow: hidden; width: 100%; padding: 24px 0 15px 0; }

.faculty-staff-directory .biography .biography-body h2 span.title,
.faculty-staff-directory .biography-nophoto .biography-body h2 span.title				{ display: block; color: #000; font-size: 75%; }

.faculty-staff-directory .biography .biography-body h2 span.organization-name,
.faculty-staff-directory .biography-nophoto .biography-body h2 span.organization-name	{ display: none; } /* constant - OSU Institute of Technology */

.faculty-staff-directory .biography .biography-body h2 span.organization-unit,
.faculty-staff-directory .biography-nophoto .biography-body h2 span.organization-unit	{ display: block; color: #000; font-size: 75%; }

.faculty-staff-directory .biography .biography-body .tel .type,
.faculty-staff-directory .biography-nophoto .biography-body .tel .type					{ display: none; } /* don't display "work" */

/* Faculty/staff directory pages - w/ photos */
.faculty-staff-directory .biography .photobox				{ float: left; width: 200px; }
.faculty-staff-directory .biography .photobox img			{ width: 200px; }
.faculty-staff-directory .biography .biography-body			{ float: right; width: 360px; }

/* Faculty/staff directory pages - no photo */
.faculty-staff-directory .biography-nophoto .biography-body	{ width: 100%; }

/* Reference:
 * http://www.quirksmode.org/css/clearing.html
 */

