@charset "utf-8";
/* CSS Document */


#landerheader {
	/*width:984px;*/
	padding-top:13px;
	display:block;
	margin:auto;
	text-align:left;
	background:url(../images/lander-header.jpg) no-repeat;
	}

	#landerlogo {}

#landernavigation { 
	margin-top:12px; 
	width:178px;
	display:inline;
	float:left;
	color:#000000;
	}

	#landernavigation ul { font-size:0.75em; padding-left:8px;}
	#landernavigation li { list-style-type:none;}
	#landernavigation a { color:#000000; text-decoration:none;}
	#landernavigation a:hover { color:#ffffff; text-decoration:none;}
	#landernavigation .active { color:#ffffff;}
	#landernavigation ul ul { font-size:1em;}


#launchlander {
	display:inline;
	float:left;
	margin-top:12px; 
	border-top:15px solid #000000;
	border-right:15px solid #000000;
	border-bottom:15px solid #000000;
	border-left:15px solid #000000;
	width:605px;
	height:405px;/* apply to all browsers */
	/*#height:360px;/* override for Microsoft Internet Explorer browsers*/
	/*_height:360px;/* override for IE browsers 6.0 and older */
	background-color:#000000;
	text-align:center;
	}

#lander-main-content {
	margin-left:42px;
	width:605px;}