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

body {
	padding: 0px;
	background:url(images/hangarwall.gif) center bottom;
	background-attachment:fixed;
	bottom: 0px;
	text-align:center;
	margin: 0 auto;
	}
#container {
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	}
#innercontainer {
	margin: 0 auto;
	width:850px;
	padding-top:50px;
	z-index:0;
	}	
#footer {
	width: 100%;
	height: 150px;
	position:absolute;
	bottom: 0px;
	right: 0px;
	z-index: -2;
	}
concrete {
	height:50px;
	z-index: -2;
	width: 100%;
	position: absolute;
	bottom: 150px;
	background:url(images/concrete.gif) repeat;
}
#mainbox {
	float: right;
	height: auto;
	width: 375px;
	color:#000050;
	text-align: center;
}
#frame {
	background-color: #ffffff;
}
#frametop {
	background:url(images/steel_whiteboard_frame1_r1_c1.gif) no-repeat;
	height: 22px;
	width: 375px;
	background-color: #ffffff;
}
#framebottom {
	background:url(images/steel_whiteboard_frame1_r3_c1.gif) no-repeat;
	height:18px;
	width: 375px;
	background-color: #ffffff;

}
#framecontent {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
	background:url(images/steel_whiteboard_frame1_r2_c1.gif) repeat;
	text-align: left;
}
#center {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	width: 375px;
}
#nav {
	background:none;
	padding:0;
	text-align: center;
	margin: 0px auto;
	width: 375px;
}
h1 {
	padding: 0px;
	margin: 0px;
	
}
img.logo
{
	background-attachment:fixed;
	position:relative;
	left:0px;
	top:0px;
	z-index:-1;
	float:left;
	width:380px;
}
img.frametop {
	position:relative;
	top:0px;
	right: 0px;
}
img.framebottom {
	position:relative;
	bottom:0px;
	right: 0px;
}
img.rightbeam
{
	background-attachment:fixed;
	position:absolute;
	right:0px;
	top:0px;
	z-index:-1;
	width: 100px;
}
img.bgplane
{
	background-attachment:fixed;
	position:absolute;
	right:0px;
	bottom:20px;
	z-index:-1;
	width: 725px;
}
img.bgtoolbox
{
	background-attachment:fixed;
	position:absolute;
	left:70px;
	bottom:40px;
	z-index:-1;
	width: 150px;
}
img.leftbeam
{
	background-attachment:fixed;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-5;
	width: 100px;
}
.1cushycms
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
.1cushycms li {
	padding-left: 20px;
	background:url(images/planebullet.gif) left;
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/* General */
	#dropnav, #dropnav ul { list-style: none; }
	#dropnav, #dropnav * { padding: 0; margin: 0; }
	
/* Head links */
	#dropnav li.navlink {
	width: 74px;
	float: left;
	margin-left: -1px;
	border: 1px black solid;
	background-color: #e9e9e9;
	text-align: center;
}
	#dropnav li.navlink a {
	display: block;
	text-decoration: none;
	font-weight:bolder;
	padding-top: 10px;
	padding-bottom: 10px;
}
	#dropnav li.navlink a:hover { background-image: url(images/steel_navbg.gif); color: #000050; font-weight:lighter;}

/* Child lists and links */
	#dropnav li.navlink ul { display: none; border-top: 1px black solid; text-align: left; }
	#dropnav li.navlink:hover ul { display: block; background-image: url(images/steel_navbg-hover.gif);}
	#dropnav li.navlink ul li a { padding: auto; }
	#dropnav li.navlink ul li a:hover { background-image: url(images/steel_navbg-hover.gif); }
	
/* Pretty styling */
	body { font-family: verdana, arial, sans-serif; font-size: 0.8em; }
	#dropnav a { color: #ffffff; } 
	#dropnav ul li a:hover { text-decoration: none; background-image: url(images/steel_navbg-hover.gif);}
	#dropnav li.navlink { background-color: white; background-image: url(images/steel_navbg-hover.gif); }
	#dropnav li.navlink ul { background-image: url(images/steel_navbg-hover.gif); background-position: bottom; padding-bottom: 10px; }
