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

body {
	margin: 0;
	background-color: #333;
	font: 100%/150% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/***** CONTENT TEXT *****/
h1 {
	float: left;
	margin: 0;
	padding: 0 0 0 19px;
	line-height: normal;
}
h1 a {
	display: block;
	background: url('../images/template/logo.gif') no-repeat;
	width: 212px;
	height: 74px;
	overflow: hidden;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}
h1 a span {
	visibility: hidden;
}
h2, h3, h4, h5, h6 {
	margin: 1em 0;
	line-height: normal;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #333;
}
body.green h2 {color: #FDFDFA;}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #817F82;
}
h3.knowledgebase {
	margin-bottom: .2em;
	border-top: 1px dashed #E1DCD3;
	background: url(../images/whats_new/icon_knowledgebase.gif) no-repeat 0 1em; 
	padding-top: 1em;
	padding-left: 38px; 
	height: 28px;
}
div.vendorportal {
	margin-bottom: 0;
	border-top: 1px dashed #E1DCD3;
	background: url(../images/vendor_relations/clipboard.jpg) no-repeat 0 .7em; 
	padding: 1em 0 0 38px;
	/*height: 40px;*/
}
div.vendorportal h3 {
	margin-top: 0;
	margin-bottom: .2em;
	padding: 0;
	height: 28px;
}
div.vendorportal p {
	margin-top: 0;
	font-size: 11px;
	color: #666;
}
div.requestService {
	float: right;
	margin-bottom: 5px;
	border-left: 15px solid #FDFDFA;
}
div.requestService a {
	display: block;
	background: url(../images/template/btn_request_service.gif) no-repeat 0 0;
	width: 180px;
	height: 80px;
	overflow: hidden;
}
div.requestService a:hover {text-decoration: none;}
div.requestService a span {visibility: hidden;}
h4 {
	padding-bottom: 0.25em;
	font-size: 1.15em;
	font-weight: bold;
	border-bottom: 2px solid #e1dcd3;
}
body.green div#sectionSubNav h4, body.green div#sectionSubNav ul, span.gogreen {color: #549129;}
h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #9CAA63;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p {
	margin: 1em 0;
	line-height: 150%;
}
p.center {text-align: center;}
p.knowledgebase {
	margin-top: 0;
	padding: 0 38px;
	font-size: 11px;
	color: #666;
}
p.successMsg {
	border: 1px solid #EBE6DD;
	background: #F9F8F3;
	padding: 5px 10px;
	font-weight: bold;
	color: #090;
}
p.errorMsg {
	border: 1px solid #EBE6DD;
	background: #F9F8F3;
	padding: 5px 10px;
	font-weight: bold;
	color: #C00;
}

a {
	color: #4071AB;
	text-decoration: none
}
a:hover {
	color: #4980C4;
	text-decoration: underline;
}
a img {
	border: 0;
}
a.add, a.edit, a.delete, a.back, a.cancel {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 18px;
}
a.add, a.back, a.cancel {
	background-position: 0 2px;
	width: 200px;
}
a.add {
	background-image: url('../images/template/icons/icon_add.gif');
}
a.edit {
	background-image: url('../images/template/icons/icon_edit.gif');
}
a.delete {
	background-image: url('../images/template/icons/icon_delete.gif');
}
a.back {
	background-image: url('../images/template/icons/icon_back.gif');
}
a.cancel {
	background-image: url('../images/template/icons/icon_cancel.gif');
}
img.floatRight {
	float: right;
	margin: 0 0 15px 15px;
	border: 2px solid #e1dcd3;
}
div.floatRight {
	float: right;
	margin: 0 0 0 15px;
}
div.floatRight img {
	margin-bottom: 5px;
	border: 2px solid #e1dcd3;
}

