*  {
	margin: 0; padding: 0;
	list-style-type: none;
}
body {
	font: 76% Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #838383;
	background: #0d58a4 url(/images/bgrounds/body.gif) repeat-x 0 1px;
	text-align: center;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
a:link { color: #4aaa42; text-decoration: underline; }
a:visited { color: #4aaa42; text-decoration: underline; }
a:hover { color: #4aaa42; text-decoration: none; }
a:active { color: #4aaa42; text-decoration: underline;}
a.external {
	background:transparent url(/images/icons/external.png) no-repeat scroll right center;
	padding-right:13px;
}
#content ul { margin: 0 0 1em 5px; }
#content ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 15px; 
	background: url(/images/icons/arrow.gif) no-repeat 3px 7px; 
}
#content ol {
	margin: 0 0 1em 15px;
}
#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 .5em 0;
	color: #5c8ec1;
	font-family: arial;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; color: #0d58a4;}
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span {
	display: none;
}
#home h1 {
	width: 320px;
}
#sidenav h2 {
	color: #fff;
}
.sIFR-active h1, .sIFR-active #sidenav h2 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	height: 25px;
	font-size: 1.6em;
}

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin: .5em 0 !important;
	margin: 0;
}

#header {
	position: relative;
	width: 100%;
	height: 310px;
}

#header .logo {
	position: absolute;
	top: 0;
	left: 0;
}





#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav {
	background: url(/images/bgrounds/nav.gif) no-repeat;
	height: 33px;
	margin-left: 43px;
	border: 3px solid #0d58a4;
	border-left: none; border-right: none;
	width: 909px;
}
#nav a.current, #nav a.current:link, #nav a.current:visited, #nav a.current:active {
	color: #0d58a4;
	font-weight: bold;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	color: #838383;
	padding: 10px 15px 11px 15px;
	/*height: 15px; CANNOT ADD HEIGHT, IE SUCKS*/
	text-decoration: none;
}

#nav a:hover {
	/*background-color: purple;*/
	color: #333;
}

#nav li {
	float: left;
	text-align: center;
}
#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 {
	/*border: 1px solid red; */
}
#nav li ul li a.current:hover {
	color: #fff;
}
#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	padding: 5px;
	line-height: 1.2em;
	width: 160px;
	font-size: .9em;
}
#nav li ul li a:hover {
	background-color: #5c8ec1;
	color: #fff;
}

#nav li ul {
	position: absolute;
	background-color: #eaeaea;
	padding: 5px;
	width: 170px;
	left: -999em;
	z-index: 100;
	border: 3px solid #0d58a4;
	border-top: none;	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;

}
#nav li ul li {
	width: 170px;
	text-align: left;
	position: relative;
	z-index: 10;
}
#nav li ul ul {
	position: absolute;
	top: 0; right: -186px;
	border-top: 3px solid #0d58a4;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
}

#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: #eaeaea;
}








#container {
	margin: 0 auto;
	width: 995px;
	text-align: left;
}

#main {
	width: 909px;/* 995 */
	padding: 0 43px;
}
#main-l, #main-r {
	float: left;
	display: inline;
}
#main-l {
	background: #fff url(/images/bgrounds/main-l.gif) no-repeat bottom left;
	width: 659px;
	padding: 0 0 50px 0;
}
#main-r {
	width: 239px;
	margin-left: 11px;
	background: #5c8ec1 url(/images/bgrounds/main-r.gif) no-repeat bottom left;
	padding-bottom: 50px;
}
#home #content {
	padding: 20px 0 0 35px;
}
#content {
	padding: 25px 35px 0 35px;
	line-height: 1.6;
}

#sidebox {
	font-size: .9em;
	float: right;
	width: 222px;/* 253 */
	padding: 25px 13px 15px 18px;
	margin: 0 0 0 30px;
	background: #f5f5f5 url(/images/bgrounds/sidebox.gif) no-repeat bottom left;
}
#sidebox h2 {
	margin: 0 0 12px 0;
}
#sidebox ul {
	margin: 0 0 10px 0;
}
#sidebox li {
	padding: 2px 0 2px 17px;
	background: url(/images/icons/sidebox-arrow.gif) no-repeat 7px 5px;
}
#sidebox a, #sidebox a:link, #sidebox a:visited, #sidebox a:active {
	color: #838383;
	text-decoration: underline;
}
#sidebox a:hover {
	text-decoration: none;
}
#sidebox .viewall {
	text-align: right;
	margin-bottom: 15px;
}
#sidebox .viewall a, #sidebox .viewall a:link, #sidebox .viewall a:visited, #sidebox .viewall a:active {
	color: #5c8ec1;
}
#sidebox .viewall a:hover {
	color: #5c8ec1;
}

