/* tiles */

#tiles{
	min-height: 1px;
	position: relative;
	margin: 0 0 0 0;
	float: left;
	width: 720px;
}

* html #tiles{
	height: 1px;
}

#tiles:after{
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}

.tile{
	float: left;
	width: 230px;
	display: block;
	float: left;
	position: relative;
	height: 150px;
	margin: 0 10px 15px 0;
	background-repeat: no-repeat;
	background-position: 0 0; 
	border-bottom: solid 3px #bcbcbc;
}

.tile:hover{
	background-position: 0 -150px;
}

.airwork_nz{
	background-image: url(tiles/airwork-nz.tile.jpg) !important;
}

.flight_ops{
	background-image: url(tiles/flight-ops.tile.jpg) !important;
}
	
.heli_holdings{
	background-image: url(tiles/heli-holdings.tile.jpg) !important;
}

.helilink{
	background-image: url(tiles/helilink.tile.jpg) !important;
}

.skylink{
	background-image: url(tiles/skylink.tile.jpg) !important;
}

/* welcome note */

#welcome_note{
	height: 70px;
	background: #2e547d url(welcome_note.gif) no-repeat 590px 10px;
	float: left;
	width: 710px;
	border-bottom: solid 3px #bcbcbc;
	margin: 0 0 15px;
}

#welcome_note h1{
	margin: 24px 0 0 15px;
	color:#fff;
	font-size:18px;
	
}


/* [ info panels ] */

.info_panel{
	float: left;
	line-height: 16px;
}

.info_panel .header h3,
.info_panel .header h3 a{
	margin: 0;
	color: #fff;
	font-size:14px;
}

#news_panel{
	width: 230px;
	margin-right: 5px;
	border-bottom: solid 3px #d7d7d7;
}

#news_panel .header{
	background: #2e547e;
	border-bottom: 3px solid #bababa; 
	padding: 5px 15px 0;
	height: 20px;
}

#news_panel .content{
	background: #eae8e8;
	height: 107px;
	padding: 15px 15px 0;
}	
	
#news_panel .content .date{
	display: block;
	color: #b3ada9;
}

#news_panel .content .news_item{
	color: #37393B;
}

#news_panel .content a:hover{
	text-decoration: none !important;
}

#news_panel .content a .more_news{
	display: block;
	color: #2a66a8;
}

#news_panel .content a:hover .more_news{
	text-decoration: underline;
}

#news_panel .pagination{
	display: none;	
}


/* [ over view ] */
#overview{
	background: #f8a120;
	width: 165px;
	float: right;
	padding: 0 40px 0 15px;
	height: 406px;
	border-bottom: solid 3px #d7d7d7;
	color: #000;
	font-size: 13px;
	position: relative;
}

#overview h2{
	color: #fff;
	margin: 24px 0 16px;
	font-family:'EurostileLTStdBoldOblique';
}

#overview .caa{
	position: absolute;
	bottom: 20px;
	left: 15px;
}


/* [ structure fixes ] */

#main{
	background: none;
}

#sidebar,
#breadcrumb{
	display: none;
}

#content{
	padding: 0 0 30px 0;
	width: 950px;
}
