
/* (c) Essential Software 2005
    www.essential.co.nz
----------------------------------------------- */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	padding: 0;
	margin: 0 0 0 5px;
	background-image:url(images/lhs.gif);
	background-repeat:repeat-y;
}

/* Layout Divs
------------------------------------------------*/
#heading-left
{background-image:url(images/logo.gif);
 background-repeat:no-repeat;
 height:85px;
 width:179px;
 }
 
#heading-right
{
	position:absolute;
	height:85px;
	top: 0px;
	left: 180px;
	right: 10px;
}
 

#nav {
	/*position: relative;*/
	background:url(images/nav.gif);
	background-position: 0px 20px;
	background-repeat:repeat-x;	
	/*top: 4px;*/
	padding: 25px 0 0 10px;
	margin: 8px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	height:24px;
	white-space:nowrap;
}
	


#lhs {
	/* position: relative;*/
	margin:0;
	padding:50px 0 0 0;
	float:left;
	width: 170px;
	font-size: .8em;
}

#rhs {
	/*position:relative;*/
	margin: 0 20px 0 180px;
	font-size: .7em;
	line-height: 1.6em;
	padding: 5px;}
	
#footer {
	clear:both;
	background-image:url(images/footer.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding: 15px 0 30px 180px;
}	

/* Navbar formatting
------------------------------------------------*/
#nav ul {
	padding:0;
	margin:0px;
	list-style: none;
}

#nav ul li { 
	display:inline;
}

#nav ul li a{
	color:#fff;
	margin: 0 10px 0 10px;
	padding: 22px 10px 5px 10px;
	text-decoration:none;
	font-weight:800;
	}

#nav ul li a:hover{
	background:url(images/navhover.gif) 100% 0;
	background-repeat:repeat-none;
}

#nav ul li a.current {	
	background:url(images/navhover.gif) 100% 0;
	background-repeat:repeat-none;}

/* LHS formatting 
------------------------------------------------*/
#lnav ul {
	padding:0;
	margin:0;
	list-style: none;
}

#lnav li {
	margin:0;
	padding:0;
	/* Border for IE */
	border-bottom: 1px solid #693; 
}

#lnav li a:link, #lnav li a:visited  { 
	display:block;
	color:#fff;
	padding: 5px;
	margin-top: 10px;
	text-decoration:none;
	background-image:url(images/lhs_nav.gif);
	background-repeat:repeat-y;
	background-position: left;
}

#lnav ul li a:hover{
	background-image:none;
	background-color:#693;
	/*background-repeat:repeat-y;
	background-position: left;*/
	}	

/* Footer navbar formatting
-----------------------------*/
#fnav {
	background:url(images/nav.gif);
	background-position: 0px 20px;
	background-repeat:repeat-x;	
	padding: 20px 0 2px 10px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	white-space:nowrap;
}

#fnav ul {
	padding:0;
	margin:0px;
	list-style: none;
}

#fnav ul li { 
	display:inline;
}

#fnav ul li a{
	color:#fff;
	margin: 0 10px 0 10px;
	padding: 5px 10px 5px 10px;
	text-decoration:none;
	}

#fnav ul li a:hover{
	background-color:#669933;
}

#fnav ul li a.current {	
	background-color:#669933;
}

/* General styles
------------------------------------------------*/
p, ul, ol, table {
	margin: 0 0 5px 20px;
	text-align: justify;}
	
h1 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 2em;
	background-image:url(images/h1.gif);
	background-position: 0 12px;
	background-repeat:repeat-x;
	padding: 0 0 2px 5px; /* controls thickness of line */
}

h2 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 1.4em;
	padding: 0;
	margin: 10px 0 5px 0;
}

a, a:visited {
	color: #333;
	text-decoration:underline;
}

a:hover {
	background-color: #ddd;
}

#t1 table {
	border: 0px;
}

#t1 th{
	background: #a3c285;
	color: #ffffff;
	padding: 2px 10px;
	margin: 0;
}

#t1 td {
	padding: 10px;
	text-align: left;
	background-color: #e0ebd6;
}


#rhs ul {
	list-style-type: square;
	padding: 0 0 0 0px;
	margin:10px 0 10px 60px;
	/*background-color: #eee;*/
}

#rhs img {
	float:right;
	padding: 0 0 10px 10px;
}

#rhs img.nofloat{
	float:none;
	padding: 0;
	border:none;
}