*  {
	margin: 0; padding: 0;
	list-style-type: none;
}
body {
	font: 76% Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #455560;
	background: #f2f2f2;
	margin: 0 0 0 0;
	text-align: center;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
a:link { color: #0066a4; text-decoration: underline; }
a:visited { color: #0066a4; text-decoration: underline; }
a:hover { color: #455560; text-decoration: none; }
a:active { color: #0066a4; text-decoration: underline;}
:focus {
	outline: none;
}
#content ul { margin: 0 0 1em 5px; }
#content ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 15px; 
	background: url(/images/bgrounds/arrow.gif) no-repeat 4px 5px; 
}
#content ul li ul {
	margin-top: 5px;
}

#content ol {
	margin: 0 0 1em 20px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 .4em 0; 
}

p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}

img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 10px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 10px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 1px; border: 1px solid #eee; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 .7em 0;
	color: #0066a4;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; color: #0066a4; font-weight: normal; }
h3 { font-size: 1.1em; color: #455560; text-transform: uppercase;}
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span {
	display: none;
}

p {
	margin: 0 0 1.3em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin: .5em 0 !important;
	margin: 0;
}

#container {
	margin: 0 auto;
	width: 990px;
	text-align: left;
	background: #dfdfdf url(/images/bgrounds/container.gif) repeat-x ;
}
#our-values {
	width: 990px;
	height: 53px;/* 37 */
	background: url(/images/bgrounds/our-values.jpg) no-repeat;
}
#our-values img {
	margin: 19px 0 0 839px;
}
#header {
	position: relative;
	width: 100%;
	height: 123px;
	z-index: 10;
}

#header h1 {
	width: 259px;
	height: 77px;
	background: url(/images/text/our-people-your-project.gif) no-repeat;
	position: absolute;
	top: 123px;
	left: 30px;
	z-index: 5;
	
	width: 382px;
	height: 22px;
	top: 27px;
	left: 576px;
	
}
#home #header .logo {
	
	top: 13px;
	left: 59px;
}
#header .logo {
	position: absolute;
	top: 13px;
	left: 39px;
}



#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
	background: url(/images/bgrounds/nav.gif) no-repeat;
	width: 680px;/* 706 */
	height: 32px;
	position: absolute;
	top: 72px;
	left: 284px;
	padding: 0 0 0 26px;
	
}


#nav a.current, #nav a.current:link, #nav a.current:visited, #nav a.current:hover, #nav a.current:active {
	color: #455560;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	/*background-color: green;*/
	color: #7f8d96;
	font-weight: bold;
	line-height: 32px;
	padding: 0 11px;
	/*height: 15px; CANNOT ADD HEIGHT, IE SUCKS*/
	text-decoration: none;
}

#nav a:hover {
	color: #455560;
}

#nav li {
	float: left;
	text-align: center;
}


#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active,
#nav li ul li a.current, #nav li ul li a.current:link, #nav li ul li a.current:visited, #nav li ul li a.current:active {
	padding: 4px 10px;
	color: #455560;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #ebebeb;
	line-height: 1.3em;
	width: 150px;
	font-weight: normal;
}
/* this mess clears up borders on first and last items, even on the page you're currently on */
#nav li ul li:first-child a, #nav li ul li:first-child a:link, #nav li ul li:first-child a:visited, #nav li ul li:first-child a:active,
#nav li ul li:first-child a.current, #nav li ul li:first-child a.current:link, #nav li ul li:first-child a.current:visited, #nav li ul li:first-child a.current:active {
	border-top: none; 
}
#nav li ul li:last-child a, #nav li ul li:last-child a:link,#nav li ul li:last-child a:visited, #nav li ul li:last-child a:active,
#nav li ul li:last-child a.current, #nav li ul li:last-child a.current:link, #nav li ul li:last-child a.current:visited, #nav li ul li:last-child a.current:active {
	border-bottom: none;
}

#nav li ul li a:hover, #nav li ul li a.current:hover {
	background-color: #0066a4;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#nav li ul {
	position: absolute;
	background: #dfdfdf;
	padding: 5px;
	width: 170px;
	left: -999em;
	z-index: 100;
}
#nav li ul li {
	width: 170px;
	text-align: left;
	position: relative;
	z-index: 10;
} 
#nav li ul ul {
	padding: 0;
	position: absolute;
	top: 0; right: -170px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover  {
	background-color: #dfdfdf;
}

#home #main {
	margin: 0 0 30px 30px;
	width: 960px;
}
#main {
	width: 965px;
	margin: 0 25px 30px 0;
}
#home #main-l, #home #main-r {
	float: left;
	display: inline;
}

#main-l, #main-r {
	float: right;
	display: inline;
}
#main-l {
	width: 693px;
	background-color: #fff;
}
#home #main-r {
	margin-left: 21px;
}
#main-r {
	width: 246px;/* 267 */
	margin-left: 0;
}
#home #content {
	padding: 0 0 30px 30px;
	width: 300px;/* 330 */
	float: left;
	display: inline;
}
#content {
	padding: 0 30px 20px 30px;
	float: none;
	width: 633px;
	line-height: 1.5;
}

