/*--------------------- body ---------------------*/

* { border:0; padding:0; margin:0; }

html {
	min-height: 100%;
	margin-bottom: 1px;
	scrollbar-base-color: #036;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #036;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: gray;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;	
}

body, input, textarea, select {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
}

#container {
	width: 725px;
	padding: 12px 0px 0 20px;
}

#header {
	position: relative;
	height: 80px;
	background: #fff url("../img/header_tile.gif") left top repeat-x;
}

#logos {
	background: transparent url("../img/colours.gif") left 70px no-repeat;
	height: 80px;
	position: relative;
}

#nav, #content {
	padding: 12px 0 0 0;
}

#nav {
	float: left;
	width: 133px;
	background: #fff url("../img/nav_level1_bottom.gif") left bottom no-repeat;
	padding-bottom: 6px;
}

#content {
	float: right;
	width: 840px;
}

#main {
	float: left;
	width: 460px;
}

#sub {
	float: right;
	width: 240px;
	position: relative;
}

#main, #sub {
	margin-bottom: 0px;
}

#mainbox {
	background-color: #EBF5FF;
}

html>body #main, html>body #sub {
	margin-bottom: 15px;
}

.padder {
	padding: 0px 10px 10px 10px;
	background: transparent url("../img/sub_bottom.gif") left bottom no-repeat;
}

.datainput
{
	clear: both;
	display: block;
	float: left;
	height: 35px;
	width: 400px;
}

/*--------------------- paragraphs & headings ---------------------*/

p {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 1.2em 0;
	padding: 0;
}

p.footer {
	clear: both;
	font-size: 1em;
	padding-top: 15px;
}

h1 {
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	color: #036;
	font-size: 2.3em;
	font-weight: bold;
	margin: -0.2em 0 0em 0;
	padding: 0;
}

h2, h3 {
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	color: #036;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0em 0 0.3em 0;
	padding: 0;
}

.optout {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 1.2em 0;
	padding: 4px 4px 0 4px;	
	color: #036;
}

/*--------------------- rounded box ---------------------*/

.north { background: url("../img/n.png") repeat-x top; }
.east { background: url("../img/e.png") repeat-y right; }
.south { background: url("../img/s.png") repeat-x bottom; }
.west { background: url("../img/w.png") repeat-y left; }
.ne { background: url("../img/ne.png") no-repeat top right; }
.se { background: url("../img/se.png") no-repeat bottom right; }
.sw { background: url("../img/sw.png") no-repeat bottom left; }
.nw { background: url("../img/nw.png") no-repeat top left; }
.nw { padding: 10px; }

/*--------------------- images ---------------------*/

a img {
	border: 0;
}

img.contributors {
	width: 225px;
	height: 122px;
}

img.colours {
	position: absolute;
	bottom: 0;
	left: 0;
}

.corner {
	position: absolute;
	width: 9px;
	height: 9px;
}

.top {
	top: 0;
	margin-top: -1px;
}

.bottom {
	bottom: 0;
	margin-bottom: -1px;
}

.left {
	left: 0;
	margin-left: -1px;
}

.right {
	right: 0;
	margin-right: -1px;
}

/*-------------------- buttons --------------------*/
.button
{
	float: left;
	height: 26px;
	line-height: normal;
	margin: 0;
	padding: 0;
}	

.button span
{
	float: left;
	background: url("../img/button_right.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}

.button a
{
	display: block; 
	background:url("../img/button_left.gif") no-repeat left top;
	padding: 4px 8px 9px;
	color: #FFF; 
	text-decoration: none; 
	font-size: 1.2em;
	font-weight: bold; 
}

/*--------------------- forms ---------------------*/
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input, textarea, select {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.1em;
}

.c {
	display: block;
	float: left;
	border: 0px solid transparent;
	background-color: #EBF5FF !important;
	padding: 2px 0 0 0;
	vertical-align: middle;
}

#subbox img { position: relative; z-index: -1; }

/*--------------------- misc ---------------------*/
.spacer { height: 190px; }
.tinyspacer
{
	margin: 5px 0 0 0;
} 
