@import "reset.css";

body {
	border-top: 5px solid #7bc143;
	padding-bottom: 40px;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
}

/* Header */
#header {
	padding: 35px 0;
}
#header h1 {
	width: 228px; height: 31px;
	float: left;
}
#header h1 a {
	background: url('/img/global/newlogo.gif') no-repeat;
	width: 228px; height: 31px;
	display: block;
	text-indent: -9999em;
}
#header ul {
	float: right;
	text-transform: uppercase;
}
#header ul a {
	color: #999;
	font-size: 11px;
}
#header ul a:hover {
	color: #7bc143;
	font-size: 11px;
}
#header li.active a {
	color: #1d4624;
}
#header li {
	float: left;
	margin: 0 9px;
}

/* Mission Statement */
#mission {
	border-bottom: 2px solid #c1d82f;
	margin: 35px 0 0; padding: 0 0 20px;
}
#mission #statement {
	float: left;
	border-top: 2px solid #c1d82f;
	width: 560px;
	padding: 10px 0 0;
}
#statement h2 {
	font: 24px/40px "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mission #video {
	width: 340px;
	float: left;
	padding-left: 40px;
}
#video a {
	background: url('/img/global/video_player.png') no-repeat top right;
	width: 340px; height: 210px;
	display: block;
	text-indent: -9999em;
}

#oilspill {
  width: 280px;
  height: 135px;
  padding-top:75px;
  padding-left: 60px;
  background: url('/img/global/oil_response.png') no-repeat top left;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

#oilspill p {
  margin-bottom: 12px;
}

#oilspill a {
  color: #fff;
}


#video a:hover {
	background-position: top left;
}

/* Tabs */
#tabs {
	padding: 50px 0 0;
}
#tabs #items {
	height: 31px;
	position: relative;
}
#tabs #items li {
	float: left;
}
#tabs #items li a {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-transform: uppercase;
	color: #acacac;
	font-weight: bold;
	padding: 8px 20px 14px 20px;
	font-size: 14px;
}
#items li.last a {
	border-right: 1px solid #ccc;
}
#items li a.active {
	color: #1d4624 !important;
	border-bottom: 1px solid #fff !important;
}
#items li a:hover {
	color: #7bc143 !important;
}
#tab_content {
	border: 1px solid #ccc;
	padding: 20px 0 20px 5px;
}
#tab_content .item {
	width: 280px;
	margin: 0 15px;
	float: left;
}
#tab_content .item .item {
	margin: 0 !important;
}
.item a img {
	border-bottom: 4px solid #ccc;
	margin: 0 0 5px;
}
.item a:hover img {
	border-bottom: 4px solid #7bc143;
}
.item h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.event img {
  margin: 15px 0 0 0;
}


/* Footer */
#footer {
	border-top: 1px solid #ccc;
	margin: 25px 0 0; padding: 30px 0 0;
}
#footer p {
	padding: 10px 0;
}
#footer #info {
	width: 660px;
	float: left;
}

#footer #info p {
  line-height: 24px;
}

#footer #info p img {
  vertical-align: middle;
}

#footer .links {
	padding: 10px 0 15px !important;
}
ul.links li {
	width: 110px;
	float: left;
	font-weight: bold;
	padding: 2px 0;
}

ul.links li,
ul.links li a {
  color: #ccc;
  font-weight: bold;
}

ul.links ul {
  float: none;
}

ul.links ul li a {
  color: #7bc143;
}

#footer #contact {
	width: 220px;
	float: right;
}
#footer h3 {
	color: #c1c1c1;
	font-size: 13px;
	text-transform: uppercase;
}
#footer strong {
	color: #1d4624;
}

/* Breadcrumbs */
#breadcrumbs {
	border-top: 5px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
}
#breadcrumbs .page_titles {
	float: left;
	padding: 15px 0 0;
}
#breadcrumbs .no_controller h2 {
	padding-top: 10px;
}
.page_titles h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #1d4624;
}
.page_titles h2 {
	font-size: 32px;
	color: #7bc143;
}
#breadcrumbs ul {
	float: right;
	padding: 14px 0 0;
}
#breadcrumbs ul li {
	float: left;
	margin: 0 0 0 25px;
}
#breadcrumbs li a,
.right .navigation li a {
	color: #999;
	font-size: 14px;
	padding: 8px 0 8px;
	
}

.right .navigation {
  margin: 15px 0;
}

.right .navigation li a {
  display: block;
  font-size: 12px;
}

.right .navigation li.last a {
  border-bottom: none;
}

#breadcrumbs li a:hover,
#breadcrumbs li.active a {
	background: url('/img/global/arrow.png') no-repeat top center;
	color: #7ac043;
	border-bottom: 3px solid #7ac043;
	padding: 15px 0 5px;
}

.right .navigation li.active a {
	color: #7ac043;
	border-bottom: none;
	padding: 8px 0 5px;
}

