/* Common */
body,table,input,select,textarea { 
  font-family:  Verdana, Arial, sans-serif; 
  color: #4d4946;
}

/* Remove padding and margin */
*    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  color:#000;
  background: #aeaeae url(../images/i-bg.jpg) repeat-x;
}

h1 {
  margin: 1em 0 1.25em 0;
  color:#2f3795;
  font-size:1em;
  font-weight:bold;
  border-bottom:1px solid #84bbe6;
  padding:3px;
}

h2 {
  font-size:0.8em;
  font-weight:normal;
  color:#2a3392;
  margin: 1em 0 1em 0;
  font-weight: bold;
}
h3 {
	font-size:0.875em;
	font-weight:normal;
	color:#505050;
	}
h4 {
  font-size: 0.675em;
  margin: 1em 0 0.5em 0;
}


#content p, #content li {
	font-size:0.675em;
	line-height:1.95em;
	color:#505050;
	}
#content li li {
	font-size:1em;
	}
#content ul {
	margin:5px 5px 5px 15px;
	}
p { 
	margin:1em 0 1em;
}
a {
	color:#2f3794;
	text-decoration:none;
	}
a:hover {
	color:#d63839;
	}
dl.col { 
  float:left;
  margin-top:22px;
}

dl.col dt { 
  float:left; 
  width:60px;
}

dl.col dd { 
  margin-left:60px;
}

dl.contact-col { 
  font-size: 0.675em;
  margin: 1em 0;
}

dl.contact-col dt { 
  float:left; 
  width: 8em;
}

dl.contact-col dd { 
  margin-left: 10em;
}
dl.fees-col {
	color:#505050;
	line-height:1.5em;
}
dl.fees-col dt {
	width:10em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clear-right:after {
  content:".";
  height:1px;
  display:block;
  clear:right;
  visibility:hidden;
}

.clr, .clear{
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

/* Layout */
#constrain {
	width:977px;
	margin: 0 auto;
	position: relative;
	}
#logo {
	margin:13px 70px 10px 0;
	}
#footer {
	background:transparent url('../images/i-footer.gif') no-repeat;
	height:35px;
	margin-left:11px;
	}
#body {
	background:transparent url('../images/i-bg-y.gif') repeat-y;
	}
#content {
	padding:240px 20px 0 30px;
	}
#header {
	position:absolute;
	top: 132px;
	left: 301px;
	z-index: 0;
}

#heroshot {
  background: transparent url('../images/i-header-2.jpg') no-repeat;
	display: block;
	height: 200px;	
	width: 675px;
}

/* Top Nav */
#topnav {
	list-style-type:none;
	padding-top:40px;
	float:right;
	}
#topnav li a {
	font-family:'century gothic', verdana, arial, sans-serif;
	color:#6a6a6a;
	font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
	display:block;
	width:160px;
	float:left;
	padding-left:37px;
	line-height:32px;
	}
#topnav li a.charters {
	width:60px;
	}
#topnav li a:hover {
	color:#8e90b9;
	}
#topnav li {
	float:left;
	}
#topnav a.where { background: transparent url('../images/i-where.gif') no-repeat; }
#topnav a.reservations { background: transparent url('../images/i-reservations.gif') no-repeat; }
#topnav a.charters { background: transparent url('../images/i-charters.gif') no-repeat; }

#topnav a.where:hover { background: transparent url('../images/i-where-o.gif') no-repeat; }
#topnav a.reservations:hover { background: transparent url('../images/i-reservations-o.gif') no-repeat; }
#topnav a.charters:hover { background: transparent url('../images/i-charters-o.gif') no-repeat; }

/* Nav */

#nav {
	background:  transparent url('../images/i-ne-corner.gif') no-repeat right top;
	list-style:none;
	float: right;
	display: block;
	height: 41px;
	padding: 0 40px 0 0;	
	}
#nav li {
	float:left;
	background: url('../images/i-navdiv.gif') no-repeat right center;
	padding-right:1px;
	position: relative;
	}
#nav li.last, #footer ul li a.last {
	background:none;
	}	
