/*  Copyright University of Auckland 2004
	Created by Brent Simpson, brent.simpson@auckland.ac.nz
	Centre for Flexible and Distance Learning
*/

body {
	background-color: #92b1cd;
	margin: 0 0 0 0; padding: 0 0 0 0;
	font-size: small;
	font-family: Verdana;
	}



a:link, a:visited {
	text-decoration: none;
	color: #315b82;
	}
	
a:hover {
	color: #5381ac;
	}

#main {
	padding: 10px;
	margin: 20px 270px 20px 20px;
	background-color: #EDEFF0;
	border: 1px solid #315b82;
	
	}
	   
#navtpr {
	color: #000;
	}


#header {
    text-align: left;  
    color: #5381ac;
    background-color: transparent;
    height: 100px;
    padding-left: 20px;
    font-size: 2.2em;
    font-weight: bold;
}


/* LEFT-HAND NAVIGATION */

#navcontainer {
	width: 206px;
	
	}
				
#navcontainer ul {
	margin-left: 0px;
	padding-left: 0;
	margin-top: 0;
	list-style-type: none;
	font-family: Verdana;
	}

#navcontainer a {
	display: block;
	padding: 5px 0 5px 6px;
	background-color: #edeff0;
	border-bottom: 5px solid #92b1cd;
	width: 200px;
	}

#navcontainer a:link, #navlist a:visited {
	color: #315b82;
	text-decoration: none;
	}

#navcontainer a:hover {
	color: #edeff0;
	background-color: #5381ac;
	}

/* Hide from IE5-mac. Only IE-win sees this. Fixes the peek-a-boo bug!!! */
 
* html #navcontainer {
  margin-right: 10px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

#navcontainer #active {
	padding: 5px 0 5px 6px;
	width: 200px;
	background-color: #c2d3df;
	color: #315b82;
	border-bottom: 5px solid #92b1cd;
	}

div #subnav {
	/*border-bottom: 1px solid #CCC;*/
   margin-left: 10px;
	}
	
#subnav a {
	display: block;
	border-bottom: 5px solid #92b1cd;
   width: auto;
	margin-left: 0px;
	padding: 5px 0 5px 6px;
	font-size: small;
	/*border-bottom: 1px solid #FFF;*/
	}

#subnav a:hover {
	color: #edeff0;
	background-color: #5381ac;
   width: 190px;
	}	
	
#subnav #active {
	margin-left: 0px;
	background-color: #c2d3df;
	width: 190px;
	color: #315B82;
	font-size: small;
	/*border-bottom: 1px solid #FFF;*/
	}	
	
/* ITE elements */

#siteNav {
	width: 206px;
	border: 0px solid #315b82;
	margin-top: 0px;
	margin-left: 20px;
	padding-top: 170px;
	background: url(esf_ty.png) no-repeat center top transparent;
	background-color: transparent;
        float:right;
}

#siteNav ul,#siteNav li{
	margin:0;
	padding:0;
	list-style:none;
}

#siteNav a {  /* sections not active */
	display: block;
	padding: 5px 0 5px 6px;
	background-color: #edeff0;
	border-bottom: 5px solid #92b1cd;
	width: 200px;
}

#siteNav a:hover {
	color: #edeff0;
	background-color: #5381ac;
	
}

#siteNav #active .active {
	padding: 5px 0 5px 6px;
	width: auto;
	background-color: #c2d3df;
	color: #315b82;
	border-bottom: 5px solid #92b1cd;
	font-size: small;
}

#siteNav ul ul a{
	font-size:11px;
	display: block;
	width: 180px;
	margin-left: 10px;
	padding: 4px 6px 4px 10px;
	border-bottom: 5px solid #92b1cd;
	font-size: small;
}

#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;
}