/* Content */
#content {
	padding: 15px 0 0;
}
#content .left {
	width: 610px;
	float: left;
}
#content .left blockquote {
    padding: 15px 30px;
    color: #1D4624;
    font-style: italic;
}
.left blockquote strong {
    font-size: 12px;
    color: #6aab33;
    font-style: normal;
}
.left .section {
	border-bottom: 1px solid #ccc;
}
.section h1 {
	font-size: 40px;
}
#content .left p,
.section p {
	padding: 13px 0;
}
#content .left ul {
	padding: 0 0 0 17px;
}
#content .left li {
	list-style-type: disc;
}
#content .left h3,
.section h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #1d4624;
	padding: 15px 0 0;
	margin-bottom:.3em;
}

#content .left .item {
  width: 190px;
  height: 220px;
}

#content .left .item h3 {
  width: 190px;
}

#content .left .item ul {
  width: 190px;
  margin: 0;
  padding: 0;
}

#content .left .item ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content .left .section:last-child {
	border-bottom: 0;
}
#content .right {
	width: 260px;
	float: left;
	padding: 0 0 0 70px;
}
.right .section {
	border-bottom: 2px solid #c1d82f;
	margin: 0 0 15px;
}
.right .section:last-child {
	border-bottom: 0;
}

.right .definition {
	background: #E7F0D9;
	padding: 0 15px;
}

.side_video {
	margin: 0 0 15px;
	display: block;
}
.we_can_help {
	display: block;
	margin: 20px 0 0;
}
.right .section h2,
.column h2 {
	text-transform: uppercase;
	color: #ccc;
	font-size: 16px;
}
.right .section p {
	padding: 0 0 15px;
}
.events {}
.events .event {
	border-bottom: 1px solid #ccc;
}
.event small {
	display: block;
	color: #999;
	padding: 2px 0;
}

/* Alliances */
.alliance {
	padding-top: 15px;
	min-height: 115px;
	height: auto !important;
	height: 115px;
}
.alliance img {
	/*border: 3px solid #ccc;*/
	float: left;
	margin: 0 15px 0 0;
}
.alliance h3 {
	padding-top: 0 !important;
}
.alliance .content {
	float: left;
	width: 485px;
}

/* Contact */
.contact .section {
	padding-bottom: 20px;
}
.contact .section h1 {
	padding: 15px 0;
}
.contact p span {
	color: #79BF43;
}
.contact .start {
	padding: 10px 0 20px;
}
.contact .start p {
	padding: 0 !important;
}
.contact .zend_form {
	
}
dd.element {
	padding: 10px 0;
}
dd.element label {
	width: 210px;
	float: left;
	padding: 8px 20px 0 0;
	text-align: right;
}

dd.element label span.req {
	font-weight: bold;
	color: #79BF43;
	font-size: 16px;
	line-height: 5px;
}

dd.element .group {
	float: left;
	width: 365px;
}

dd.element .group label {
	float: left;
	width: auto;
	padding: 0;
	width: 120px;
	text-align: left;
}

dd.submit {
	padding-left: 230px;
}

dd.element input {
	width: 190px;
	padding: 5px;
}

dd.element p.description {
	margin: 5px 0 15px 230px;
	font-size: 11px;
	padding: 0 !important;
}


dd.element .group input {
	width: auto;
	margin-right: 10px;
}

dd.element textarea {
	width: 365px; height: 100px;
	padding: 5px;
}
.element #send {
	width: auto !important;
	background-color: #79BF43;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	padding: 1px 5px;
	font-weight: bold;
	cursor: pointer;
}
.contact_info {
	padding-top: 15px;
}
.contact_info p {
	padding-top: 0 !important;
}

.protected {
	position: relative;
}


.protected dd.element {
	width: 50%;
	float: left;
	clear: left;
}

.protected dd.element label {
	text-align: left;
	float: none;
	display: block;
}

.protected dd.checkboxes {
	clear: none;
	float: right;
}

.protected dd.error label {
	color: #990000;
}

.protected .element #send {
	margin-left: 300px;
}

.protected .errors {
	position: absolute;
	bottom: 0px;
	right: 100px;
	color: #990000;
}

/* News */
.news #content h1 {
	font-size: 40px;
	padding: 25px 0 40px;
}
.news .columns {
	
}
.news .column {
	width: 280px;
	float: left;
}
.column h2 {
	padding: 0 0 20px;
}
.news .center {
	margin: 0 50px;
}
.column .item {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px; padding: 10px 0 15px;
}
.column .item h3 {
	margin-bottom: 0;
}
.column .item small {
	display: block;
	color: #999;
	padding: 2px 0;
}
.view_more a {
	font-size: 12px;
	text-transform: uppercase;
	color: #1d4624;
}

/* Column Event */
.event {}
.date {
	width: 50px;
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
}
.date .month {
	background: #ccc;
	font-weight: bold;
	color: #fff;
	width: 50px;
	display: block;
	text-transform: uppercase;
}
.date .day {
	border: 1px solid #ccc;
	color: #79BF43;
	display: block;
	font-size: 32px;
	line-height: 48px;
}
.event .location {
	display: block;
	font-size: 12px;
	color: #999;
	padding: 3px 0;
}
.event .details {
	float: left;
}
.overview .event .details {
	width: 220px;
}

