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

#pageHeader {
	background-image: url(images/header_overview.jpg);
	height: 330px;
	margin-top: 35px;
	}
#pageHeader p {
	width: 424px;
	top: 173px;
	left: 20px;
	}
/* Overview */
.personnelIntro p {
	width: 203px;
	}
#ctl00_ContentPlaceHolder1_techCarousel {
	height: 242px;
	}
.commIntro {
	float: left;
	margin-top: 35px;
	}
.commIntro h2,
.commIntro p {
	width: 205px;
	float: right;
	}
.futureIntro {
	width: 900px;
	height: 253px;
	margin-top: 35px;
	background: url(images/bg_future.jpg) no-repeat 0 0;
	float:left;
	padding: 10px 20px 20px 20px;
	}
.futureIntro p {
	width: 407px;
	}
	
	
	
/* demo animation etc */


#demo {
	position: absolute;
	width: 100%;
	height: 580px;
	
	min-width: 940px;
	
	left: 0px;
	top: 0px;
	z-index: 100;
	
	display: none;
	overflow: hidden;
}

#aviationApp {
	position: absolute;
	width: 1200px;
	height: 580px;
	outline: none;
	
	top: 0px;
	left: 50%;
	margin-left: -600px;
}

/* has flash applied w JS */

.page-home #pageHead,
.expanded #pageHead {
	height: 580px;
}

.page-home #pageBody,
.expanded #pageBody {
	background-position: 0 -580px;
}

.page-home #demo,
.expanded #demo {
	display: block;	
}
	
