body {
	margin:0px;
	background: #FFFFFF;
	color:#333333;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(bg_body.jpg) repeat-x top center #FFFFFF;
}

p, h1, h2 {
	margin:0px 0px 12px 0px;
}
img, a img {border:none; outline:none;}
h1 {
	font-size:18px;
	color:#5c9534;
}
h2 {
	font-size:14px;
	color:#5c9534;
	font-weight:bold;
	letter-spacing:-1px;
}
form {
	display:inline;
}

/* LINKS */
a 		{ color:#5c9534; text-decoration:none; outline:none; }
a:hover { color:#000000; text-decoration:underline; outline:none; }

#footer-links a 	  { color:#FFFFFF; text-decoration:none; }
#footer-links a:hover { color:#AAAAAA; text-decoration:underline; }

#disclaimer a 	  { color:#777777; text-decoration:none; }
#disclaimer a:hover { color:#000000; text-decoration:underline; }

a.header-nav { color:#828282; text-decoration:none; padding:2px 14px 2px 0px; position:relative; top:-3px; margin-right:14px; border-right:1px solid #E7E7E7; outline:none; }
a.header-nav:hover { color:#828282; text-decoration:underline; outline:none; }

/* TOP */
#container-header{
	height:41px;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	background:url(bg_header.png) repeat-x center left;
	z-index:999999;
	color:#589131;
}
#header {
	width:955px;
	margin:0px auto;
}
#quotes {
	float:left;
	padding-top:10px;
}
#header-links {
	float:right;
	padding-top:10px;
}


#container-navigation {
	width:990px;
	margin:0px auto;
	height:106px; 
	padding-top:74px;
	z-index: 99999;
}
#logo {
	float:left;
	padding:0px 73px 0px 12px;
}
#navigation {
	padding-top:25px;
	position:relative;
	float: left;
	z-index: 99999;
}
/* NAVIGATION */
#navigation ul {
	margin:0px;
	padding:0px;
	list-style: none;
}
#navigation ul li {
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	background-image:url(bg_navigation.png);
	height:35px; 
}
#navigation ul li a {
    text-indent: -9000px;
    overflow: hidden;  
	display:block;
	height:35px;
}

#nav-aboutus 	{ width:118px; background-position:-0px -0px; }
#nav-projects 	{ width:122px; background-position:-118px -0px; }
#nav-investors 	{ width:157px; background-position:-240px -0px; }
#nav-news 		{ width:153px; background-position:-397px -0px; }
#nav-resources 	{ width:181px; background-position:-550px -0px; }

#nav-aboutus:hover 	{ background-position:-0px -35px; }
#nav-projects:hover 	{ background-position:-118px -35px; }
#nav-investors:hover	{ background-position:-240px -35px; }
#nav-news:hover  		{ background-position:-397px -35px; }
#nav-resources:hover  	{ background-position:-550px -35px; }
.menu, .menu ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu {
	margin:0 auto;
	position:relative;
	z-index: 99999;
}
.menu li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  background-color:transparent;
}
.menu li a, .menu li a:link, .menu li a:active, .menu li a:visited {
font-style:normal;
font-weight:normal;
display: block;
line-height:11px;  
color:#5b8d3a;
margin:0;
font-weight:bold;
}
#navigation ul li .dd_sub a {
	padding:4px 0;
}
/* Mega Dropdown */
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .60;
	z-index: 9999;
}
.dd_sub{
	display: none; /*--hidden by default--*/
	background: #ededed;
	padding: 10px;
	font-size: 11px;
	position: absolute;
	top: 35px; left: 0;
	z-index: 99999;
}
li:hover .dd_sub {
	display:block;
}
.dd_sub ul{
	display:block;
	float:left;
	padding:10px 20px 10px 0 !important;
}
.dd_sub li {
	height:auto !important;
	text-indent:none !important;
	float:none !important;
	background-image: none !important;
}
.dd_sub a {
	font-size: 11px;
	color:#5b8d3a;
	height:auto !important;
	text-indent: 0 !important;
	padding: 4px 0;
}

