@charset "UTF-8";

*{margin: 0; padding: 0;}

/*reset.css thanks to Eric Meyer*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	height: 100%;
}

body {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	line-height: 1;
	font-size:62.5%;
}
/* Class for clearing floats */
.clear {
	clear:both;
}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Remove border around linked images */
img {
	border: 0;
}

ol, ul {
	list-style: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin-top:0px;
	margin-bottom:1em;
	line-height:1.5em;
}

h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #039;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	}

#searchForm {
	display: none;
}

#navBeta {
	display: none;
}

#navBeta2 {
	display: none;
}

#banner {
	display: none;
}

#nav {
	display: none;
}

#footer {
	width: 100%;
}

.smallTxt {
	font-size: .9em;
	text-align: left;
}

.smallWhtTxt {
	font-size: .9em;
	color: white;
	text-align: left;
}

.smallGryTxt {
	font-size: .9em;
	color: gray;
	text-align: center;
}

.smallGryTxt a:link, .smallGryTxt a:visited, .smallGryTxt a:hover, .smallGryTxt a:active {
	color: #003399;
}

.redText {
	color: red;
}

.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	font-size: 1em;*/
	font-size: 10px;
	}
	
.formFieldGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	}

.wrapper {
	position: relative;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	text-align: left;
	border: 0;
}

.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

.blackBar {
	position: relative;
	top: 0px;
	width: 990px;
	/*height: 2em;*/
	height: 18px;
	background-color: black;
	}
	
#headerHomeLink {
	position: absolute;
	z-index: 75;
	top: 20px;
	left: 0px;
}

.header {
	position: relative;
	height: 92px;
	background: url(../images/BG_Banner.gif) repeat-x;
}

.headerLogo {
	position: relative;
	top: 0px;
	height: 92px;
	background: url(../images/logo.gif) top left no-repeat;
}

.headerMap {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 355px;
	width: 220px;
	height: 92px;
	background: url(../images/mapHolder.jpg) no-repeat;
}

#searchForm {
	position: absolute;
	top: 45px;
	right: 30px;
	padding: 2px;
	margin: 0px;
	z-index: 200;
	}

#banner {
	width: 717px;
	height: 195px;
	border-bottom: 1px solid black;
}

#content {
	width: 660px;
	border: 0px solid red;
	padding: 10px;
	margin-left: 16px;
}

#content ul {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style-position: outside;
	line-height: 1.5em;
}

#content ol {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	list-style: decimal;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style-position: outside;
	line-height: 1.5em;
}

#content li {
	margin-bottom: 10px;
}

#content ul ul{
	font-size: 100%;
	line-height: 150%;
	padding-top: 5px;
}

#content h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #039;
	padding:10px 0px 20px 0px;
	text-transform: uppercase;
}

#content h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: red;
	padding:10px 0px 20px 0px;
	text-transform: uppercase;
	clear: both;
}

/* SRI CSS */

.SRI {
	line-height: 1.3em;
}

.align-left {
	float: left; margin: 0 2px 5px 0;
}

.align-right {
	float: right; margin: 0 0 5px 2px;
}

.SRIWht {
	color: white;
	line-height: 1.3em;
}

.SRIHead {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #039;
	font-weight: bold;
	margin-bottom: 15px;
}

.SRIHeadWht {
	font-size: 1.8em;
	line-height: 1.2em;
	color: white;
	font-weight: bold;
	margin-bottom: 4px;
}

.SRIHeadWht a:link {
	color: white;
	text-decoration: none;
}

.SRIHeadWht a:visited {
	color: white;
	text-decoration: none;
}

.SRIHeadWht a:hover {
	color: white;
	text-decoration: none;
}

.SRIHeadWht a:active {
	color: white;
	text-decoration: none;
}

#SRIwrapper {
	overflow: auto;
	margin-right: 10px;
}

#SRI {
	width: 192px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
/*	background: url(../images/BG_BoxHome2.jpg);*/
	border-right: 1px solid #ccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#SRILast {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#SRI_Nuke {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: url(../images/BG_BoxGreen.jpg);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#SRI_Govt {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: url(../images/BG_BoxRed.jpg);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#SRI_Oil {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: url(../images/BG_BoxViolet.jpg);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#SRI_Maritime {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: url(../images/BG_BoxBlue.jpg);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#SRI_Wind {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: url(../images/BG_BoxBlue2.jpg);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#SRI_Chem {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: url(../images/BG_BoxViolet2.jpg);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#SRI_Min {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: url(../images/BG_BoxBlue3.jpg);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#SRIother {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: url(../images/BG_BoxOther.jpg);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.SRIsub {
	width: 190px;
}

#SRI.first, #SRI_Nuke.first, #SRI_Oil.first, #SRI_Govt.first, #SRIother.first, #SRI_Maritime.first, #SRI_Wind.first, #SRI_Chem.first, #SRI_Min.first {
	margin-left: 0px;
}

#boxTextHome {
	height: 250px;
}

#boxText {
	height: 180px;
}

#lifecycle {
	padding: 10px 10px 10px 105px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: auto;
}

