/********************************************  CSS RESET  *********************************************/

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,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%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
a { white-space: nowrap; }
* { text-shadow: #000000 0 0 0px; }
.clearFloat { clear: both; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}


/**********************************************  FONTS  ***********************************************/

h1 {
	font-size: 1.5em;
	color: #414141;
	margin: 0 0 1.2em 0;
}
#nav h1 {
	margin: 1.2em 0 4px 0;
	font-size: .875em;
	padding: 0 0 5px 0;
	border-bottom: 1px #999 solid;
	color: #0079c2;
}
h2 {
	font-size: 1.2em;
	color: #414141;
	margin: 0 0 .6em 0;
}
p {
	font-size: .75em;
	line-height: 160%;
	margin: 0 0 1.2em 0;
	color: #414141;
}
a {
	text-decoration: none;
	color: #0079c2;
}

.step {
	font-size: 14px;
	font-weight:bold;
	line-height: 160%;
	margin: 0 0 1.2em 0;
	color: #0079c2;
}

.stepT {
	font-size: 12px;
	font-weight:bold;
	color: #414141;
}

/**********************************************  HEADER  **********************************************/

#header {
	background: #fff url('../images/menu/menu-bg-repeat.gif') repeat-x;
	min-width: 980px;
	position: relative;
	z-index: 10;
	border-bottom: 1px #fff solid;
}
#headerContainer {
	width: 980px;
	margin: 0px auto;
	position: relative;
}
#menu {
	width: 721px;
	margin: 0px auto;
	padding: 0 0 0 285px;
	overflow: hidden;
}
#menu li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 7px;
	display: inline;
	background: url('../images/menu/divider.gif') left center no-repeat;
}
#menu a {
	display: block;
	height: 35px;
	text-indent: -9999em;
}
#menuItemHome a { background: url('../images/menu/home.gif'); width: 54px }
#menuItemCompany a { background: url('../images/menu/company-profile.gif'); width: 109px }
#menuItemDivisions a { background: url('../images/menu/divisions.gif'); width: 74px }
#menuItemNews a { background: url('../images/menu/news.gif'); width: 54px }
#menuItemResources a { background: url('../images/menu/resources.gif'); width: 82px }
#menuItemClients a { background: url('../images/menu/clients.gif'); width: 66px }
#menuItemContact a { background: url('../images/menu/contact-us.gif'); width: 82px }
#menuItemCareers a { background: url('../images/menu/careers.gif'); width: 64px }

#menu a:hover {
	background-position: bottom !important;
}
.home #menuItemHome a,
.divisions #menuItemDivisions a,
.company #menuItemCompany a,
.contact #menuItemContact a,
.resources #menuItemResources a ,
.clients #menuItemClients a,
.news #menuItemNews a,
.contact #menuItemContact a,
.career #menuItemCareers a {
	background-position: bottom;
}
#menuItemHome {
	background: none !important;
}
#login {
	width: 110px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	background: url('../images/menu/plm-extranet.gif') no-repeat;
	position: absolute;
	left: 119px;
	cursor: pointer;
	font-size: .6875em;
}
#login:hover, #login.loginULOver {
	width: 158px;
	background: url('../images/menu/plm-extranet-hover.gif') no-repeat;
	padding: 40px 0 0 0;
}
#login ul {
	background: #005a91;
	width: 158px;
	display: none;
	padding: 1px 0;
}
#login:hover ul, #login.loginULOver ul {
	display: block;
}
#login a {
	color: #fff;
	display: block;
	padding: 4px 5px 4px 8px;
	height: 100%;
}
#login a:hover {
	background: #0079c2;
}


/**********************************************  FOOTER  **********************************************/

#footerWrapper {
	background: #01385a;
	min-width: 980px;
	position: relative;
	z-index: 10;
	height: 89px;
}
#footer {
	width: 637px;
	margin: 0px auto;
	padding: 30px 0 0 343px;
	overflow: hidden;
	background: url('../images/footer-home-bg.jpg') no-repeat 20px bottom;
	height: 59px;
}
#footer form {
	float: right;
}
#footer form label {
	display: none;
}
#footer #search {
	border: 1px #0079c2 solid;
	background: #afd4eb;
	padding: 3px 0 3px 4px;
	float: left;
}
#footer #searchBtn {
	float: left;
	margin: 3px 0 0 5px;
}
#footer p {
	margin: 0 0 -5px 0;
	color: #0079c2;
	font-size: .6875em;
}
#footer ul a {
	color: #0079c2;
	font-size: .6875em;
	border-left: 1px #005589 solid;
	margin: 0 2px 0 0;
	padding: 0 0 0 7px;
	text-decoration: none;
}
#footer ul a:hover {
	text-decoration: underline;
}
#footer ul li {
	display: inline;
}
#footer .f a {
	border: none;
	padding: 0;
}
.clearfooter {   
	height: 110px;   
	clear: both;
}


/***********************************************  NAV  ************************************************/

