/************************************************/
/*
/* !Tag Styling */
/*
/************************************************/


body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #d3d8db;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
	text-align: left;
	color: #222;
}

body.subpage {
	background: #d3d8db url(../images/layout/background.gif) left top repeat-x;
}

table.container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

tr,
td {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

tr.top {
	background-color: #fff;
}

body.home tr.middle {
	background: url(../images/layout/background.gif) left -120px repeat-x;
}

a, img {
	border: none;
}

a img.preview {
	border: 3px solid #f1f1f2;
}
a img.preview:hover {
	border: 3px solid #00588F;
}

a,
a:visited,
a:active {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #00588F;
	text-decoration: none;
}

:focus { -moz-outline-style: none; }

h1 {
	margin: 20px 0 10px;
	font-size: 13px;
	font-weight: normal;
	color: #00588F;
}

h2,h3,span.intro {
	font-family: Verdana;
	margin: 20px 0 10px;
	font-size: 9px;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
}

sub {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	top: 0.4em;
}

.blue { color: #00588F; }
.grey { color: #888; }
.hidden,
.hiddentext { display: none; }
.error { color: #FF0000; }

.buffer {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	float: left;
	clear: both;
}


/************************************************/
/*
/* !Layout */
/*
/************************************************/

#topbuffer {
	display: block;
	width: 100%;
	height: 30px;
}

#content {
	position: relative;
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

body.subpage #content,
body.usermessage #content {
	margin-top: 44px;
}

#logo {
	position: absolute;
	top: 8px;
	left: 20px;
	width: 182px;
	height: 61px;
}
body.subpage #logo { left: 40px; }
body.usermessage #logo {
	left: auto;
	top: -20px;
	right: 20px;
}

#image {
	position: relative;
	z-index: 2;
	top: 27px;
	left: 0;
	width: 742px;
	height: 403px;
	background: #FFF;
}

#image #deck {
	position: absolute; /* color & pixel positions set below by image */
	z-index: 3;
	font-size: 13px;
	line-height: 22px;
	width: 400px;
}
#image #deck a,
#image #deck a:visited,
#image #deck a:active {
	color: #fff;
	padding-bottom: 5px;
}

#image #deck.smokestacks {
	color: #d2dff0;
	top: 70px;
	left: 60px;
}
#image #deck.graph {
	color: #b9fff4;
	top: 250px;
	left: 60px;
}
#image #deck.leaf {
	color: #cfd7b9;
	top: 300px;
	left: 60px;
}
#image #deck.pipeline {
	color: #d2e9f6;
	top: 240px;
	left: 60px;
}
#image #deck.walking {
	color: #e4cbaf;
	top: 280px;
	left: 60px;
}

body.subpage #image {
	width: 780px;
	height: 220px;
}

body.subpage #image #title {
	position: absolute; /* color & pixel positions set below by image */
	left: 65px;
	bottom: 35px;
	padding-bottom: 10px;
	letter-spacing: 0.02em;
	width: 600px;
	z-index: 3;
	font-size: 26px;
	font-weight: 100;
	line-height: 21px;
	color: #FFF;
}


/* !Main Menu */

#mainmenu {
	position: relative;
	z-index: 1;
	top: 27px;
	left: 202px;
	height: 42px;
}
body.subpage #mainmenu { left: 222px; }

#mainmenu a.direct {
	display: block;
	width: 100%;
	height: 100%;
}

#mainmenu #item {
	display: block;
	height: 42px;
	cursor: default;
}

#mainmenu #aboutnus {
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
}

#mainmenu #services {
	position: absolute;
	top: 0;
	overflow: visible;
}

#mainmenu #ourlocations {
	position: absolute;
	top: 0;
	height: 42px;
}

#mainmenu #nusdirect {
	position: absolute;
	top: 0;
	height: 42px;	
}

#mainmenu #contactus {
	position: absolute;
	top: 0;
	height: 42px;
}

#mainmenu .sub {
	position: relative;
	padding: 0 0 0 20px;
	display: block;
	text-align: left;
	overflow: hidden;
	visibility: hidden;
}

#mainmenu .sub a {
	display: block;
	clear: both;
	padding: 2px 30px 2px 0;
	background: url(../images/layout/mainmenurule.png) top repeat-x;
}

#mainmenu .sub a.first {
	background: none;
	margin-top: 10px;
}

#mainmenu .sub a,
#mainmenu .sub a:visited,
#mainmenu .sub a:active,
#mainmenu .sub a:hover {
	color: #FFF;
}

#mainmenu .sub a span {
	padding-bottom: 7px;
}

#mainmenu .sub a span.selected,
#mainmenu .sub a:hover span {
 	border-bottom: 1px solid #FFF; 
}

