@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: none;
}

body {
	font-size: 62.5%;
	line-height: 230%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e5e9eb;
}

/*text and defaults*/

p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

p.url {
	font-size: 1.6em;
}

ul {
	list-style: none;
	font-size: 1.2em;
}

dl, ol {
	font-size: 1.2em;
}

dt {

}

ul.bullets {
	margin-bottom: 1.2em;
	margin-left: 3em;
	list-style: disc;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4, h5, h6 {
	font-size: 1.3em;
}

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

a:visited {
	color: #e5e9eb;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a:active {
	text-decoration: underline;
}

.green {
	color: #4c7b24;
}

div.green {
	background: #4c7b24;
	color: #fff;
}

.inviz {
	position: absolute !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	left: -9999px !important;
	top: -9999px !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/*layout*/

#wrapper {
	position: relative;
	overflow: hidden;
}

#page, #header, #footer {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 101px;
	padding-top: 13px;
}

ul#nav {
	position: absolute;
	left: 0;
	bottom: 18px;
}

ul#nav li {
	display: inline;
	padding-right: 16px;
	position: relative;
}

ul#nav a, ul#nav a:visited {
	color: #4c7b24;
	letter-spacing:0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

ul#nav ul a, ul#nav ul a:visited {
	letter-spacing:0.05em;
}

ul#nav a:hover, ul#nav a:active, ul#nav a.active {
	color: #3b3b3b;
}

ul#nav ul {
	position: absolute;
	width: 900px;
	bottom: -23px;
	_bottom: -14px;
	left: 0;
	display: none;
}

ul#nav ul a {
	font-size: 11px;
	text-transform: capitalize !important;
}

ul#nav.hover ul {
	display: none !important;
}

ul#nav li:hover ul, ul#nav li.open ul {
	display: block !important;
}

a#logo {
	display: block;
	text-indent: -9999px;
	height: 95px;
	width: 200px;
	float: right;
	background: url(/images/logo.png) top left no-repeat;
}

#page {
	color: #fff;
	overflow: hidden;	
}

#page .inner {
	background-repeat: no-repeat;
	background-position: 407px 0px;
	overflow: hidden;
	zoom: 1;
}

#sidebar {
	width: 380px;
	float: left;
	padding: 10px 0;
	line-height: 175%;
	padding: 12px 12px 0 0;
	min-height: 400px;
	_height: 400px;
	_overflow: visible;
}

#sidebar h1 {
	text-transform: uppercase;
	letter-spacing:0.1em;
	margin: .5em 0;
	font-weight: normal;
}

#main {
	position: relative;
	z-index: 10000;
	width: 530px;
	float: right;
}

.mask {
	position: absolute;
	top: 0;
	height: 100%;
	opacity: .6;
	filter: alpha(opacity=60);
	zoom: 1;
}

.stripe {
	width: 12px;
	position: absolute;
	top: 0;
	height: 100%;
}

#left-stripe {
	border-right: 2px solid #fff;
	left: 393px;
}

#right-stripe {
	border-left: 2px solid #fff;
	right: 0;
}

#left-mask {
	left: 407px;
	width: 40px;
}

#right-mask {
	right: 14px;
	width: 18px;
}

/*page specific layout*/

.about .theme, .better-communities .theme, .news .theme, .article .theme {
	background-color: #455560;
}

.about .shadow, .better-communities .shadow, .news .shadow, .article .shadow {
	background-color: #1b262e;
}

.article #left-mask.theme {
	background-color: #1b262e;
}

h3.headline {

}

h3.headline span {
	font-size: .8em;
	font-weight: normal;
	padding-left: 18px;
}

.article h3.headline span {
	padding-left: 0;
	display: block;
	font-style: italic;
}

.article #page .inner {
	background-position: 211px 0px;
}


.article h3.headline a, .article h3.headline a:visited {
	color: #fff;
}

.article h3.headline a:hover, .article h3.headline a.active {
	color: #4c7b24;
}

.team .theme, .team-member .theme {
	background-color: #00395a;
}

.team .shadow {
	background-color: #001429;
}

#team-list {
	padding: 20px 0;
}

.team #left-mask, .team-member #left-mask {
	width: 170px;
	background-color: #001429;
	opacity: .8;
	filter: alpha(opacity=80);
} 

#team-list a, #team-list a:visited {
	color: #fff;
}

#team-list a:hover, #team-list a.active {
	font-weight: bold;
	text-decoration: none;
}

.team-member .shadow {
	background-color: #00274c;
}

.team-member #sidebar, .article #sidebar {
	width: 180px;
}

.team-member #left-mask, .article #left-mask {
	width: 735px; /*same as main*/
	left: 210px;
}

.team-member #right-mask, .article #right-mask {
	width: 1px;
}

.team-member #main, .article #main {
	width: 735px; /*same as left-mask*/
}

#main .inner, #sidebar .inner {
	padding: 20px 30px 20px 20px;
}

.team-member #main img {
	border: 0px solid #fff;
}