#masthead {
	width: 693px;
	height: 300px;
	padding: 0 0 29px 0;
	background: url(/images/bgrounds/masthead.gif) no-repeat bottom left;
	z-index: 1;
}

#industries {
	width: 300px;
	margin: 0 30px 20px 0;
	float: right;
	display: inline;
	background: url(/images/bgrounds/industries-top.gif) no-repeat;
}
#industries-bottom {
	width: 300px;
	background: url(/images/bgrounds/industries-bottom.gif) no-repeat bottom left;
	padding: 0 0 25px 0;
}
#i_min {
	float: left;
	display: inline;
	width: 147px;
	margin: 2px 0 0 2px;
	padding: 36px 0 0 0;
	background: url(/images/bgrounds/mining.jpg) no-repeat;
}
#i_min h2 {
	background: url(/images/text/mining-over.gif) no-repeat;
	width: 147px;
	height: 22px;
}

#i_min h2 a, #i_min h2 a:link, #i_min h2 a:visited, #i_min h2 a:active {
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	width: 147px;
	height: 22px;
	background: url(/images/text/mining.gif) no-repeat;
}
#i_min h2 a:hover {
	background-image: url(/images/text/mining-over.gif);
}

#i_cons {
	float: right;
	display: inline;
	width: 148px;
	margin: 2px 2px 0 0;
	padding: 36px 0 0 0;
	background: url(/images/bgrounds/construction.jpg) no-repeat;
}
#i_cons h2 {
	background: url(/images/text/construction-over.gif) no-repeat;
	width: 148px;
	height: 22px;
}

#i_cons h2 a, #i_cons h2 a:link, #i_cons h2 a:visited, #i_cons h2 a:active {
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	width: 148px;
	height: 22px;
	background: url(/images/text/construction.gif) no-repeat;
}
#i_cons h2 a:hover {
	background-image: url(/images/text/construction-over.gif);
}


#industries ul {
	margin: 0 0 0 15px; 
	padding: 0 0 0 0; 
	font-size: .9em;
}
#industries li {
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
#industries li a, #industries li a:link, #industries li a:visited, #industries li a:active {
	color: #1c252b;
	text-decoration: none;
	background: url(/images/bgrounds/industries-arrow.gif) no-repeat 0 5px;
	display: block;
	padding: 2px 0 2px 8px;
}
#industries li a:hover {
	text-decoration: underline;
	color: #1c252b;
	background-image: url(/images/bgrounds/industries-arrow-over.gif);
}

#asx-share-price {
	width: 218px;
	height: 62px;
	/*background: url(/images/bgrounds/asx-share-price.png) no-repeat 0 0;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/bgrounds/asx-share-price.png');*/
	background: url(http://clients.weblink.com.au/clients/macmahon/price_img2.asp) no-repeat 0 0;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='http://newwebchart.weblink.com.au/clients/macmahon/price_img2.asp');
	
}
#asx-share-price a,#asx-share-price a:link, #asx-share-price a:visited, #asx-share-price a:active {
	float: right;
	display: block;
	width: 44px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(/images/text/more.gif) no-repeat;
}
#asx-share-price a:hover {
	background-image: url(/images/text/more-over.gif);
}
#asx-share-price p {
	color: #fff;
	float: left;
	padding: 18px 0 0 55px;
}
#asx-share-price strong {
	font-size: 1.5em;
	padding: 0 10px 0 0;
}

#subscribe-to-our-newsletter {
	width: 218px;
	height: 62px;
	background: url(/images/bgrounds/subscribe-to-our-newsletter.png) no-repeat 0 0;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/bgrounds/subscribe-to-our-newsletter.png');
}
#subscribe-to-our-newsletter a,#subscribe-to-our-newsletter a:link, #subscribe-to-our-newsletter a:visited, #subscribe-to-our-newsletter a:active {
	float: right;
	display: block;
	width: 44px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(/images/text/join.gif) no-repeat;
}
#subscribe-to-our-newsletter a:hover {
	background-image: url(/images/text/join-over.gif);
}






#home #news-events-feed {
	background: url(/images/bgrounds/news-events-feed.gif) no-repeat bottom left;
}
#news-events-feed {
	padding: 0 0 5px 0;
	margin: 0 0 18px 0;
}
#news-events-feed h3 {
	background: url(/images/text/news-and-events-over.gif) no-repeat;
	width: 93px;
	height: 9px;
	margin: 0 0 10px 0;
}
#news-events-feed h3 a, #news-events-feed h3 a:link, #news-events-feed h3 a:visited, #news-events-feed h3 a:active {
	display: block;
	width: 93px;
	height: 9px;
	overflow: hidden;
	text-indent: -9000px;
	background: url(/images/text/news-and-events.gif) no-repeat;
}
#news-events-feed h3 a:hover {
	background-image: url(/images/text/news-and-events-over.gif);
}
#news-events-feed dt {
	line-height: 1.6;
}

