﻿


/* -------- SPECIFIC to staff pages ----- */

.titlebar    { font-family: Arial, sans-serif; font-size: 12pt; color: #F8F5A1; font-weight: bold }
.footer    { font-family: Arial, sans-serif; font-size: 10pt }

.nondisc   { font-family: Verdana, Arial, sans-serif; font-size: 7pt; color: #000000; }


.staffcontact {
position: relative;
float: right;
text-align: left;
}


table.grantdata {

font-size: 100%;
border-collapse: collapse; 
width: 90%;
}

table.grantdata h3 {
margin-bottom: 4px;
padding-bottom: 0; }

table.fiscaldata {

font-size: 90%;
border-collapse: collapse; 
width: 90%;
}

table.fiscaldata h3 {
margin-bottom: 4px;
padding-bottom: 0; }



/* -------------- staff list page ------------ */
div.stafflist
{
width: 360px;
}

div.staffmember {
border-bottom: 1px solid #A8A8A8; 
margin-bottom: 4px;
padding-bottom: 8px;
}

div.staffmember img {
 float: left; 
 border: none; 
 margin: 0 8px 0 0;
 width: 90px;}

div.staffmember p.info {
font-size: 100%;
}

div.staffmember p.details {
font-size: 100%;
line-height: 1.3;
margin-bottom: 0;
padding-bottom: 0px;

}


/* ---------------------- staff page right float box -----------------*/

div.staffTools {  /* Defines the right column to hold contact info and photo & video media available */
position: relative;
float: right;
margin: 15px 0 10px 22px;
width: 28%;
/* border: dashed blue 1px; */ 

border-left: 1px #f7e9d0 solid;
border-bottom: 4px #f7e9d0 solid;
padding: 2px 0 2px 10px;
}

/* ------------------------- photo right float box --------------*/


div.imagefloatright {

float: right;
padding: 6px;
				
}

div.imagefloatright p {
font-size: 80%;
margin-top: 5px;
margin-bottom: 5px;

}
