/* CSS Document */



/** Sub menus **/

.submenu .sublink {
background-color: #dadada;
border: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

.submenu .sublink a {
line-height:16px;
width: 100%;
display: block;
color: #123474;
background-color: #dadada;
text-decoration: none;
font-weight: bold;
border: 1px solid #dadada;
}

.submenu .sublink a:hover {
border-top: 1px solid #091B3B;
border-right: 1px solid #1D51B3;
border-bottom: 1px solid #1D51B3;
border-left: 1px solid  #091B3B;
background-color: #123474;
color: #99ccff;
}

.team {
background-color: #dadada;
}

.team .name {
background: url(images/section_header.gif) left top no-repeat #123474;
border-right: 1px solid #dadada;
border-bottom: 1px solid #dadada;
color: #99ccff;
font-size: 14px;
font-weight: bold;
text-align: center;
padding-top: 3px;
padding-bottom: 3px;
}

.team .name .title {
font-size: 12px;
font-weight: bold;
font-variant:small-caps;
}

.team .name .secondary {
font-size: 12px;
font-style: italic;
}

.team .info {
font-size: 12px;
padding: 3px 0px 3px 5px;
}

.position {
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #123474;
}
