/* ACIL Tasman CSS */

/* CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/* (slightly modified - added img {display:block} to get <li> with images
inside them to display padding and margins properly in firefox) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, hr, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img {
	display: block;
}

/* -------------------- ACIL Tasman ---------------------- */

body {
	background: #f0f0f1;
}

#pagecontainer {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	overflow:hidden;
	min-height: 500px;
	height:auto;
}

#headercontainer {
	margin-top: 2px;
	height: 100px;
	padding-top: 20px;
	border-bottom: 1px solid #9a9a9a;
}

#logo {
	float:left;
	height: 81px;
}


#menu {
	height:20px;
	margin-top: 45px;
	float:right;
}

#menu ul {
	width: auto;

}

#menu ul li {
	display:inline;
	float:left;
	list-style-type: none;
	margin-left: 68px;
	height: 16px;
}

#menu ul li a img {
	border-bottom: 2px solid #f0f0f1; 
}

#menu ul li a:hover img, #menu ul li a.current img {
	border-bottom: 1px solid #375790; 
}

#menu ul li.last{
	margin-right:0;
}


#crumbsearchbar {
	height: 25px;
	margin: 10px 0;
}

#breadcrumb {
	float:left;
	font: 0.8em/1.3 Helvetica, Arial, sans-serif;
	color: #9a9a9a;
}

#breadcrumb a {
	color: #9a9a9a;
	text-decoration:none;
}

#breadcrumb a:hover {
	text-decoration:underline;
}

#searchbox {
	float:right;
	display:none;
}

.searchinput {
	height: 16px;
	padding:0;
	margin:0;
	border:1px solid #e0e0e0;
	border-top: 1px solid #626262;
	background: #fff;
}

.searchbutton {
	padding-top: 2px;
}

#photo {
	width: 950px;
	height: 185px;
	overflow:hidden;	
}


#photo-large {
	width: 950px;
	height: 400px;
	overflow:hidden;	
}

#photo img, #photo-large img {
	width: 949px;
}

#contentarea {
	margin-top: 1em;
	clear:both;
	overflow:hidden;
	border-bottom: 1px solid #9a9a9a;
	padding-bottom: 4em;
}

#contentleft {
	float:left;
	width: 225px;
}

/*
#contentleft ul {
	border-top: 1px solid #9a9a9a;

}

#contentleft ul li {
	list-style-type: none;
	font: 0.8em/1.3 Helvetica, Arial, sans-serif;
	color: #474747;
	margin-top: 0.5em ;
	padding: 0.5em 0 1em 0;
	border-bottom: 1px solid #9a9a9a;
}

#contentleft ul li a {
	color: #375790;
	text-decoration:none;
}

#contentleft ul li a:hover {
	text-decoration:underline;
}
*/

#contentright {
	float:right;
	width: 650px;
	height: auto;
	font: 0.85em/1.3 Helvetica, Arial, sans-serif;
	color: #474747;
}

#contentright p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#contentright p.date {
	font-size: 0.8em;
}
#contentright h1 {
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom: 0.6em;
}
#contentright h2 {
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom: 0.6em;
	clear:both;
}

#contentright a {
	color:  #375790;
	text-decoration:none;
}

#contentright a:hover {
	text-decoration:underline;
}

#contentright ul {
	margin-left: 1.2em;
	margin-bottom: 1.3em;
}

#contentright ul li {
	list-style:square;
}

#contentright ul ul li {
	list-style-type:none;
	*list-style-type:square; /* for IE7 and below */
	_list-style-type:square; /* for IE6 and below */
	
	}
	
#contentright ul ul	li:before {  
    content: " - ";  
  }   

#textsizer {
	float:right;
}

#textsizer a img {
	float:left;
	padding-left: 5px;
	margin-top: 0.3em;
}

#toolbox {
	border-top: 1px solid #9a9a9a;
	margin-top: 1em;
	padding-top: 1em;
}

#toolbox ul {
	margin: 0;
	padding: 0;
}
#toolbox ul li {
	list-style:none;
	float:left;
	margin-right: 2em;
}

#toolbox ul li img {
	float:left;
	margin-right: 0.5em;
}


#footer {
	height: 50px;
	float:left;
	font: 0.8em/1.3 Helvetica, Arial, sans-serif;
	color: #9a9a9a;
	padding-top: 0.5em;
	width: 100%;
}

#footer a {
	color: #9a9a9a;
}

#footer a:hover {
	color: #375790;
}

.footerleft {
	float:left;
	clear:left;
}

.footerright {
	float:right;
	clear:right;
	text-align:right;
}

#newsbox {
	border: 1px solid #375790;
	padding: 1em;
	background: #e8e8eb;
	height:120px;
}

#newsbox:hover {
	background:#d7d7ff;
}

.newsitem {
	width: 98%;
	padding: 1em;
	margin-bottom: 1em;
}

#contentright .newshead {
	margin: 0;
	padding: 0;
}

#contentright .newshead li {
	list-style-type: none;
	padding: 0.3em 0 0.7em 0;
}
#contentright .newshead	li:before {  
    content:attr(x);  
  }   
