@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font: 12px Arial, Helvetica, Myriad, sans-serif;
	text-align: center;	
	line-height: 1.5em;
}

img {
	border: 0;
}

.ctr {
	text-align: center;
}

.error {
	color: #f33;
}

/* container 
-------------------------------------- */

div#container {
	margin: 15px auto;
	width: 990px;
	text-align: left;
}

/* header
-------------------------------------- */

div#header {
	background: #4b4a46 url('../images/bgnd-hdr.gif') no-repeat top right;
}

img#logo-sedgman {
	position: absolute;
	top: 5px;
	margin-left: -10px;
}

img#slogan {
	margin-left: 120px;
	margin-top: 10px;
}

/* top row navigation
-------------------------------------- */

ul#main_menu-hdr {
	margin: 5px;
	list-style-type: none;
	float: right;
}

#main_menu-hdr li {
	float: left;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-left: 1px solid #96864b;
	line-height: 1em;
}

#main_menu-hdr a {
	color: #fff;
	text-decoration: none;
}

#main_menu-hdr a:hover {
	color: #c4bc9f;
}

/* drop down menus 
-------------------------------------- */

.dd_menu_div {
	position: absolute;
	top: 0;
	border: 1px solid #96864b;
	border-bottom-width: 0;
	border-top-width: 4px;
	line-height: 1.3em;
	z-index: 100;
	background: #fff;
	width: 185px;
	visibility: hidden;
}


.dd_menu_div a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #96864b;
	border-bottom: 1px solid #96864b; 
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

* html .dd_menu_div a { /*IE only hack*/
	width: 100%;
}

.dd_menu_div a:hover { 
	background-color: #4b4a46;
	color: white;
}

/* image strip
-------------------------------------- */

div#image_strip {
	clear: both;
	height: 177px;
	background: #96864b;
}

#image_strip img {
	margin: 1px 0;
	float: left;
}

/* second row navigation
-------------------------------------- */

div#sub_menu-hdr {
	padding: 0 10px;
	background: #000 url('../images/bgnd-sub.gif') no-repeat top right;
	height: 21px;
}

ul#submenu-hdr1 {
	clear: left;
	padding-top: 4px;
	list-style-type: none;
	color: #fff;
}

#submenu-hdr1 li {
	float: left;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #96864b;
	line-height: 1em;
}

#submenu-hdr1 a {
	color: #fff;
	text-decoration: none;
}

#submenu-hdr1 a:hover {
	color: #c4bc9f;
}

ul#submenu-hdr2 {
	text-align: right;
	list-style-type: none;
}

#submenu-hdr2 li {
	float: right;
	padding: 0 10px;
	font-weight: bold;
	border-left: 1px solid #96864b;
	line-height: 1em;
}

#submenu-hdr2 a {
	color: #fff;
	text-decoration: none;
}

#submenu-hdr2 a:hover {
	color: #c4bc9f;
}

/* content
-------------------------------------- */

div#content {
	clear: both;
	padding: 20px 20px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	height: 1%;
}

div.clearing_div {
	clear: both;
}

/* front page
-------------------------------------- */

div#left_col {
	float: left;
	width: 660px;
}

div#left_colhome {
	float: left;
	width: 600px;
	height:100%;
}
div#left_colhome p{
	padding:5px;
	}
div#right_colhome {
	float: left;
	width: 300px;
	margin:0px 0px 30px 30px;
	height:100%;
}
h2.home {
	font-size:1.8em;
	padding-bottom:20px;
}
h3.fp {
	color: #000d40;
	font-size: 1.3em;
	font-weight: bold;
}

/* front page - latest news
-------------------------------------- */

div#latest_news {
	padding-bottom: 5px;
}

#latest_news ul {
	padding-left: 15px;
	/*padding-top: .5em;*/
	margin-bottom: 1.5em;
	/*list-style-type: none;
	list-style-image: url('../images/bullet_line.gif');*/
	border-left: 0px solid #000d40;
	/*line-height: 2em;*/
}

#latest_news a {
	color: #29556c;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
}

#latest_news a:hover {
	text-decoration: underline;
}

/* front page - featured project
-------------------------------------- */

div#featured_project {
	width: 600px;
	margin-top:30px;
}

div#project_box {
	border: 1px solid #000d40;
	margin-bottom: 10px;
}

#project_box h4 {
	float: right;
	text-align: right;
	margin-bottom: 10px;
	padding: 2px 5px;
	background: #000d40;
	color: #fff;
	font-size: 11px;
	line-height: 1em;
	width: 388px;
}


#project_box ul {
	clear: right;
	margin-right: 10px;
	margin-left: 235px;
	color: #000d40;
	list-style-type: none;
	list-style-image: url('../images/bullet_arrow.gif');
}

#project_box li {
	margin-top: .5em;
}

img#feature_photo {
	float: left;
	padding: 2px;
	border-right: 1px solid #000d40;
}

/* front page - global locations
-------------------------------------- */