#mainmenu #aboutnus .sub {
	background: url(../images/layout/mainmenupad.gif) left top no-repeat;
}

#mainmenu #services .sub {
	background: url(../images/layout/mainmenupad.gif) top no-repeat; /* left pos'n set in language stylesheet */
}

#mainmenu #ourlocations .sub {
	background: url(../images/layout/mainmenupad.gif) top no-repeat; /* left pos'n set in language stylesheet */
}

#mainmenu #subclear {
	display: block;
	clear: both;
	width: 100%;
	height: 12px;
}


/* !Side Menu */

#sidemenu {
	position: absolute;
	z-index: 3;
	top: 90px;
	right: 0px;
	width: 216px;
	height: 289px;
	background: url(../images/layout/sidemenu.png) left top no-repeat;
}

body.subpage #sidemenu {
	top: 310px;
	height: 353px;
}

#sidemenu a {
	display: block;
	width: 100%;
	height: 100%;
}

#sidemenu #top {
	position: absolute;
	top: 0;
	left: 0;
	width: 216px;
	height: 40px;
}

#sidemenu #newsroom {
	position: absolute;
	top: 40px;
	left: 0;
	width: 216px;
	height: 30px;
}

#sidemenu #energyreports {
	position: absolute;
	top: 70px;
	left: 0;
	width: 216px;
	height: 30px;
}

#sidemenu #casestudies {
	position: absolute;
	top: 100px;
	left: 0;
	width: 216px;
	height: 30px;
}

#sidemenu #leadership {
	position: absolute;
	top: 130px;
	left: 0;
	width: 216px;
	height: 30px;
}

#sidemenu #brochure {
	position: absolute;
	top: 160px;
	left: 0;
	width: 216px;
	height: 30px;
}

#sidemenu #employment {
	position: absolute;
	top: 190px;
	left: 0;
	width: 216px;
	height: 30px;
}

#sidemenu #emailalerts {
	position: absolute;
	top: 220px;
	left: 0;
	width: 216px;
	height: 30px;
}

#sidemenu #bottom {
	position: absolute;
	top: 250px;
	left: 0;
	width: 216px;
	height: 39px;
}

#sidemenu #contactmenu {
	position: absolute;
	top: 270px;
	left: 0;
	width: 216px;
	height: 83px;
	background: url(../images/layout/contactmenu.png) left top no-repeat;
	display: none;
}

#sidemenu #contactus {
	position: absolute;
	top: 21px;
	left: 0;
	width: 216px;
	height: 41px;
}


/* !Other Elements */

#imageshadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 702px;
	height: 13px;
	background: url(../images/layout/shadow-image.png) no-repeat;
}

#textshadow {
	position: relative;
	z-index: 1;
	top: 27px;
	left: 20px;
	width: 702px;
	height: 11px;
	background: url(../images/layout/shadow-text.png) no-repeat;
}
#textshadow.subpage {
	left: 40px;
}

#language {
	position: relative;
	z-index: 3;
	top: 16px;
	left: 40px;
	width: 402px;
	height: 29px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 8px;
	color: #fff;
	background: #01598f url(../images/layout/language.gif) top left no-repeat;
}
#language div {
	position: relative;
	float: left;
	color: #ccc;
	display: inline-block; /*IE fix*/
	padding-bottom: 3px;
}
#language #languages {
	position: relative;
	float: left;
	display: block;
	width: 400px;
	margin: 10px 0 0 21px;
}
#language #languages a,
#language #languages a:visited,
#language #languages a:active {
	display: inline-block;  /*IE fix*/
	margin-left: 10px;
	padding-bottom: 3px;
	color: #FFF;
}
#language #languages a:hover {
	color: #a8b1b7;
}
#language #languages a.selected {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}

body.subpage #language {
	left: 60px;
}

#search {
	position: relative;
	z-index: 3;
	top: -6px;
	left: 449px;
	width: 190px;
	height: 22px;
	overflow: hidden;
	background: url(../images/layout/search.gif) left top no-repeat;
}
#search.subpage{
	left: 469px;
}

#search input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 160px;
	background: none;
	padding-top: 4px;
	padding-left: 5px;
	outline: none;
	
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 24px;
	text-align: left;
	color: #666;
}

#search a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 22px;
	background: url(../images/layout/search.gif) right top no-repeat;
}

#search a:hover {
	background: url(../images/layout/search.gif) right -22px no-repeat;
}

#footer {
	position: relative;
	margin: 40px auto 0;
	padding-bottom: 8px;
	top: 0;
	width: 565px;
	height: 17px;
	text-align: right;
}

body.subpage #footer {
	width: 605px;
	margin-top: 40px;
}

#footer a {
	display: block;
	width: 100%;
	height: 100%;
}