#news-events-feed dt span {
	color: #0066a4;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	display: block;
}
#news-events-feed dt a,#news-events-feed dt a:link, #news-events-feed dt a:visited, #news-events-feed dt a:active {
	color: #455560;
	font-weight: bold;
	text-decoration: none;
}
#news-events-feed dt a:hover {
	color: #0066a4;
	text-decoration: underline;
}
#news-events-feed dd {
	font-size: .9em;
	line-height: 1.4;
	margin-bottom: 10px;
}


#reports-and-results-feed {
	width: 220px;
}
#reports-and-results-feed li {
	clear: both;
}
#reports-and-results-feed span {
	width: 150px;
	float: right;
	color: #0066a4;
	font-weight: bold;
	font-size: .9em;
	padding: 5px 0 2px 0;
	text-transform: uppercase;
}
#reports-and-results-feed img {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #dfdfdf;
	padding: 3px;
	background-color: #fff;
}
#reports-and-results-feed li a.textlink, #reports-and-results-feed li a.textlink:link, #reports-and-results-feed li a.textlink:visited, #reports-and-results-feed li a.textlink:active {
	color: #455560;
	text-decoration: none;
	float: right;
	width: 150px;
	margin-bottom: 10px;
	font-weight: bold;
}
#reports-and-results-feed li a.textlink:hover {
	text-decoration: underline;
	color: #0066a4;
}

#reports-and-results-feed h3 {
	background: url(/images/text/reports-and-results-over.gif) no-repeat;
	width: 119px;
	height: 9px;
	margin: 0 0 10px 0;
}
#reports-and-results-feed h3 a, #reports-and-results-feed h3 a:link, #reports-and-results-feed h3 a:visited, #reports-and-results-feed h3 a:active {
	display: block;
	width: 119px;
	height: 9px;
	overflow: hidden;
	text-indent: -9000px;
	background: url(/images/text/reports-and-results.gif) no-repeat;
}
#reports-and-results-feed h3 a:hover {
	background-image: url(/images/text/reports-and-results-over.gif);
}

#subnav {
	width: 218px;
	background: url(/images/bgrounds/subnav-top.gif) no-repeat;
	padding: 2px 0 0 0;
	margin: 0 0 5px 0; 
}
#subnav h2 {
	width: 214px;
	height: 25px;
	background: url(/images/text/also-in-this-section.gif) no-repeat;
	margin: 0 0 10px 2px;
}


#subnav ul {
	padding: 0 15px 25px 15px; 
	background: url(/images/bgrounds/subnav-bottom.gif) no-repeat bottom left;
	font-size: .9em;
}
#subnav li {
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
#subnav li.current a, #subnav li.current a:link, #subnav li.current a:visited, #subnav li.current a:active {
	font-weight: bold;
	background-image: url(/images/bgrounds/industries-arrow-over.gif);
}
#subnav li a, #subnav li a:link, #subnav li a:visited, #subnav li a:active {
	color: #455560;
	text-decoration: none;
	background: url(/images/bgrounds/industries-arrow.gif) no-repeat 0 6px;
	display: block;
	padding: 3px 0 3px 8px;
}
#subnav li a:hover {
	text-decoration: underline;
	background-image: url(/images/bgrounds/industries-arrow-over.gif);
}

#pageheader {
	background: url(/images/bgrounds/pageheader.gif) no-repeat;
	width: 663px;/* 693 */
	height: 84px;/* 99 */
	padding: 15px 0 0 30px;
	
	
	height: 69px;/* 76 */
	padding: 7px 0 0 30px;
}

#pageheader h1 {
	color: #fff;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 5px;
	margin-bottom: 3px;
}
p.breadcrumbs {
	color: #eee;
	font-size: .9em;
	line-height: 1em;
}
p.breadcrumbs strong {
	font-weight: bold;
	color: #fff;
}
p.breadcrumbs a {
	color: #eee;
	text-decoration: underline;
}
p.breadcrumbs a:hover {
	color: #fff;
	text-decoration: none;
}



.data {
	width: 100%;
	margin: 0 0 1em 0;
}

.data, .data td, .data th {
	border: 1px solid #d3d3d3;
	border-collapse: collapse;
}
.data td, .data th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.data th {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.filelist {
	margin-bottom: 1em
}

.filelist th, .filelist td {
	padding: 3px;
	vertical-align: top;
}

.filelist th {
	background-color: #00456f;
	color: white
}

p.top {
	text-align: right;
}

#newsletterForm input {
	margin-bottom: 1em
}


#footer {
	background: url(/images/bgrounds/footer.gif) repeat-x;
	height: 60px;
	color: #455560;
	font-size: .9em;
}
#footer p.copyright {
	float: left;
	display: inline;
	width: 500px;
	padding: 12px 0 0 30px;
}
#footer p.itomic {
	float: right;
	display: inline;
	width: 300px;
	text-align: right;
	padding: 12px 30px 0 0;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #455560;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #455560;
}


