/*  Copyright University of Auckland 2004
	Created by Brent Simpson, brent.simpson@auckland.ac.nz
	Centre for Flexible and Distance Learning
*/

body {
	background-color: #efefef;
	font-size: small;
	font-family: Verdana;
	line-height: 140%;
	}



a:link, a:visited {
	text-decoration: none;
	color: #3b6608;
	}
	
a:hover {
	color: #73a904;
	text-decoration: none;
	}

#main {
	padding: 10px;
	margin: 10px 0px 0px 220px;
	background-color: #ffffff;
	line-height: 140%;
	
	
	}
	   
#navtpr {
	color: #000;
	}


/* LEFT-HAND NAVIGATION */

#siteNav {
	width: 210px;
	float: left;
	margin-top: 0px;
	padding-top: 135px;
	background-color: #ffffff;
	
	min-height:300px;
	background: url(esf2.jpg) no-repeat center top transparent;
	
}

#siteNav ul,#siteNav li{
	margin-left: 0px;
	padding-left: 0;
	margin-top: 0;
	list-style-type: none;
	font-family: Verdana;
	
	
}

#siteNav a {  /* sections not active */
	display: block;
	padding: 5px 3px 5px 6px;
	background-color: transparent;
	border-bottom: 0px solid #d3d3d6;
	width: 204px;
	font-size: small;
	color: #000000;
	
}

#siteNav a:hover {
	width: auto;
	color: #73a904;
	background-color: transparent;
	border: 0px solid #ffffff;
	border-radius:7px;
	}

#siteNav #active .active {
	
	width: auto;
	background-color: #9bbb5a; 
	color: #ffffff;
	font-size: small;
	border: 0px solid #ffffff;
	border-radius:7px;
}

#siteNav ul ul a{
	width: auto;
	margin-left: 10px;
	font-size: small;
	border-bottom: 0px solid #d3d3d6;
}

#siteNav .other-section{
	display:none; /* Remove if you want all levels to be displayed */
}

* html #siteNav{ /* IE6 */
	font-size:12px;
}

* html #siteNav a,* html #siteNav ul ul a{ /* IE6 */
	width:100%;
}

.pagination{
	text-align:right;
}

/* Invisible content (visible for screen reader users) */
#topPagination{
	position:absolute;
	overflow:hidden;
	clip:rect(0,0,0,0);
	height:0;
}