/************************************************/
/*
/* !Homepage: Text & Recent Items */
/*
/************************************************/

#text {
	position: relative;
	top: 27px;
	left: 20px;
	width: 702px;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#text #intro {
	padding: 30px 30px 30px 40px;
	text-align: left;
}

#text #intro p {
	padding: 0;
	margin: 0;
}

#text #recent {
	padding: 30px 0 30px 40px;
	text-align: left;
	overflow: hidden;
	background: #F1F1F2;
}

#recent #title {
	color: #00588F;
	padding-bottom: 0;
	border-bottom: 1px solid #DDD;
	margin-bottom: 8px;
}

#recent #toggle {
	color: #888;
	padding-bottom: 0;
	border-bottom: 1px solid #DDD;
	margin-bottom: 8px;
}

#recent #toggle a.selected {
	color: #00588F;
}

#recent #toggle span {
	margin: 0 6px 0 4px;
	padding-left: 4px;
	border-right: 1px solid #DDD;
}


#recent #lists {
	position: relative;
	text-align: left;
}
#recent table,
#recent td {
	text-align: left;
}



#recent #newslist {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	margin-bottom: 7px;
}

#recent #reportslist {
	display: none;
}

#recent #newslist td.left a { margin-right: 25px; }

#recent #newslist a,
#recent #reportslist a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	clear: right;
	line-height: 17px;
	margin-bottom: 4px;
}

#recent #newslist a span,
#recent #reportslist a span {
	font-size: 10px;
	font-style: italic;
	color: #888;
}


/************************************************/
/*
/* !Subpages: Text */
/*
/************************************************/

body.subpage #text {
	left: 40px;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#text #copy {
	padding: 30px 0;
	text-align: left;
}

#text #copy p,
#text #copy h1,
#text #copy h2,
#text #copy h3,
#text #copy blockquote {
	padding: 0 130px 0 40px;
	clear: left;
}
#text #copy p.table,
#text #copy h1.table,
#text #copy h2.table {
	padding: 0;
}
#text #copy h1.table,
#text #copy h2.table {
	margin: 0 0 10px;
}
#text #copy h2.news {
	margin-top: -8px;
}
#text #copy p.pdf,
#text #copy p.news,
#text #copy p.case {
	margin-top: -6px;
}
#text #copy p.pdf img {
	float: left;
}

#text #copy a,
#text #copy a:visited {
	color: #00588F;
	text-decoration: none;
}
#text #copy p.pdf a,
#text #copy p.pdf a:visited {
	color: #000;
}
#text #copy a:hover,
#text #copy p.pdf a:hover {
	color: #999;
	text-decoration: none;
}

#text #copy span.intro {
	margin-right: 10px;
}
#text #copy div.casestudy span.intro {
	margin-right: 0;
}

#text #copy table {
	text-align: left;
	width: 560px;
	margin: 0 80px 0px 0;
	left: 40px;
	border: none;
	padding: 0;
}
#text #copy tr,
#text #copy td {
	text-align: left;
	vertical-align: top;
}
#text #copy td:first-child {
	padding-left: 40px;
}
#text #copy td:first-child strong {
	color: #00588F;
}
#text #copy td { padding: 0 12px 8px 0; }

#text #copy ul li {
	margin-left: 3.2em;
}

#text #copy ul.dropdown li {
	margin-left: 0;
}

#text #copy ul.table,
#text #copy ol.table {
/* 	width: inherit; */
	padding: 0.3em 0 0 1.5em;
	margin: 0 0 1.5em;
	line-height: 16px;
}

#text #copy .table li {
	padding: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
}

#text #copy .dim {
	margin: 20px 0;
	padding: 20px 0;
	background-color: #f1f1f2;
}

#text #copy .dim.link {
	padding: 3px 0 5px;
}

#text #copy .dim h1,
#text #copy .dim h2 {
	margin: 0 0 10px;
}

#text #copy #staffportrait {
	display: block;
	width: 175px;
	height: 180px;
	background: url(../images/layout/staffportrait.png) left 5px no-repeat;
}

#text #copy img {
	padding: 0;
	margin: 5px 0 0 0;
}
#text #copy img.thumb {
	margin: 0 6px 0 0;
	border: 3px solid #fff;
}
#text #copy a:hover img.thumb {
	border: 3px solid #DDD;
}

#text #copy .tabs {
	position: relative;
	float: left;
	clear: both;
	width: 600px;
	margin: 20px 0 0 40px;
	
}

