/* CSS for screen devices only */
@media screen {
.print-only {
	display: none;
}
.label{
	display:none;
}
}
/* All CSS ok for screen devices and most CSS ok for printers */
@media screen, print {
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: none;
}
body {
	margin: 0px;
	padding: 0px;
}
input, textarea, button, select{
	border: 2px inset;
}
button {
	border: outset;
	margin: 0 1em;
}
.noBorder{
	border:0px;
}
fieldset { padding: 10px; }
h2, h3, h4, h5, h6, p, pre, blockquote, table, ul, ol {
	margin-top: 1em;
}
li, dd, blockquote {
	margin-left: 20px;
}
li ol, li ul {
	margin-top: 0px;
}
ol, ul {
	padding-left: 20px;
} 
select {
	min-width: 1.5em;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	min-width: 760px;
}
body {
	color:#666;
	background-color: #FFFFFF;
}
#main {
	width: 100%;
}
h1 {
	font-size: 1.8em;
	color: #0C4467;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	color: #5381AC;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	color: #999999;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
p, th, td, li, ol, ul  {
}
a {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.floater {
	position: relative;
}
.layer {
	margin: 0;
	position: relative;
}
.cursor{
	cursor: pointer;
}

.arrow  {
	list-style-image:url(/infrastructure/assets/images/arrow.gif);
	}
	
.arrow li {
	padding:3px 0px;
	}

/* Banner */
#banner {
	background-color: #0C4467;
	height: 75px;
	width: 100%;
	z-index: -1;
	display: block;
	position: static;
}
#banner-left {
	background-color: #0C4467;
	height: 75px;
	width: 11%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#banner-left img {
	padding: 4px 5px 0px 10px;
}
#banner-right {
	margin-left: 11%;
	position: relative;
	overflow: visible;
	z-index: 20;
}
#banner-heading {
	font-size: 1.4em;
	color: #FFFFFF;
	padding-top: 38px;
	letter-spacing: 0.05em;
}
#banner-heading strong {
	letter-spacing: 0.1em;
}
/* NTG menu bar */
#ntg-menu-bar {
	background-color: #5381AC;
	height: 1.8em;
	margin: 0px 0px 0px 11%;
	padding: 0px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 50;
	top: 0px;
	left: 0px;
	width: 89%;
}
#ntg-menu {
	font-size: 0.8em;
	float: left;
	height: 1.4em;
	display: inline-block;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
#ntg-menu a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0.6em 5px;
}
#ntg-menu a:hover {
	color: white; 
	text-decoration: none;
	background-color: #87b2d8;
}
#ntg-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#ntg-menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#ntg-menu-bar form {
	font-size: 0.9em;
	white-space: nowrap;
}
#ntg-menu-bar fieldset {
	margin: 3px 0px 0px;
	padding: 0px 5px 0px;
	float: right;
	overflow: visible;
}
#search-input, #searchInput {
	height: 1.4em;
	border: 0px;
}
#search-button, #searchbutton {
	color: #FFFFFF;
	background-color: #5381AC;
	text-align: center;
	height: 1.4em;
	border: 0px;
}
/* Global navigation styles */
#global-nav-menu-bar {
	background-color: #5381AC;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	z-index: 0;
}
#global-nav-menu {
	margin: 0px;
	padding: 5px 0px;
	font-size: 0.8em;
	float: left;
}
#global-nav-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
}
#global-nav-menu li {
	display: inline;
	margin: 0px;
	padding: 20px;
}
#global-nav-menu a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#global-nav-menu a:hover {
	text-decoration: none;
	background-color: #87B2D8;
}
/*---------------------------------------------------------
	Site/local navigation 
----------------------------------------------------------*/
#site-nav-menu-bar {
	margin: 0px;
	padding:5px;
	float:left;
	width:140px;
	background:url(/infrastructure/assets/images/site-nav-bg.jpg) no-repeat top left;
}
#site-nav-menu-bar-index {
	margin: 0;
	padding:5px;
	float: left;
	width:140px;
	background:url(/infrastructure/assets/images/site-nav-bg.jpg) no-repeat top left;
}
#site-nav-menu h1 {
	font-size:16px;
	padding:5px 5px 0px 7px;
	font-weight:bold;
}
#site-nav-menu h2 {
	font-size:14px;
	padding:0px 5px 0px 7px;
	font-weight:bold;
	line-height:22px;
	background:#e4e5e5;
}
#site-nav-menu p {
	padding:0px 5px 0px 7px;
}
#site-nav-menu ul {
	margin: 5px 0px 0px -20px;
	padding: 0;
	list-style-type: none;
	}
