﻿/* style for thumbnails on page */

div.img_spaced, div.img_nospace
{ float: left; 
  width: 85px; 
  text-align: left; 
  line-height:20px;
  font-weight:bold; 
  padding-top:18px;
  }
  
/*img
{   padding:0px 0px 8px 8px;    }*/
  
div.img_spaced
{ margin-right: 15px; }

div.img_spaced a, div.img_nospace a
 { color: #225d8c;
   font-size:9px;
   text-decoration: none; 
   line-height:normal; }

div.clearMe
{ clear: both; }


/* styles for bio modalpops */

.modalBackground, .modalBackground_BIO     /* BACKGROUND MASK */
  { background-color: #999999;
    filter: alpha(opacity=50);
    opacity: 0.5;  }
     
.modalPopup_1, .modalPopup_BIO         /* MODAL 'WRAPPER' PANEL */
 { background-color: #FFFFFF;
   border: solid 2px #000000;
   width: 550px;    
   padding:10px;    }
    
.modalPopup_1                   /* INNOVATIONS  */
{   background-image:url(../home/images/innovations.gif);    
    background-repeat:no-repeat; }

.modalPopup_1content      /* MODAL CONTENT DIV */
 { padding: 2px 2px 8px 8px;
   font-size: 12px; 
    line-height:18px; 
    margin-bottom:8px;}

.modalPopup_1content div
 { margin-bottom: 10px;  }


.modalPopup_1button      /* MODAL BUTTON DIV */
 {  margin-bottom: 10px;    }

.modalButton_1        /* OK/CANCEL BUTTON OF MODAL */
 {  color:#333333;
    border: solid 1px #333333;
    background-color: #FFFFFF; 
    height: 24px;
    width: 60px;
    font-variant: small-caps; 
    float:left;
    text-align:center; 
    position:absolute;
    left:30px;
    bottom:10px;
      }

.modalButton_college        /* OK/CANCEL BUTTON OF MODAL */
 {  color:#333333;
    border: solid 1px #333333;
    background-color: #FFFFFF; 
    height: 24px;
    width: 60px;
    font-variant: small-caps;
    margin-left: 20px;
    margin-top: 10px;  }

    
.modalURL
{   float:left;
    text-align:right;
    font-size:20px;
    line-height:normal; 
    width:420px;     }
    
.popupHeading
{   padding:0 0 0 0;
    margin:0 0 0 0;
    color:#225d8c;     }
    
.modalHeading
{   font-size:24px; 
    line-height:24px;     }


.modalSpotlightWrap        /* MODAL 'WRAPPER' PANEL */
 { background-color: #FFFFFF;
   border: solid 2px #000000;
   width: 550px;
   padding: 14px;  }



.modalBlogWrap        /* MODAL 'WRAPPER' PANEL */
 { background-color: #FFFFFF;
   border: solid 2px #000000;
   width: 550px;
   padding: 14px;  }

   
.leadership
{  width: 82px;
   border:0;      }

div.leadership_spaced, div.leadership_noSpace
{  width:82px;
   float:left;
   text-align: left; 
   line-height:20px; }
   
div.leadership_spaced
{   padding-left:10px;    }

div.leadership_spaced a, div.leadership_noSpace a
 { color: #225d8c;
   font-size:9px;
   text-decoration: none; 
   line-height:normal; }

div.leadership_spaced a:hover, div.leadership_noSpace a:hover
 {  text-decoration:underline;                }
    
.imgTrustee
{   padding:0 20px 10px 0 ;
      }

