/* CSS Document */
/* zeotc stylesheet for new style, October 2004, revised Oct 2004 - Feb 2005 by Jane Stevenson */

/* (1) Helpers and base rules */

.invis	{	display: none;	}
.skiplink {display: none;	}
/* (2) general styles */

body	{
	margin: 10px;
	padding: 0;
	font-family: arial,helvetica,sans-serif;
	background: #ffffff;
	}

h1 {background: white none; font-size: 150%; font-weight: bold; color: #0A1063; font-family: arial, helvetica, sans-serif}
h2 {background: white none; font-size: 130%; font-weight: bold; color: #0A1063; font-family: arial, helvetica, sans-serif;}
h3 {background: white none; font-size: 110%; font-weight: bold; color: #326092; font-family: arial,helvetica,sans-serif}

/* text size, colour, general */

.smalltext {font-size: 90%;}
.smallertext {font-size: 80%; font-family: arial, helvetica, sans-serif;}
.redtext {color: red;}
.greentext {color: #326092;}
.white {color: #ffffff;}
.colourback {background-color: #e9f0f8;} 
.noborder {border: none;}
.indent {margin-left: 50px;}
.pseudolink {text-decoration: underline; color: blue}

/* (3) header used for the logo and main heading of the homepage */
#tablecolor th {background-color:#ccc; color:#000000;}
#tablecolor td {background-color:#eee; color:#000000; padding:3px 3px 3px 3px;}

img { border: 0 }

#header	{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 110px;
	}
	html>body #header {
	height: 110px; 
	/* ie5win fudge ends */
	}
#logo	{
	color: inherit;
	background: #fff url("img/zetoclogo.gif") top left no-repeat;
	width: 210px;
	height: 80px;
	border: none;
	}
	
#header h1	{
	margin: 0px;  /* need this to keep heading from being too low down */
	padding: 0 0 0 10px; /* left padding to keep gap between heading and logo*/
	position: absolute;
	left: 220px;
	top: 37px;
	height: 30px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px;}
	
html>body #header h1 {
	height: 20px; /* ie5win fudge ends */
	}


/* Google search box */
#goosearch {
	right: 10px; 
	padding: 0 0 0px 10px;
	text-align: right;
	position: absolute;
	width: 500px;
	top: 20px; }
	
/* Quicknav */
#quicknav	{
	/*clear: both; */
	font-weight: bold;
	text-align: right;
	color: #000;
	background: #B7C7E3;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 2px;
	border: 1px solid #000;
	}
#quicknav ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
#quicknav li	{
	margin: 0;
	padding: 0;
	display: inline;
	}
#quicknav a	{
	color: #000;
	background: inherit;
	text-decoration: none;
	padding: 0 0.5em;
	border-left: 1px solid #000;
	white-space: nowrap;
	}
#quicknav a:hover	{
	color: #0d168e;
	background: inherit;
	}
#quicknav a.first	{
	border: 0;
	}

/* Following rule allows entire region of link to be clickable in IE/Win. Holly hack explained here:
http://www.positioniseverything.net/explorer/escape-floats.html */
html #nav a	{
	width: 1%;
	}

/* (4) mainnav used for the navigation bar on the left */

#mainnav	{
	position: absolute;
	top: 135px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	width: 210px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 190px;
	}
	html>body #mainnav {
	width: 190px; 
	/* ie5win fudge ends */
	}

/* appnav and webnav not currently used - for two sections within mainnav */

#appnav, #webnav	{
	font-weight: bold;
	color: #000;
	background: inherit;
	margin: 0;
	padding: 0;
	width: 200px;
	margin-bottom: 1em;
	/* check this?: border-left: 1px solid #000;
	border-right: 1px solid #000;*/
	}
#appnav	{
	color: inherit;
	background: #B7C7E3;
	}
#webnav	{
	color: inherit;
	background: #A2BDDB;
	}
#appnav	ul, #webnav ul	{
	margin: 0;/*(removes indent in IE and Opera */
	padding: 0;/*(removes indent in Mozilla and N7 */
	list-style: none;/*(turns off display of bullet */
	border: none;
	}
#appnav li, #webnav li	{	
	margin: 0;
	padding: 0;
	list-style: none; 
	border-bottom: 5px solid #fff;
	}
#appnav li a, #webnav li a	{	
	display: block;
	padding: 2px 2px 2px 15px;
	text-decoration: none;
	color: #000;
	background: inherit;
	width: 100%;
	border: 1px solid #000;
	}
html>body #appnav li a, #webnav li a	{
	width: auto;
	}
#appnav li a:hover	{
	color: #0A1063;
	background: #A2BDDB;
	}
#webnav li a:hover {
	color: #0A1063;
	background: #B7C7E3;
	}

/* (5) bodytext used for the main body of the text */

#bodytext	{
	padding: 0px;
	border: 0px;
	margin: 0px 10px 10px 250px; 
	}
#bodytext h2 {background: #B7C7E3; border: 0 solid #000; padding: 3px; margin-top: 6px} 

#right {
	position: absolute;
	top: 140px;
	right: 0px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	border: 0px;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	}
html>body #right {
	width: 130px; /* ie5win fudge ends */
	}

/* (6) footer used for the standard footer text */

.footer {
		margin:10px 10px 0px 400px;
		padding:0px;
		font-size: 80%;
		}
		
.centralfooter {margin-left: 300px;}
		
/* (7) ILL styles added, Ann Apps, 2002-07-23 */

.illbuttonbar {font-family: arial, helvetica, sans-serif; font-size: 80%}
.illform {font-family: arial, helvetica, sans-serif}
.illcpyrt {font-style: normal; font-size: 80%}

/* End of ILL styles */


		
/*
#leftcontent {
position: absolute;
left:250px;
width:100px;
background:#fff;
	}
	
	#centercontent {
background:#fff;
margin-left: 199px;
margin-right:199px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:201px;
	}
html>body #centercontent {
margin-left: 201px;
margin-right:201px;
	}
	#rightcontent {
position: absolute;
right:10px;
bottom: 10px;
background:#fff;
	}
	*/