.stage01 {
	background: url(../images/design-and-approval.jpg) top left no-repeat;
}

.stage02 {
	background: url(../images/construction-and-procurement.jpg) top left no-repeat;
}

.stage03 {
	background: url(../images/plant-operation.jpg) top left no-repeat;
}

.stage04 {
	background: url(../images/plant-lifetime.jpg) top left no-repeat;
}

.stage05 {
	background: url(../images/shutdown-and-decommission.jpg) top left no-repeat;
}

.DOE {
	background: url(../images/DOE.jpg) top left no-repeat;
}

.DHS {
	background: url(../images/DHS.jpg) top left no-repeat;
}

.DOD {
	background: url(../images/DOD.jpg) top left no-repeat;
}

.upstream {
	background: url(../images/upstream.jpg) top left no-repeat;
}

.midstream {
	background: url(../images/midstream.jpg) top left no-repeat;
}

.downstream {
	background: url(../images/downstream.jpg) top left no-repeat;
}

.portsTerminals {
	background: url(../images/ports-and-terminals.jpg) top left no-repeat;
}

.maritimeConstruction {
	background: url(../images/maritime-construction.jpg) top left no-repeat;
}

.vesselOperation {
	background: url(../images/vessel-operation.jpg) top left no-repeat;
}

.conversion {
	background: url(../images/conversion.jpg) top left no-repeat;
}

.projectDevelopment {
	background: url(../images/project-development.jpg) top left no-repeat;
}

.design {
	background: url(../images/design.jpg) top left no-repeat;
}

.construction {
	background: url(../images/construction.jpg) top left no-repeat;
}

.operationMaintenance {
	background: url(../images/operationMaintenance.jpg) top left no-repeat;
}

.processSystemDesign {
	background: url(../images/process-and-system-design.jpg) top left no-repeat;
}

.implementationSupport {
	background: url(../images/implementation-support.jpg) top left no-repeat;
}

.auditsAssessments {
	background: url(../images/audits-and-assessments.jpg) top left no-repeat;
}

.thirdPartyInspections {
	background: url(../images/third-party-inspections.jpg) top left no-repeat;
}

.hazardAnalysis {
	background: url(../images/hazard-analysis.jpg) top left no-repeat;
}

.evaluatingRisk {
	background: url(../images/evaluating-risk.jpg) top left no-repeat;
}

.analysisAndAssessments {
	background: url(../images/analysis-and-assessments.jpg) top left no-repeat;
}

#contactPlate {
	padding: 20px;
	border: 1px solid white;
	background: url(../images/BG_Contact.jpg) bottom center no-repeat;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#navBeta {
	position: absolute;
	text-align: left;
	width: 273px;
	min-height: 195px;
	background: #036;
	border-bottom: 1px solid black;
	top: 139px;
	right: 0;
/* HACK 
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 273px;*/
}

/* Opera 5 
body>#navBeta {width: 273px;}*/

#navBeta2 {
	position: absolute;
	text-align: left;
	width: 273px;
	height: auto;
	top: 337px;
	right: 0px;
	z-index: 1;
}

.PQMcontainer {
	clear: both;
	overflow: auto;
	width: 98%;
	height: 261px;
	text-align: left;
	background: url(../images/PQM_01.jpg) top left no-repeat;
	border: 0px solid red;
}

#PQM {
	width: 220px;
	float: left;
	border: 0px solid green;
	font-size: .9em;
	margin: 70px 0 0 0;
	padding: 4px 4px 4px 35px;
	left: 0px;
}

.PQMcontainer2 {
	clear: both;
	overflow: auto;
	width: 98%;
	height: 320px;
	text-align: left;
	background: url(../images/PQM_02.jpg) top left no-repeat;
	border: 0px solid red;
}

#PQM2 {
	width: 400px;
	float: left;
	border: 0px solid green;
	font-size: .9em;
	margin: 70px 0 0 0;
	padding: 4px 4px 4px 35px;
	left: 0px;
}

.PQMcontainer3 {
	clear: both;
	overflow: auto;
	width: 98%;
	height: 359px;
	text-align: left;
	background: url(../images/PQM_03.jpg) top left no-repeat;
	border: 0px solid red;
}

#PQM3 {
	width: 200px;
	float: left;
	border: 0px solid green;
	font-size: .9em;
	margin: 120px 0 0 0;
	padding: 4px 4px 4px 35px;
	left: 0px;
}

.navBetaHead {
	font-size: 1.8em;
	line-height: 1.2em;
	color: white;
	font-weight: bold;
	padding: 15px 10px 10px 20px;
	margin-bottom: 4px;
}

.navBetaP {
	color: white;
	padding: 0px 20px 0 20px;
	}
	
.navBetaP a:link {
	color: white;
	}
	
.navBetaP a:visited {
	color: white;
	}
	
.navBetaP a:hover {
	color: white;
	}
	
.navBetaP a:active {
	color: white;
	}

.footer {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: black;
}

.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 990px;
	padding: 0 0 0 25px;
	color: #fff;
	font: 1.0em VERDANA;
	text-align: left;
}

.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
