﻿body {
}

h1 {
    font-size: 0.9em;
    color: #00457C;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    font-size: 0.8em;
    color: #00457C;
    font-family: Tahoma, Arial, Sans-Serif;
    font-weight: bold;
}

p {
    font-size: 0.8em;
    color: #000000;
    font-family: Tahoma, Arial, Sans-Serif;
    font-weight: normal;
}

ul {
    font-size: 0.8em;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    margin-left: 20px; 
    padding-left: 20px;
    position: relative;
    left: 20px;
}

ul.liContent li {


}


a:link
{
    color: #00457C;    
}

a:active
{
    color: #00457C;    
}
    

#BannerRotation{
    display: block;
}


caption 
{
    font-size: 0.8em;
    color: #00457C;
    font-family: Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    padding-left: 40px;
    display: block;
    width: 100%;
}

.selectbox 
{
    float: right;
    text-align: right;    
}
.pFooter 
{
    font-size: 0.7em;
    color: #00457C;
    font-family: Arial, Sans-Serif;
    padding-top: 20px;
}


.tdLogo 
{
    padding-bottom: 15px;   
}
.tdBanner 
{
    height: 280px;
    min-height: 280px;
}

.tdMenu 
{
    border: dotted 0px #000000;
    height: 90px;
    vertical-align: text-top;
}

#topLine 
{
    position: relative;
    border-top: solid 1px #00457C;
    width: 100%;
    height: 1px;
    top: -20px;
}

.tdContent 
{
    padding-left: 40px; 
    padding-top: 20px;    
    position: relative;
}
.tdFooter 
{
    padding: 10px;
}

.tableHome
{
    font-size: 0.8em;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Sans-Serif;
    display: block;
    width: 723px;
    background-color: #00457C;
    margin-left: -80px;
}

.tableHome td 
{
      padding-bottom: 20px;
}

.tableHome h1 
{
      color: #FFD420; 
      padding-top: 10px;
}

.tableHome .Headlines 
{
      padding-top: 10px;
}

.tablePageFooter {
    background-color: #C2D7E8;
    height: 90px;
    position: absolute; 
    width: 580px;
    bottom: 0px;
}


.Headlines a
{
    color: #FFFFFF;
}



#AboutHome {
    width: 76px;
}
#ExpertiseHome {
    width: 90px;
}
#LocationsHome {
    width: 90px;
}
#NewsHome {
    width: 70px;
}
#MediaContactHome {
    width: 125px;
}
#CareersHome {
    width: 85px;
}
#ContactHome {
    width: 80px;
}


#imgHome
{
      position: relative;
      z-index: 1;  
}

.CssMenu{
    font: bold 0.7em Arial;
    width: 120px;
}
.HomeMenu{
    font: normal 0.8em Arial;
    width: 662px;
    position: relative;
    top: -60px;
    z-index: 2;
}
/*Top level menu link items style  .CssMenu ul{ .CssMenu ul li{ .CssMenu ul li a{ .CssMenu ul li a:hover*/
.Menu {
    margin: 0;
    padding: 0;
    padding-top: 3px;
    list-style-type: none;
    z-index: 2;    
    position: relative;
    display: inline;
    float: left;    
}

.Menu a{
    display: block;
    background-color: transparent;
    padding-top: 3px;
    /*padding-right: 10px;*/
    padding-bottom: 3px;
    /*padding-left: 9px;*/
    margin-right: 0; 
    border-bottom-width: 0;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    height: 100%;
}

.Menu a:hover{
	color: #FFFFFF;
	font-weight: bold;
	background: transparent;
}

.SideMenu {
    margin: 0;
    padding: 0;
    padding-top: 3px;
    list-style-type: none;
    position: relative;
    display: block;
    z-index: 2;
}

.SideMenu a{
    display: block;
    background-color: #FFFFFF;
    padding-top: 3px;
    /*padding-right: 10px;*/
    padding-bottom: 3px;
    padding-left: 9px;
    margin-right: 0; 
    border-bottom-width: 0;
    color: #00457C;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    width: 100%;
    height: 100%;
}

.SideMenu a:hover{
	color: #FFFFFF;
	background-color: #00457C;
}