/***** LISTS *****/
ul.bios, ul.locations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.bios li {
	float: left;
	margin: 0 12px 12px 0;
	border: 1px solid #e1dcd3;
	background-color: #f2ede4;
	padding: 0;
	width: 276px;
	height: 96px;
	line-height: 18px;
}
ul.locations li {
	float: left;
	overflow: auto;
	margin: 0 12px 12px 0;
	border: 1px solid #e1dcd3;
	background-color: #f2ede4;
	padding: 10px;
	width: 258px;
	line-height: 18px;
	height: 80px;
}
ul.bios li.even, ul.locations li.even {
	margin-right: 0;
}
ul.bios li img {
	float: left;
	width: 78px;
	height: 96px;
}
ul.locations li img {
	float: left;
}
ul.bios li span.text {
	float: left;
	padding: 10px 0 0 10px;
	width: 179px;
	height: 86px;
}
ul.locations li span.text {
	float: left;
	padding: 0 10px;
	width: 165px;
	height: auto;
}
ul.locations li span.name {
	font-weight: bold;
	line-height: normal;
}
ul.bios li em, ul.locations li span.address {
	font-size: 11px;
	color: #9d988f;
	line-height: 12px;
}
div.project {
	clear: both;
}
div.leedProject div.level {
	float: left;
	display: inline;
	width: 90px;
}
div.leedProject div.level img {margin-top: 1em;}
div.leedProject div.text {
	float: left;
	display: inline;
	width: 482px;
}
div.leedProject div.text p {width: 325px;}
div.leedProject div.text div.floatRight {margin-top: 1em;}
ul.columns2, ul.columns2bulleted {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}
ul.columns2 li, ul.columns2bulleted li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	width: 275px;
}
ul.columns2bulleted li {
	display: inline;
	margin: 0 0 0 25px;
	background: url(../images/template/bullet.gif) no-repeat 0 .5em;
	padding: 0 0 0 15px;
	width: 235px;
}
ul.results {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}
ul.results li {
	margin: 1em 0;
	border-bottom: 1px solid #FFF;
	background: none;
	padding: 0;
	/*line-height:normal;*/
}
ul.results li blockquote {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}
ul.results span.highlighted {
	background-color: #ffdbb2;
}

/***** PAGINATION *****/
div.pagination {
	float: right;
	padding: 4px 0 0 0;
	font-size: 11px;
	word-spacing: 4px;
}
div.pagination a, div.pagination span {
	word-spacing: normal;
}
div.sectionWrapper div.pagination {
	float: none;
	padding: 4px 18px 8px 18px;
	line-height: normal;
	text-align: right;
}
div.sectionWrapperLarge div.pagination span.spacer {
	display: none;
}

/***** TABLES *****/
table.vert {
	border: 0;
}
table.vert tr {
	vertical-align: top;
}
table.vert th {
	text-align: right;
}
table.vert th, table.vert td {
	padding: 0.5em 4px 0.5em 0;
}
table.listing {
	width: 573px;
	border: 1px solid #C8C4BC;
	border-collapse: separate;
}
body.admin table.listing {
	width: 880px;
}
table.listing tr {
	vertical-align: middle;
}
table.listing th {
	border-bottom: 1px solid #B2AFAA;
	background: #C5C3BC;
	padding: 3px 6px;
	font-size: 0.8em;
	font-weight: bold;
	color: #8A8884;
	text-align: left;
	text-transform: uppercase;
	line-height: normal;
}
table.listing td {
	border-bottom: 1px solid #EBE6DD;
	padding: 2px 6px;
	text-align: left;
}
table.listing .thumb {
	width: 80px;
}
table.listing .category {
	white-space: nowrap;
}
table.listing .manage {
	width: 65px;
}
/***** STRUCTURE *****/
div#pgWrapper {
	margin: 0 auto;
	background: url('../images/template/page_bg.gif') repeat-y;
	padding: 0 5px;
	width: 945px;
	font-size: 0.8em;
}
div#pgContent {
	clear: both;
	padding: 6px 18px 10px 17px;
	overflow: auto;
	/*height: 1%;*/
}
div#primaryContent {
	float: left;
	width: 603px;
}
body.admin div#primaryContent {
	float: none;
	width: auto;
}
div#homeFlash {
	background: #EBE6DD;
	width: 603px;
	height: 415px;
}
div#templateFlash {
	background: #EBE6DD;
	width: 603px;
	height: 235px;
}
div#secondaryContent {
	float: right;
	width: 293px;
}
div.homebuttons {
	padding: 11px 0 0 0;
	text-align: center;
}
div.homebuttons a#logoABC {margin-right: 14px;}