.team-member #left-stripe, .article #left-stripe {
	left: 197px;
}

.team-member #team-list span {
	text-transform: uppercase;
	font-weight: bold;
}

.gallery .theme {
	background-color: #5e883a;
}

.gallery .shadow, .gallery #left-mask.theme {
	background-color: #17220f;
}

.gallery #right-mask.theme {
	background-color: #024b68;
	width: 236px;
}

.gallery #left-mask.theme {
	width: 679px;
	left: 21px;
}

.gallery #main {
	float: left;
	width: 685px;
}

.gallery #sidebar {
	float: right;
	width: 236px;
	z-index: 10000;
	position: relative;
}

.gallery #left-stripe {
	left: 686px;
}

.gallery #sidebar ul a, .gallery #sidebar ul a:visited {
	color: #fff;
}

.gallery #sidebar ul a:hover {
	color: #4c7b24;
}

.gallery #sidebar {
	padding-top: 0;
}

.gallery #sidebar .inner {
	padding-right: 0;
}

.gallery #sidebar li {
	width: 140px;
	float: left;
	clear: both;
	padding-bottom: 10px;
}

.gallery #sidebar li.thumbnail {
	width: 66px;
	float: right;
	clear: none;
}

.gallery #sidebar li.thumbnail a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}

.gallery #sidebar li.thumbnail img{
	border: 1px solid #506672;
	height: 55px;
	width: 55px;
}

.gallery #main p {
}

.gallery #page .inner {
	background-position: top left;
}

.gallery .mask {
	opacity: .85;
	filter: alpha(opacity=85);
}



.contact .theme, .sustainability .theme {
	background-color: #4c7b24;
}

.contact .shadow, .sustainability .shadow {
	background-color: #4c7b24;
}

.contact .entry {
	width: 184px;
	float: left;
}

.contact .entry a, .contact .entry a:visited {
	color: #fff;
	text-decoration: underline;
}

.contact .entry a:hover {
	text-decoration: none;
}

/*subpage layout*/

.subpage #main {
	float: none;
	width: auto;
	padding: 25px 0;
	background: #fff; /*cover up banner image if it is too tall*/
}

.subpage #wrapper {
	overflow: visible;
	height: 315px;
}

#page.subpage {
	_background: #fff;
	_width: auto;
	_margin-top: 315px;
}

#page.subpage .banner {
	padding-top: 315px;
	background-position: top left !important;
	_width: 950px;
	_margin: 0 auto;
	_top: -315px;
	_position: relative;
}

#page.carousel {
	position: static;
	overflow: visible;
}

#page.carousel .inner {
	position: relative;
	z-index: 10;
}

#page.carousel p strong {
	display: block;
	color: #4c7b24;
	font-weight: normal;
}

.carousel .theme {
	background-color: #173b05;
}

.carousel .shadow {
	background-color: #071c01;
}

#gal {
	height: 315px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}

#gal .inner {
	overflow: visible !important;
}

#gal ul {
	height: 315px;
	position: absolute;
	width: 2850px;
	left: 50%;
	top: 0;
	margin-left: -1425px;
}

#gal li {
	display: block;
	width: 950px;
	margin: 0 auto;
}

#gal img {
	height: 315px;
	width: 950px;
}

#left, #right {
	position: absolute;
	width: 121px;
	height: 243px;
	display: block;
	text-indent: -9999px;
	top: 32px;
	opacity: .3;
	filter: alpha(opacity=30);
	z-index: 100;
	outline: none;
}

#left {
	left: 10px;
	background: url(/images/left.png) top left no-repeat;
	_background: url(/images/left.gif) top left no-repeat;
}

a#left:hover, a#right:hover, a#left:focus, a#right:focus {
	opacity: .5;
	filter: alpha(opacity=50);
}

#right {
	right: 10px;
	background: url(/images/right.png) top left no-repeat;
	_background: url(/images/right.gif) top left no-repeat;
}

#page.subpage * {
	color: #252525;
}

#page.subpage h1 {
	color: #4c7b24;
	text-transform: uppercase;
	letter-spacing:0.1em;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.3em;
	margin-bottom: .5em;
}

.subpage #left-mask, .subpage #right-mask {
	width: 26px;
	height: 315px;
}

.subpage #left-mask {
	left: 7px;
}

.subpage #right-mask {
	right: 7px;
}

.subpage #left-stripe, .subpage #right-stripe {
	width: 5px;
	height: 315px;
}

.subpage #left-stripe {
	left: 0;
}

.subpage #right-stripe {
	right: 0;
}

.global .theme {
	background-color: #3d2c1c;
}

.global .shadow {
	background-color: #786651;
}

.usa .theme {
	background-color: #4c7b24;
}

.usa .shadow {
	background-color: #173b05;
}

.sweden .theme {
	background-color: #00395a;
}

.sweden .shadow {
	background-color: #00244a;
}

.poland .theme {
	background-color: #696a6c;
}

.poland .shadow {
	background-color: #332c24;
}