#nav li a {
	padding: 0 9px;
	font-family:arial, verdana, sans-serif;
	text-decoration:none;
	font-size:0.75em;
	color:#2f3794;
	line-height:42px;
	font-weight:bold;
	display:block;
	cursor: pointer;
	}
#nav li a:hover {
	color:#d33839;
	background: #f0f0f0;
	}
	
	/* Nav Hover */
    
  #nav .parent ul {
    display:none;    
  }
  
/* Sub Nav */

#nav li ul.subnav {
  position: absolute;
  top: 41px;
  left: 0px;
  width: 180px;
  height: auto;  
  list-style:none;
  background:#fff;  
  z-index: 100;
}

	
#nav li ul li {
	float:none;
	background:none;
	border-bottom: 1px solid #eee;
	white-space:nowrap;
	}
#nav li ul li a {
	line-height:2em;
	}

/* Footer Nav */
#footer ul {
	list-style-type:none;
	margin-left:20px;
	}
#footer ul li {
	float:left;
	}
#footer ul li a {
	font-size: 0.675em;
	color:#fff;
	text-decoration:none;
	padding: 0 16px 0 16px;
	line-height:33px;
	background:transparent url('../images/i-footer-bullet.gif') no-repeat right center;
}
#footer ul li a:hover {
	text-decoration:underline;
	}
#footer2 {
	font-size:0.675em;
	padding: 10px 45px 10px 45px;
	line-height:1.8em;
	}
#footer2 ul {
	list-style-type:none;
	}
#footer2 ul li {
	display:inline;
	padding-right:20px;
	}
#footer2 .right {
	padding-top:0;
	margin-top:0;
	}
#footer2 a {
	text-decoration:none;
	color:#000;
	}
#footer2 a:hover {
	color:#2f3695;
	}
/* Online Booking - rest in forms.css */
#booking {
	background:transparent url('../images/i-booking.jpg') no-repeat;
	width:316px;
	float:left;
	overflow:hidden;
	}
#booking-iframe {
	background:transparent url('../images/i-booking-flat.jpg') no-repeat;
	width:266px;
	padding: 0 0 0 50px;
	float:left;
	overflow:hidden;
}
#booking h2 {
	color:#2f3794;
	font-size:1em;
	font-family:'century gothic', verdana, arial, sans-serif;
	padding:0;
	margin:17px 0 19px 15px;
	}
#phone {
	background:transparent url('../images/g-lhs-phone.gif') no-repeat;
	width:193px;
	height:60px;
	text-align:center;
	margin:40px 0 0 60px;
	}
#phone p {
	padding: 14px 0 0 0;
	margin:0;
	color:#2f3795;
	}
#phone p span {
	color:#464646;
}	
#phone2 {
	margin: 80px 0 0 30px;
}
.map {
	text-align:center;
	margin: 12px 0 0 20px;
	width: 180px;
	}


.content-short {
	margin-left:290px;
	}
.content-long {
	float:left;
}
.cta {
	width:229px;
	height:146px;
	float:left;
	margin-top:10px;
	font-family:arial, sans-serif;
	}
.cta1 { background: transparent url('../images/i-cta-1.jpg') no-repeat; }
.cta2 { background: transparent url('../images/i-cta-2.jpg') no-repeat;  }
.cta3 { background: transparent url('../images/i-cta-3.jpg') no-repeat; }
.cta4 { background: transparent url('../images/g-air-user-group.jpg') no-repeat; width: 236px; margin-top:10px; }
.cta5 { background: transparent url('../images/i-cta-bamaga.jpg') no-repeat; }

#content .cta a {
	display:block;
	width:229px;
	height:146px;
	position:absolute;
	z-index:10;
	}

#content .cta p {
	cursor:pointer;	
}

#content .cta1 p {
	padding: 60px 10px 0 105px;
	color:#2f3794;
	line-height:1.2em;
	width:110px;
}

#content .cta3 p {
	display:none;
}

