﻿/*	Global Styles */
body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, image {margin:0; padding:0;}
img {border:none;}

.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body  {
	/* text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    background:#FFFFFF url(../images/blueBgStripe.gif) repeat-x;
}

.container { 
	width: 760px; 
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.globalNav 
{
    float:right;
    padding:10px 25px 0px 0px;
    font-size:12px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:right; /* this overrides the text-align: center on the body element. */
} 



#contentContainer
{
    background: url(../images/bgTile.gif) repeat-y;
    display: table;  /*this is a firefox and safari hack to force y repeat of BG image. Without it, the BG will not tile */
    width:760px;
    text-align:left;
}

.leftNav
{
   width:180px;
   float:left;
   padding:20px 0px 0px 3px;  
}

.rightNav
{
   width:115px;
   float:left;
   padding:20px 20px 0px 0px;  
}


.content
{
    float:left;
    padding:20px 0px 10px 10px;
    width:560px;
    font-size:12px;
    color:#636466;
    line-height:18px;
    text-align: left;
}

.photoCaption {
font-size: 10px; font-style:italic;
}

.footer
{
width:760px;
font-size:12px;
color:#636466;
padding:20px 0px 0px 193px;
    }

  /* Banners */ 
.BannerPanel_1, .BannerPanel_2, .BannerPanel_3, .BannerPanel_4
{
    background:url(../images/bannerHome.jpg); 
    height:156px;
    width:760px;  
}
.BannerPanel_20
{
    background:url(../images/bannerLandingGear.jpg); 
    height:156px;
    width:760px;  
}

.BannerPanel_19
{
    background:url(../images/bannerAeroStructures.jpg); 
    height:156px;
    width:760px;  
}


  /* Text Styles*/ 
h1
{
    color:#000000;
    font-weight:normal;
    font-size:18px;
    padding: 0px 0px 10px 0px;
    line-height:normal;    
}
h2
{
    color:#959595;
    font-weight:normal;
    font-size:18px;
    padding: 0px 0px 10px 0px;
    line-height:normal;       
}
h3
{
    color:#959595;
    font-weight:bold;
    font-size:14px;
    padding: 0px 0px 0px 0px;
    line-height:normal;     
}
h4
{
    color:#000000;
    font-weight:bold;
    font-size:12px;
    padding: 0px 0px 0px 0px;
    line-height:normal;     
}

p
{
    padding: 0px 0px 10px 0px;
    font-size:12px;
    color:#636466;
    line-height:18px;    
}

.content ul, .content ol
{
    padding: 0px 0px 10px 15px;
}
.content li
{
margin: 0px 0px 0px 17px;    
    }
    
 

  /* Global Link Styles*/   
a:link,  a:active, a:visited
 {
	color:#3a6f8f; 
 	text-decoration:none;
  }
  
 a:hover
 {
 color:#3a6f8f;
 text-decoration:underline; 
  }
  


/*Side navigation styles*/
/* First level */   
    
.l1ul
    {
    margin:0px 0px 0px 0px;
    list-style:none;
    }
    
.l1ul li 
    {
        margin:0px 0px 0px 0px;
        padding:0px 0px 2px 0px;
    }  
 
    
a.l1InActive:link,  a.l1InActive:active,  a.l1InActive:visited
    {
    margin:0px 0px 0px 0px;
    display:block;
    border-top:1px solid #C8C8C8;
    border-left:1px solid #C8C8C8;
    border-right:1px solid #C8C8C8;
    border-bottom:1px solid #C8C8C8;        
    color:#000000; 
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    padding:3px 0px 4px 10px;
    margin:0px 0px 0px 0px;   
    }
    
a.l1InActive:hover
    {
    color:#3a6f8f;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    }  

a.l1Active:link, a.l1Active:active, a.l1Active:visited, a.l1Active:hover
    {
    display:block;        
    font-weight:bold;
    color:#FFFFFF; 
    text-decoration:none;
    font-size:11px;
    background:#3a6f8f;
    padding:4px 0px 5px 11px;
    margin:0px 0px 0px 0px;      
    }
/* Second level */   
    
.l2ul
    {
    padding:3px 0px 3px 0px;        
    margin:0px 0px 0px 0px;
    list-style:none;
    background:url(../images/l2NavBG.gif) repeat-x;
    }
    
.l2ul li
    {
    margin:0px 0px 0px 0px;
    padding:0px 0px 5px 0px;
    }
    
a.l2InActive:link,  a.l2InActive:active,  a.l2InActive:visited
    {
    padding:0px 0px 0px 11px;        
    color:#636466; 
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    }
    
a.l2InActive:hover
    {
    padding:0px 0px 0px 11px;        
    color:#3a6f8f;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    }  

a.l2Active:link, a.l2Active:active, a.l2Active:visited, a.l2Active:hover
    {
    padding:0px 0px 0px 11px;        
    font-weight:bold;
    color:#3a6f8f; 
    text-decoration:none;
    font-size:11px;
    }
    
/* Third level */   
    
.l3ul
    {
    padding:0px 0px 0px 0px;
    margin: 3px 0px 5px 10px;
    list-style:none;
    }
    
.l3ul li
    {
    border-bottom:1px solid #FFFFFF;
    padding-bottom:0px;
    padding-right:0px; 
    padding-top:0px; 
    }
    
a.l3InActive:link,  a.l3InActive:active,  a.l3InActive:visited
    {
    color:#636466; 
    text-decoration:none;
    font-size:11px;
    font-weight:normal;
    }
    
a.l3InActive:hover
    {
    color:#6f57a5;
    text-decoration:none;
    font-size:11px;
    font-weight:normal;
    }  

a.l3Active:link, a.l3Active:active, a.l3Active:visited, a.l3Active:hover
    {
    font-weight:bold;
    color:#6f57a5; 
    text-decoration:none;
    font-size:11px;
    }    
