@charset "utf-8";
/* CSS Document */

/* Home Page Cascade Style Sheets */
/* Home Page Main Container */
#home-container { 
	display:inline;
	float:left;
	width:615px;
	height:390px;
	margin:0px;
}	
	
#home-container #home-subcontainer {
	float:left;
	display:inline;
	width:590px;
	height:380px;
	margin:10px 0px 0px 25px;
	}

/* Container for Home Page Title Image */
#home-container #home-subcontainer #title-area {
	display:inline;
	float:left;
	height:136px;
	width:381px;
	}

/* Home Page Image Containers */ 
#home-container #home-subcontainer #aircraft-image {
	display:inline;
	float:right;
	width:208px;
	margin:0px;
	height:294px;
	}
	
#home-container #home-subcontainer #aircraft-image img {
	border:0px;
	margin:0px;
}	
	
#home-container #home-subcontainer #cargo-image {
	display:inline;
	float:right;
	width:100px;
	height:158px;
}

#home-container #home-subcontainer #cargo-image img {
	border:0px;
	margin:0px;
}	
	
#home-container #home-subcontainer #text-area {
	display:inline;
	margin:0px;
	float:left;
	width:270px;
	height:53px;
}

#home-container #home-subcontainer #text-area p	{
	margin:0px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	text-align:left;
	}	
	
#home-container #home-subcontainer #sticker-area {
	position:relative;
	margin:0px;
	float:left;
	z-index:100;
	margin-left:-69px;
	display:inline;
	width:100px;
}

#home-container #home-subcontainer #sticker-area img {
	margin:0;
	float:left;
}	

#home-container #home-subcontainer #section-area {
	clear:both;
	height:70px;
	vertical-align:middle;
	}

#home-container #home-subcontainer #section-area .section-area-image {
	display:inline;
	float:left;
	height:70px;
	width:80px;
	}
	
#home-container #home-subcontainer #section-area .section-area-image img {
	float:left;
	border:0px;
}	
		
#home-container #home-subcontainer #section-area .section-area-text {
	margin:5px 0px 0px 0px;
	vertical-align:middle;
	display:inline;
	float:left;
	height:70px;
	width:110px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	text-align:left;
	}
			
#home-container #home-subcontainer #section-area .section-area-text h2 {
	font-size:12px;
	color:#3399ff;
	margin:0px;
	text-align:left;
	}
			
#home-container #home-subcontainer #section-area .section-area-text p {
	margin:0px;
	}

#home-container #home-subcontainer #section-area .section-area-text a {
	text-decoration:none;
	color:#666666;
	display:inline;
	}

#home-container #home-subcontainer #section-area .section-area-text a:hover {
	color:#3399ff;
	}

/* MAIN RIGHT-NEWS-MENU-AREA =========================================================================== */

#news-rightmenu-container {
	float:left;
	display:inline;
	width:157px;
	margin: 0px;
}

#news-rightmenu-container #news-rightmenu-subcontainer {
	float:left;
	display:inline;
	width:140px;
	height:245px;
	margin:10px 0px 0px 10px;
    overflow:hidden;
}
	
#news-rightmenu-container #news-rightmenu-subcontainer #content-area {
	float:left;
	display:inline;
	margin:0px;
	width:132px;
	height:245px;	
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#666666;
	font-size:10px;
}
	
#news-rightmenu-container #news-rightmenu-subcontainer #content-area .section-divider {
	clear:left;
	height:9px;
	background-image:url(/images/hr.gif);
	overflow:hidden;
	margin:1px 0px 1px 0px;
}
	
#news-rightmenu-container #news-rightmenu-subcontainer #content-area h3 {
	display:inline;
	margin:0px;
	font-size:10px;
	color:#666666;
}
	
#news-rightmenu-container #news-rightmenu-subcontainer #content-area p {
	display:inline;
	margin:0px;
	font-size:10px;
}
	
#news-rightmenu-container #news-rightmenu-subcontainer #content-area a {
	font-size:10px;
	margin:0px;
	text-decoration:none;
	color:#666666;
	display:inline;
}
	
#news-rightmenu-container #news-rightmenu-subcontainer #content-area a:hover {
	color:#53afde;
	margin:0px;
}