@charset "utf-8";
/* CSS Document */

/*layout alignment and background color*/
body {
	font: 100%  Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	background-color: #e8ebef;
}
.oneColFixCtr #container {
	width: 748px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #e2e2e2;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*link colors*/

.oneColFixCtr a:link, a:visited {
	color: #666666;
	text-decoration:underline;
}

.oneColFixCtr a:hover {
	color: #000;
	text-decoration:underline;
}

/* top border to secnav */
#secnav {
	border: solid #e2e2e2;
	border-width: 1px 0px 0px 0px;
	background-color:#FFFFFF;
	width:748px;
	height:171px;
	position:relative;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; color: #000000; font-size: 11px; font-style: normal; line-height: 16px;  font-weight: normal; font-variant: normal; text-align:left;}

/*heading for secnav*/	
#secnav h1 {font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; color: #000000; font-size: 16px; font-style: normal; line-height: 2px;  font-weight: bold; font-variant: normal;}

/*style for aerospace homepage tab content. Visibility must be hidden*/
#aerospacecontent {
position:absolute;
top:0px;
left:0px;
width:531px;
height:97px;
visibility:hidden;
background-image:url(../images_homepage/aerospace-bkgd.jpg);
padding: 37px 37px 37px 180px;
text-align:left;
overflow:hidden;
}

/*style for defense homepage tab content. Visibility must be hidden*/
#defensecontent {
position:absolute;
top:0px;
left:0px;
width:531px;
height:97px;
visibility:hidden;
background-image:url(../images_homepage/defense-bkgd.jpg);
padding: 37px 37px 37px 180px;
text-align:left;
overflow:hidden;
}

/*style for space homepage tab content. Visibility must be hidden*/
#spacecontent {
position:absolute;
top:0px;
left:0px;
width:531px;
height:97px;
visibility:hidden;
background-image:url(../images_homepage/space-bkgd.jpg);
padding: 37px 37px 37px 180px;
text-align:left;
overflow:hidden;
}

/*style for commercial homepage tab content. Visibility must be hidden*/
#commercialcontent {
position:absolute;
top:0px;
left:0px;
width:531px;
height:97px;
visibility:hidden;
background-image:url(../images_homepage/commercial-bkgd.jpg);
padding: 37px 37px 37px 180px;
text-align:left;
overflow:hidden;
}

/*style for join us homepage tab content. Visibility must be hidden*/
#joinuscontent {
position:absolute;
top:0px;
left:0px;
width:531px;
height:97px;
visibility:hidden;
background-image:url(../images_homepage/joinus-bkgd.jpg);
padding: 37px 37px 37px 180px;
text-align:left;
overflow:hidden;
}

.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;
}

#footer {
	background-color:#e8ebef;
	width:728px;
	padding:10px;
	text-align:right;
	font-size:11px;
}
