@charset "utf-8";
/* CSS Document */


table#mainNavigation {
width: 100%;
border-collapse: collapse;
font-size: 11px;
text-align: center;
border-bottom: 5px solid gray;
}

table#mainNavigation td {
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
border-top: 0px solid black;
border-right: .5px solid white;
border-bottom: 0px solid black;
border-left: .5px solid white;
font-family: Helvetica, Arial, sans-serif;
letter-spacing: 1px;
}

table#mainNavigation td a {
text-decoration: none;
font-weight: bold;

color: #FFFFFF;
}

table#mainNavigation td.redcell {
width: 200px;
background-color: #990000;
text-align:left;
padding: 0px;
margin: 0px;
}

table#mainNavigation td.endCell {
width: 400px;
background-color:#000000;
border: 0px;
}



table#mainNavigation td.aboutActive {
width: 100px;
cursor: default;
background-color:#999999;
}

table#mainNavigation td.about {
width: 100px;}

table#mainNavigation td.aboutActive  a {
text-decoration: none;
color: #000000;
font-weight: bold;
cursor: default;
}

table#mainNavigation td.searchpActive {
width: 100px;
cursor: default;
background-color:#999999;
}

table#mainNavigation td.searchpActive  a {
text-decoration: none;
color: #000000;
font-weight: bold;
cursor: default;
}

table#mainNavigation td.candidatesActive {
width: 100px;
cursor: default;
background-color:#999999;
}

table#mainNavigation td.candidatesActive  a {
text-decoration: none;
color: #000000;
font-weight: bold;
cursor: default;
}

table#mainNavigation td.companiesActive {
width: 100px;
cursor: default;
background-color:#999999;
}

table#mainNavigation td.companiesActive  a {
text-decoration: none;
color: #000000;
font-weight: bold;
cursor: default;
}

table#mainNavigation td.newsActive {
cursor: default;
background-color:#999999;
}

table#mainNavigation td.newsActive  a {
text-decoration: none;
color: #000000;
font-weight: bold;
cursor: default;
}

table#mainNavigation td.linksActive {
cursor: default;
background-color:#999999;
}

table#mainNavigation td.linksActive a {
text-decoration: none;
color: #000000;
font-weight: bold;
cursor: default;
}

table#mainNavigation td.contactActive {
cursor: default;
background-color:#999999;
}

table#mainNavigation td.contactActive a {
text-decoration: none;
color: #000000;
font-weight: bold;
cursor: default;
}

table#mainNavigation td.homeActive {
cursor: default;
background-color:#999999;
}

table#mainNavigation td.homeActive a {
text-decoration: none;
color: #000000;
font-weight: bold;
cursor: default;
}

div#navPhotos {
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.tinyText {

font-size: 9px;
margin-top: -4px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
}

p.recc {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-size: 10px;
font-weight: bold;
}



