/* ==========================================
Copyright University of Auckland 2004
Created by Brent Simpson, brent.simpson@auckland.ac.nz
Centre for Flexible and Distance Learning
============================================= */

body {
  
   margin: 0px;
}

#header {
    color: #4D4D4D;
    background-color: #808080 ;
    height: 100px;
    padding-left: 20px;
    font-size: 2.2em;
    font-weight: bold;
}

#navcontainer {
   z-index:1000;
   width: 250px;
   height: 100%; /* the holly hack for IE! */
   float: left;
   margin-top: 0px;
   padding-top: 82px;
   text-align:left;
   position:absolute;
   background-color:transparent;
}

#navlist {
   margin-left: 30px;
   position:absolute;
}

#navcontainer ul {
margin-left: 30px;
padding-left: 0;
margin-top: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
display: block;
padding: 4px 6px 4px 6px;
background-color: #808080 ;
border-bottom: 1px solid #ffffff;
width: 163px;
border-top: 1px solid #ffffff;
}

#navcontainer a:link,
#navlist a:visited {
color: #4d4d4d;
background-color: #B0B0B0;
text-decoration: none;
}

#navcontainer a:hover {
color: #4d4d4d;
background-color:	#C0C0C0;
}

/* 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 */

div #active {
padding: 4px 6px 4px 6px;

background-color: #787878;
color: #ffffff;
}

div #subnav {
}

#subnav a {
display: block;
border: 0 !important;
width: 153px;
margin-left: 10px;
padding: 4px 0 4px 6px;
font-size: 12px;
font-size:11px;
}

#subnav a:hover {
color: #4d4d4d;
background-color: 	#A8A8A8 ;
font-size:11px;
}	

#subnav #active {
margin-left: 10px;
background-color: #787878 ;
color: #ffffff;
}	

/* MAIN CONTENT STYLES */

#container {
border-top: 0px solid #CCC;
position:absolute;
}

#main {
margin-left: 260px;
margin-right:30px;
margin-top: 20px;
position:absolute;
text-align:left;
border:none;
}