#content .cta4 p {
	padding: 65px 110px 0 6px;
	color:#fff;
	width:145px;
	line-height:1.2em;
	position:absolute;
	z-index:5;
}
#login {
	float:left;
	font-size:0.675em;
	background:transparent url('../images/i-plane.gif') no-repeat 350px 20px;
	padding-right:200px;
	width:280px;
	padding-top:5px;
}
#login h2 {
	color:#000;
	font-size:1.1em;
	border-bottom:1px solid #84bbe6;
	padding:2px;
	margin-bottom:4px;
	font-weight:bold;
	}
#taipans {
	float:left;
	background:transparent url('../images/i-taipans-2.jpg') no-repeat left center;
	padding: 20px 0 0 120px;
	height:83px;
	width:430px;
}
#login a {
	margin-top:-5px;
	display:block;
	text-decoration:none;
	}
#login div {
	width:180px;
	float:left;
	}
#content p.highlight {
	font-size:0.75em;
	font-weight:bold;
	}
/* Box */
.box {
	background:#cee4f9 url('../images/g-box-btm.gif') no-repeat left bottom;
	width:313px;
	padding: 0 0 10px 0;
	margin-left: 10px;
	margin-top: -30px;
	}
.box h2 {	
	background: #fff url('../images/g-box-top.gif') no-repeat left bottom;
	padding: 10px 0 10px 8px;
	margin-bottom:10px;
	margin-top:0;
	}
.box h3 {
	font-size:0.675em;
	font-weight:bold;
	padding: 0 10px;
	margin:0;
	}
.box p {
	padding:0 10px 15px 10px;;
	margin:0;
	}
#content .box ol {
	margin: 10px 20px 10px 40px;
	}

.team {
	border-bottom: 1px solid #ccc;
	min-height:118px;
	margin-left: 128px;
	}
.teamm img {
	float:left;
	border:1px solid #ccc;
	margin-right:20px;
	}
.teamm {
	margin-top:10px;
	}
.dlbutton {
	background:transparent url('../images/g-button.gif') no-repeat;
	width:93px;
	line-height:24px;
	text-align:center;
	display:block;
	color:#fff;
	text-decoration:none;
	}
a.dlbutton:hover, a.longbutton:hover {
	color:#000;
	}
.longbutton {
	background:transparent url('../images/g-button-long.gif') no-repeat;
	width:210px;
	line-height:24px;
	text-align:center;
	display:block;
	color:#fff;
	text-decoration:none;
}
.gallery {
	text-align:center;
	}
.gallery img{
	border: 1px solid #ccc;
	margin:10px;
	}
.galleryitem {
	width:220px;
	float:left;
	}
#content .galleryitem p {
	line-height:1.1em;
	margin: 0 10px;
	text-align:left;
	}
.galleryitemleft {
	margin-left:94px;
	}
	
#content .commlist {
	list-style:none;
	list-style-position:outside;
	margin:0 0 0 0;
	padding:0;
	width:275px;
	float:left;
	padding-right:5%;
	}
.commlist li {
	}
.galleryitem-comm {
	width:210px;
	}
.contacts p {
	width:220px;
	float:left;
	}
.contacts {	
	padding: 0 90px;
	}
.fleet img {
	margin:3px;
	}
.fleet {
	margin: 0 0 20px 70px;
	}
.fleetinfo {
	font-size:0.675em;
	line-height:1.95em;
	width:50%;
	float:left;
	margin: 5px 0 15px 0;
	color:#505050;
	}
.fleetinfo dt {
	width:180px;
	float:left;
	}
#content .fleet p {
	line-height:1em;
	margin:2px 0 5px 0;
	}
#content ol {
	list-style-position:inside;
	margin-bottom:10px;
	}
	
/* Tables on Terms & Conditions page */
.tctable {
	margin:10px 0;
	}
.tctable th {
	background:#e6e6e6;
	font-size:0.675em;
	text-align:center;
	padding:15px;
	margin:0;
	border-bottom:2px solid #fff;
	}
.tctable td {
	padding:15px;
	font-size:0.675em;
	background:#efefef;
	border-bottom:2px solid #fff;
	}
/* Tables on baggage page */
.btable {
	margin:10px 0;
	}
.btable th {
	background:#e6e6e6;
	font-size:0.675em;
	text-align:left;
	padding:5px;
	margin:0;
	font-weight:normal;
	border-bottom:2px solid #fff;
	}
