@import url(global.css);
@import url(internal.css);

#staffList {
   float: left;
   margin: 0;
   padding: 0 !important;
   list-style: none;
}

#staffList li {
   margin: 0;
   padding: 0;
}

#staffList li.listCat {
   margin: 0 10px 0 0;
   padding: 0;
   float: left;
   width: 145px;
   
}

.lastItem {
   margin-right: 0 !important;
   width: 280px !important;
}

#staffList h3 {
   margin: 0 0 10px;
   padding: 0;
   color: #0B3A7F !important
}


#staffList li ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#staffList li ul li {
   margin: 0 0 10px;
   padding: 0;
   list-style: none;
}

.teamTable {
   width: 590px;
}

.teamTable tbody td {
   background-color: #E0E0E0;
   padding: 0 2px;
	font-size: 12px;
}

.teamTable thead td {
   background-color: #829BBD;
   font-weight: bold;
   color: #0B3A7F;
   text-align: center;
	font-size: 12px;
}

.nameCell {
   width: 125px;
}

.posCell {
   width: 100px;
}

.locCell {
   width: 65px;
}

.telCell {
   width: 85px;
}

.emailCell {
   width: 145px;
}

.vcardCell {
   width: 60px;
}

.directorContactInfo {
   margin-left: -10px;
   padding: 0;
   list-style: none;
}

.directorContactInfo li {
   margin: 0;
   padding: 0 0 0 22px;
}

.directorContactInfo .phoneNumber {
   background: url(../images/icon_telephone.gif) 0px 0px no-repeat;
}

.directorContactInfo .location {
   background: url(../images/icon_location.gif) 0px 0px no-repeat;
}

.directorContactInfo .email {
   background: url(../images/icon_email.gif) 0px 0px no-repeat;
}

.directorContactInfo .vcard {
   background: url(../images/icon_vcard.gif) 0px 0px no-repeat;
}
