@font-face {
  font-family:'Helvetica Condensed';
  font-style:normal;
  font-weight:bold;
  src:url('/fonts/HelveticaLTStd-BoldCond.eot');
  src:local('Helvetica LT Std Cond'), url('/fonts/HelveticaLTStd-BoldCond.otf') format('opentype');
}
@font-face {
  font-family:'Helvetica Condensed';
  font-style:italic;
  font-weight:normal;
  src:url('/fonts/HelveticaLTStd-CondObl.eot');
  src:local('Helvetica LT Std Cond'), url('/fonts/HelveticaLTStd-CondObl.otf') format('opentype');
}
@font-face {
  font-family:'Helvetica Condensed';
  font-style:normal;
  font-weight:normal;
  src:url('/fonts/HelveticaLTStd-Cond.eot');
  src:local('Helvetica LT Std Cond'), url('/fonts/HelveticaLTStd-Cond.otf') format('opentype');
}
@font-face {
  font-family:'Helvetica Condensed';
  font-style:italic;
  font-weight:bold;
  src:url('/fonts/HelveticaLTStd-BoldCondObl.eot');
  src:local('Helvetica LT Std Cond'), url('/fonts/HelveticaLTStd-BoldCondObl.otf') format('opentype');
}
@font-face {
  font-family:'Helvetica Condensed Light';
  font-style:italic;
  font-weight:normal;
  src:url('/fonts/HelveticaLTStd-LightCondObl.eot');
  src:local('Helvetica LT Std Cond Light'), url('/fonts/HelveticaLTStd-LightCondObl.otf') format('opentype');
}
@font-face {
  font-family:'Helvetica Condensed Light';
  font-style:normal;
  font-weight:normal;
  src:url('/fonts/HelveticaLTStd-LightCond.eot');
  src:local('Helvetica LT Std Cond Light'), url('/fonts/HelveticaLTStd-LightCond.otf') format('opentype');
}

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:80px;
}

.container_12 .grid_2 {
	width:160px;
}

.container_12 .grid_3 {
	width:240px;
}

.container_12 .grid_4 {
	width:320px;
}

.container_12 .grid_5 {
	width:400px;
}

.container_12 .grid_6 {
	width:480px;
}

.container_12 .grid_7 {
	width:560px;
}

.container_12 .grid_8 {
	width:640px;
}

.container_12 .grid_9 {
	width:720px;
}

.container_12 .grid_10 {
	width:800px;
}

.container_12 .grid_11 {
	width:880px;
}

