/* Reset Style.
* @author Eric Meyer
* @author Russ Tennant (russ@i2rd.com)
* @author Ben Barber (bbarber@i2rd.com)
*/
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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
body{line-height: 1;color: #000;background: #FFF;}
ol, ul{list-style: none;}
table{border-collapse: separate; border-spacing: 0;}
caption, th, td{text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}

td{vertical-align: middle;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
b, strong{font-weight: bold;}

#e_content {
}

#footer {
}

#header {
}

#image_slider {
}

#e_column_0 {
}

#column1 {
	float: left;
}

#column2 {
	float: left;
}

#column3 {
	float: right;
}
/* 
Basic Styles
Company: Green Planet Group
Author: Vivian Clark (vclark@i2rd.com)
*/

html {
  font-size: 100%;
}
body {
  font-family: Arial, Verdana, sans-serif;
  font-size: .8em;
  background: #9bcb53;
  color: #424242;
}
/* center alignment ------------------*/

#header,
#image_slider,
#e_column_0 {
  width: 100%;
}
#header_wc_1,
#e_column_0_wc_0,
#footer {
  width: 75em;
  margin: 0 auto;
}

/* header ---------------------------*/
#header {
  background: #204579 url(/resources/dyn/files/134407/_fn/header_bg.gif) repeat top left;
  border-bottom: 1px solid #e3e2e7;
}
#header_wc_0 {
  width: 80em;
  margin: 0 auto;
  background: url(/resources/dyn/files/134415/_fn/logo_bg.png) no-repeat top left;
  height: 4.2em;
}
#header_wc_1 {
  height: 4.2em;
}
#ie6only #header_wc_0 {
  behavior: url(/resources/all/docroot/cms/legacy/ie6pngfix.htc);
}
#logo {
  float: left;
  margin: .5em 1em 0;
}
#logo,
#logo h1 a {
  width: 260px;
  height: 40px;
}
#logo h1 a {
  display: block;
  text-indent: -4000em;
}

/* main navigation ----------------*/
#main_menu {
  float: right;
  background: white url(/resources/dyn/files/134417/_fn/navigation_bg.gif) repeat-x bottom left;
}
#main_menu li {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
  text-transform: uppercase;
  border-left: 1px solid white;
}
#main_menu li.over,
#main_menu li.mi_active {
  border-left: 1px solid #8fcd31;
}
#main_menu li a {
  color: #2d5769;
  text-decoration: none;
  padding: 1.6em 1.2em;
  display: block;
  border-right: 1px solid #c6c6c6;
}
#main_menu li a:hover,
#main_menu li.mi_active a,
#main_menu li.over a {
  border-right: 1px solid #4d8302;
  color: white;
  background: #76a929 url(/resources/dyn/files/135773/_fn/navigation_hover.gif) repeat-x top left;
}
/* dropdown ----------*/
#main_menu li ul {
  width: 12em;
  top: 4.2em;
  left: 0;
}
#main_menu li li.over,
#main_menu li li.mi_active,
#main_menu li.over li,
#main_menu li.mi_active li,
#main_menu li li,
#main_menu li li a:hover,
#main_menu li li a {
  border-left: none;
  border-right: none;
}

#main_menu li li {
  text-transform: none;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#main_menu li li a,
#main_menu li.over li a {
  padding: .5em 1em;
  border-right: none;
  display: block;
  background: #666;
  color: white;
}
#main_menu li li a:hover {
  background: #aaa;
}
/* footer -----------------------------*/
#footer {
  background: #e2e2e2;
  border-top: 1px solid white;
  padding: 1em 0 .5em;
}
#copyright {
  padding: 0 1em;
  font-size: .9em;
}
/* general styles --------------------*/
h2 {
  font-size: 1.6em;
  font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Arial, sans-serif;
  margin-bottom: 1em;
  line-height: 1.4;
}
h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: .5em;
}
h4 {
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: .5em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup {
  font-size: .6em;
}
p {
  margin-bottom: 1em;
  line-height: 1.4;
}
a {
  color: #86AF4C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* table styles --------------*/
.textbean table {
  width: 100%;
}
.textbean td {
  padding: .25em;
  vertical-align: top;
}
/* list styles ----------------*/
.textbean ul,
.textbean ol,
.article_content ul,
.article_content ol {
  margin: 0 0 1em 1em;
  list-style-position: outside;
}
.textbean ul li,
.article_content ul li {
  list-style-type: disc;
}
.textbean ol li,
.article_content ol li {
  list-style-type: decimal;
}
/* home page only -----------*/

#header {
  position: relative;
  z-index: 2;
}
#image_slider {
  position: relative;
  z-index: 1;
}
/* columns -------------------*/
#e_column_0 {
  background: #9bcb53 url(/resources/dyn/files/134402/_fn/ecolumn_bg.gif) repeat-x top left;
}
#e_column_0_wc_0 {
  border-bottom: 1px solid #aaa;
  padding-top: 1em;
  overflow: hidden;
  background: white url(/resources/dyn/files/134408/_fn/home_column_bg.gif) repeat-x bottom left;
}