.btable thead th {
	font-weight:bold;
	}
.btable td {
	padding:5px;
	font-size:0.675em;
	background:#efefef;
	border-bottom:2px solid #fff;
	}
	
.testimonial {
	border-bottom:1px solid #ccc;
	padding:10px 0;
	}
/* Table on sponsorship application */
.stable {
	margin:10px 0;
	}
.stable th {
	font-size:0.675em;
	text-align:left;
	padding:5px;
	margin:0;
	font-weight:normal;
	border-bottom:2px solid #fff;
	width:200px;
	}
.stable td {
	padding:5px;
	font-size:0.675em;
	border-bottom:2px solid #fff;
	}
.stable td input, .stable td textarea, .stable td select {
	border:1px solid #ccc;
	width:200px;
	padding:2px;
	font-size:1em;
	}
.stable td select {
	height: 60px;
}
.magazine-table th {
	width:100px;
}
table.standard {
		font-size:11px;
}
table.standard td {
	padding:5px;
}
.imgr {
	border:1px solid #ccc;
	float:right;
	margin:3px 0 2px 3px;
  }
  
  a:active, a:focus {
	outline: 0;
}

/* Job Vacancies Table */
.jobs {
	font-size:0.675em;
}
.jobs thead th {
	background:#60a2de;
	font-weight:bold;
	color:#fff;
	padding: 4px;
	}
.jobs tbody th {
	text-align:left;
	font-weight:bold;
	background:#b8daf6;
	padding: 4px 3px;
	}
.jobs tbody td {
	text-align:center;
	background:#dfeefa;
	padding: 4px 3px;
	}

.content-highlight {
  padding: 10px;
  background-color: #dfeefa;
  border: #b8daf6 solid 1px;
  
}
/*------------New Css -------------------------------------------*/
.destination {}
.destination img	{ float: left; }
ul.destination  li a {font-size: 12px; font-weight: bold;}
ul.destination {float: left; width: 220px;}

.entry { 
  padding-bottom: 10px;
  border-bottom: 1px dotted #84BBE6;
}

.map-index {
  padding: 40px 0 0 29px; 
  float: left; 
  height: 300px;
}

.map-content {
	float:right;
	width:280px;
	margin-left: 20px;
	text-align:center;
}
.manage-frame {
	margin: 10px 0 0 -50px;
	height:210px;
	padding: 0px 50px;
	background:transparent url('../images/i-booking-manage.jpg') no-repeat;
}
.agent-frame {
	margin-top: 0px;
}
.agentlogin {
  margin-top:-7px;
  }
  
.agentlogin h2 {
   font-family:arial, sans-serif;
   font-size: 1em;
   color:#000;
   font-weight:normal;
   padding: 1.125em 0 0 0 ;
}
.agentlogin label {
  width: 60px;
  float:left;
  font-size:11px;
  font-family:arial, sans-serif;
  margin: 5px 0;
  }
.agentlogin input {
  margin: 5px 0;
  padding:2px;
  border: 1px inset #eee;
  width:130px;
  }
.agentlogin input.loginbutton {
   border: 1px outset #eee;
   width: auto;
   margin: 5px 0 0 60px;
   font-family: arial, sans-serif;
   font-size:12px ;
   color:#000;
   }
.agentlogin p {
  font-size:11px;
  margin: 15px 0 0 60px;
  }

/* Blog css */
#sidebar {
	margin: 0 0 0 30px;
	width: 270px;
}
#sidebar ul {
	list-style-type:none;
}
#sidebar ul li {
	background:#93C3F3;
	border: 2px solid #8C8FC4;
	margin: 10px 0;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}
#sidebar ul li ul li {
	background: transparent;
	border: 0;
}
#sidebar h2 {
	padding: 0;
	margin: 0;
	background: #B9DBF7;
	padding: 5px;
	font-size: 0.875em;
}
#sidebar ul li ul {
	margin: 5px 10px;
	font-size:0.75em;
}
#sidebar #searchform div {
	padding: 10px;
}
#booking #searchsubmit {
	background:transparent url('../images/i-blog-search.gif') no-repeat;
	width:28px;
	height:28px;
	text-indent: -1000px;
	cursor:pointer;
	border: 0;
}
#booking #s {
	padding: 3px;
	width:130px;
}
#booking #searchform label {
	width: 70px;
	padding-top: 7px;
}