#contentright .newshead h2 {
	display:inline;
}
#contentright .newshead  h3 {
	clear:right;
	display:inline;
	margin-left: 2em;
	}
	
	
.newsheads ul li {
	list-style-type: none;
}
#newsarchive {
	margin-top: 2em;
}
#newsarchive .newshead {
	font-size: 0.9em;
}
#newsarchive .newshead h2 {
	font-size: 1em;
}
#newsarchive .newshead h3 {
	font-size: 1em;
}


	
#newsnav {
	float:right;
}

#newsprev, #newsnext {
	float:left;
	margin-left: 2em;
}
.sizeS p, .sizeS li {
	font-size: 1em;
}

.sizeM p, .sizeM li {
	font-size: 1.3em;
}

.sizeL p, .sizeL li {
	font-size: 1.5em;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.people {
	float:left;
	margin-right: 15px;
	margin-bottom: 1em;
	width: 200px;
	height:80px;
}

div.people + h2 {
	padding-top: 1em;
}

.people a img, .people img {
	float:left;
}

.people p {
	margin-bottom: 0 !important;
	font-size: 0.75em;
	text-align:left;
	float:right;
	clear:right;
	width: 115px;
}

.people-noimage {
	float:left;
	margin-right: 15px;
	margin-bottom: 1em;
	width: 200px;
	height:80px;
}

.people-noimage p {
	margin-bottom: 0 !important;
	font-size: 0.75em;
	text-align:left;
	float:left;
	clear:left;
	width: 150px;
}

.peopleperson {
	float:left;
	width: 175px;
}

.peopleperson p {
	margin-bottom: 0 !important;
	font-size: 1em;

}

.peoplecontact {
	float:left;
	clear:left;
	width: 175px;
	margin-top: 1em;
}

.peoplecontact p{ 
	margin-bottom: 0 !important;
	font-size: 0.85em;
}


#contentright .peopledetail p {
	padding-left: 13em;
}
#contentright .peopledetail .peopleperson p {
	padding: 0;
}
#contentright .peopledetail .peoplecontact p {
	padding: 0;
}
#contentright .peopledetail ul {
	padding-left: 13em;
}

form {
	width: 100%;
	clear:both;
	overflow:hidden;
}

form p {
	clear:both;
}

.formdetails {
	width: 45%;
	float:left
}	

.forminfo {
	width: 45%;
	float:right;
}

label {
	clear:both;
	float:left;
	width: 120px;
	text-align:left;
	margin-right: 30px;
	font: 14px/15px Helvetica, Arial, sans-serif;
	color: #575757;
}

.forminfo {}

input, textarea, select {
	float:left;
	margin-bottom: 15px;
	width: 200px;
}

.req {
	color: #CC0000
}

textarea {
	height: 10em;
	width:300px;
}
input.checkbox {
	float:left;
	clear:both;
	width: 20px !important;
	margin-left: 120px;
}

label.checkboxlabel {
	float:left;
	clear:none;
	text-align:left;
	margin-left: 10px;
	width: 380px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}


input.button {
	clear:both;
	margin-left: 290px;
	width: auto;
}

.formbuttons {
	clear:both;
	text-align:center;
	width: 15ex;
	margin: 0 auto;
}

.formbuttons input {
}	


.contactbox {
	width: 180px;
	float:left;
	margin-left: 1em;
}

.overlay {
	position:fixed;
	z-index:6;
	top:0; 
	left:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=50);
	background-color:#666666;
	-moz-opacity:.50;
	opacity:.50;
}
	
.popup {
	width:450px;
	text-align:left;
	background-color:#F0F0F1;
	border: 2px solid #375790;
	position:fixed;
	left:50%;
	margin-left:-225px;
	bottom:10px;
	z-index:8;
	padding: 10px;
	height: 80%;
	overflow:scroll;
	overflow-x:hidden;
}	
.popup h2 {
	
}	

table {
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
}

table tr {
}

table tr td {
	padding: 8px 4px;
	border: 1px solid #ccc;
}

/* IE6 MIN-HEIGHT HACK THINGER */

html, body {
	height: 100%;
	min-height: 100%;
}

#contentarea {
	height: 100%;
	min-height: 100%;
}

/*==============================
      WARNING ... Luke was here
===============================*/

.sidemenu {
        border-top: 1px solid #9a9a9a;
}

ul.sidemenu, ul.sidemenu ul {
}
ul.sidemenu ul  {
        }
ul.sidemenu li {
        list-style-type: none;
        font: 0.8em/1.3 Helvetica, Arial, sans-serif;
        color: #474747;
        margin-top: 0.2em ;
        padding: 0.2em 0 0.2em 0;
        padding-left: 14px;
        border-bottom: 1px solid #9a9a9a;
}

ul.sidemenu li a {
        color: #375790;
        text-decoration:none;
}

.sidemenu li.selmenu {
        font-weight:bold;
		font-size:12px;
}

.sidemenu li.selmenu ul li {
        display:block;
}

.sidemenu li.selsubmenu {
        font-weight:bold;
        font-size:12px;
}

ul.sidemenu li a:hover {
        text-decoration:underline;
}

ul.sidemenu li ul li {
        display:none;
      	border-bottom: none;
}

        color:#007ba4;
        font-weight:bold;