#column1 {
  margin: 1em;
  width: 306px;
}
#column2 {
  border: 1px solid #d4d4d4;
  border-width: 0px 1px;
  margin: 1em 0;
  padding: 0 1em 0 2em;
  width: 250px;
}
#column3 {
  width: 285px;
  padding: 0 1em 1em;
  margin: 0 1em 1em 0;
}
#ie6only #column3 {
  width: 275px;
}
/* home page headings ----------*/

#who_we_are h2,
#stock h2 {
  padding-left: 38px;
}
#making_impact h2 {
  padding-left: 45px;
  background: url(/resources/dyn/files/134412/_fn/icon_gallery.gif) no-repeat top left;
}
#who_we_are h2 {
  background: url(/resources/dyn/files/134411/_fn/icon_arrow.gif) no-repeat top left;
}
#stock h2 {
  margin-bottom: 0px;
  background: url(/resources/dyn/files/134414/_fn/icon_stock.gif) no-repeat top left;
}
#who_we_are {
  margin-bottom: 2em;
}
/* news -------------------------------*/
#marquee,
#news_title {
  display: block;
  font-size: 1.6em;
  text-transform: uppercase;
  font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Arial, sans-serif;
  letter-spacing: .05em;
  margin-bottom: .5em;
  line-height: 1.4;
  color: white;
  padding-left: 38px;
  background: url(/resources/dyn/files/134700/_fn/icon_search.png) no-repeat top left;
}
#marquee div.ac_heading {
  display:none; 
}
#news_container {
  line-height: 1.4;
  background: #585a57 url(/resources/dyn/files/134418/_fn/news_bg.gif) repeat-x top left;
  overflow: hidden;
  color: white;
  padding: 1.5em .5em 1.5em 1em;
}
#news li.ac_item {
  margin-bottom: 2em;
}
#news .article_post_time span.label {
  display: none;
}
#news div.article_post_time {
  color: #d9ffa2;
}
#news .article_link_read_more a {
  color: #d9ffa2;
  font-family:  Lucida Grande, Lucida Sans, Lucida Sans Unicode, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
#news .article_link_read_more a:hover {
  color: white;
  text-decoration: none;
}

/* home gallery ------------*/
#home_gallery div.caption {
  display: none;
}

/* stock ticker ---------------------*/
#stock iframe {
  height: 300px !important;
}

/* video column1 ------------------*/
div.video {
  text-align: center;
  margin-bottom: 1em;
}

/* View More Button Styles --------*/
.view_button img {
  display: block;
  margin: 0 auto;
}

/* home page tab slider styles ----------------------------*/

#image_slider {
  width: 100%;
  background: #163a6d;
}
#home_slider {
  position: relative;
}
#home_slider .controls {
  position: relative;
  z-index: 1000;
}
#home_slider .controls div.prev,
#home_slider .controls div.next {
  position: absolute;
  top: 407px;
  cursor: pointer;
  cursor: hand;
  width: 80px;
  height: 40px;
  text-indent: -400em;
  overflow: hidden;
}
#home_slider .controls div.prev {
  left: 5%;
  background: url(/resources/dyn/files/136973/_fn/header_button_prev.png) no-repeat top left;
}
#home_slider .controls div.next {
  right: 5%;
  background: url(/resources/dyn/files/136972/_fn/header_button_next.png) no-repeat top left;
}
#home_slider .controls div.disabled {
  opacity: .60;
}
#home_slider div.tab-items {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1;
}
#home_slider .tab-items ul {
  width: 75em;
  margin: 0 auto;
}
#home_slider .tab-items li {
  float: left;
  display: block;
  font-size: 1.2em;
  font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Arial, sans-serif;
  padding: 0 2em;
  line-height: 2.6;
  color: white;
  cursor: pointer;
  cursor: hand;
  border-right: 1px solid #ddd;
}
#home_slider .tab-items .nav_background,
#home_slider .tab-items li:hover,
#home_slider .tab-items li.active {
  background:#76A929 url(/resources/dyn/files/135773/_fn/navigation_hover.gif) repeat-x scroll left top;
}
#home_slider .tab-items li#our_companies_tab:hover,
#home_slider .tab-items li#our_companies_tab.active {
  background: transparent;
}
#home_slider div.tab-content img {
  display: block;
  margin: 0 auto;
}
#home_slider .tab-items li#our_companies_tab {
  color: #86af4c;
}

