﻿/*-----------------------------------------------------------------------------
	Portal East Stylesheet v1.0
	By: Lester Reyes (jlrworks.com)
-----------------------------------------------------------------------------*/

body {
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-top: 0;
}

#wrapper {
}

.container {
	width: 1000px;
}

blockquote {
	background: transparent url(../images/quote.gif) no-repeat 5px 5px;
	color: #EEEEEE;
	font-style: normal;
	padding: 0;
}

a {
	color: #FF7400;
	text-decoration: none;
}

a:hover {
	color: #FBA65F;
}

blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; vertical-align: bottom; }
p {
	text-align: left;
}
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_white.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
ol li {
	background-image: none;
}
label			{ font-weight: normal; }
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

table {
	border-collapse: collapse;
}


h2 a {
	color: #3B4A25;
	text-decoration: none;
}

h3, h3 a {
	color: #F6BE28;
	font-size: 1.3em;
	font-weight: bold;
 	letter-spacing: 0px;
	line-height: 1.2;
	margin-bottom: 7px;
	text-decoration: none;
}

h4 {
	color: #F6BE28;
	margin-bottom: 5px;
}

h5 {
	color: #FFFF88;
	margin-bottom: 5px;
	padding-left: 15px;
}

em {
	font-size: 10px;
}

acronym {
	border-bottom: 1px dotted #CCCCCC;
	cursor: help;
}

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	background: transparent url(../images/bg-header.jpg) no-repeat 0 0;
	clear: both;
	height: 120px;
}

#logo {
	float: left;
	height: 93px;
	padding: 17px 0 0 55px;
	width: 470px;
}

#logo h1.logo-title {
	margin: 0;
	position: relative;
}

#logo a {
	background: transparent url(../images/logo.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 93px;
	text-decoration: none;
	text-indent: -10000px;
	width: 470px;
}

/*-----------------------------------------------------------------------------
	Navigation & Sub-Navigation
-----------------------------------------------------------------------------*/

#nav {
	background: transparent url(../images/bg-nav.jpg) no-repeat 0 0;
	clear: both;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: no-wrap;
}

#nav-inner {
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	width: 920px;
}

#subnav {
	clear: both;
}

#nav ul,
#subnav ul {
	margin: 0;
	padding: 0;
}

#nav ul.primary {
	float: right;
	padding-right: 10px;
}

#nav li {
	background-image: none;
	color: #000000;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

#subnav li {
	background-image: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a {
	color: #000000;
	display: block;
	float: left;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0 9px;
	position: relative;
}

#nav li a:hover,
#nav li.current-item a {
	color: #000075;
}

#nav ul.primary-sub {/* -- */
	background-color: #FFFFFF;
	top: 42px;
}
#nav ul.primary-sub li {
	text-align: left;
}

#nav ul.primary-sub a {
	background: none;
	border-bottom: 1px solid #5A5A5A;
	color: #000000;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	padding: 5px;
	width: 160px;
}

#nav ul.primary-sub a:hover {
	background-color: #EEEEEE;
	color: #000075;
}

#nav ul ul {
	position: absolute;
	z-index: 500;
}

#nav ul ul ul {
	top: 0;
	left: 100%;
}

#nav ul ul,
#nav ul li:hover ul ul,
#nav ul ul li:hover ul ul {
	display: none;
}

#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul {
	display: block;
}/* -- */

#subnav li a,
#subnav li a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------
	Main Content
-----------------------------------------------------------------------------*/
#page {
	clear: both;
}

#page-inner {
}

#maincontent {
	background: #F1F1F2 url(../images/bg-maincontent.jpg) repeat-x bottom left;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 15px;
}

#maincontent h4.mvp {
	color: #F3F3CC;
	font-size: 12px;
}

#maincontent-inner {
	background: transparent url(../images/bg-maincontent-inner.jpg) repeat-x 0 0;
	padding-top: 13px;
}

#left-sidebar {
	float: left;
	padding: 2px 0 0 3px;
	position: relative;
	width: 238px;
}

#content {
	margin: 0 auto;
	min-height: 200px;
}

#content-inner {
}

#content-top {
	background: transparent url(../images/bg-content-top.jpg) no-repeat 0 0;
	height: 5px;
	margin: 0 auto;
	width: 890px;
}

#content-mid {
	background-color: #031581;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	margin: 0 auto;
	padding: 25px;
	width: 836px;
}

#content-mid p {
	text-align: justify;
}

#content-mid p.align-center {
	text-align: center;
}

#content-bot {
	background: transparent url(../images/bg-content-bot.jpg) no-repeat 0 0;
	height: 30px;
	margin: 0 auto;
	width: 890px;
}

div.block {
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------
	Slogan
-----------------------------------------------------------------------------*/

div#slogan {
	background: transparent url(../images/bg-slideshow.jpg) no-repeat center top;
	clear: both;
	height: 90px;
	margin: 0 auto;
	padding-top: 16px;
	width: 911px;
}

/*-----------------------------------------------------------------------------
	Titles
-----------------------------------------------------------------------------*/

#maincontent h2.title {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 53px;
	margin-bottom: 15px;
	text-indent: -10000px;
	width: 510px;
}

.company-page h2.title {
	background-image: url(../images/bg-title-company.jpg);
}

.profile-page h2.title {
	background-image: url(../images/bg-title-profile.jpg);
}