.container_12 .grid_12 {
	width:960px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -48px;
}
.footer, .push {
height:48px;
clear:both;
}
body{
	background:#bcbcbc url(/images/bg.png) repeat-x top left;
	font:13px/18px verdana,arial,sans-serif;
	color:#6e6e6e;
}
a{
	text-decoration:none;
	color:#156e49
}
.footer{
	background:#1e4133 url(/images/footer.png) repeat-x top left;
	line-height:48px;
	color:#fff;
	font-family:'Helvetica Condensed';
}
.footer span{
	color:#0b9d61;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	text-decoration:underline;
}
.right{
	text-align:right;
}
.header{
	font-size:10px;
	color:#878787;
}
.header p{
	padding-top:40px;
}
.header input{
	border:1px solid #adc6c1;
	margin-left:20px;
	vertical-align:middle;
	font-size:13px;
	line-height:16px;
	padding:2px 4px;
	font-family:verdana,arial,sans-serif;
	text-transform:uppercase;
	color:#196757;
}
.header button{
	font-size:13px;
	line-height:16px;
	padding:3px 5px;
	margin:0 0 0 -4px;
	vertical-align:middle;
	font-family:verdana,arial,sans-serif;
	border:0;
	background:#d4d4d4;
}
.header a{
	color:#878787;
}
.header a:hover{
	color:#333;
}
h1{
	margin:10px 0;
}
.content{
	background:#fff url(/images/content.png) repeat-x 0 50px;
	border:8px solid #fff;
	overflow:hidden;
	min-height:500px;
	margin-bottom:-8px;
	-moz-box-shadow:0px 0px 16px #666;
	-webkit-box-shadow:0px 0px 16px #666;
	box-shadow:0px 0px 16px #666;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.feature{
	height:120px;
	background:#fff;
}
.navigation{
	background:#fff url(/images/navigation.png) no-repeat top left;
	font-family:'Helvetica Condensed';
	text-transform:uppercase;
	line-height:normal;
}
.navigation a{
	color:#fff;
	font-weight:bold;
}
.navigation a:hover,
.navigation ul li.active a{
	color:#055132;
	text-shadow:#fff 0 0 14px;
}
.navigation ul{
	padding:1px 10px 0 25px;
}
.navigation ul li{
	display:inline-block;
	float:left;
	line-height:30px;
	margin:0 33px 0 0;
}
.navigation ul li.last{
	margin:0 15px 0 0;
	float:right;
	text-transform:capitalize;
}
.navigation ul li.last a{
	font-weight:normal;
	color:#156e49;
	text-shadow:#055132 0 0 12px;
}
.navigation ul li ul{
	padding:0;
	position:absolute;
	background:#787878;
	border:1px solid #fff;
	border-width:0 1px 1px;
	width:120px!important;
	margin-left:-26px;
	z-index:100;
	display:none;
}
.navigation ul li:hover ul{
	display:block;
}
.navigation ul li.value ul{
	margin-left:-44px;
}
.navigation ul li ul li{
	display:block;
	float:none;
	margin:0;
	text-align:center;
	padding:8px 10px;
	border-top:1px solid #fff;
	line-height:15px;
}
.navigation ul li ul li a,
.navigation ul li.active ul li a{
	color:#fff;
	text-shadow:none;
}
.navigation ul li ul li:hover,
.navigation ul li ul li.active{
	background:#175d40;
}
.navigation ul li ul li a:hover,
.navigation ul li ul li.active a{
	text-shadow:none;
	color:#fff;
}
.content .copy{
	margin:30px 0;
}
#home .copy h2{
	padding:0 20px;
	font-size:18px;
	line-height:26px;
	color:#055132;
}
#home .copy p{
	padding:0 20px;
	margin:10px 0;
	text-align:justify;
}
#home .copy h2+p{
	margin-top:0;
}
#home .feature{
	background:#fff url(/images/home/feature.png) no-repeat top center;
	height:343px;
}
#home .subfeature{
	background:#fff url(/images/home/subfeature.png) no-repeat top center;
	height:117px;
}
#home .subfeature h3{
	margin-top:20px;
	padding-left:20px;
	font-size:18px;
	line-height:24px;
	color:#156e49;
	font-family:'Helvetica Condensed';
	text-transform:uppercase;
	text-shadow:#ccc 0 0 8px;
	margin-left:-4px;
}
#home .subfeature p{
	padding:0 20px;
	color:#fff;
	font-size:10.5px;
}
#home .subfeature .last h3,
#home .subfeature .last p {
	padding-left:10px;
}
#home .subfeature a{
	margin-left:4px;
}
a.more{
	background:transparent url(/images/more.png) no-repeat center right;
	padding-right:20px;
	white-space:nowrap;
}
a.download{
	background:transparent url(/images/value/download.jpg) no-repeat center left;
	padding-left:20px;
}
#about .feature{
	background:#fff url(/images/about/feature.png) no-repeat top center;
	height:152px;
}
#about .content{
	background-position:0 -180px;
}
#about .content h2{
	padding:20px 20px 0;
	font-size:40px;
	line-height:52px;
	color:#055132;
	font-weight:normal;
	font-family:'Helvetica Condensed Light';
}
#about .content h2 span{
	font-size:30px;
}
#about .content h2 span span{
	vertical-align:middle;
	font-size:24px;
	padding-bottom:12px;
	color:#0b9d61;
}
#about .content h3{
	padding:0 20px;
	font-size:14px;
	color:#055132;
	margin-top:30px;
}
#about .content h4{
	padding:20px 20px 0;
	font-size:24px;
	line-height:28px;
	color:#156e49;
	font-family:'Helvetica Condensed';
	font-weight:normal;
	text-transform:uppercase;
	text-shadow:#82a295 0 0 10px;
}
#about .copy p{
	padding:0 20px;
	margin-top:10px;
	text-align:justify;
	line-height:20px;
}
#about .copy .grid_8{
	width:639px;
	border-right:1px solid #a5c0b5;
}
#about .copy .grid_4 p{
	font-size:10.5px;
	line-height:16px;
}
#about .copy .team{
	margin-top:30px;
}
#about .content h5{
	font-size:14px;
	color:#055132;
	font-weight:normal;
}
#about .copy .team .grid_8{
	width:640px;
	border:0;
}
#about .copy .team  .grid_8 p{
	padding-left:0;
}
#about .copy .team  .grid_4 p{

}
#responsibility .feature{
	background:#fff url(/images/responsibility/feature.png) no-repeat top center;
	height:152px;
}
#responsibility .content{
	background-position:0 -180px;
}
#responsibility .content h2{
	padding:20px 20px 0;
	font-size:40px;
	line-height:52px;
	color:#055132;
	font-weight:normal;
	font-family:'Helvetica Condensed Light';
}
#responsibility .content h3{
	padding:0 20px;
	font-size:14px;
	color:#055132;
	margin-top:30px;
}
#responsibility .copy p{
	padding:0 20px;
	margin-top:10px;
	text-align:justify;
	line-height:20px;
}
#value .feature{
	background:#fff url(/images/value/feature.png) no-repeat top center;
	height:152px;
}
#value .content{
	background-position:0 -180px;
}
#value .content h2{
	padding:20px 20px 0;
	font-size:40px;
	line-height:52px;
	color:#055132;
	font-weight:normal;
	font-family:'Helvetica Condensed Light';
}
#value .content h2 span{
	font-size:30px;
}
#value .content h2 span span{
	vertical-align:middle;
	font-size:24px;
	padding-bottom:12px;
	color:#0b9d61;
}
#value .content h3{
	padding:20px 20px 0;
	font-size:14px;
	color:#055132;
	margin-top:30px;
}
#value .content h4{
	padding:0 20px;
	font-size:24px;
	line-height:28px;
	color:#156e49;
	font-family:'Helvetica Condensed';
	font-weight:normal;
	text-transform:uppercase;
	text-shadow:#82a295 0 0 10px;
}
#value .copy p{
	padding:0 20px;
	margin-top:10px;
	text-align:justify;
	line-height:20px;
}
#value .copy .grid_8{
	width:639px;
	border-right:1px solid #a5c0b5;
}
#value .content h5{
	padding:0 20px;
	font-size:14px;
	color:#055132;
	margin-top:20px;
	font-weight:normal;
}
#value .content p+h4{
	margin-top:40px;
}
#value .copy .grid_4 p{
	font-size:10.5px;
	line-height:16px;
}
#investment .feature{
	background:#fff url(/images/investment/feature.png) no-repeat top center;
	height:152px;
}
#investment .content{
	background-position:0 -180px;
}
#investment .content h2{
	padding:20px 20px 0;
	font-size:40px;
	line-height:52px;
	color:#055132;
	font-weight:normal;
	font-family:'Helvetica Condensed Light';
}
#investment .content h3{
	padding:0 20px;
	font-size:14px;
	color:#055132;
	margin-top:30px;
}
#investment .copy p{
	padding:0 20px;
	margin-top:10px;
	text-align:justify;
	line-height:20px;
}