/***** A DIFFERENT KIND OF CONTRACTOR *****/
div#different {height: 90px;}
div#different h3 {
	float: left;
	display: inline;
	margin: 0;
	background: url('../images/template/h3_different.jpg') no-repeat;
	padding: 0;
	width: 257px;
	height: 76px;
	line-height: normal;
}
div#different h3 span {
	visibility: hidden;
}
div#different ul {
	list-style-type: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	height: 76px;
}
div#different ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: normal;
}
div#different ul li a {
	display: block;
	background-repeat: no-repeat;
	height: 76px;
	text-decoration: none;
}
div#different ul li a span {
	visibility: hidden;
}
div#different ul li a.safety {
	background-image: url('../images/template/different_safety.gif');
	width: 217px;
}
div#different ul li a.safety:hover {
	background-image: url('../images/template/different_safety-over.gif');
}
div#different ul li a.diversity {
	background-image: url('../images/template/different_diversity.gif');
	width: 217px;
}
div#different ul li a.diversity:hover {
	background-image: url('../images/template/different_diversity-over.gif');
}
div#different ul li a.education {
	background-image: url('../images/template/different_education.gif');
	width: 219px;
}
div#different ul li a.education:hover {
	background-image: url('../images/template/different_education-over.gif');
}
body.green div#different {height: 76px;}
body.green div#different h3 {background-image: url('../images/going_green/g-h3_different.jpg');}
body.green div#different ul li a.safety {background-image: url('../images/going_green/g-different_safety.gif');}
body.green div#different ul li a.safety:hover {background-image: url('../images/going_green/g-different_safety-over.gif');}
body.green div#different ul li a.diversity {background-image: url('../images/going_green/g-different_diversity.gif');}
body.green div#different ul li a.diversity:hover {background-image: url('../images/going_green/g-different_diversity-over.gif');}
body.green div#different ul li a.education {background-image: url('../images/going_green/g-different_education.gif');}
body.green div#different ul li a.education:hover {background-image: url('../images/going_green/g-different_education-over.gif');}


/***** SECTION WRAPPERS *****/
div.sectionWrapper, div.sectionWrapperMedium {
	background: url('../images/template/section_sm-tile.gif') repeat-y 0 0 #FDFDFA;
	width: 293px;
}
div.sectionWrapper div.top {
	background: url('../images/template/section_sm-top.gif') no-repeat 0 0;
}
div.sectionWrapper div.bottom {
	overflow: auto;
	background: url('../images/template/section_sm-bottom.gif') no-repeat left bottom;
}
div.sectionWrapperMedium {margin: 14px 0;}
div.sectionWrapperMedium div.top {
	background: url('../images/template/section_md-top.gif') no-repeat 0 0;
}
div.sectionWrapperMedium div.bottom {
	background: url('../images/template/section_sm-bottom.gif') no-repeat left bottom;
	padding: 15px;
}
div.sectionWrapper div.heading {
	height: 47px;
}
div.sectionWrapper h2 {
	float: left;
	display: inline;
	margin: 0;
	padding: 10px 0 0 16px;
	width: 124px;
	font-size: 22px;
	font-weight: normal;
	color: #E6E5E3;
	line-height: normal;
}
div.sectionWrapperLarge {
	margin: 14px 0;
	background: url('../images/template/section_lg-tile.gif') repeat-y 0 0 #FDFDFA;
	width: 603px;
}
div.sectionWrapperLarge div.top {
	background: url('../images/template/section_lg-top.gif') no-repeat 0 0;
}
body.green div.sectionWrapperLarge div.top {background-image: url('../images/going_green/g-section_lg-top.gif');}
div.sectionWrapperLarge div.bottom {
	background: url('../images/template/section_lg-bottom.gif') no-repeat left bottom;
	padding: 15px;
}
div.sectionWrapperXlarge {
	margin: 14px 0;
	background: url('../images/template/section_xl-tile.gif') repeat-y 0 0 #FDFDFA;
	width: 910px;
}
div.sectionWrapperXlarge div.top {
	background: url('../images/template/section_xl-top.gif') no-repeat 0 0;
}
div.sectionWrapperXlarge div.bottom {
	background: url('../images/template/section_xl-bottom.gif') no-repeat left bottom;
	padding: 15px;
}

ul.inline { 
	list-style: none;
	margin-left: 20px; 
	padding-left: 0;
}
ul.inline li { 
	float: left;
	display: inline; 
	margin-left: 0;
	padding-left: 0;
	width: 24%;
}