#site-nav-menu a {
	padding: 4px 8px;
	display: block;
	color: #0099FF;
	font: 11px/23px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #999;
	text-decoration: none;
	line-height:14px;
	width:125px;
	}
#site-nav-menu ul ul a {
	display: block;
	padding: 4px 1px 4px 15px;
	width: 125px;
	text-decoration: none;
	color:#666;
	margin:0;
}
#site-nav-menu a:hover {
	color: #fff;
	background-color: #5381AC;
	text-decoration: none;
}
#site-nav-menu ul ul a:hover {
	color: #fff;
	text-decoration: none;
}
/* Initative Buttons*/
ul#buttons {
	margin: 0 auto;
	padding: 0px;
}
ul#buttons li {
	display: block;
	margin: 0;
	padding: 0
}
ul#buttons li a {
	display: block;
	width: 100%;
	text-decoration: none;
	border:none;
	height:70px;
}
ul#buttons li a:hover, 
ul#buttons li#active a:hover {
	background:none;
}
/*---------------------------------------------------------
	Local navigation 
----------------------------------------------------------*/
#local-nav-menu-bar {
	background-color: #5381AC;
	width: 240px;
	float: right;
}
#local-nav-menu-bar-index {
	background-color: #5381AC;
	width: 25%;
	float: right;
}
#local-nav-menu {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding:0px 10px;
	color: #FFFFFF;
}
#local-nav-menu h2{
	color: #FFFFFF;
	font-size: 1.4em;
	padding: 2px;
	margin: 0px 0px 0.3em 0px;
}
#local-nav-menu h3{
	background: transparent;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 0px;
	margin: 0.6em 0px 0.3em 0px;
}
#local-nav-menu a {
	color:#7be5ff;
	text-decoration: none;
}
#local-nav-menu a:hover {
	color:#FFFFFF;
	text-decoration: none;
	border:none;
}
#local-nav-menu ul {
	text-align:left;
	margin:0px 0px 0px 18px;
	padding:0px;
}
#local-nav-menu li {
	list-style-type:none;
	margin-left: 0px;
	list-style-image:url(/infrastructure/assets/images/arrow.gif);	
}

#local-nav-menu li a {
	list-style-type:none;
	color: #FFFFFF;
	list-style-image:url(/infrastructure/assets/images/arrow.gif);
	text-decoration: none;
	margin:0px;
	padding:0px;
	line-height: 1.4em;
}
#local-nav-menu li a:hover{	
	list-style-image:url(/infrastructure/assets/images/white-arrow.gif);
	margin:0px;
	padding:0px;
	text-decoration:underline;
	border:none;
}
#local-nav-menu .file {
	font-size:11px;
	color:#CCCCCC;
	}

.fileinfo {
	font-size:11px;
	color:#666666;
	}
	
/* Page content styles */
#content {
	padding: 0px;
	float: left;
	clear: none;
	margin: 0px;
	position: absolute;
	right: 240px;
	left: 0px;
}
#content-3-columns {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
/* #page-content-wide {
	float: left;
}*/

#page-content-narrow {
	margin: 0px;
	padding: 0px;
	left: 160px;
	right: 240px;
	float: right;
	clear: none;
	position: absolute;
}

#page-content-narrow-index {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
	min-width: 10%;
	max-width: 59%;
	width: auto;
}
*:first-child+html #page-content-narrow-index { /* Fix for IE7, Width Auto above works for IE6, Width 59% works for IE7 */
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
	width: 59%;
}
#page-content {
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 10px 20px;
}
#page-tools {
	height: 22px;
	width: 82px;
	margin: 0px 0px 0px 0px;
	z-index: 10;
	float: right;
}
div.narrow#page-content {
}

.feature-box {
	float:left;
	width:45%;
	padding:0;
	margin-right:10px;
}

.date {
	font-size:11px;
	color:#999;
}

