@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: none;
}

body {
	font-size: 62.5%;
	line-height: 175%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663600;
}

/*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: #663600;
	text-decoration: none;
}

a:visited {
	color: #663600;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

#links a {
	color:#b37474;
}

#links a:hover {
	color:#663434;
	text-decoration: none;
}


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, #content, #control {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 147px;
	padding-top: 13px;
}

#footer {
	padding-top: 18px;
	text-align: right;
}

ul#nav {
	position: absolute;
	left: 0;
	/*bottom: 18px;*/
}

ul#nav li {
	display: inline;
	position: relative;
	padding-right: 1.5em;
}

ul#nav a, ul#nav a:visited {
	color: #b37474;
	text-decoration: none;
	text-transform: uppercase;
}

ul#nav a:hover, ul#nav a:active, ul#nav a.active {
	color: #663434;
}

a#logo {
	display: block;
	text-indent: -9999px;
	height: 133px;
	width: 506px;
	float: right;
	background: url(/images/logo.gif) top left no-repeat;
}

#page {
	color: #fff;
	overflow: hidden;	
	z-index: 20;
}

#page .inner {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	zoom: 1;
}
#content {
	color: #fff;
	overflow: hidden;	
	z-index: 20;
}
#content ul {
	margin: 0 0 1em 0;
}

#content ul li {
	margin: 0 0 0 20px;
	list-style: disc outside url("/images/li_white.gif");
}
#links {
	float:left;
	width:326px;
	z-index:10000;
}
#column {
	width: 624px;
	float: right;
	position:relative;
	_overflow: visible;
}
#column * {
	color: #fff;
}
.about #column {
	background-color:#d9531e;
}
.team #column {
	background-color:#6d8d23;
}
.invest #column {
	background-color:#e8a713;
}
.invest #column * {
	color: #000;
}
.news #column {
	background-color:#415a68;
}
.contact #column {
	background-color:#bf2e1a;
}
#links .inner, #column .inner {
	padding: 20px 50px 20px 50px;
}
#sidebar {
	width: 524px;
	float: right;
	position:relative;
	line-height: 175%;
	padding: 50px;
	height: 147px;
	_overflow: visible;
}

#sidebar h1 {
	text-transform: uppercase;
	letter-spacing:0.1em;
	margin: .5em 0;
	font-weight: normal;
}

#main {
	float:left;
	width:326px;
	z-index:10000;
}

.mask {
	position: absolute;
	top: 0;
	height: 247px;
	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-span {
	 height:247px;
	 position:absolute;
	 top:0;
	 right: 50%;
	 background-color:#F00;
	 z-index:10;
	 width: 50%;
}

#right-span {
	 height:247px;
	 position:absolute;
	 top:0;
	 right: 0;
	 background-color:#0F0;
	 z-index:10;
	 width: 50%;
}

#left-mask {
	left: 0px;
	width: 60px;
}

#right-mask {
	left: 286px;
	width: 40px;
}

/*page specific layout*/

.about .theme, .team .theme {
	background-color: #683316;
}
.invest .theme {
	background-color: #c53602;
}
.news .theme {
	background-color: #103d1e;
}
.contact .theme {
	background-color: #31100b;
}
.about #left-mask.theme, .about #left-span.theme, .team #left-mask.theme, .team #left-span.theme, .contact #left-mask.theme, .contact #left-span.theme {
	background-color: #e8a713;
}
.invest #left-mask.theme, .invest #left-span.theme {
	background-color: #6d8d23;
}
.news #left-mask.theme, .news #left-span.theme {
	background-color: #f26532;
}
.about #right-mask.theme, .about #right-span.theme {
	background-color: #6d8d23;
}
.team #right-mask.theme, .team #right-span.theme, .invest #right-mask.theme, .invest #right-span.theme {
	background-color: #d9531e;
}
.news #right-mask.theme, .news #right-span.theme {
	background-color: #40ae49;
}
.contact #right-mask.theme, .contact #right-span.theme {
	background-color: #415a68;
}
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;
}

#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*/

#page.subpage .inner #main {
	float: none;
	width: auto;
	/*padding: 25px 76px;*/
	background: #fff url(/images/timeline_sep.gif) top left no-repeat; /*cover up banner image if it is too tall*/
}

.subpage #wrapper {
	overflow: visible;
	height: 247px;
}

#page.subpage {
	_background: #fff;
	_width: auto;
	_margin-top: 247px;
}

#page.subpage .banner {
	padding-top: 247px;
	background-position: top left !important;
	_width: 950px;
	_margin: 0 auto;
	_top: -247px;
	_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: 247px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}

#gal .inner {
	overflow: visible !important;
}

#gal ul {
	height: 247px;
	position: absolute;
	width: 2850px;
	left: 50%;
	top: 0;
	margin-left: -1425px;
}

#gal li {
	display: block;
	width: 950px;
	margin: 0 auto;
}

#gal li .frame {
	background-repeat: no-repeat;
	background-position: 60px 0px;
	overflow: hidden;
	zoom: 1;
}

