body{
	background-color: white;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

#abovebottom {
	background-color: white;
}

h1{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #003399;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #003399;
	margin: 12px 0px 6px 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: black;
}

a {
	color: #003399;
}

#topbar{
	width: 100%;
	height: 75px;
	background-color: #2374b5;
}

#subtitle{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 0px;
	margin: 0px;
}

#dwen, #airmotive{
	position: absolute;
	top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 0px;
	margin: 0px;
	font-size: 40px;
	font-weight: bold;
	z-index: 1;
}

#dwen{
	left: 20px;
}

#dwen a, #airmotive a {
	color: white;
	text-decoration: none;
}

#airmotive{
	left: 187px;
}

#header-logo{
	position: absolute;
	top: 5px;
	left: 133px;
	width: 68px;
	height: 79px;
	margin: 0;
	padding: 0;
}

#year, #slogan{
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003399;
}

#slogan{
	left: 20px;
	top: 79px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

#year{
	left: 294px;
	top: 76px;
	font-family: "Times New Roman", Times, serif;	
	font-size: 21px;	
}

* html #year{
	left: 289px;
}

#homebar, #bottombar{
	width: 100%;
	height: 27px;
	background-image: url(../images/homestrip.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

#copyright, #nz-clock{
	padding: 2px;
	margin: 0;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #003399;
}

#copyright {
	float: left;
}

#nz-clock {
	float: right;
}

/*Left bar*/

#leftbar{
	float: left;
	width: 205px;
	margin: 0;
	padding: 0;
	background-color: white;
}

/*Image and second slogan*/

#main-image{
	position: relative;
	float: left;
	width: 205px;
	height: 141px;
	margin: 0;
	padding: 0;
	background-image: url(../images/plane-side_205x141.jpg);
	background-repeat: no-repeat;
}

#desc-upper, #desc-lower{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #fff;
	position: absolute;
	text-align: right;
}

#desc-upper{
	font-size: 10px;
	top: 12px;
	right: 6px;
}

#desc-lower{
	font-size: 14px;
	top: 30px;
	right: 6px;
}

/*Main navigation*/

#navbar{
	margin: 0;
	padding: 0;
	width: 205px;
	height: auto; background-color: green;
}

.nav-list, .subnav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

.nav-list-item {
	display: block;
}

.nav-list-item a:link, .nav-list-item a:visited {
	border-top: 1px solid rgb(221,221,221);
	text-decoration: none;
	display: block; /*the span surround these should be block so it works in IE*/
	width: 80%;
	padding: 1pt 10%;
	line-height: 1.5em;
	background-color: #677f99;
	color: white;
}

.nav-list-item a:hover {
	display: block;
	border-top: 1px solid rgb(221,221,221);
	background-color: #0B2A59;
	color: white;
	background-image: url(../images/3arrows.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
}

.subnav a:link, .subnav a:visited {
	border-top: 1px solid rgb(221,221,221);
	text-decoration: none;
	display: block; /*the span surround these should be block so it works in IE*/
	width: 75%;
	padding: 1pt 10% 1pt 15%;
	line-height: 1.5em;
	background-color: #8DA5BD;
	color: white;
}

.subnav a:hover {
	display: block;
	border-top: 1px solid rgb(221,221,221);
	background-color: #0B2A59;
	color: white;
	background-image: url(../images/3arrows.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
}

* html .nav-list-item a:link, * html .nav-list-item a:visited{
	width: 100%;
	padding: 1pt 20px;
}

* html .subnav a:link, * html .subnav a:visited{
	width: 100%;
	padding: 1pt 20px 1pt 30px;
}

/*Content*/

#content-outer{
	width: 100%;
	background-color: white;
	padding: 0px 0px 0px 0px;
}

#content{
	width: auto;
	margin: 0px 0px 0px 205px;
	padding: 0;
	background-color: white;
}

#content-inner{
	margin: 0;
	padding: 24px 12px 12px 24px;
	background-color: white;
}

/*Images*/

.pictureleft {
	float: left;
	margin: 8pt 8pt 8pt 0pt;
	border: none;
}

.picturelefttop {
	float: left;
	margin: 0pt 8pt 3pt 0pt;
	border: none;
}

.pictureright {
	float: right;
	margin: 8pt 0pt 8pt 8pt;
	border: none;
}

.picturerighttop {
	float: right;
	margin: 0pt 0pt 3pt 8pt;
	border: none;
}

.bristol {
	float: left;
	margin: 0pt 8pt 0pt 0pt;
	border: none;
}

/*Misc*/

.clear-both{
	clear: both;
	width: auto;
	height: -1px; /*Fixes IE6 bug - if 0px showing blue space between content and bottom bar*/
	line-height: 0px;
	margin: 0;
	padding: 0;
}

.question {
	font-weight: bold;
	color: #003399;
	margin-bottom: 0;
	padding-bottom: 0;
}

.answer {
	margin-top: 0;
	padding-top: 0;
}

.no-border {
	border: none;
}

.tight {
	margin: 0px 0px 6px 0px;
	padding: 0;
}

h1.h1tight{
	margin-top: -12px;
	margin-bottom: -12px;
	padding: 0;
}

h1.h1tight2{
	margin-top: -12px;
	margin-bottom: 0px;
	padding: 0;
}

h2.h2tight{
	margin-top: 3px;
	margin-bottom: -3px;
	padding: 0;
}

h3.h3tight{
	margin-top: 6px;
	margin-bottom: -2px;
	padding: 0;
}

h3.h3tighter{
	margin-top: 6px;
	margin-bottom: -2px;
	padding: 0;
}

/*tables*/
table{
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
	padding: 0px 12px 0px 0px;
	margin: 0;
}

td ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.left-types{
	width: 40%;
	margin-right: 0;
}

.right-types{
	width: 60%;
	margin-left: 12px;
}

.left-types ul, .right-types ul, .left-bullets ul{
	padding: 0;
	margin: 0;
}

.table-tight th{
	height: 0;
}

.table-tight{
	padding: 0;
	margin: 0;
}

table li{
	margin: 0px 0px 0px 15px;
	padding: 0;
}

.ul-tight{
	margin: -16px 0px 0px 24px;
	padding: 0;
}

.bristol-block{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
