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



/* Main stuff .................................................................................*/

body {
	text-align:center;
	background-image:url(../images/grommets.png);
	background-repeat:no-repeat;
	background-color:#fff;
	background-position: left top;
	overflow-x:hidden;
	position:relative;
	left:40px;
}
a {
   outline: 0;
}
#cont {
	width: 900px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	position: relative;
	margin: 0 auto;	
	padding-left:20px;
}

#mainrt {
	width: 840px;
	z-index:2;
	position:relative;
	
}
#mainrt p, #mainrt li {
	font-size: 12px;
	color: #121212;
	line-height: 14px;
	
}
#mainrt h1, #mission h1 {
	display:block;
	clear:both;
	line-height:2px;
	color:#333;
	font-size:32px;
	font-weight:200;
}


#mainrt a, #mainrt a:visited {
	text-decoration: none;
	color: #2a2f78;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #2a2f78;
}
#mainrt a:hover {
	text-decoration: none;
	color:#990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
#mainrt .homenote a, #mainrt .homenote a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #ffffff;
}
#mainrt .homenote a:hover {
	text-decoration: none;
	color:#333333;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #ffffff;
}
#mainrt a img {
	text-decoration: none;
	border: none;
	border-style: none;
}

#mainrt a:hover img,  #mainlf a:hover {
	text-decoration: none;
	border: none;
}
#mainrt h3 a, #mainrt h3 a:visited {
	padding-bottom: 2px;
	border-bottom: none;	
}
#mainrt h3 a:hover {
	border-bottom: 1px dotted #333;
}
#mainlf {
	width: 40px;
	height: 200px;
	position: absolute;
	left:-40px;
	z-index: 10;
	top:146px;
}
#mainlf .button a, #mainlf .button a:visited, #mainlf .button a img, #mainlf .button a:visited img {
 	text-decoration: none;
	border:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#mainlf .button a:hover, #mainlf .button a:hover img {
 	text-decoration: none;
	border:none;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainlf #request {
 	height: 120px;
	width: 175px;
	z-index:555;
	overflow:hidden;
	position:relative;
	right: 15px;
 }
#mainlf #request a:hover img {
	position:relative;
	bottom:120px;
}
#mainlf .button {
	clear:both;
	margin-bottom:10px;
	display:block;
}

/* Content stuff ................................................................................*/

.img_fix {
	position:fixed;
	top:-10px;
}
.links1 {
	position:relative;
	width:350px;
	left: 400px;
	display:block;
	float:right;
}
.menu_hold {
	width:840px;
	position:relative;
	top: 20px;
	margin-bottom:20px;
}
.button2 {
	top: 180px;
}

h4 span a  {
	color:#990000;
	border-bottom:dotted 1px #990000;
}
h4 span a:hover {
	color:#2a2f78;
	border-bottom:dotted 1px #990000;
}

h2 {
	font-weight:200;
}
h3 {
	color: #2a2f78;
}
h3  span, h4 span {
	color: #990000;
}
h4 {
	color: #2a2f78;
	display: block;
}

.h3 {
	position:relative;
	top:-10px;
}

.pad_div, .pad_div3, .pad_div4 {
	padding: 10px 15px;
}
.pad_div p {
	padding-top: 12px;
	text-align: justify;
}
.pad_div span {
	color: #990000;
}
.pad_div img {
	max-width: 810px;
	width:expression(img>810?"810px":"auto");
	
}
.thebottom {
	padding: 15px 0px 10px 0px;
	border-top:1px solid #2a2f78;
	border-bottom:1px solid #2a2f78;
	color:#333333;
	text-align:right;
	font-size:10px;
}
.thebottom table tr td p {
	text-align: right;
	font-size: 10px;
	color:#999999;
}
.thebottom td {
	padding-right: 37px;
}

.bottom {
	padding-left: 20px;
}
#mainrt .thebottom a {
	text-decoration: none;
	border: none;
	border-style: none;
}
.pad_div3 img {
	float: right;
	border: 1px solid #333333;
	height: auto;
	margin: 15px 0 15px 10px;
}


/* Header stuff .................................................................................*/