/***** FILTER LIST *****/
ul#newsfilter {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 28px 11px 0 0;
	width: 115px;
	height: 19px;
}
ul#newsfilter li {
	margin: 0;
	background: #C5C3BC; /*url('../images/template/filterlist_bg.gif') repeat-x 0 0;*/
	padding: 0;
	width: 115px;
	font-size: 10px;
	line-height: normal;
}
ul#newsfilter li a {
	display: block;
	border-bottom: 1px solid #B2AFAA;
	background: url('../images/template/filterlist_arrow.gif') no-repeat right top;
	padding: 3px 21px 0 0;
	width: 94px;
	height: 15px;
	font-weight: bold;
	color: #8A8884;
	text-align: right;
	text-decoration: none;
}
ul#newsfilter li a:hover {
	color: #8A8884;
}
ul#newsfilter li ul {
	display: none;
	position: absolute;
	list-style-type: none;
	margin: 0;
	background-color: #C5C3BC;
	padding: 0;
	width: 115px;
}
ul#newsfilter li:hover ul, ul#newsfilter li.sfhover ul {
	display: block;
}
ul#newsfilter li ul li {
	background: none;
	width: 115px;
}
ul#newsfilter li ul li a {
	background: none;
	padding: 2px 21px 2px 5px;
	width: 89px;
	height: auto;
	font-weight: normal;
}
ul#newsfilter li ul li a:hover {
	background-color: #D1CFC7;
}

/***** NEWS TEASERS *****/
ul.teasers {
	list-style-type: none;
	margin: 0;
	padding: 0 3px;
	height: 246px; /* # of items * 41px */
}
/*body#pageHome ul.teasers {
	height: 246px;
}*/
ul.teasers li {
	margin: 0;
	border-bottom: 1px solid #E3E3E1;
	padding: 6px 15px 0 15px;
	height: 34px;
	overflow: hidden;
	font-size: 11px;
	line-height: normal;
}
ul.teasers li a {
	font-weight: bold;
}
span.tags {
	color: #999;
}

/***** MARKETS SERVED LIST *****/
ul.marketThumbs {
	list-style-type: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 400px;
}
ul.marketThumbs li {
	float: left;
	display: inline;
	margin: 0 6px 6px 0;
	padding: 0;
	line-height: normal;
}
ul.marketThumbs li img, ul.marketThumbs li a img {
	border: 2px solid #FDFDFA;
}
ul.marketThumbs li a:hover img, ul.marketThumbs li a.active img {
	border: 2px solid #4980C4;
}
ul.marketList {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
	width: 170px;
}
ul.marketList li {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.1em;
	text-align: right;
	height: 1.3em;
}
ul.marketList li a {
	display: block;
	padding: 0 3px;
}
ul.marketList li a.active, ul.marketList li a:hover {
	background-color: #4980C4;
	color: #FFF;
	text-decoration: none;
}

/***** PAGE HEADER *****/
div#pgHeader {
	background: url('../images/template/pgheader_bg.gif') repeat-x;
}
div#pgHeader div.left {
	background: url('../images/template/pgheader_end-left.gif') no-repeat left top;
}
div#pgHeader div.right {
	background: url('../images/template/pgheader_end-right.gif') no-repeat right top;
	height: 74px;
}
div#siteSearch {
	float: right;
	padding: 21px 15px 0 0;
	width: 158px;
	height: 30px;
}
div#siteSearch form {
	margin: 0;
	padding: 0;
}
div#siteSearch div.tile {
	background: url('../images/template/pgheader_search-tile.gif') repeat-x 0 0;
}
div#siteSearch div.left {
	background: url('../images/template/pgheader_search-left.gif') no-repeat 0 0;
	height: 28px;
	text-align: right;
}
div#siteSearch div.text {
	float: left;
	padding: 8px 0 0 10px;
	text-align: left;
}
div#siteSearch div.text input {
	margin: 0;
	border: 0;
	background: none;
	padding: 0;
	width: 112px;
	font-size: 12px;
	color: #000;
}
div#siteSearch div.button {
	float: right;
}
div#siteSearch div.button input {
	margin: 0;
	border: 0;
	padding: 0;
	width: 32px;
	height: 28px;
}
div#emailPage {
	float: right;
	padding: 27px 17px 0 0;
}
div#emailPage a {
	display: block;
	background: url('../images/template/pgheader_emailpage.gif') no-repeat;
	width: 44px;
	height: 42px;
	overflow: hidden;
	text-decoration: none;
}
div#emailPage a:hover {
	background: url('../images/template/pgheader_emailpage-over.gif') no-repeat;
	text-decoration: none;
}
div#emailPage a span {
	visibility: hidden;
}
div#employeeLogin {
	float: right;
	padding: 27px 15px 0 0;
}
div#employeeLogin a {
	display: block;
	background: url('../images/template/pgheader_employeelogin.gif') no-repeat;
	width: 38px;
	height: 42px;
	overflow: hidden;
	text-decoration: none;
}
div#employeeLogin a:hover {
	background: url('../images/template/pgheader_employeelogin-over.gif') no-repeat;
	text-decoration: none;
}
div#employeeLogin a span {
	visibility: hidden;
}
div.clearit {
	clear: both;
	height: 0px;
	overflow: hidden;
}
div.clearit span {
	visibility: hidden;
}

