body { 
	background-color: #000;
	color: #fff;
	font-family: Helvetica, Verdana, Arial, sans-serif ;
	font-size: 11px; 
	padding: 0;
	border: 0;
	margin: 0;
}

#OuterFrame
{
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	background-image: url(Images/auckland_airport_logo.gif);
	padding-top: 80px;
	padding-left: 12px !important;
	padding-right: 65px;
	padding-bottom: 60px;
	margin-top: 0;
	width: 800px;
	background-repeat: no-repeat;
	background-position: 28px 0;
}

table#Layout {
	min-height: 200px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
	width: 800px;
}

table#Layout td#TopMenu
{
	margin: 0;
	padding: 0;
	border-width: 0;
	border-color: #FFF;
	border-style: solid;
	background-color: #4d6927;
}

table#Layout td#TopMenu a, table#Layout td#TopMenu a:visited
{
	color: #efefef;
	text-decoration: none;
	padding: 2px;
	font-size: 13px;
	line-height: 20px;
}
table#Layout td#TopMenu a:hover {
color: #fff;
background-color: #86261a;

text-decoration: none;
}


div#TML {
	padding-left: 20px;
	float: left;
}

div#TMR {
	padding-right: 20px;
	float: right;
}


table#Layout td#Top
{
	background-color: transparent;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 113px;
	text-align: left;
	background-position: 0 30px;
	border-top: 0 #FFF solid;
	border-right: 0 #FFF solid;
	border-bottom: 0 #666 dashed;
	border-left: 0 #FFF solid;
}
table#Layout td#Menu
{
	margin: 0;
	padding: 0;
	border-width: 0 10px 10px 10px;
	border-color: #FFF;
	border-style: solid;
	background-color: transparent;
}

table#Layout td#Bottom
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 30px !important;
	text-align: center;
	border-top: 1px #666 solid;
	border-right: 0 #FFF solid;
	border-bottom: 0 #FFF solid;
	border-left: 0 #FFF solid;
}

table#Layout td#MainSection
{
	position: relative;
	top: -1px !important;
	top: -2px;
	background-color: #fff;
	min-height: 400px;
	margin: 0;
	padding: 15px 30px 30px 25px;
	text-align: left;
	border-top: 1px #666 solid;
	border-right: 0 #FFF solid;
	border-bottom: 0 #FFF solid;
	border-left: 0 #FFF solid;
	color: #666;
}

table#Layout td#MainSection h1{
font-size: 26px;
}
table#Layout td#MainSection h1, table#Layout td#MainSection h2, table#Layout td#MainSection h3 {
color: #86261a;
}

table#Layout td#MainSection h1#FrontMain {
padding-top:14px;
font-size: 23px;
line-height: .8em;
padding-bottom: 0;
}

table#Layout td#MainSection h2.GreyHeading {
color: #666;
font-size: 20px;
line-height: 1.4em;
}

table#Layout td#MainSection p , table#Layout td#MainSection div
{
padding-left: 0;
font-size: 12px;
line-height: 1.6em;

}

table#Layout td#MainSection p#FPDesc {
	font-size: 11px;
}

img.png {
	behavior: url(iepngfix.htc);
}

/* Required for navigation */

div#navcontainer
{

	width: 800px;
	margin: 0;
	padding: 0;
	position: bottom;
}

ul#navigation
{
	height: 27px !important;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10;
	display: inline;
	width: 100%;
}



/* Top level */
#navigation li
{
	list-style: none;
	float: left;
	padding: 0 18px 0 15px;
	margin: 0;
	border-left: 1px #fff solid;
	background-color: #FFF;
	height: 29px;
}

#navigation li.first{
	border-left: 0px #fff solid;
}	
#navigation ul li.first{
	border-right: 1px #fff dashed;

}	

#navigation li#RightEnd, #navigation li#RightEnd:hover  {
	background-image: none;
	background-color: transparent;
	position: relative;
	margin: 0;
	padding: 0;
	height: 30px !important;
	height: 26px;
}


#navigation a
{
	float: left;
	display: block;
	margin: 2px 0 2px 0;
	height: 22px;
	width: auto;
	padding: 2px 10px 4px 10px;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	background: transparent;
	color: #666;
	font-weight: normal;
}
#navigation a em {
	font-style:normal;
	}
#navigation .r {
	float:right;
}

#navigation a:hover, #navigation li:hover a
{
	color: #8C261A;
	background-image: url(Images/green_arrow.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-color: transparent;
}


#navigation li.current a  { 
//	color:#4d6927; 
	background-image: url(Images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position:  50% 100%;


	}
#navigation .drop a:hover, #navigation .drop:hover a {
	height:20px;
	color:#4d6927; 
	background-image: url(Images/spacer.gif);

	}

/* sub level 1 */
#navigation ul
{
	position: absolute;
	width: 150px;
	top: 28px;
	left: -2px;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent url(Images/spacer.gif) left bottom no-repeat;
}
#navigation ul li, #navigation ul li.first
{
	display: block;
	width: 148px;
	padding-right: 0px;
	background: transparent url(Images/spacer.gif) right top repeat-y;
	border: 0;
	border-left: 1px;
	border-style: solid;
	border-color: #f8b82c;
}

#navigation ul a
{
	color: #4d6927;
	display: block;
	float: left;
	height: auto !important;
	font-size: 11px !important;
	line-height: 12px;
	text-decoration: none;
	text-transform: none;
	width: 152px;
	padding: 5px 2px 5px 7px !important;
	margin: 0;
	font-weight: normal;
	background-color: #fc4;
	filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
	border-width: 1px 1px 0 0;
	border-color: #666;
	border-style: #fc5;
}

