/* CSS Style Layout for Nelson Airport Ltd, http://www.nelsonairport.co.nz

Version: 1.0
(October 17, 2006)

Screen layout: */

body {
margin: 0px auto;
padding: 0;
font: 76% Verdana, Arial, Helvetica, sans-serif;
background: #466790;
}

/* top navigation */
#topnav{
	padding-bottom:5px;
	color:#466790;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 15px;
	text-align: right;
	padding-right: 280px;
} 

#topnav a{ text-decoration:none; color:#466790; padding:0 4px; } 

#topnav a:hover{ text-decoration:underline; } 


#wrap {
	color: #303030;
	margin: 0px auto;
	width: 860px;
	background-color: #FFFFFF;
}

#header {
	clear: both;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
}

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	font-size: 10px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#avmenu ul {
	list-style: none;
	width: 150px;
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 10px;
}

#avmenu li {
	margin-bottom: 2px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 6px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	text-align: left;
}

#avmenu li a {
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 30px;
	background-image:  url("../img/nav_on.gif");
	background-repeat: no-repeat;
	background-position: 8px 8px;
	color: #466790;
	display: block;
}	

#avmenu li a:hover {
	background-image:  url("../img/nav_over.gif");
	color: #FF9322;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	line-height: 1.3em;
	font-size: 10px;
	font-weight: normal;
}

#extras {
	float: right;
	margin: 0px 0 10px;
	padding: 10px;
	width: 150px;
	font-size: 10px;
	line-height: 1.3em;
	color: #505050;
}

#content {
	margin: 0 30px 30px 30px;
	padding: 5px 0 0 0;
	line-height: 1.5em;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#content h2 {
	font-size: 1.6em;
	color: #466790;
	border-bottom:1px solid #ccc;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

#content img {
	display:inline;
}

h3 {
	font-size: 1.3em;
	padding: 5px 0 0 0;
}

a {
text-decoration: none;
color: #466790;
}

a:hover {
text-decoration: underline;
color: #FF9322;
}

a img {
	border: 0;
}

#footer {
	margin: 0 auto;
	padding: 8px 0 20px;
	width: 860px;
	text-align: center;
	color: #808080;
	font-size: 9px;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.contentbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-width: 1px;
	border-top-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	border-top-style: solid;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