div#locations {
	padding-bottom: 5px;
	margin-bottom: 20px;
}

/* front page - promo area
-------------------------------------- */

div#promo_area {
	margin-top: 30px;
	margin-bottom: 15px;
}

div#logos {
	padding: 10px 0;
	width:300px;
	text-align:center;
	margin:0 auto;
}

#logos img {
	vertical-align: middle;
	margin-right: 5px;
}

/* contentarea
-------------------------------------- */

div#contentarea {
	float: left;
	width: 660px;
}

div#contentarea-jobs_page {
	float: left;
	width: 900px;
}

div#contentarea-survey {
	float: left;
	width: 900px;
}

#contentarea-survey form {
	padding: 1.5em 0;
	border-top: 1px solid #000d40;
	border-bottom: 1px solid #000d40;
}

#contentarea-survey p {
	margin-bottom: 1em;
	text-align: justify;
}

#contentarea-survey table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#contentarea-survey th {
	padding: 8px 10px;
	background: #96864b;
	color: #fff;
	border-bottom: 1px solid #000d40;
	text-align: center;
	line-height: 1em;
	vertical-align: top;
}

#contentarea-survey td {
	padding: 3px;
	border: 1px solid #ddd;
}

#contentarea-survey label {
	width: 70px;
	float: left;
}

.radio-btn {
	text-align: center;
	width: 20px;
}

h3#page_hdr {
	padding: 0 0 1.5em 0;
	background: none;
	color: #000d40;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}	

#contentarea h3 {
	padding: 0 0 1.5em 0;
	color: #96864b;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#contentarea h3 a {
	color: #96864b;
	text-decoration: none;
}

#contentarea h4 {
	padding: 0 0 1em 0;
	color: #000d40;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#contentarea h4 a {
	color: #000d40;
	text-decoration: none;
}

#contentarea p {
	margin-bottom: 1em;
	text-align: justify;
}

#contentarea table {
	margin-bottom: 1em;
}

#contentarea ol {
	margin-left: 25px;
	margin-bottom: 1em;
	text-align: justify;
}

#contentarea ul {
	margin-left: 25px;
	margin-bottom: 1.5em;
	text-align: justify;
	list-style-type: none;
	list-style-image: url('../images/bullet-point.gif');
}

#contentarea a {
	text-decoration: none;
	color: #29556c;
}

#contentarea a:hover {
	text-decoration: underline;
}

#contentarea img.word_logo {
	vertical-align: middle;
	margin-right: 5px;
}

#contentarea input {
	padding: 1px;
}

/* tables in contentarea
-------------------------------------- */

td.leftcol {
	width: 250px;
}

table#history {
	border-collapse: collapse;
	border: 1px solid #000d40;
}

#history th {
	padding: 2px 10px;
	background: #96864b;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #000d40;
}

#history td {
	padding: 2px 10px;
}

table#news-archive {
	border-collapse: collapse;
	border: 1px solid #000d40;
}

#news-archive th {
	padding: 2px 10px;
	background: #96864b;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #000d40;
}

#news-archive td {
	padding: 2px 10px;
}

table#job-vacancies {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000d40;
}

#job-vacancies th {
	padding: 2px 10px;
	background: #96864b;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #000d40;
}

#job-vacancies td {
	padding: 2px 10px;
}

table.projects-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000d40;
}

.projects-table th {
	padding: 2px 10px;
	background: #96864b;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #000d40;
}

.projects-table td {
	padding: 2px 10px;
}

div.board-stats {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #96864b;
 	min-height: 200px;
  	height: auto !important;
  	height: 200px;
}

img.staff-photo-p {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #000d40;
}

table.current_vacancies {
	border-collapse: collapse;
	border: 1px solid #000d40;
}

.current_vacancies th {
	padding: 2px 10px;
	background: #96864b;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #000d40;
}

.current_vacancies td {
	padding: 2px 10px;
}

.current_vacancies th.pt {
	width: 350px;
}

table#grads img {
	padding: 2px;
	border: 1px solid #96864b
}

table#grads td {
	width: 160px;
	text-align: center;
}

table#grads td p {
	text-align: center;
}

div#contentgrad {
	margin: 10px 40px;
	width: 600px;
}

#contentgrad h3 {
	padding: 0 0 1em 0;
	color: #96864b;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#contentgrad h4 {
	padding: 0 0 1em 0;
	color: #000d40;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#contentgrad p {
	margin-bottom: 1em;
	text-align: justify;
}

#contentgrad img {
	float: right;
	margin: 0 0 10px 20px;
	padding: 2px;
	border: 1px solid #96864b
}

table#site_map {
	border-collapse: collapse;
	width: 100%;
}

#site_map th {
	padding: 2px 10px;
	background: #dcdcdc;
	color: #fff;
	text-transform: uppercase;
	border-left: 1px solid #000d40;
	border-right: 1px solid #000d40;
	border-bottom: 1px solid #000d40;
}

#site_map td {
	padding: 2px 10px 15px 10px;
	vertical-align: top;
}