/* tab content --*/
#home_slider div.tab-content,
#home_slider .tab-content #whitesands,
#home_slider .tab-content #synergyn,
#home_slider .tab-content #lumea,
#home_slider .tab-content #xentx,
#home_slider .tab-content #our_companies,
#home_slider .tab-content #whatsnew {
  height: 408px;
  overflow: hidden;
}
#home_slider .tab-content #whitesands {
  background-color: #223f59;
}
#home_slider .tab-content #synergyn {
  background: white;
}
#home_slider .tab-content #lumea {
  background: url(/resources/dyn/files/135182/_fn/header_lumea_repeat.jpg) repeat-x top left;
}
#home_slider .tab-content #xentx {
  background-color: #e6e8ea;
}
#home_slider .tab-content #our_companies {
  background: url(/resources/dyn/files/134409/_fn/home_image1.jpg) no-repeat top left;
}
#home_slider .tab-content #whatsnew {
  background: url(/resources/dyn/files/198163/_fn/whatsnew_bg.gif) repeat-x top left;
}

#home_slider .tab-content a {
  display: block;
  width: 100%;
  height: 408px;
  text-indent: -40000em;
  margin: 0 auto;
}
#home_slider .tab-content #our_companies a {
  background: url(/resources/dyn/files/135263/_fn/header_companies.png) no-repeat top center;
}
#home_slider .tab-content #xentx a {
  background: url(/resources/dyn/files/135223/_fn/header_xentx.jpg) no-repeat top center;
}
#home_slider .tab-content #lumea a {
  background: url(/resources/dyn/files/135151/_fn/header_lumea.jpg) no-repeat top center;
}
#home_slider .tab-content #whitesands a {
  background: url(/resources/dyn/files/135108/_fn/header_white_sands.jpg) no-repeat top center;
}
#home_slider .tab-content #synergyn a {
  background: url(/resources/dyn/files/135107/_fn/header_synergyn.jpg) no-repeat top center;
}

#home_slider .tab-content p {
  margin: 0px;
}
/* required for javascript --*/
#home_slider {
  overflow: hidden;
  height: 448px;
  width: 100%;
}
#home_slider div.tc_wrap {
  width: 200000em;
  position: absolute;
  left: 0;
}
#home_slider div.tc_wrap .tab-content {
  float: left;
  width: 112.5em;
}
#home_slider div.nav_background {
 position: absolute;
 height: 100px;
 width: 0;
 z-index: -1;
}
#ie6only #home_slider #our_companies img {
  behavior: url(/resources/all/docroot/cms/legacy/ie6pngfix.htc);
}



.qmjsleft	{ display:none }
.qmjsright 	{ float:right; font: 10px arial; color: #000000; }
.qmjssymbol 	{ float:left; font: bold 10px arial; color: #000000; }
.qmjsname 	{ float:right; font: 10px arial; color: #000000; }
	
.qmmt_main	{ background:none; border:none; } 
.qmmt_text	{ font: 10px  arial;color: #696052; text-align:left;  padding:2px;}

.qmmt_text_up	{ font: 10px  arial; color: #009900; }
.qmmt_text_down	{ font: 10px  arial; color: #ff0000; }

.qmmt_tab	{ font: 10px  arial; border:1px solid #ccc; border-right:none; color:#666;}
.qmmt_tabactive { font: 10px  arial; border:1px solid #ccc;border-bottom:none; border-right:none;  }

.qmmt_cycle	{ background-color:#eff9ed; color: #696052; }

.qmmt_header_text	{ font-family: arial, sans-serif; color: #484848; font-size:10px; }
.qmmt_header_bar	{ background:none;  border:none; }

a.qmmt 		{ color: #666; text-decoration:none;font-weight:bold;  }
a:visited.qmmt 	{ color: #666; text-decoration:none; }
a:hover.qmmt 	{ color: #000; text-decoration:underline; }  
	
#customChart td	{ font: 10px  arial;color: #696052; padding:4px;}/* home news marquee ---------------------------*/

#marquee div.news_title,
#marquee div.article_heading {
  display: inline;
  padding-right: 1em; 
}
#marquee div.article_heading {
  color: #D9FFA2;
  text-transform: none;
  font-size: .7em;
  letter-spacing: 0;
}
#marquee div.news_title {
  color: white;
}
#marquee div.ac_heading {
  font-size: 1.5em;
  color: white;
  float: left;
  padding-right: 1em;
}
#marquee div.ac_scrolling {
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}
#marquee ol {
  display: none;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