#ourservicesbox h2 {
	background: url(/images/text/services-overview.gif) no-repeat;
	width: 154px;
	height: 14px;
}
#researchtoolsbox {
	border-top: 1px solid #c7c7c7;
	padding: 15px 0 0 0;
}
#researchtoolsbox h2 {
	background: url(/images/text/research-tools.gif) no-repeat;
	width: 124px;
	height: 14px;
}


#contactbox {
	background: url(/images/bgrounds/contact-us.jpg) no-repeat;
	padding: 25px 0 25px 0;
	color: #fff;
	font-size: .8em;
	line-height: 1.5;
}
#contactbox p {
	margin-bottom: 5px;
}
#contactbox h2 {
	width: 88px;
	height: 14px;
	background: url(/images/text/contact-us.gif) no-repeat 30px 0;
	color: #fff;
	padding: 0 0 92px 30px;
	/*margin: 0px 0 92px 30px;*/
	/*border: 1px solid red; */
}
#contactbox a, #contactbox a:link, #contactbox a:visited, #contactbox a:active {
	color: #a4d4a0;
	text-decoration: underline;
}
#contactbox a:hover {
	color: #a4d4a0;
	text-decoration: none;
}
.addr {
	background: url(/images/icons/addr-arrow.gif) no-repeat 0 50%;
	padding-left: 10px;
}
#contactbox .addr a, #contactbox .addr a:link, #contactbox .addr a:visited, #contactbox .addr a:active {
	color: #fff;
}
#contactbox .addr a:hover {
	color: #fff;
}
#karratha, #perth {
	padding-left: 65px;
}
#perth {
	margin: 36px 0 0 0;
}
#karratha h3 {
	background: url(/images/text/karratha-office.gif) no-repeat;
	width: 90px;
	height: 10px;
}
#perth h3 {
	background: url(/images/text/perth-office.gif) no-repeat;
	width: 70px;
	height: 10px;
}

#footer {
	color: #a2c7ed;
	font-size: .7em;
	width: 995px;
	margin: 10px 0 0 0;
}
#footer p.indlinks {
	float: left;
	width: 530px;
	margin-left: 77px;
}
#footer p.indlinks img {
	float: left;
}

#footer p.copyright {
	text-align: right;
	float: right;
	margin-right: 60px;
	width: 283px;
	padding-top: 10px;
	line-height: 1.6;
}

#footer a,#footer a:link, #footer a:visited, #footer a:active {
	color: #a2c7ed;
}
#footer a:hover {
	color: #fff;
}
#sidenav {
	padding: 25px 25px 0 29px;
}
#sidenav li {
}
#sidenav a, #sidenav a:link, #sidenav a:visited, #sidenav a:active {
	color: #fff;
	text-decoration: none;
	font-size: .9em;
	display: block;
	padding: 4px 0px 4px 15px;
	background: url(/images/icons/sidenav-arrow.gif) no-repeat 5px 7px;
}
#sidenav a:hover,
#sidenav a.current, #sidenav a.current:link, #sidenav a.current:visited, #sidenav a.current:hover, #sidenav a.current:active {
	text-decoration: none;
	background-color: #0d58a4;
	color: #fff;
}

.case-study {
	width: 100%;/* 589 */
	border-bottom: 1px solid #eee;
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
}
.cs-l, .cs-r {
	float: left;
	display: inline;
}
.cs-l {
	width: 185px; /* 190 */
	background: url(/images/bgrounds/cs-l.gif) no-repeat;
	padding: 0 0 0 5px;
}
.cs-r {
	width: 399px;/* 399 */
}

.cs-l .scene {
	width: 169px;
	height: 169px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	position: relative;
}
p.enlarge {
	font-size: .8em;
}
.cs-r table {
	margin: 0 0 1em 0;
}
.cs-r th, .cs-r td {
	text-align: left;
	vertical-align: top;
}
.cs-r th {
	color: #4aaa42;
	width: 110px;
}
.cs-r h2 {
	color: #4aaa42;
	border-top: 1px solid #eee;
	padding: 5px 0 0 0;
	font-size: 1.1em;
}

.catimg {
	margin: 0 0 20px 5px;
}