.dd_image {
	float:right;
}
.dd_image a {
	padding:0 !important;
}
#nav-projects .dd_image a {
	padding:0 0 4px !important;
}
.dd_sub a {
	text-indent:0 !important;
}
.menu .dd_sub ul {
	top:27px !important;
	padding: 4px 0 !important;
}
#nav-aboutus .dd_sub {
	width: 445px;
}
#nav-projects .dd_sub {
	width: 541px;
}
#nav-projects .dd_sub ul, #nav-investors .dd_sub ul {
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	padding: 4px 0 7px !important;
	position:static;
	width:100%;
	float: left;
	margin: 4px 0 0;
}
#nav-investors .dd_sub ul {
	padding: 4px 0 11px !important;
	margin: 4px 0 8px !important;
}
#nav-projects .dd_sub li,#nav-investors .dd_sub li {
	clear: none !important;
    float: left !important;
    width: 180px;
}
#nav-investors .dd_sub {
	left:-217px !important;
	width: 540px;
}
#nav-investors .dd_sub ul {
	border-top:none;
}
#nav-news .dd_sub {
	left:-240px !important;
	width: 555px;
}
#nav-news .dd_sub ul {
	border-top:none;
}
#nav-resources .dd_sub {
	right:0 !important;
	left: auto;
	width: 405px;
}
#nav-resources .dd_sub ul {
	border-top:none;
}
.bottom-border {
	border-bottom:1px solid #c0c0c0;
	float:left;
	width:100%;
	height:8px;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .dd_sub {
	position: absolute;
}

/* End Mega Dropdown*/
#side-buttons {
	position:absolute;
	top:180px;
	left:0px;
	height:215px;
	width:37px;
	z-index:0;
}
#social-media {
	padding-bottom:11px;
}

#container-slider {
	position: relative;
	width:966px;
	height:306px;
	margin:0px auto;
	background:url(bg_slider.png) no-repeat;
	padding:11px 12px;
	z-index:3;
	clear:both;
}
#slider-overflow {
	overflow:hidden;
	z-index:2;
}
#slider {
	position: relative;
	overflow:hidden;
	width:966px;
	height:306px;
	z-index:2;
}
#slider-tabs {
	position:relative; 
	top:-330px
}
#slider-tab1 {
	z-index:1000;
	float:right;
	position:absolute;
	top: 60px; 
	left: 765px;
	width:201px;
}
#slider-tab2 {
	z-index:1000;
	float:right;
	position:absolute;
	top: 87px; 
	left: 940px;
	width:26px;
}
#slider-tab3 {
	z-index:1000;
	float:right;
	position:absolute;
	top: 114px; 
	left: 940px;
}
#slider-tab4 {
	z-index:1000;
	float:right;
	position:absolute;
	top: 141px; 
	left: 940px;
}
#slider img {
	z-index:1;
	position:relative;
	top: 0; 
	left: 0;
}

#container-infobox {
	width:990px;
	margin:0px auto;
	padding-top:15px;
	height:295px;
}

#infobox-media, #infobox-news, #infobox-downloads, #infobox-properties, #disclaimer, #members {
	border-top:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	float:left;
}
#infobox-media {
	width:214px;
	height:261px;
	padding:16px;
	background:#EDEDED;
}
#infobox-news {
	width:215px;
	height:261px;
	padding:16px;
}
#infobox-downloads {
	width:215px;
	height:261px;
	padding:16px;
	background:#EDEDED;
}
#infobox-properties {
	width:220px;
	height:261px;
	padding:16px 15px;
}
.infobox-header {
	padding-bottom:12px;
}

#container-disclaimer {
	width:990px;
	margin:0px auto;
	padding:27px 0px;
}
#disclaimer {
	padding:6px 10px;
	width:722px;
	height:150px;
	margin-right:12px;
	color:#777777;
	line-height:19px;
}
#members {
	width:213px;
	padding:6px 10px;
	height:150px;
}
#members img {
	margin-top:10px;
}
.news_item {
	padding:0px 11px 10px 11px;
}
.separator {
	height:1px; 
	border-bottom:1px solid #ECECEC;
	margin-bottom:10px;
}
.separator2 {
	height:1px; 
	border-bottom:1px solid #E0E0E0;
	margin-bottom:10px;
}
.clear{
	clear:both;
}

/* FOOTER */
#container-footer {
	width:100%;
	height:100px;
	background:url(bg_footer.jpg) repeat-x;
	color:#FFFFFF;
	margin-top:25px;
}
#footer {
	width:990px;
	height:100px;
	margin:0px auto;
}
#footer-links {
	width:750px;
	padding:20px 0px 0px 5px;
	float:left;
}
#blender {
	float:right;
	text-align:right;
	padding:0px 0px 0px 0px;
}

/* MOBILE */
#link-to-mobile {
	background:#FF0000;
	margin-top:41px;
	padding:10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	clear:both;
}

#link-to-mobile a {
	color:#FFFFFF;
}