.project-execution-plan-page h2.title {
	background-image: url(../images/bg-title-project-execution-plan.jpg);
}

.organizational-chart-page h2.title {
	background-image: url(../images/bg-title-organizational-chart.jpg);
}

.letters-testimonials-page h2.title {
	background-image: url(../images/bg-title-letters-testimonials.jpg);
}

.services-page h2.title {
	background-image: url(../images/bg-title-services.jpg);
}

.industry-sector-page h2.title {
	background-image: url(../images/bg-title-industry-sector.jpg);
}

.completed-projects-page h2.title {
	background-image: url(../images/bg-title-projects.jpg);
}

.project-photos-page h2.title {
	background-image: url(../images/bg-title-project-photos.jpg);
}

.clients-page h2.title {
	background-image: url(../images/bg-title-clients.jpg);
}

.safety-page h2.title {
	background-image: url(../images/bg-title-safety.jpg);
}

.career-page h2.title {
	background-image: url(../images/bg-title-career.jpg);
}

.contact-us-page h2.title {
	background-image: url(../images/bg-title-contact-us.jpg);
}

/*-----------------------------------------------------------------------------
	Projects & Safety Page
-----------------------------------------------------------------------------*/

.projects-page div#content-mid p {
	margin: 0;
}

/*-----------------------------------------------------------------------------
	Services Page
-----------------------------------------------------------------------------*/

div.services-text {
	font-weight: bold;
	margin-bottom: 3em;
	text-align: center;
}

table.services-text {
	border: 0;
	width: 100%;
}

table.services-text td {
	border: 0;
	font-weight: bold;
	padding-left: 80px;
	width: 50%;
}

/*-----------------------------------------------------------------------------
	Gallery Pages
-----------------------------------------------------------------------------*/

div.gallery-pics {
	clear: both;
}

div.gallery-pics div.gallery-item {
	float: left;
	font-weight: bold;
	padding: 0 18px 15px 18px;
	text-align: center;
	width: 130px;
}

div.gallery-pics div.gallery-item span.desc {
	font-size: 11px;
}

.project-photos-page div.gallery-pics div.gallery-item {
	height: 210px;
}

/*-----------------------------------------------------------------------------
	Clients Page
-----------------------------------------------------------------------------*/

table.clients {
	border: 0;
	width: 500px;
	color:black
}

table.clients td {
	border: 0;
	height: 110px;
	font-weight: bold;
	vertical-align: middle;
	background-color:white
}

table.clients td.logo {
	padding-left: 240px;
	text-align: center;
}

/*-----------------------------------------------------------------------------
	Contact Us Page
-----------------------------------------------------------------------------*/

div.panel-top,
div.panel-bottom {
	clear: both;
}

div.panel-left {
	float: left;
}

div.panel-right {
	float: right;
	margin-right: 20px;
	text-align: center;
	width: 142px;
}

div.panel-right img {
	border: 1px solid #1A0000;
}

div.contact-form {
	text-align: left;
}

div.contact-form div.note {
	background-color: #FFFFFF;
	border: 1px solid #BEDB8A;
	color: #000000;
	margin: 10px 0;
	padding: 5px;
}

div.contact-form {
	padding-bottom: 15px;
}

div.contact-form fieldset {
	border-bottom: 1px solid #BEDB8A;
	margin: 0 0 7px 0;
	padding: 0;
}

div.contact-form label {
	color: #F9F7ED;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
}

div.contact-form input.custom,
div.contact-form textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	padding: 5px;
	width: 500px;
}

div.contact-form input.custom:focus {
	border:1px solid #666;
}

div.contact-form textarea {
	height: 200px;
}

div.contact-form input.file {
	float: none;
	margin-left: 245px;
	width: 200px;
}

div.input-buttons input.button {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #0F0E13;
	border: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	padding: 2px;
}

div.input-buttons input.button:hover {
	border-color: #CCCCCC;
	color: #CCCCCC;
}

.senderror {
	background-color: #FBE3E4;
	border: 1px solid #FF0000;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}

.sendsuccess {
	background-color: #CDEB8B;
	border: 1px solid #BEDB8A;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}

.goback {
	margin-top: 10px;
	text-align: center;
}

.goback a {
	font-weight: bold;
}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer {
	background: #070B7E url(../images/bg-footer.jpg) repeat-x 0 0;
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#footer-inner div.copyright {
	clear: both;
}

/*-----------------------------------------------------------------------------
	Misc
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
}

.hidden {
	display: none;
	visibility: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

a.email {
	color: #1E90FF;
}

a.email:hover {
	color: #4AA6FF;
}

div.more {
	text-align: right;
}

a.head {
	cursor: pointer;
}

div.more-wide {
	padding-right: 15px;
}

hr.custom {
	background: transparent url(../images/hr.jpg) repeat-x 0 0;
	clear: both;
	height: 2px;
	margin: 20px 0;
	width: 100%;
}

div.no-js-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
}

div.no-js {
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
}

div.no-js div.inner {
	background-color: #211C19;
	color: #EEEEEE;
	padding: 20px;
}

body.no-js {
	background-position: 0 82px;
	padding-top: 82px;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
	text-align: left;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
	text-align: right;
}

img.center {
	text-align: center;
}

ol.lower-alpha li {
	list-style-type: lower-alpha;
}

ol.lower-alpha li em {
	font-size: 12px;
}

span.underline {
	text-decoration: underline;
}