/***** FORMS *****/
form {
	margin: 12px 0;
	padding: 0;
}
fieldset {
	clear: left;
	border-top: 1px solid #C8C4BC;
	border-right: 0;
	border-bottom: 1px solid #C8C4BC;
	border-left: 0;
	padding: 10px 0;
}
fieldset fieldset {
	border-top:  12px solid #EEE;
	border-bottom: 0;
	padding: 0 20px;
}
fieldset.buttons {
	border: 0;
	padding-left: 180px;
}
legend {
	background-color: #FDFDFA;
	font-weight: bold;
	color: #8A8884;
}
fieldset fieldset legend {
	padding: 0 5px;
	font-size: 0.85em;
	color: #CCC;
	text-transform: uppercase;
}
fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
fieldset ol li {
	clear: left;
	margin: 0;
	padding: 5px 0;
	line-height: normal;
}
fieldset ol li.float {
	float: left;
	clear: none;
	width: 300px;
}
fieldset ol li label {
	float: left;
	display: inline;
	width: 160px;
	padding: 5px 10px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #4980C4;
	text-align: right;
}
fieldset fieldset ol li label {
	width: 140px;
}
fieldset ol li div.field label {
	float: none;
	padding: 0;
	font-weight: normal;
}
fieldset ol li label.required {
	background: url('../images/template/required.gif') no-repeat right 7px;
}
fieldset ol li label span.required {
	display: none;
	color: #C00;
}
fieldset ol li div.field {
	float: left;
	display: inline;
	padding-left: 10px;
}
fieldset ol li div.field div {
	padding-top: 2px;
}
fieldset ol li div.field div.note, fieldset p.note {
	background: url('../images/template/icons/icon_note.gif') no-repeat 0 6px;
	padding: 2px 0 0 12px;
	font-size: 0.8em;
	color: #999;
}
fieldset p.note {
	background-position: 0 7px;
}
fieldset ol li div.removal input {
	float: left;
	margin-right: 3px;
}
fieldset ol li div.removal a.delete {
	float: left;
	padding-top: 2px;
	background-position: 0 2px;
}
fieldset ol li div.field img {
	margin-bottom: 5px;
}
input, select, textarea {
	border-top: 1px solid #666;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #666;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea {
	width: 370px;
}
body.admin textarea {
	width: 500px;
}
input.small {
	vertical-align: middle;
	border: 0;
}
input.button {
	border: 2px solid #4071AB;
	background: #4980C4;
	font-weight: bold;
	color: #FFF;
}


/***** PAGE FOOTER *****/
div#pgFooter {
	margin: 0 auto;
	background: url('../images/template/pgfooter_bg.gif') no-repeat 0 0;
	padding: 5px 20px 0 20px;
	width: 915px;
	height: 30px;
	font-size: 11px;
	color: #54534F;
	line-height: normal;
	text-align: right;
}
div#pgFooter span.address {
	float: left;
}
div#tlsfooter {
	margin: 0 auto;
	padding: 0 20px 10px 20px;
	width: 915px;
	font-size: 11px;
	color: #666;
	line-height: normal;
}
div#tlsfooter a {
	font-weight: bold;
	color: #666;
}
div#tlsfooter a:hover {
	color: #999;
}