#nav {
	width: 191px;
	float: right;
}
#nav li {
	border-bottom: 1px #999 dotted;
}
#nav li a {
	white-space: normal;
	color: #333;
	text-decoration: none;
	line-height: 160%;
	display: block;
	background: url('../images/icons/bullet-nav.gif') no-repeat 3px .8em;
	padding: 2px 0 2px 20px;
	height: 100%;
}

#nav a:hover {
	background-color: #bfddf0;
}
#nav ul {
	font-size: .75em;
}
#nav .logo {
	margin: 10px 0 0 0;
	display: block;
}
#nav .logo img {
	float: none;
}


/***********************************************  BODY  ***********************************************/

body {
	font-family: arial, sans-serif;
}
html, body { 
	height: 100%; 
} 


/*******************************************  PAGE LAYOUT  ********************************************/

#wrapper {
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
	margin-bottom: -89px;
	min-width: 980px;
}
#wrapper.home {
	background: #00588d url('../images/home-bg.gif') repeat-x center 345px;
}
#content {
	width: 980px;
	margin: 0px auto;
	overflow: hidden;
}
.home #content {
	overflow: visible;
}
#contentLeft {
	float: right;
	width: 310px;
}
#contentRight {
	float: right;
	width: 638px;
	padding: 53px 0 0 32px;
}
#homeContainer {
	width: 980px;
	margin: 0px auto;
}


/********************************************  HOME PAGE  *********************************************/

#homeBannerWrapper {
	background: white url('../images/home-banner4.jpg') no-repeat top center;
	height: 310px;
}
#homeBanner {
	width: 980px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
#homeBanner a {
	position: absolute;
	top: 0px;
	left: 12px;
}
#homeNews {
	width: 255px;
	float: left;
	margin: 50px 21px 0 0;
}
#homeNews p{
	font-size:12px;
}

span.homeNews{
	color: #92d6ff;
}
#homeNews h1 {
	font-size: 1.6em;
	color: #fff;
}
#homeNews a {
	white-space: normal;
	color: #fff;
	text-decoration: none;
}
#homeNews a:hover {
	text-decoration: none;
}
#homeNews li {
	padding: 12px 10px;
	color: #fff;
}
#homeNews .light {
	background: #267cb0;
}
.homeServices {
	width: 217px;
	float: left;
	margin: -37px 12px 0 0;
	position: relative;
}
.homeServices p {
	font-size: .6875em;
	color: #fff;
	margin: 0 12px 0 12px;
}
.homeServices img {
	border: 3px #fff solid;	
}

.homeServices a{
	color:#ffffff;
	text-decoration:underline;
}


.homeServices h1 {
	text-indent: -9999em;
	width: 217px;
	height: 26px;
	overflow: hidden;
	margin: 15px 0 20px 0;
}
#homeElectrical h1 { background: #fff url('../images/logos/logo-plm-electrical.gif'); }
#homeMechanical h1 { background: #fff url('../images/logos/logo-plm-mechanical.gif'); }
#homeProperty h1 { background: #fff url('../images/logos/logo-plm-property.gif'); }

#homeBanner h1 {
	text-align:left;
	margin:0px 0px 0px 120px;
}
#homeBanner h2 {
	text-align: left;
	margin: 0 35px 0 0;
	font-size: .75em;
}


/********************************************  BREADCRUMB  ********************************************/

#breadcrumb {
	font-size: .6875em;
	color: #0079c2;
	margin: 0 0 19px 0;
}
#breadcrumb a {
	color: #414141;
	text-decoration: underline;
}
#breadcrumb a:hover {
	text-decoration: none;
}


/***********************************************  FORM  ************************************************/