#gal li .frame .year {
	float:left;
	height: 247px;
	width:386px;
}

#gal li .frame .text {
	height: 247px;
	width: 464px;
	float: right;
	position:relative;
	line-height: 175%;
	padding: 50px;
	height: 147px;
	_overflow: visible;
}
#gal li .frame .text * {
	color: #fff;
}
#gal li .left-mask {
	background-color: #e8a713;
	margin-left: 60px;
	width: 40px;
}
#gal li .right-mask {
	margin-left: 366px;
	width: 20px;
}
.tlBlue .right-mask, .tlBlue .text {
	background-color:#415a68;
}
.tlGreen .right-mask, .tlGreen .text {
	background-color:#40ae49;
}
.tlMagenta .right-mask, .tlMagenta .text  {
	background-color:#860038;
}
.tlOrange .right-mask, .tlOrange .text {
	background-color:#f26532;
}
.tlRed .right-mask, .tlRed .text {
	background-color:#bf2e1a;
}

#main.tlBlue h2 {color:#415a68;}
#main.tlGreen h2 {color:#40ae49;}
#main.tlMagenta h2 {color:#860038;}
#main.tlOrange h2 {color:#f26532;}
#main.tlRed h2 {color:#bf2e1a;}


#main ul li {
	margin: 0 0 0 20px;
	list-style: disc outside url("/images/li.gif");
}

#main.tlBlue li {list-style-image:url("/images/li_blue.gif");}
#main.tlGreen li {list-style-image:url("/images/li_green.gif");}
#main.tlMagenta li {list-style-image:url("/images/li_magenta.gif");}
#main.tlOrange li {list-style-image:url("/images/li_orange.gif");}
#main.tlRed li {list-style-image:url("/images/li_red.gif");}
.invest #column .inner li {list-style-image:url("/images/li_black.gif");}

#gal li .left-stripe {
	background-color: #e8a713;
	border-right: 2px solid #fff;
	width: 60px;
}

#gal li .hidden {
	display: none !important;
}

#left, #right {
	position: absolute;
	width: 121px;
	height: 243px;
	display: block;
	text-indent: -9999px;
	top: 2px;
	opacity: .4;
	filter: alpha(opacity=40);
	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: .7;
	filter: alpha(opacity=70);
}

#right {
	right: 10px;
	background: url(/images/right.png) top left no-repeat;
	_background: url(/images/right.gif) top left no-repeat;
}
#control {
	height: 24px;
	margin-top: -24px;
}

#control #left, #control #right {
	color: #663434;
	font-weight: bold;
	position: relative;
	width: 12px;
	height: 24px;
	display: inline;
	text-indent: 0;
	top: 0;
	opacity: .3;
	filter: alpha(opacity=30);
	z-index: 100;
	outline: none;
	text-decoration: none;
}

#control #left {
	left: 10px;
	background: none;
	_background: none;
}

#control a#left:hover, #control a#right:hover, #control a#left:focus, #control a#right:focus {
	opacity: .5;
	filter: alpha(opacity=50);
}

#control #right {
	left: 30px;
	background: none;
	_background: none;
}

#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: 247px;
}

.subpage #left-mask {
	left: 7px;
}

.subpage #right-mask {
	right: 7px;
}

.subpage #left-stripe, .subpage #right-stripe {
	width: 5px;
	height: 247px;
}

.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;
}
#social {
	position: absolute;
	bottom: 30px;
	right: 624px;
	height: 30px;
	width: 100px;
}
#partners {
	margin: 6px 50px 0 -50px;
	padding: 0 50px;
	background-color: #fff;
	height: 95px;
	width: 524px;
}
#partners a {
	float: left;
	padding-left: 1em;
}
#contact_form table {
	font-size:1.2em;
	margin-bottom:1.2em;
}
#contact_form input, #contact_form textarea {
	border: 1px solid #999;
	margin-bottom: 0.5em;
	width: 200px;
}
#contact_form label {
	font-weight:bold;
	padding-right: 0.5em;
}
#contact_form table td {
	padding-bottom: 0.5em;
	vertical-align:top;
}
.err {
	color: #C00 !important;
	font-weight: bold;
}

a.donate_now {background:transparent url(../images/donate_now_button.gif) no-repeat scroll left top;display:block;height:30px;width:130px;margin:20px 0 0 0;text-indent:-9999px;}
a.donate_now:hover {background:transparent url(../images/donate_now_button.gif) no-repeat scroll left bottom;}
a.get_started {background:transparent url(../images/get_started_button.gif) no-repeat scroll left top;display:block;height:30px;width:130px;margin:20px 0 0 0;text-indent:-9999px;}
a.get_started:hover {background:transparent url(../images/get_started_button.gif) no-repeat scroll left bottom;}

#donate{background: url('/images/donate_now_button.gif') no-repeat top left; margin-top: 60px; float: left; clear: both; width: 130px; height: 30px; display: block; text-indent: -9999px; }
#donate:hover{background: url('/images/donate_now_button.gif') no-repeat bottom left; }
.clink:hover{color: #663600 !important;}

