html,body {
	margin:0; 
	padding:0 }
body {
	font: 76% verdana, arial, helvetica, sans-serif;
	background-color:#fff;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 76px;
}

div#container {
	margin: 0 0 0 115px;
	 }
	
div#header {}
div#logo { 
	margin: 0;
	padding: 0;
	display: none; }

div#wrapper{
	float:right;
	width:100%;
	margin-left:-200px}
div#content { 
	float: left;
	padding: 40px 10% 40px 0;
	margin-left:200px }
div#extra {
	float: left;
	clear: left;
	padding: 230px 0 50px 0;
	width: 200px }
div#footer {
	clear:both;
	padding: 10px 15px; 
	border-bottom: 3px solid #0093A6;
 	background-color: #0093A6; }
div#footer p {
	font-size: 0.9em;
	float:left;	}
div#footer .copyright {
	color:#cccccc; 
	width: 186px}
div#footer .contactDetails {
	color:#eeeeee; }
div#footer .contactDetails a {
	color:#eeeeee; 
	font-weight: normal;  }
	




 
/* NAVIGATION */
div#navblock {
  background-color: #DDE54E;	}
 
/*===== STARTS (from http://css.maxdesign.com.au/listamatic/horizontal04.htm) ===== */

#nav {
  padding: 6px 0px 6px 0px;
  margin: 0;
  font: bold 12px Verdana, sans-serif;
  }
#nav li {
  list-style: none;
  margin: 0;
/*  border-top: 1px solid gray; */
  display: inline;
  }
#nav li a {
  padding: 8px 13px 8px 14px ;
  /* background: #CCD; */
  text-decoration: none; 
  }
#nav li a:link { color: #0093a6; }
#nav li a:visited { color: #0093a6; }
#nav li a:hover {
  text-decoration: underline;
  }
  
#nav li.on a,
#nav li.on a:visited {
  background: #0093a6;
  color: #fff;
  }
  
/*===== ENDS (from http://css.maxdesign.com.au/listamatic/horizontal04.htm) ===== */


div#subnavblock {
	background-color: #0093A6;	}

/*===== STARTS (from http://css.maxdesign.com.au/listamatic/horizontal04.htm) ===== */

#subnav {
  padding: 6px 1px;
  margin: 0;
  font: bold 12px Verdana, sans-serif;
  }
#subnav li {
  list-style: none;
  margin: 0;
  /* border-top: 1px solid gray; */
  display: inline;
  }
#subnav li a {
  padding: 6px 14px ;
  /* background: #CCD; */
  text-decoration: none; 
  }
#subnav li a:link { color: #fff; }
#subnav li a:visited { color: #fff; }
#subnav li a:hover {
  text-decoration: underline;
  }

/*===== ENDS (from http://css.maxdesign.com.au/listamatic/horizontal04.htm) ===== */




h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:1.4em;
	line-height:28px;
	font-weight:bold;
	color:#0093A6; }
h2 {
	margin:0px 0px 0px 0px;
	padding:12px 0px 6px 0px;
	font-size:1.1em;
	font-weight:bold;
	color:#0093A6; }
p,
li,
td {
	font-size: 1em;
	line-height: 1.4em; }

p {
	margin:6px 0px 12px 0px; }

a {
	color:#007B8C;
	font-weight: bold;
}
a:link {
	color:#007B8C; }
a:visited {
	color:#007B8C; }
a:hover {
	color:#000000;
	text-decoration:underline; }

div#extra {  }

#extranav {
	border-top: 2px solid #0093A6;
	border-bottom: 2px solid #DDE54E;
	margin:0; 
	padding:4px 0;
	width:100px; }
#extranav a {
	text-decoration: none;	}
#extranav li { /*float the main list items*/
	margin: 0;
	display: block;
	padding-right: 0px;
	font-size: 0.9em; }
#extranav li a {
	color: #0193A7;
	display: block;
	height: 15px;
	padding: 2px 0px;	}


.highlight {
	color: #007B8C;
	font-weight: bold; }
.lowlight {
	font-size: 0.8em;
	color:#999999; }


/* position is everything - clearing a float */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

li.pdfIcon {
	height: 45px;
	background: url(images/file_bigiconpdf.gif) no-repeat 0 50%;
	overflow: visible;
	list-style-type: none;
}

li.pdfIcon a {
	display: block; 
	height: 100%; 
	padding-left: 45px; 
	padding-top: 12px; 
	}

ul.documents {
	border: 2px solid #DCE54F;
	padding: 10px;
	margin: 5px 0px;
	color: #0193A7;
	font-weight: normal;
	font-size:0.9em;
/*	float: left; */
	background-color: #FBFBE1;
}