.pageForm {
	background-color: #f8f8f8;
	border: 1px #dbdbdb solid;
	padding: 17px 0px 17px 0px;
	font-size: .75em;
}
.pageForm p {
	padding: 0px 0px 20px 0px;
	margin: 0px 28px 20px 28px;
	border-bottom: 1px #dbdbdb dotted;
	font-size: 1em;
}
.pageForm .note {
	margin: 0px 0px 0px 28px;
}
.pageForm fieldset {
	margin: 20px 0px 0px 0px;
	position: relative;
}
.pageForm legend {
	margin: 0px 0px 0px 0px;
	color: #0079C2;
	font-size: 1.4em;
}
.pageForm legend span {
	position: absolute !important;
	left: 28px;
}
.pageForm .req {
	color: #0fb5e9;
}
.pageForm ol {
	background-image: url('../images/form-border.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 30px 0px 23px 0px;
	position: relative;
}
.pageForm textarea {
	font-family: arial, sans-serif;
	border: 1px #dbdbdb solid;
	padding: 3px 0px 3px 4px;
	font-size: 1em;
	width: 292px;
	height: 103px;
}
.pageForm label, .pageForm .label {
	width: 12em;
	float: left;
	margin: 7px 0px 0px 0px;
	position: relative;
}
.pageForm .text input {
	border: 1px #dbdbdb solid;
	padding: 3px 0px 3px 4px;
	width: 292px;
	font-family: arial, sans-serif;
}
.pageForm .text .short {
	width: 150px;
}
.pageForm select {
	width: 156px;
	font-family: arial, sans-serif;
}
.pageForm .last ol {
	background: none;
}
.pageForm .noLegend ol {
	padding-top: 0px;
}
.pageForm li {
	padding: 4px 10px 4px 28px;
}
.pageForm fieldset li {
	border-top: 1px #f8f8f8 solid;
	border-bottom: 1px #f8f8f8 solid;
}
.pageForm .error {
	background-image: url('../images/form-error-bg.gif');
	border-top: 1px #f1cbcb solid;
	border-bottom: 1px #f1cbcb solid;
}
.pageForm .error p {
	border: 0px;
	margin: 0px 0px 3px 13.7em;
	padding: 0px;
	font-weight: bold;
	font-size: .9em;
	color: #ee5e5e;
}
.pageForm .error input {
	border: 1px #f06b6b solid;
}
.pageForm .focus {
	background-image: url('../images/form-selected-bg.gif');
	border-top: 1px #c5e3ec solid;
	border-bottom: 1px #c5e3ec solid;
}
.pageForm .focus input {
	border: 1px #9bc8d6 solid;
}
.pageForm .submitButton {
	margin: 0px 0px 0px 173px;
}
.pageForm .captcha {
	border: 1px #dbdbdb solid;
}
.pageForm .hasError {
	background-image: url('../images/form-error-bg.gif');
	border-top: 1px #f1cbcb solid;
	border-bottom: 1px #f1cbcb solid;
	padding: 7px 10px 10px 28px;
	margin: 0px 0px 20px 0px;
	position: relative;
}
.pageForm .hasError ol {
	list-style-type: decimal;
	padding: 0px;
	margin: 0px 0px 0px 45px;
	background: none;
}
.pageForm .hasError li {
	padding: 3px 0px 3px 0px;
}
.pageForm .hasError p {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 23px;
	border: 0px;
	background-image: url('../images/icons/ico-exclamation.gif');
	background-position: 0px .1em;
	background-repeat: no-repeat;
}
.pageForm .hasError a {
	color: #ee5e5e;
}
.pageForm .hasError a:hover {
	text-decoration: none;
}
.pageForm .qList {
	list-style-type: decimal;
	list-style-position: inside;
}
.pageForm .qList input {
	width: auto;
}
.pageForm .qList li {
	position: relative;
	padding: 6px 110px 6px 28px
	
}
.pageForm .qList label {
	width: auto;
	float: none;
	position: relative;
	top: -1px;
}
.pageForm .q {
	line-height: 140%;
}
.pageForm .qList .qInputs {
	position: absolute;
	right: 10px;
	top: 1px;
}
.pageForm .text .inlineInput {
	width: 30px;
}
.pageForm .text .inlineLabel {
	float: none;
	width: auto;
	font-size: .8em;
	margin: 0 10px 0 0;
}


.bgBlu{
	background-color:#CEEFFF;
	padding:10px;

}

/**********************************************  COMMON  **********************************************/

#contentLeft img {
	float: right;
}
.contentList {
	margin: 0 0 1em 15px;
	overflow: hidden;
}
.contentList li {
	color: #414141;
	background: url('../images/icons/bullet-list.gif') no-repeat left .6em;
	font-size: .75em;
	line-height: 160%;
	padding: 0 0 0 20px;
}
.contentList a {
	border-bottom: 1px #0079c2 dotted;
	white-space: normal;
}
.contentList a:hover {
	border-bottom: 1px #0079c2 solid;
}
.pdf li {
	background-image: url('../images/icons/ico-pdf.gif') !important;
	padding: 4px 0 0px 20px !important;
}
p a {
	border-bottom: 1px #0079c2 dotted;
}
p a:hover {
	border-bottom: 1px #0079c2 solid;
}
.twoCol li {
	float: left;
	width: 45%;
}
.threeCol li {
	float: left;
	width: 30%;
}
.fourCol li {
	float: left;
	width: 129px;
	height: 129px;
	padding :0px 20px 20px 0px;
}
#flashcontent {
	margin:  30px 0 0 80px;
}

.facilities-p{
	padding-top:15px;
}

.pageError {
	background-image: url('../images/icons/ico-code-error.jpg');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #FFEEEE;
	border-top: 1px #f1cbcb solid;
	border-bottom: 1px #f1cbcb solid;
	padding: 13px 10px 15px 60px;
	margin: 0px 0px 20px 0px;
	position: relative;
}

.pageError p {
	margin: 0px;
	color: #EE5E5E;
	font-weight: bold;
}
#verificationImage {
	border: 1px solid #dbdbdb;
}


.label{
	width:100px;
	font-size:12px;
	float:left;
	padding-top:3px;
	margin-left:50px;
}

.login{
	padding:10px;
	font-size:12px;
	border:1px solid #cccccc;
	background-color:#f0f0f0;
	width:350px;
}

.legend{
	background-color:#ffffff;
	padding:3px 5px;
	border:1px solid #cccccc;
}

.support{
	font-size:10px;
	margin-top:20px;
}