/* DB Generic Reset */
@import url(http://www.digitalbridge.com.au/central/reset.css);

/* --- AQUASURE --- */

body {
	font: normal 12px/1.3 Helvetica, Arial, sans-serif;
	color: #808080;
}
#wrapper {
	width:1000px;
	margin:0 auto;
}
#pagecontainer {
	position:relative;
	width: 980px;
	margin: 0 auto;
	height: auto;
	clear:both;
	overflow:hidden;
}
.works {
	background:#9fbbcd;
	width:658px;
	height:20px;
	position:absolute;
	top:0;
	*margin-left:-10px;
	z-index:1000;
	
}
.works img.left {
	float:left;
	display:inline;

}
.works img.right {
	float:right;
	display:inline;
}
.works #scroll {
	float:left;
	width: 390px;
 position: relative;
  overflow: hidden;
  height:20px;
	
}
.works #scroll .headline {
position: absolute;
	height:20px;
	width:390px;
  top: 30px;
  line-height:1;
}

.works a {
	  color:#555;
	  text-decoration:none;
}

/* -- HEADER -- */

#header {
	position:relative;
	height: 110px;
	background: url(images/header_gradient_image.jpg) repeat-x;
}

.headerlogo {
	position:absolute;
	bottom: 0;
	left: 23px;
}

.headersearch {
	position:absolute;
	right: 50px;
	width: 262px;
	height: 21px;
	padding: 8px 10px 12px 10px;
	background: url(images/search_box.jpg) no-repeat;
}

.headersearch label {
	text-transform: uppercase;
	color: #155499;
	font-size: 0.9em;
	margin-right: 1em;
	margin-left: 0.8em;
}

.headersearch input {
	margin-right: 0.7em;
	display:inline;
		vertical-align:middle;

}
.headersearch img {
	display:inline;
	vertical-align:middle;
}

.headernav {
	position:absolute;
	height: 32px;
	width: 758px;
	background: url(images/menu_bar.jpg) no-repeat;
	right: 0;
	bottom: 25px;
	padding-left:10px;
}

.headernav ul {
	margin-top: 10px;
}

.headernav ul li {
	display:inline;
	text-transform: uppercase;
	font-weight:bold;
	margin: 0;
	padding: 0 7px;
	border-right: 1px solid white;
}

.headernav ul li:last-child {
	border-right :none;
}

.headernav ul li a {
	color: #fff;
	text-decoration:none;
}

.headernav ul li a:hover,
.headernav ul li.current a {
	color: #81B4D4;
}


/* -- CONTENT -- */

#contentarea {
	width: 100%;
	/* min-height: 400px; */
	position:relative;
	top: -25px;
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	*margin-bottom:80px;
}

.pagebanner {
}

.pagebanner img{
	position:absolute;
	right: 0;
	top: 7px;
	height:118px;
	width: 767px;
 /* z-index: 2000; */
}


.pagenav {
	margin-top: 25px;
	min-height: 430px;
	*height:500px;
	width: 183px;
	background: url(images/left_menubg.jpg) repeat-x;
	float:left;
	padding: 120px 15px 0 15px;
}

.pagenav h2 {
	font-weight: bold;
	font-size: 1.1em;
	color: #155499;
	/*line-height: 45px;*/
	margin-top:1.5em;
		text-transform: uppercase;

}

.pagenav h2 a {
	text-decoration:none;
	color: #155499;
	text-transform: uppercase;
}

.pagenav ul li {
	list-style-image: url(images/li_arrow.gif);
	margin: 1em auto auto 2em;
	font-size: 1.1em;
}

.pagenav ul li a,
.pagenav ul li a:link,
.pagenav ul li a:visited {
	font-weight: bold;
	color: #808080;
	text-decoration:none;
}
.pagenav ul li a:hover,
.pagenav ul li a:active,
.pagenav ul li.current a
{
		color: #81B4D4;	

}

.pagecontent {
	float:right;
	width: 764px;
	margin-top: 140px;
	margin-bottom: 20px;
}

/* -- CONTENT STYLES -- */

.contentmain {
	width: 525px;
	margin-left: 10px;
}


.contentmain h2 {
	color:#155499;
	font-size:1.5em;
	font-weight:bold;	
	background: url(images/content_dots.jpg) repeat-x bottom left;
	text-transform: uppercase;
	line-height: 45px;
	margin-bottom: 1em;
}

.contentmain h3 {
	color:#155499;
	font-size:1.2em;
	font-weight:bold;	
	line-height: 1.5em;
	margin-bottom:0.5em;
	margin-top:1em;

}

.contentmain p,
.contentmain ul,
.contentmail ol {
	margin-bottom: 1em;
}

.contentmain ul li {
	list-style-type: disc;
	margin-left: 3em;
	margin-top: 1em;
}
.contentmain ol li {
	margin-left: 3em;
	margin-top: 1em;
	list-style-type: decimal;
}
.contentmain ul.news li {
	list-style-type: none;
	margin-left: 0;
	margin-top: 1em;
}