.coverage .section {
	padding: 25px 0 10px;
}
.coverage .section .thumb-wrap {
	float: left;
	width: 50px;
	margin: 0 10px 0 0;
}

.coverage .section .details {
	float: left;
	width: 550px;
}

.coverage .section .thumb {
	float: left;
	margin: 0 20px 10px 0;
}
.coverage .left .section h3 {
	padding-top: 0 !important;
}
body.events .left .item,
body.view .left .item {
	padding: 10px 0 0;
}
body.events .event .details,
body.view .event .details {
	width: 550px;
}
body.index .event .details {
	width: 200px;
}
body.events .event {
	padding: 15px 0 !important;
}
body.index .event {
	padding: 0 0 15px;
}
body.events .event:last-child {
	border-bottom: 0;
}
body.events .event h3,
body.view .left .event h3 {
	padding-top: 0 !important;
	margin-bottom: 0 !important;
}
body.events .left .event p,
body.view .left .event p {
	padding: 0 0 10px !important;
}
body.people .right .event p,
body.contact .right .event p {
	padding: 0;
}
body.coverage .right .event p,
body.view .right .event p {
	padding-bottom: 15px !important;
}

/* Press Releases */
.pdf {
	background: url('/img/icons/pdf.png') no-repeat left top;
	height: 28px;
	margin: 0 0 15px; padding: 5px 0 0 45px;
}
.pdf a {
	text-transform: uppercase;
	color: #79BF43;
	font-weight: bold;
	border-bottom: 3px solid #7BC143;
	padding: 0 0 3px;
}
.pdf a:hover {
	border-bottom: 3px solid #50901A;
	color: #50901A;
}

br.clear {
	font-size: 1px;
	clear: both;
}
/* Locations */
div.locations {
	width: 940px !important;
	float: none !important;
}
div.locations li {
	float: left;
	width: 300px;
	padding: 2px 0;
	list-style-type: none !important;
}
div.locations li span {
	font-size: 12px;
	color: #999;
	padding: 3px 0;
}

/* Clients */
body.clients .left .section ul {
	float: left;
	width: 175px;  
	height: 143px;
} 

body.clients .left .section ul.tall {
  height: 270px;
}
body.clients .left .section li,
#gallery li {
	list-style-type: none !important;
}

/* Sectors */
body.case-studies .items {
	padding: 7px 0 0;
}
body.case-studies .left .item {
	float: left;
	margin: 6px 6px 20px 6px;
	height: 225px;
}
body.case-studies .left .item h3 {
	padding: 0 !important;
	margin-bottom: 0 !important;
	word-wrap: break-word;
}
body.case-studies .left .item h3 a {
	display: block;
	width: 190px;
}
body.case-studies .sectors {
	padding: 5px 0 0;
}
.sectors {
	border-bottom: 2px solid #c1d82f;
}
div.sectors h3.view_all {
	padding: 10px 0;
}
div.sectors h3.view_all a {
	color: #1D4624;
}
.sectors .sector {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}
.sector img {
	float: left;
	margin: 0 10px 0 0;
}
.sector span {
	width: 200px;
	float: left;
	color: #333;
}
.sector h3 {
	padding-top: 2px !important;
	color: #7BC143;
}
.sector a:hover h3 {
	color: #609A34;
}

/* Leaders */
ul.leaders {
	padding: 10px 0;
	border-bottom: 2px solid #c1d82f;
}
ul.leaders li {
	padding: 2px 0;
}
ul.leaders li a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #79BF43;
}
.leaders .view_all {
	padding: 10px 0 0;
}
.leaders .view_all a {
	color: #1D4624;
}
ul.leaders_list {
	padding-left: 0 !important;
}
.leaders_list li {
	width: 190px; height: 220px;
	float: left;
	list-style-type: none !important;
	font-size: 11px;
	line-height: 14px;
	margin: 0 13px 0 0;
}
.leaders_list li h3 {
	margin-bottom: 0 !important;
}
.leader img {
	float: left;
}
.leader h3 {
	padding-top: 0 !important;
}
.leader h3 small {
	display: block;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	color: #333;
}
.modernizing-graphic {
	margin: 0 0 0 17px;
}

/* Case Study */
.case-study h4 {
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
}
.left .case-study h2 {
	color: #1D4624;
	font-size: 24px;
	padding: 10px 0;
}

/* Gallery */
.left #gallery {
	padding: 15px 0;
}
#gallery #current_image {
	width: 611px; height: 295px;
	margin: 0 0 10px;
}
#gallery .thumbs {
	width: 611px;
	padding-left: 0 !important;
}
.thumbs li {
	float: left;
	width: 96px;
	margin-right: 10px;
}
.thumbs li a {
	border: 2px solid #ccc;
	width: 96px; height: 56px;
	display: block;
}
.thumbs li a:hover {
	border: 2px solid #999;
}
.thumbs li a.active {
	border: 2px solid #7BC143;
}
.services_link {
	margin: 0 0 20px;
	display: block;
}
body.case-studies .left .item .project_name {
	display: block;
	width: 190px;
}
.company .leader img {
    margin: 0 20px 9px 0;
}