#navigation ul a:hover, #navigation ul a:active {
	color: #4d6927;
}


/* NESTED NORMAL STATE */
#navigation ul li.current ul li a, #navigation ul li.current ul li.current ul li a {
	background-color:#eee;
	color: #4d6927;
}

/* HOVER COLORS */
#navigation ul li:hover a, #navigation ul ul li:hover a, #navigation ul li.current ul li:hover a, #navigation ul li.current ul li.current ul li:hover a,  #navigation ul li.first ul li.first ul li:hover a {
	background-color:#e41;
	color: #fff;
	background-image:  url(Images/spacer.gif);
}


/* DISPLAYS */
#navigation ul, #navigation li:hover ul ul, #navigation ul li:hover ul ul {
	display:none;	
	color: #4d6927;
	background-image:  url(Images/spacer.gif);
}
#navigation li:hover ul, #navigation ul li:hover ul, #navigation ul ul li:hover ul {
	display:block;	
	background-image:  url(Images/spacer.gif);
}

div.ImageHolder
{
	text-align: center;
	float: right;
	width: 280px;
	padding-left: 30px;
	padding-bottom: 20px;
}
div.ImageHolder:after {
content: ".";
height: 1px;
font-size: 1px;
}

.ImageDashed
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px !important;
	margin-bottom: 1px;
	float: left;
	border-right: 0;
	border-bottom: 0 #666 dashed;
	border-top: 0 #666 dashed;
	border-left: 0;
	padding: 20px 0 20px 0;
}

div.Caption {
display: block;
clear: both;
}

.ImageShadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 0px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

div.FeatureImg {
	float: right;
	margin-left: 10px;
}

div#Copyright
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-size: 10px;
	text-align: center;
	padding-bottom: 30px;

text-shadow: 2px 2px 3px black;
}

table#EventsCalendar
{
	border-width: 0;
	border-color: #666;
	border-style: solid;
}
table#EventsCalendar td {
	margin: 5px;
	padding: 1px;
	vertical-align: top;

}
table#EventsCalendar th
{
	font-size: 14px;
	text-align: center;
	border-width: 0;
	border-color: #666;
	border-style: solid;
	vertical-align: top;

}
table#EventsCalendar td.EDS {
	width: 80px;
}


table#EventsCalendar td p{
	margin:0;
	padding: 0;
}

table#Committee
{
	border-width: 1px 2px 2px 1px;
	border-color: #666;
	border-style: solid;
}

table#Committee td {
	margin: 5px;
	padding: 5px;
	vertical-align: top;
}

table#Committee td a
{
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}
table#Committee th
{
	margin: 5px;
	padding: 5px;
	vertical-align: top;
	border-width: 0 0 2px 0;
	border-color: #666;
	border-style: solid;
}

a {
	color: #4d6927;
}

a:visited {
	color: #462;	
}
a:hover {
	color: #8C261A;
}

table#Layout td div#TextSection div div.Release
{
	padding: 10px;
	border-width: 1px 2px 2px 1px;
	border-color: #666;
	border-style: solid;
}

table#Layout td#MainSection div#HeadlineBanner
{
	background-color: #b54537;
	color: #fff;
	padding: 3px;
	padding-left: 10px;
	border-width: 0 1px 1px 0;
	border-color: #610;
	border-style: solid;
}

div#HeadlineBanner a{
	color: #eee;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}
div#HeadlineBanner a:visited {
	color: #eee;
}
div#HeadlineBanner a:hover {
	background-color: #dcdcdc;
	color:  #b54537;
}

table#Layout td#MainSection div#Links
{
	width: 400px;
	padding: 10px;
	border-width: 1px 2px 2px 1px;
	border-color: #666;
	border-style: solid;
}

div#Links  ul { list-style-type: none; margin-left:5px;padding-left:5px;}
div#Links  ul li { list-style-type: none; padding-left: 0; margin-left:0; line-height: 1.5em;}

table#Layout td#MainSection table#Reports {
	border-width: 1px 0 0 1px;
	border-color: #666;
	border-style: solid;
}
table#Reports td,table#Reports th
{
	padding: 3px;
	border-width: 0 1px 1px 0;
	border-color: #666;
	border-style: solid;
}

ul#NewsList
{
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 10px;
	list-style-type: none;
}

hr.dashed
{
	border-top: 0px #666 dashed;
	color: #fff;
	background-color: #fff;
	height: 1px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	text-align: left;
}

hr.solid
{
	border-top: 1px #666 solid;
	color: #f00;
	background-color: #fff;
	height: 1px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	align: left;
}


div.PageText {
	margin-right: 10px;
}

.w450 {
	width: 450px;
}
.w330 {
	width: 330px;
}

.fpMihi {
	width: 370px;
	float: left;
}

table#ContactForm th, table#ContactForm td {
vertical-align: top;

}

table#ContactForm th {
	width: 120px;
}

.req {
color: #86261a;
}


div#LNavDashed { width: 330px; }

#LNavDashed ul
{
padding-top: 5px !important;
padding-top: 20px;

margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-size: 24px;
}

.copyright {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#LNavDashed a
{
display: block;
padding: 8px;
width: 314px;
background-color: #4d6927;
border-bottom: 10px solid #fff;
}

#LNavDashed a:link, #LNavDashed a:visited
{
color: #EEE;
text-decoration: none;
}

#LNavDashed a:hover
{
background-color: #86261a;
color: #fff;
}

td.copyright { 
color: #4d6927;
font-size: 10px;

}
td.copyright div a{ 
font-size: 10px;
text-decoration: none;
}