.view-all a{
	background:#f6f7f1;
	padding:3px;
	float:right;
	font-size:11px;
	text-decoration:none;
	color:#999;
}

.view-all a:hover{
	background:#dbdbdb;
	padding:3px;
	float:right;
	font-size:11px;
	text-decoration:none;
	color:#666;
}

/* Main Images_____________________________________________________________*/

#main-image-home {
	background: url(/infrastructure/assets/images/skyline.jpg) no-repeat center top;
    background-color: #5381AC;
	height: 190px;
	z-index: 10;
	position: relative;
}

#main-image-tbd {
	background: url(/infrastructure/projects/tbd/images/main.gif) no-repeat center top;
    background-color: #09707B;
	height: 190px;
	z-index: 10;
	position: relative;
}

#main-image-daly {
	background: url(/infrastructure/projects/dalyriver/images/main.jpg) no-repeat center top;
    background-color: #5381AC;
	height: 190px;
	z-index: 10;
	position: relative;
}

#main-image-services{
	background: url(/infrastructure/assets/images/skyline.jpg) no-repeat center top;
    background-color: #09707B;
	height: 190px;
	z-index: 10;
	position: relative;
}

#main-image-construction {
	background: url(/infrastructure/assets/images/palmreccentre.jpg) no-repeat center top;
    background-color: #09707B;
	height: 190px;
	z-index: 10;
	position: relative;
}


#home-page-content {
	color: #666666;
	text-align: left;
	margin-left: 212px;
	padding: 0px 10px 10px 10px;
}
#home-page-content h1 {
	font-size: large;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
}
#home-page-content h2 {
	font-size: medium;
	font-weight: bold;
	margin: 1em 0px 1em 0px;
}
#home-page-content p {
	margin: 0px 0px 1em 0px;
}
/* Footer styles */
#footer {
	color: #999;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	width: 240px;
	float: right;
	clear: both;
	position: relative;
}
#footer-index {
	color: #65697F;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	width: 25%;
	float: right;
	position: relative;
	clear: both;
}
#footer-index-search {
	color: #65697F;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: right;
	position: relative;
	clear: both;
}
#footer #footerImage, #footer-index #footerImage, #footer-index-search #footerImage {
	background-color: #5381AC;
	background-position: top left;
	background-repeat: repeat-y;
	height: 30px;
	margin-bottom: 10px;
	width: 100%;
}
#footer p, #footer-image p {
	margin: 0.4em 0 0 0;
}
#footer a, #footer-image a {
	color: #666666;
	text-decoration: none;
	margin: 0;
}
#footer a:hover, #footer-image a:hover {
	color:#0099FF;
}
#index2Image{
height: 150px;
width: 240px;
background-image: url(/infrastructure/assets/images/skyline.jpg);
background-position: center;
background-repeat: no-repeat;
}
#index2ImageList{
	width: 240px;
	text-align: center;
}
#container {
	float: left;
	clear: none;
}
/* TABLES
------------------------------------------------------------------*/
table {
margin:5px 0px 5px 0px;
border-collapse:collapse;
}

td {
padding:4px;
}

th {
padding:4px;
text-align:left;
font-size:14px;
}

/* TABLES
------------------------------------------------------------------*/
	
/* Table Primary
------------------------------------------------------------------*/

.table_primary {
	background:#f9f9f9;
	color:#666;
	margin:5px 0px;
	border-bottom:2px solid #4E8ABE;
	}

.table_primary th {
	background:#5381ac url(/infrastructure/assets/images/tables/th_primary.gif) repeat-x bottom;
	color:#ebebeb;
	padding:3px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
	}

.table_primary td {
	padding:5px;
	}

/* Table Secondary
------------------------------------------------------------------*/

.table_secondary {
	background:#f9f9f9;
	color:#666;
	margin:5px 0px;
	border-bottom:2px solid #b8b9b9;
	}

.table_secondary th {
	background: #ecebeb url(/infrastructure/assets/images/tables/th_secondary.gif) repeat-x bottom;
	color:#666;
	padding:3px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
	}

.table_secondary td {
	padding:5px;
	}

/* BORDERS
------------------------------------------------------------------*/

.border_primary {
	border:1px solid #4E8ABE;
	padding:5px;
	}