p.postmetadata {
	background:#d5e4f3;
	padding: 3px 5px;
}
.post .entry {
	padding-bottom: 0;
}

ol.commentlist {
	list-style-type:none;
}
#content ol.commentlist li p {
	font-size: 11px;
}
img.avatar {
	display: none;
}
.alignright {
float:right;
margin: 0 0 20px 20px;
}
.alignleft {
float:left;
margin: 0 20px 20px 0;
}
#commentform input, #commentform textarea {
	border: 1px solid #7F9DB9;
	padding: 2px;
}
.commentlist li {
	border: 1px solid #84bbe6;
}
.commentlist li.even {
	background:#e4e4e4;
}
.commentlist li.odd {
	background:#efefef;
}
.commentlist li {
	padding: 5px 10px;
	margin: 10px 0;
}
.comment-author {
	font-weight:bold;
}
.comment-meta {
	border-bottom: 1px solid #c7d8e5;
	margin: 0 -10px;
	padding: 0 0 5px 10px;
}
#submit {
	cursor:pointer;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	background:#d5e4f3;
	color:#2F3794;
}
#submit:hover {
	background:#7F9DB9;
}

.home .post, .archive .post {
	background:#e4e4e4;
	border:1px solid #84bbe6;
	padding:10px;
	margin-bottom: 30px;
}
.home .post h2, .archive .post h2 {
	background: #efefef;
	margin: -10px -10px 0 -10px;
	padding: 10px;
	border-bottom: 1px solid #c7d8e5;
}
.home .post small, .archive .post small {
	float:right;
	font-size:11px;
	color:#666;
	margin-top: -25px;
}
.home .post .postmetadata, .archive .post .postmetadata {
	background:#efefef;
	margin: 0 -10px -10px -10px;
	padding: 4px 10px;
	border-top: 1px solid #c7d8e5;
}
.search small {
	font-size:11px;
	color:#666;
}
#searchform label {
	display:none;
}
#searchform input {
	padding: 2px;
	border: 1px solid #636371;
}
#searchform input#searchsubmit {
	cursor:pointer;
	background:#636371;
	color:#fff;
}
#topright {
	text-align:right;
	position:absolute;
	right:0;
	top: 8px;
	font-size:11px;
}
#topright a {
	color:#666;
}
#topright a:hover {
	color:#d63839;
}
.txt-center {
	text-align:center;
}

.gallery-item {
	width: 250px;
	display:inline-block;
	margin: 0 29px 20px 29px;
	vertical-align:top;
	padding:2px;
	border: 1px solid #ccc;
}
.gallery-item span {
	background:#eee;
	font-size:12px;
	text-align:center;
	display:block;
	padding: 6px 2px;
	margin: -3px 0 0 0;
}
.gallery-section {
	border: 1px solid #92C5F4;
}
.gallery-section span {
	background:#92C5F4;
}

.navigation a {
	display:inline-block;
	background:#93c3f3;
	padding: 4px 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#2A3392;
	font-size:11px;
}
.nocomments {
	display:none;
}
.temp-msg {
	height:390px;
	width:155px;
	padding: 40px 50px 0 0;
}

#content .entry .gallery-item {
    width:175px;
    margin: 10px;
    }
#content .entry .gallery-caption {
    font-size:11px;
    color:#666;
    padding: 0 0 5px 0;
    margin: -10px 0 0 0;
    }
	
.freight-table {
	border-collapse: collapse;
	margin:5px 0;
}
	.freight-table td, .freight-table th {
		border:1px solid #ccc;
		background:#eee;
		padding:3px;
		font-size:10px;
		text-align:center;
	}
	.freight-table th.freight-table-header {
		color:#fff;
		background:#666;
	}
	.freight-table td.freight-table-empty {
		background:#fff;
	}
	.freight-table.freight-table-left td , .freight-table.freight-table-left th {
		text-align:left;
	}
