/*
	CSS Document for nzra.html
	Author: Ryan O'Connor
	13/09/06
*/

/* Overrides */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

a {
	color: #0022CC;
	text-decoration: none;
}
a:hover {
	color: #001022;
}

ul {
	list-style-image: url(bullet-navy-solid.png);
	font-size: 1em;
	margin-left: 15px;
}

li {
	margin-top: 6px;
}

table {
	font-size: 1em;
}

h1 {
	font-size: 14pt;
	color: #000088;
}

h2 {
	font-size: 12pt;
	color: #0022AA;
}

h3 {
	font-size: 11pt;
	color: #0A22BB;
}

h4 {
	font-size: 10pt;
	color: #0A22BB;
}


/* Custom div tags */

#container {
	margin-top: 300px;
	z-index: 8;
}

#searchbar {
	left: 5px;
	top: 275px;
	width: 200px;
	height: 13px;
	text-align: left;
	position: absolute;
}

#leftnav {
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
	line-height: 1.3em;
	font-size: 80%;
}

#photos {
	float: left;
	height: 300px;
	width: 578px;
}

#content {
	margin-left: 200px;
	padding: 1em;
	max-width: 45em;
	background-image: url(watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#header {
	position: absolute;
	text-align: left;
	margin: 0;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 275px;
	min-width: 800px;
	
}

#logo {
	background-image: url(bwslogo.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 212px;
	float: left;
	top: 30px;
	left: 15px;
	padding-right: 35px;
	position: relative;
}

#footer {
	background-color: #012F87;
	clear: both;
	margin: 0;
	padding: .5em;
	text-align: right;
	font-size: 8pt;
	color: #FFFFFF;
}

div#footer a {
	color: #FEC400;
}
div#footer a:hover, a:active {
	color: #FFDD33;
}

p#folder a {
	margin-left: 0px;
	margin-top: 24px;
	margin-bottom: 0px;
	font-size: 100%;
}