#portfolio .feature{
	background:#fff url(/images/portfolio/feature.png) no-repeat top center;
	height:152px;
}
#portfolio .content{
	background-position:0 -180px;
}
#portfolio .content h2{
	padding:20px 20px 0;
	font-size:40px;
	line-height:52px;
	color:#055132;
	font-weight:normal;
	font-family:'Helvetica Condensed Light';
}
#portfolio .content h3{
	padding:0 20px;
	font-size:14px;
	color:#055132;
	margin-top:30px;
}
#portfolio .copy p{
	padding:0 20px;
	margin-top:10px;
	text-align:justify;
	line-height:20px;
}
#portfolio .content h5{
	padding:0 20px;
	font-size:14px;
	color:#055132;
	margin-top:20px;
	font-weight:normal;
}
#acquisitions .feature{
	background:#fff url(/images/acquisitions/feature.png) no-repeat top center;
	height:152px;
}
#acquisitions .content{
	background-position:0 -180px;
}
#acquisitions .content h2{
	padding:20px 20px 0;
	font-size:40px;
	line-height:52px;
	color:#055132;
	font-weight:normal;
	font-family:'Helvetica Condensed Light';
}
#acquisitions .content h3{
	padding:0 20px;
	font-size:14px;
	color:#055132;
	margin-top:30px;
}
#acquisitions .copy p{
	padding:0 20px;
	margin-top:10px;
	text-align:justify;
	line-height:20px;
}
#acquisitions .content h5{
	padding:0 20px;
	font-size:14px;
	color:#055132;
	margin-top:20px;
	font-weight:normal;
}



#contact .feature{
	background:#fff url(/images/contact/feature.png) no-repeat top center;
	height:152px;
}
#contact .content{
	background-position:0 -180px;
}
#contact .content h2{
	padding:20px 20px 0;
	font-size:40px;
	line-height:52px;
	color:#055132;
	font-weight:normal;
	font-family:'Helvetica Condensed Light';
}
#contact .content h4{
	padding:20px 20px 0;
	font-size:24px;
	line-height:28px;
	color:#156e49;
	font-family:'Helvetica Condensed';
	font-weight:normal;
	text-transform:uppercase;
	text-shadow:#82a295 0 0 10px;
}
#contact .copy p{
	padding:0 20px;
	margin-top:10px;
	text-align:justify;
	line-height:20px;
}
#contact .copy .grid_8{
	border-right:1px solid #a5c0b5;
	padding-right:20px;
	margin-right:10px;
}
#contact .copy .grid_4{
	width:289px;
}
#contact .copy .grid_8 .grid_4{
	width:320px;
}
#contact .copy .grid_4 p{
	font-size:10.5px;
	line-height:16px;
}
#contact .copy span{
	color:#055132;
}
#contact .copy input[type=text],
#contact .copy textarea,
#contact .copy select{
	width:100%;
	border:1px solid #adc6c1;
	vertical-align:middle;
	font-size:13px;
	line-height:18px;
	padding:2px 4px;
	text-transform:uppercase;
	color:#196757;
	font-family:verdana,arial,sans-serif;
}
#contact .copy select{
	width:101.5%;
}
#contact .copy input[type=submit]{
	border:0;
	vertical-align:middle;
	font-size:13px;
	line-height:18px;
	padding:4px 8px;
	text-transform:uppercase;
	color:#fff;
	background:#044c2f;
	font-family:verdana,arial,sans-serif;
	margin-right:-10px;
}


#contact .copy ul{
	list-style:disc;
	margin-left:40px;
}
#contact .copy ul p{
	padding-left:5px;
}

.www{
	display:none;
}