.contentmain ul.contact li {
	list-style-type: none;
	margin-left: 1em;
	margin-top: 0;
}
.contentmain a,
.contentmain a:link,
.contentmain a:visited {
	color: #155499;
	text-decoration:none;
}
.contentmain a:hover,
.contentmain a:active {
	text-decoration:underline;
}

.contentmain label {
	margin-left:1em;
	display:inline-block;
	width:100px;
	line-height:2;
	}
.contentmain p.conditions	{
	font-size:7pt;
	margin-top:2em;
}
.contentmain .map {
	margin: 5pt 1em 8pt 1em;
	
}


ul.employment_current li {
	margin-top:0.2em;
}

ul.employment_closed li {
	margin-top:0.2em;
	color:#930;
}


img.contentimg {
	margin: 2pt 50pt 2pt 50pt;
}
p.caption {
	margin: 0 50pt 10pt 50pt;
	font-size:smaller;
}
.player {
	margin: 5px auto 20px auto;
}
/* -- REGISTER FOR JOBS THING -- */

.registerblock {
	width: 170px;
	float:right;
	background:url(images/register_panel.jpg) no-repeat;
	height: 351px;
	margin-left: 2em;
	padding: 0 18px;
	*width: 161px;
}

.registerblock h3 {
	color:#155499;
	font-size:1.5em;
	font-weight:bold;	
	text-transform: uppercase;
	line-height: 45px;
	margin-bottom: 1em;
}

.registerblock p {
	width: 115px;
	float:left;
	font-size: 1.1em;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 1.4;
	margin-top: 0.8em;
}

.registerblock p a {
	color: #155499;
	text-decoration:none;
}

.registerblock img {
	float:right;
}	

/* -- FOOTER -- */

.footer {
	position:absolute;
	z-index:1000;
	bottom:10px;
	*bottom: -20px;
}


.footer p.copyright {
	display:block;
	width: 950px;
	text-align:right;
	font-size:0.8em;
	padding-bottom:10px;
}
#footer_nav {
	clear:both;
	height:33px;
	width:980px;
	background: url(images/footer_image.jpg) 9px 0 no-repeat;
	text-align:center;
}


#footer_nav li {
	display:block;
	float:left;
	width:90px;
	text-align:center;
	padding:0 10px 0 10px;
	line-height:33px;
}
#footer_nav li a {
	background:none;
	color: #81B4E4;
	font-size: 1em;
	font-weight:bold;
	text-decoration:none;
}
#footer_nav li:hover {
	background: url(images/footer-arrow.gif) center top no-repeat;
}
#footer_nav li:hover a {
	color:#FFF;
	}
	
#footer_nav li.end:hover {
	background-image: none;
}

#footer_nav li ul {
	width: 940px;
	*width:110px;
	height:1.5em;
	position:relative;
	bottom:52px;
	text-align:center;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#footer_nav li ul li {
	float:left;
	padding: 0 10px;
	display:block;
	width:auto;
	font-size:0.9em;
	border-right: 2px solid #006BAB;
	line-height:20px;
	background-image:none;
}
#footer_nav li ul li a {
	background-image:none;
	color:#006BAB !important;
	font-weight:bold;

}
#footer_nav li ul li:first-child {
	border-left: 2px solid #006BAB;
}

#footer_nav li ul li:hover,
#footer_nav li ul li:hover a {
	background-color:#81B4E4;
	background-image:none;
	color:#FFF !important;
}
/* hide all the lists by moving them off the screen */
ul#footer_nav li:hover ul, 
ul#footer_nav li.over ul 	/* .over is for IE, called by the JS */ {
	left: -999em;
}

/* but show them when their parent is hovered */
ul#footer_nav li:hover ul, 
ul#footer_nav li.over ul {
	left: auto;
}



/*-- Photo Gallery --*/
/* NEW STYLES */
.galleries_list {
	width: 170px;
	float:right;
	margin-right: 2em;
	margin-top:89px;
	padding: 0 18px 0 0;
	*width: 161px;
	text-align:left;
}



.galleries_list ul {
	padding:0;
	margin: 0;
	float:left;
	
}
.galleries_list ul li {
	width: 168px;
	float:left;
	display:block;
	margin:2px 30px 0 0;
	padding:5px;
	border:#CCC solid 1px;

}

.galleries_list ul li:hover,
.galleries_list ul li.current {
	background-color:#c3dae8;
}
.galleries_list ul li a,
.galleries_list ul li a:link,
.galleries_list ul li a:visited {
	color: #155499;
	text-decoration:none;
	
}
.galleries_list ul li:hover a,
.galleries_list ul li a:hover,
.galleries_list ul li a:active {
	text-decoration:underline;
}
.galleries_list img {
	float: left;
	margin:-5px 5px 0 0;
	
}

.galleries_list a {
	font-weight:bold;
	font-size:8pt;
	display:block;
	min-height:30px;
	margin:5px 0 0 0;
}