#text #copy .tabs div.tab {
	cursor: pointer;
	position: relative;
	float: left;
	padding: 2px 10px 2px;
	margin-right: 3px;
	background: #f1f1f2;
	font-weight: bold;
}
#text #copy .tabs div.tab a {
	display: block;
	width: 100%;
	height: 100%;
	color: #00588F;
}
#text #copy .tabs div.tab.selected { background: #babfc6; }
#text #copy .tabs div.tab:hover { background: #00588F; }
#text #copy .tabs div.tab.selected:hover { background: #babfc6; }
#text #copy .tabs div.tab.selected a,
#text #copy .tabs div.tab:hover a { color: #fff; }

#text #copy .dimsorting {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 30px;
	background-color: #babfc6;
	color: #fff;
	font-weight: normal;
}
#text #copy .dimsorting p {
	margin: 0;
	padding: 10px 0 11px 40px;
}
#text #copy .dimsorting a { 
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
	height: 30px;
}
#text #copy .dimsorting a:hover { color: #222; }
#text #copy .dimsorting a.selected {
	color: #fff;
	padding: 0 0 2px;
	border-bottom: 1px solid #fff;
}




#details {
	display: block;
	width: 140px;
	height: 25px;
	margin: 8px 2px -20px 0;
	padding: 0 10px 0 40px;
	background: url(../images/layout/dropdown.gif) right top no-repeat;
	color: #fff;
}
#text #copy a.details,
#text #copy a.details:active,
#text #copy a.details:visited {
	color: #FFF;
}
#text #copy a.details:hover {
	color: #222;
}

#dropdown {
	display: block;
	position: relative;
	float: left;
	width: 140px;
	height: 25px;
	margin: 18px 2px 18px 0;
	padding: 0 10px;
	background: url(../images/layout/dropdown.gif) right top no-repeat;
	color: #fff;
}
#dropdown.first {
	padding: 0 10px 0 40px;
}
#dropdown #dropdownlist {
	position: relative;
	top: 0;
	left: -10px;
	width: 140px;
	padding: 5px 10px;
	background: url(../images/layout/dropdown.gif) right -50px no-repeat;
	display: none;
}
#dropdown.first #dropdownlist {
	padding: 5px 10px 5px 40px;
	left: -40px;
}
#dropdown:hover { background: url(../images/layout/dropdown.gif) right -25px no-repeat; }
#dropdown:hover #dropdownlist { display: block; }

#dropdown ul, #dropdown li {
	list-style: none;
	line-height: 18px;
	text-indent: 0;
	margin: 0;
	font-size: 9px;
}
#text #copy a.dropdown,
#text #copy a.dropdown:active,
#text #copy a.dropdown:visited {
	color: #FFF;
	margin-top: 5px;
	padding-bottom: 2px;
}
#text #copy a.dropdown:hover {
	border-bottom: 1px solid #FFF;
}
#text #copy a.dropdown.selected {
	font-weight: bold;
}

form {
/* 	padding: 0 130px 0 40px; */
	padding: 0;
	clear: left;
}

#text #copy h3.form {
	padding: 0;
	margin: 0;
}

#text #copy table.form,
#text #copy table.form tr,
#text #copy table.form td {
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
#text #copy table.form {
	width: 400px;
	margin: 0 130px -15px 40px;
}
#text #copy .formdim table.form {
	margin-left: 0;
	margin-bottom: 0;
}
table.form td { border-bottom: 1 px solid black; }
form #spacer { display: block; height: 10px; width: 5px; }

form select {
	width: 100%;
	padding: 0 5px;
	margin: -2px 15px 10px 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 24px;
	text-align: left;
	color: #666;
}

form #textinput,
form #textarea {
	position: relative;
	width: 100%;
	height: 22px;
	margin: -2px 15px 10px 0;
	overflow: hidden;
	background: url(../images/layout/input.gif) left top no-repeat;
	border-right: 1px solid #a8b3b9;
	border-bottom: 1px solid #a8b3b9;
}
form #textinput.required { background: url(../images/layout/input-required.gif) left top no-repeat; }
form #textarea { height: 160px; }
form #textinput input,
form #textarea textarea {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	background: none;
	padding-top: 4px;
	padding-left: 5px;
	outline: none;
	
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 24px;
	text-align: left;
	color: #666;
}
form #textarea textarea {
	top: 1px;
	left: 1px;
	padding-top: 3px;
	padding-left: 4px;
	width: 396px;
	height: 158px;
	line-height: 16px;
}

#text #copy form table.checkboxes { padding-bottom: 5px; }
#text #copy form input.check {
	margin: 0 5px 0 0;
}
form span.check {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666;
	margin-top: -5px;
	padding: 0 0 10px;
}
form td.check {
	width: 14px;
	padding-top: 5px;
}

form .formdim {
	padding: 12px 0 12px 40px;
	margin: 20px 0 12px;
	background-color: #f1f1f2;
}