#head_img {
	margin:0 auto;
	width:1050px;
	position:relative;
	z-index:25;
}
#head_img .jet { 
	position: absolute;
	left: 170px;
	top: 0px; 
	border:none;
	text-decoration:none;
	margin-bottom:40px;
	z-index:2;
	
}
#head_img img {
	border:none;
	text-decoration:none;
}
#hidelogo {
	width: 110px;
	overflow:hidden;
	position:relative;
}

#logo a img, #logo a:visited img{
	position:relative;
	left:0px;
}
#logo a:hover img{
	position:relative;
	left: -110px;
}

#homelink {
	font-size: 12px;
	padding: 5px;
	position: absolute;
	text-align:right;
	display:block;
	z-index:25;
	
	float:right;
	right:40px;
	top:-10px;
}
#homelink a, #homelink a:visited {
	text-decoration: none;	
	color:#333;
}
#homelink a:hover {
	color:#000066;
	text-decoration: none;
	border-bottom: 1px dotted #000066;
}
#homelink h4, #homelink h2 {
	padding-right: 10px;
	color:#333333;
}
#homelink h4 {
	position:relative;
	top:15px;
}

#linktext { 
	z-index: 200;
	padding:10px;
	width:450px;
	position:relative;
	right: 10px;
	top: 30px;
	text-align:right;
}
#nav2 {
	background-color: #010d32;
	width: 730px;
	height: 40px;
	padding-left: 15px;
	font: 13px;
	text-decoration:none;
}
#nav2 li {
	display: block;
}
.nav_img {
	height: 46px;
	overflow: hidden;
	margin-bottom: 75px;
	position:relative;
	top: 30px;
}
.nav_img a img, .nav_img a:visited img {
	position: relative;
	bottom: 30px;
}
.nav_img a:hover img {
	position: relative;
	bottom: 83px;
}
.nav_img2 {
	height: 59px;
	overflow:hidden;
	margin-bottom: 55px;
	position:relative;
	top: 30px;
}
.nav_img2 a img, .nav_img2 a:visited img {
	position: relative;
	bottom: 30px;
}
.nav_img2 a:hover img {
	position: relative;
	bottom: 98px;
}

/* Other stuff ................................................................................*/

.clear {
	clear: both;
	line-height: 1px;
}
#foot_links{
	width: 840px;
	height: 40px;
	clear: both;
	padding-top: 5px;
}
#foot_links p a, #foot_links p a:visited {
	font-size: 11px;
	color:#555;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#foot_links p {
	display:block;
	float: right;
	padding-right: 25px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
.left_txt a:hover, #foot_links a:hover {
	color: #222222;
	text-decoration: none;
	border:none;
}
#foot_links a:hover {
	color: #222;
	border-bottom: 1px dotted #222;
}
.pad_div4 img {
	float: right;
	width: 300px;
	margin-left: 20px;
}
.left { 
	border-bottom:none; 
	padding-bottom: 5px;
	font-size:24px;
	padding-right:60px;
}
.underline {
	bohttp://www.eclipseaerospace.net/ea4/images/pix.gifrder-top: 1px solid #2a2f78;
	width: 840px;
	height: 3px;
	position:relative;
	right:15px;
	top: 5px;
	border-top: 1px solid #2a2f78;
}
.stack {
	float:right;width:200px;position:relative;right:5px; top:25px;
}
.bottom tr {
 	height:125px;
}
#hide { background-image:url(../images/pix.gif); width:1200px; height: 3800px; z-index: 45000;position:absolute;}
#hide img { width:1200px; height:3800px; }
#up1{
	background-image: url(../images/upgrade1.jpg); width:900px;height:1200px;z-index: 55;
}
#up2 {
	background-image: url(../images/upgrade2.jpg); width:900px;height:1200px;
}
#up3 {
	background-image: url(../images/upgrade3.jpg); width:900px;height:1200px;
}
.subbutton {
		border: 1px solid #333333;
		-moz-box-shadow: 4px 4px 5px #888888; /* Firefox 3.6 and earlier */
		-webkit-box-shadow: 4px 4px 5px #888888;  /* Safari and Chrome */
		box-shadow: 4px 4px 5px #888888; 
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   	#mainrt h1 {
		clear:both;  
	}
	.button2 {
		top: 190px;
	}
	.menu_hold {
		width:840px;
		position:relative;
		top: 0px;
		margin-bottom:0px;
	}
	#mainlf {
		top:139px;
	}
}