.featuredimg {
	width: 480px;
	height:410px;
	/*padding: 10px;*/
	margin: 0 12px 0 12px;
	border:#CCC solid 1px;
	border-bottom:none;
	text-align:center;
	display:table;
}
.imgblock {
	display:table-cell;
	position:relative;
	vertical-align:middle;
	width:450px;
	padding:0;
	margin:0;
}
.imgblock img {
	margin:0;
	padding:0;
}
.imgcaption {
	width: 480px;
	margin: 0 0 10px 12px;
	border:#CCC solid 1px;
	border-top:none;
	padding:0 0 5px 0;
	display:table;
	text-align:center;
}
.imgcaption p {
	margin:0 ;
	padding:0 10px 0 10px;
	display:table-cell;
	width:430px;
}

.imglist {
	width: 510px;
	margin: 0 12px;
	padding:0;
	}

.imglist ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.imglist ul li {
	float:left;
	margin:2px;
	padding:5px;
	width:64px;
	height:64px;
	overflow:hidden;
	border:#CCC solid 1px;
	list-style-type:none;
	
}
.imglist ul li:hover,
.imglist ul li.current {

	background-color:#c3dae8;
}	

ul.gal_nav {
	width:480px;
	padding:0;
	margin: 0 12px 0 12px;
	display:block;
	clear:both;
	height:20px;
	
}
ul.gal_nav li {
	width: 120px;
	float:left;
	margin:0 2px 0 0;
	padding:5px;
	overflow:hidden;
	border:#CCC solid 1px;
	border-bottom:none;
	list-style-type:none;

}


ul.gal_nav li.active {
	background-color:#c3dae8;
}
ul.gal_nav li a,
ul.gal_nav li a:link,
ul.gal_nav li a:visited {
	text-decoration:none;
}

ul.gal_nav li a:hover,
ul.gal_nav li a:active{
	color:#333;
}


/* old styles 
.gallery_container {
	text-align:center;
}
ul.gallery {
	background:url(images/gallery_bg.gif) repeat-x;
	width:460px;
	min-height:300px;
	padding:40px 30px 20px 30px;
	margin:-4px 0 0 0;
	text-align:center;
	display:block;
	border-left: #FFF 1px solid;
	border-right: #FFF 1px solid;
	}
ul.gallery li {
	list-style-type:none;
	float:left;
	width:80px;
	height:90px;
	font-size:smaller;
	margin:20px 15px 0 15px;
	padding:0;
	display:table-cell;
	text-align:center;

}
ul.gallery .thumb {
	text-align:center;
	vertical-align: middle;
	margin-bottom:2px

}

ul.gallery .thumb img {
		vertical-align: bottom;
	display:inline-block;
	text-align:center;
}*/

/* --- Home Page --- */



.slideshow {
	clear:both;
	width:980px;
	height:360px;
	}
	
.cols_container {
	clear:right;
	float:left;
	width: 880px;
	margin-top:25px;
	margin-bottom:15px;
	margin-left:50px;
	/*padding:0 55px 0 55px;*/
	background:url(images/colsbg.jpg) repeat-x bottom;
}
.cols {
	width:260px;
	float:left;
	margin:0 5px;
	padding: 10px 10px 10px 10px;
	height:280px;
}

.cols h3 {
	color:#155499;
	font-size:1.2em;
	font-weight:bold;	
	margin-top: 8pt;
}
.cols li {
	list-style-image:url("images/li_arrow.gif");
	margin-left: 20px;
	margin-top:1em;
}
.cols p {
	margin-top: 4pt;
	margin-bottom: 8pt;
}
.cols a,
.cols a:link,
.cols a:visited {
	color:#155499;
	text-decoration:none;
}
.cols a:hover,
.cols a:active {
	text-decoration:underline;
}

/*--- Timeline --- */

.timeline {
	border-top: solid 2px #555;	
	border-bottom: solid 2px #555;	
	width: 95%;
	margin:10px;
}
.timeline td {
	padding:8px 5px;
}
.timeline .date {
	text-align:right;
	font-weight:bold;
	width: 140px;
}
.timeline .target {
	
}
/*--- Worker of The Month --*/

.profile_img img {
	float: right;
	margin: 0 1em 1em 1em;
}
/*--- Video Gallery ---*/


.featured {
	width: 480px;
	padding: 5px 15px 15px 15px;
	margin: 5px 12px;
	border:#CCC solid 1px;

}
.videolist {
	width: 510px;
	margin: 5px 12px;
	
	}

.videolist h4 {
	font-weight:bold;
	font-size:8pt;
	display:block;
	margin:5px 0 0 0;
}
.videolist img {
	float: left;
	margin:0 5px 2em 0;
	
}
.videolist ul {
	padding:0;
	margin:0;
}
.videolist ul li {
	width: 148px;
	height: 5.5em;
	float:left;
	display:block;
	margin:5px;
	padding:5px;
	border:#CCC solid 1px;
}
.videolist ul li:hover,
.videolist ul li.current {

	background-color:#c3dae8;
}