/* Index Stylesheet */

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	background-color: #e3e3e3;
}

#container
{
	margin: 18px auto 0 auto;
	width: 800px;
	min-height: 600px;
	position: relative;
	background-color: transparent;
}

#left-col
{
	margin-right: 315px;
	width: 485px;
	min-height: 600px;
	background-color: #fff;
}

#right-col
{
	position: absolute;
	top: 0;
	right: 0;
	width: 315px;
	min-height: 600px;
}

#content
{
	position: absolute;
	top: 0;
	right: 0;
	width: 315px;
	height: 436px;
	overflow: hidden;
	background-image: url(../img/i-right-col-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#content h2
{
	margin: 28px 0 -3px 18px;
	font-size: 12px;
	line-height: 20px;
}

#content p
{
	margin: 0 18px 10px 18px;
	line-height: 18px;
	color: #000;
}

.view-aircraft-sales:link, .view-aircraft-sales:visited
{
	font-size: 10px;
	font-weight: bold;
	color: #003e88;
	text-decoration: underline;
	white-space: nowrap;
}

.view-aircraft-sales:hover
{
	color: #003e88;
	text-decoration: none;
	white-space: nowrap;
}

#news
{
	position: absolute;
	top: 436px;
	right: 0;
	width: 315px;
	height: 164px;
	overflow: hidden;
	background-color: #aab0b7;
}

#news h2
{
	margin: 8px 0 8px 18px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

#news h2 a:link, #news h2 a:visited
{
	color: #fff;
	text-decoration: none;
}

#news h2 a:hover
{
	color: #d9d9d9;
	text-decoration: none;
}

#news h3
{
	margin: 8px 0 8px 18px;
	font-size: 10px;
	line-height: 20px;
	color: #fff;
}

#news p
{
	margin: 0 18px 9px 18px;
	line-height: 13px;
	color: #000;
}

#news p a:link, #news p a:visited
{
	color: #003e88;
	text-decoration: underline;
}

#news p a:hover
{
	text-decoration: none;
}

#logo-mast
{
	width: 485px;
	height: 63px;
}

#nav-content-wrap
{
	position: relative;
	width: 485px;
	background-color: #fff;
}

#nav
{
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 319px;
	background-color: #c4c8cc;
}

#img-top
{
	margin-left: 58px;
	width: 427px;
	height: 319;
}

#img-bottom
{
	width: 485px;
	height: 218;
}

#copyright
{
	margin: 0 auto 18px auto;
	width: 800px;
	color: #808080;
	line-height: 24px;
}


/* IE 6 */
*html #left-col, *html #right-col
{
	height: 600px;
}