.border_secondary {
	border:1px solid #CCC;
	padding:5px;
	}



/* BACKGROUNDS 
------------------------------------------------------------------*/

.bg_primary {
	background: #dfeaf3;
	}

.bg_secondary {
	background:#ebebeb;
	}
		
.bg_tertiary {
	background: #1182b5;
	color:#fff;
}

.bg_border_primary{
	background: #dfeaf3;
	border:2px solid #b8d5ec;
	padding:5px;
	}
	
.bg_border_secondary{
	background: #ebebeb;
	border:2px solid #CCC;
	padding:5px;
	}
	
.bg_border_tertiary {
	background: #1182b5;
	color:#fff;
	border:2px solid #396286;
}


.bg_border_third{
	background: #dcefaa;
	border:2px solid #b6d887;
	padding:5px;
	}



/* FORMS 
------------------------------------------------------------------*/
.webform {
	z-index:10;
	background:#e8f0f6;
	border:1px solid #b8d5ec;
	width:550px;
	padding:10px;
	margin:0 auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	-ms-filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333');
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333');
	background: rgb(232,240,246);
	background: -moz-linear-gradient(top, rgba(232,240,246,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,240,246,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(232,240,246,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(232,240,246,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(232,240,246,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8F0F6', endColorstr='#FFFFFF',GradientType=0 );
	background: linear-gradient(top, rgba(232,240,246,1) 0%,rgba(255,255,255,1) 100%);
	}
	
.webform h1 {
	font-size:18px;
	line-height:30px;
	padding-bottom:10px;
	border-bottom:dashed 1px #aacfe4;
	text-indent:30px;
	margin-bottom:20px;
	background:url(/infrastructure/assets/images/icons/form-submit.png) no-repeat 5px 5px;
}

.webform p {
	font: normal 13px/24px Verdana, Tahoma, sans-serif;
	padding:4px 0px;
	margin:0;
}

.webform h2 {
	font-size:16px;
	line-height:20px;
	padding:4px;
	margin-bottom:10px;
	background:#d7e6ef;
}
	
.webform select{
	float:left;
	font-size:12px;
	padding:5px;
	border:solid 1px #aacfe4;
	outline:0;
	font: normal 13px/100% verdana, Tahoma, sans-serif;
	margin:0px 10px 10px 10px;
	}
	
.webform label{
	display:block;
	font: bold 13px/100% Verdana, Tahoma, sans-serif;
	text-align:right;
	float:left;
	width:140px;
	padding:5px 0px;
	margin-right:10px;
	}
	
.webform span{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	padding:0;
	}

.webform input,
.webform textarea {
	float:left;
	font-size:12px;
	padding:5px;
	border:solid 1px #aacfe4;
	outline:0;
	font: normal 13px/100% verdana, Tahoma, sans-serif;
	margin:0px 0px 10px 10px;
	width:370px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
	
.webform input.checkbox,
.webform input.radio {
  	width:20px;
	float:left;
	margin:2px;
	border:none;
}
	
.webform textarea {
	width:370px;
	max-width:370px;
	height:140px;
	line-height:150%;
}

.webform textarea.large {
	width:520px;
	max-width:520px;
	height:140px;
	line-height:150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color:#5381ac;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.webform label.short {
	width:50px;
}
.webform input.short{
	width:100px;
	}
.webform label.medium {
	width:100px;
}
.webform label.radio {
	width:90px;
	text-align:left;
}
.webform input.long{
	width:400px;
	}
	
.webform .spacer{
	clear:both; 
	border-bottom:dashed 1px #aacfe4;
	margin:5px 15px;
}

.webform #buttons {
	float:right;
	display:block;
}

.webform #buttons-middle {
	float:left;
	margin-left:200px;
	display:block;
}

.webform .button {
	display: inline-block;
	zoom: 1; 
	*display: inline;
	vertical-align: baseline;
	width:auto;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	font: 14px/100% Verdana, Tahoma, sans-serif;
	padding: 5px 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	/* border radius */
		-webkit-border-radius: .5em; 
		-moz-border-radius: .5em;
		border-radius: .5em;
	/* box shadow */
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	color: #606060;
	border: solid 1px #b7b7b7;
}

.webform .button:active {
	position: relative;
	top: 1px;
	color: #999;
}

.webform .button:hover {
	text-decoration: none;
}

.webform .button.submit {
	background: rgb(255,252,191);
	background: -moz-linear-gradient(top, rgba(255,252,191,1) 0%, rgba(199,226,161,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,252,191,1)), color-stop(100%,rgba(199,226,161,1)));
	background: -webkit-linear-gradient(top, rgba(255,252,191,1) 0%,rgba(199,226,161,1) 100%);
	background: -o-linear-gradient(top, rgba(255,252,191,1) 0%,rgba(199,226,161,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,252,191,1) 0%,rgba(199,226,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFCBF', endColorstr='#C7E2A1',GradientType=0 );
	background: linear-gradient(top, rgba(255,252,191,1) 0%,rgba(199,226,161,1) 100%);
}

.webform .button.submit:hover{
	background: rgb(255,253,207);
	background: -moz-linear-gradient(top, rgba(255,253,207,1) 0%, rgba(215,243,175,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,253,207,1)), color-stop(100%,rgba(215,243,175,1)));
	background: -webkit-linear-gradient(top, rgba(255,253,207,1) 0%,rgba(215,243,175,1) 100%);
	background: -o-linear-gradient(top, rgba(255,253,207,1) 0%,rgba(215,243,175,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,253,207,1) 0%,rgba(215,243,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdcf', endColorstr='#d7f3af',GradientType=0 );
	background: linear-gradient(top, rgba(255,253,207,1) 0%,rgba(215,243,175,1) 100%);
}

.webform .button.reset {
	background: rgb(255,234,234);
	background: -moz-linear-gradient(top, rgba(255,234,234,1) 0%, rgba(229,179,195,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,234,234,1)), color-stop(100%,rgba(229,179,195,1)));
	background: -webkit-linear-gradient(top, rgba(255,234,234,1) 0%,rgba(229,179,195,1) 100%);
	background: -o-linear-gradient(top, rgba(255,234,234,1) 0%,rgba(229,179,195,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,234,234,1) 0%,rgba(229,179,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEAEA', endColorstr='#E5B3C3',GradientType=0 );
	background: linear-gradient(top, rgba(255,234,234,1) 0%,rgba(229,179,195,1) 100%);
}

.webform .button.reset:hover {
	background: rgb(255,239,239);
	background: -moz-linear-gradient(top, rgba(255,239,239,1) 0%, rgba(236,198,210,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,239,239,1)), color-stop(100%,rgba(236,198,210,1)));
	background: -webkit-linear-gradient(top, rgba(255,239,239,1) 0%,rgba(236,198,210,1) 100%);
	background: -o-linear-gradient(top, rgba(255,239,239,1) 0%,rgba(236,198,210,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,239,239,1) 0%,rgba(236,198,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefef', endColorstr='#ecc6d2',GradientType=0 );
	background: linear-gradient(top, rgba(255,239,239,1) 0%,rgba(236,198,210,1) 100%);
}


/* NEWS Items
------------------------------------------------------------------*/
.newsbox {
	border-bottom:1px dashed #b8d5ec;
	background:url(/infrastructure/assets/images/news/news_bg.gif) repeat-x top;
	margin-bottom:40px;
	padding:10px;
}

.newsbox p {
	color:#0C4467;
	padding:0px;
	line-height:16px;
}

.newsbox h1 {
	font-size:20px;
	font-weight:bold;
	padding:0px;
	margin:0;
	border:none;
}

.newsbox h2{
	padding:3px 0px 3px 8px;
	margin:0;
	font-size:12px;
}

.newsbox .date {
	padding-left:25px;
	background:url(/infrastructure/assets/images/icons/icon_ical.gif) no-repeat left;
	font-size:11px;
	color:#999;
}
	

.media_release {
background:url(/infrastructure/assets/images/icons/icon_external.gif) no-repeat left;
padding: 0px 2px 0px 15px;
}

.IMG_left{
	padding:0;
	float:left;
	margin:0px 10px 0px 0px;
	border: 2px solid #5381AC;
	}

.IMG_right{
	padding:0;
	float:right;
	margin:0px 0px 0px 10px;
	border: 1px solid #01778C;
	}

.image_wrapper {
	float:left;
	padding:10px;
	}

.image_wrapper p {
	clear:both;
	font-size:11px;
	color:#999999;
	padding:0px;
	}
	
.image_wrapper img {
	padding:0;
	border: 2px solid #5381AC;
	}
	

/* Gallery ---------------------------------*/

.gallery {
	padding:0;
	margin:0;
	}
		
.gallery ul { 
	list-style: none; 
	margin-left:-30px;
	}
	
.gallery ul li { 
	float:left;
	display:inline;
	margin-bottom:10px;
	}

.gallery ul img {
	padding:6px;
	background: #D9EBED;
	border: 2px solid #add8e0;
	}
	
.gallery ul a:hover img {
	}

.gallery a:link, .gallery a:visited{
	border:none;
	text-decoration:none;
	}

.gallery h1 {
	font:11px bold Arial, Helvetica, sans-serif;
	color:#09707b;
	padding:0px 10px;
	margin:0;
	}

.gallery p {
	font:10px normal Arial, Helvetica, sans-serif;
	padding:0px 10px 10px 10px;
	margin:0;
	line-height:12px;
	}


.clear {
	visibility:hidden;
	padding:0;
	margin:0;
	clear:both;
	}
	
	
/* Lightbox Styles ---------------------------------*/
	
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* Text Styles and Colours
------------------------------------------------------------------*/

.text_highlighter1 {
	color:#FF6600;
	}

.text_highlighter2{
	color:#0099ff;
	}
	
.text_highlighter3{
	color:#D3EA53;
	}
	
.text_highlighter4{
	color: #FF0033;
	}
/* Text Sizes
------------------------------------------------------------------*/

.text_large {
	font-size:16px;
	}

.text_medium {
	font-size:14px;
	}

.text_small {
	font-size:10px;
	}
	
/* Register Button -----------------------------------------------*/

a.register-btn {
	display: block;
	width: 118px; 
	height: 38px;
	background-image: url(/infrastructure/assets/images/register-btn-bg.gif);
	background-position: top;
	text-indent: -9999px;
	float:left;
	margin:0px 10px 10px 0px;
}

a:hover.register-btn  {
	background-position: center; 
}
a:active.register-btn {
	background-position: bottom;
}

.divider {
	border-bottom:1px dashed;
	color:#5381AC;
	padding:10px 0px;
	display:block;
}

/* Tabs -----------------------------------------------*/
.container {
	width: 550px;
	margin-bottom:40px;
	float:left;
	}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	font-size:12px;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active a, 
html ul.tabs li.active a:hover  {
	background:url(/infrastructure/assets/images/tabs/tab-active-bg.gif) repeat-x;
	color:#FFF;
	border-bottom: 1px solid #95b5d2;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px;
}
.tab_content h2 {
	font-size:16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
}
.tab_content h3 {
	font-size:14px;
}
.tab_content img {
	float: left;
	margin:0;
}
.tab_content ul {
	margin-left:10px;
	padding:0;
}
.tab_content li {
	padding:3px 0px;
}
/* Project -----------------------------------------------*/

.proj-container {
	width: 550px;
	margin:30px 0px;
	display:inline;
	float:left;
}

.project {
	border-bottom:1px dashed #5381AC;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	float:left;
	width:100%;
}

.project img {
	float:left;
	margin:0px 10px 10px 0px;
	border:3px solid #CCC;
}

.project h3 {
	padding:0;
	margin:0;
}

.hiddenDiv {
	display: none;
	}
.visibleDiv {
	display: block;
	}
	
/* Books -----------------------------------------------*/
.bookcase {
	padding:0;
	margin:0;
	}
		
.bookcase ul { 
	list-style: none; 
	margin-left:-30px;
	}
	
.bookcase ul li { 
	float:left;
	display:inline;
	margin-bottom:10px;
	width:160px;
	}

.bookcase ul img {
	border: 1px solid #999;
	}
	
.bookcase ul a:hover img {
	}

.bookcase a:link, .gallery a:visited{
	border:none;
	text-decoration:none;
	}

.bookcase h1 {
	font:12px/22px bold Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px 10px;
	margin:0;
	}

.bookcase p {
	font:10px/14px bold Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px 0px 0px 10px;
	margin:0;
	}

	