#contentarea #site_map ul {
	text-align: left;
	margin-bottom: 0;
	margin-left: 15px;	
}

/* divs in contentarea
-------------------------------------- */

.mp-header {
	clear: left;
}

div.staff-member-a {
	width: 155px;
	height: 160px;
	float: left;
	margin: 0 3px 20px 3px;
	padding-top: 5px;
	text-align: center;
}

#contentarea .staff-member-a p {
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 0;
}

div.staff-member-b {
	width: 155px;
	height: 160px;
	float: left;
	margin: 0 3px 20px 3px;
	padding-top: 5px;
	text-align: center;
}

#contentarea .staff-member-b p {
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 0;
}

img.staff-photo-a {
	padding: 2px;
	margin-bottom: 2px;
	border: 1px solid #96864b;
}

img.staff-photo-b {
	padding: 2px;
	margin-bottom: 2px;
	border: 1px solid #96864b;
}

span.position {
	font-size: 11px;
}

div.section-img-r {
 	min-height: 150px;
  	height: auto !important;
  	height: 150px;
}

.section-img-r img {
	float: right;
	margin: 0 0 1em 20px;
	padding: 2px;
	border: 1px solid #96864b;
}

div.section-img-l {
 	min-height: 150px;
  	height: auto !important;
  	height: 150px;
}

.section-img-l img {
	float: left;
	margin: 0 20px 1em 0;
	padding: 2px;
	border: 1px solid #96864b;
}

div.project_block {
	padding-bottom: .5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #96864b;
}

.project_block img {
	float: right;
	margin: 0 0 1em 20px;
	padding: 2px;
	border: 1px solid #000d40;
}

div.project-photos img {
	padding: 2px;
	border: 1px solid #000d40;
}

/* meet our people pop up
-------------------------------------- */

div#staff_stats {
	margin: 10px 20px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #96864b;
}

#staff_stats h3 {
	padding: 1em 0;
	background: none;
	color: #96864b;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#staff_stats h4 {
	padding: 0 0 1em 0;
	color: #000d40;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.staff-title {
	font-weight: bold;
	color: #000d40;
}

img.staff-photo-p {
	float: right;
	padding: 2px;
	margin-left: 20px;
	border: 1px solid #000d40;
}

#staff_stats p {
	text-align: left;
	margin-bottom: 1em;
}

#staff_stats a {
	text-decoration: none;
	color: #29556c;
}

#staff_stats a:hover {
	text-decoration: underline;
}

/* share price
-------------------------------------- */

img#ASX-logo {
	float: left;
	margin: 0 20px 0 0;
}

img#bourse-logo {
	margin: 0 28px 0 10px;
	float: right;
}

p#share-note {
    font-size: 0.85em;
}

table#shareprice-feed {
	margin: 10px 0 10px 0;
	border: 1px solid #000d40;
	border-collapse: collapse;
}

#shareprice-feed th {
	text-align: center;
	background: #96864b;
	border: 1px solid #000d40;
	color: #FFF;
	padding: 2px 12px;
	font-weight: bold;
}

#shareprice-feed td {
	padding: 6px 12px;
	border: 1px solid #000d40;
	text-align: center;
}

#shareprice-feed td.shaded {
	background: #c4bc9f;
	font-weight: bold;
}

div#project-photo {
	margin: 2em 0 20px 700px;
}

#project-photo img {
	padding: 2px;
	border: 1px solid #000d40;
}

/* contentarea navigation
-------------------------------------- */

div#contentarea_menu {
	margin: 2em 0 20px 700px;
	padding: 0 20px 3em 20px;
	border-left: 2px solid #96864b;
}

#contentarea_menu ul {
	list-style-type: none;
}

#contentarea_menu a {
	color: #000d40;
	text-decoration: none;
}

#contentarea_menu a:hover {
	color: #96864b;
	padding-left: 5px;
}

#contentarea_menu a.main_link {
	font-weight: bold;
}

#contentarea_menu li ul {
	margin-left: 20px;
}

/* footer
-------------------------------------- */

div#footer {
	clear: left;
	padding: 8px 20px;
	background: #4b4a46;
	font-size: 11px;
}

#footer p {
	clear: left;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #c4bc9f;
}

#footer a:hover {
	color: #fff;
}

/* footer navigation
-------------------------------------- */

ul#main_menu-ftr {
	list-style-type: none;
}

#main_menu-ftr li {
	float: left;
	padding: 0 8px;
	border-left: 1px solid #96864b;
	line-height: 1em;
	font-weight: bold;
}

#main_menu-ftr a {
	color: #c4bc9f;
}

#main_menu-ftr a:hover {
	color: #fff;
}
#engineeringinnov th,#engineeringproj th{background-color:#988642;color:#ffffff;padding:5px;border-right:1px solid #ffffff;}
#engineeringinnov td,#engineeringproj td{border-bottom:1px solid #988642;padding:3px 5px;}
#engineeringinnov td.shade{background-color:#f4f1e4;}

