/* File style.css*/
/* Written by John Hauman*/
/* Last modified 13/09/2006*/

body {
	background-color : #00ffff;
	color : black;
}

#logo {
	width:800px;
	margin-left:auto;
        margin-right:auto;
        text-align : center;
}

#welcome {
	font-family: verdana, "comic sans ms", arial, sans-serif;
	font-size : x-large;
}

#content {
	width:800px;
        height:100%;
	background-color : #FAFAD2;
	color : black;
	margin-left:auto;
        margin-right:auto;
        text-align : center;
        font-family: arial, "comic sans ms", sans-serif;
	border : solid 6px #0000ff;
}

#navbar {
	height:25px;
	text-align : center;
}

ul#navbar {
	list-style : none;
	margin : 0;
	padding : 0 20px;
	font-weight : 800; 
	font-family : verdana, "comic sans ms", arial, sans-serif;
}

ul#navbar li {
	float : left;
	border : outset 6px blue;
	background-color : #00FFFF; 
	color : black;
}

ul#navbar li a:link, a:hover, a:active, a:visited {
	text-decoration : none;
}

ul#navbar li a:hover, a:active {
	background-color : #00C0FF;
	color : black;
	border : inset 6px blue;
}

body#home li.home, body#facilities li.facilities, body#location li.location, body#tariffs li.tariffs, body#nuggets li.nuggets, body#contact li.contact, body#links li.links {
	background-color : #FAFAD2; 
	color : black;
}

#footnote {
        font-size:x-small;
}

p#smaller {
	font-size:small;
}

p#statsheet, p#bluecastle,p#accomnz, p#nzs,p#nzto, p#totalsouth, p#hguide img {
border: 0px none;
} 

body#location #noscript {
	height : 150px
}
