/* --------------------------------------
          P A G E   L A Y O U T
-------------------------------------- */
div#content_homepage {
  clear: both;
  background: #fff url(../_img/interface/bgrd_crumbtrail.gif) repeat-x top;
  padding-top: 20px;
  padding-bottom: 30px;
  height: 100%;
  }
/* Help browsers contain the content columns */
div#content_homepage:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* Fix IE Mac */
* html>body div#content_homepage {display: inline-table;}
/* End */
/* Fix IE - Hide from IE Mac \*/
* html div#content_homepage {height: 1%;}
* html div#content_homepage {overflow: visible;}
/* End */
div#left_col {
  float: left;
  width: 250px;
  overflow: hidden;
  }
div#right_col {
  float: left;
  display: inline;
  width: 464px;
  margin: 0 18px;
  overflow: hidden;
  }
/* Help browsers contain the content columns */
div#right_col:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* Fix IE Mac */
* html>body div#right_col {display: inline-table;}
/* End */
/* Fix IE - Hide from IE Mac \*/
* html div#right_col {height: 1%;}
* html div#right_col {overflow: visible;}
/* End */
div#right_col_left {
  float: left;
  width: 230px;
  margin-right: 18px;
  overflow: hidden;
  margin-top: 20px;
  }
div#right_col_right {
  float: left;
  display: inline;
  width: 216px;
  overflow: hidden;
  margin-top: 20px;
  }

/* --------------------------------------
             G E N E R A L
-------------------------------------- */
div#content_homepage h4 {
  margin: 0 0 10px 0;
/*  color: #02659C;
  text-transform: uppercase;*/
  font-size: 120%;
  white-space: nowrap;
  }
div#content_homepage h4.special {
  color: #02659C;
  }
div#content_homepage p {
  font-size: 85%;
  margin: 5px 0 0 0;
  }
div#content_homepage p small {
  font-size: 95%;
  }
div#content_homepage select,div#content_homepage option {
  font-size: 110%;
  font-family: Arial, Helvetica, sans-serif;
  }
div#content_homepage ul {
  margin: 10px 0 11px 0;
  list-style: none;
  padding-left: 10px;
  }
div#content_homepage li {
  font-size: 85%;
  line-height: 1.3em;
  padding-left: 10px;
  background: url(../_img/interface/bullet_homelist.gif) no-repeat top left;
  }

/* --------------------------------------
               P R O M O
-------------------------------------- */
div#promoA img,div#promoB img {
  padding-bottom: 10px;
  }
div#promoA a,div#promoB a {
  border: none;
  float: left;
  }

/* --------------------------------------
             U T I L I T Y
-------------------------------------- */
div.utility {
  display: block;
  width: 250px;
  background: #E5E5E5;
  margin-bottom: 10px;
  }
div.utility form {
  padding: 0 10px 10px 10px;
  }
div#content_homepage div.utility li {
  background: none;
  padding-left: 0;
  margin-bottom: 4px;
  }
div.utility select {
  width: 180px;
  }
div.utility input.submit {
  width: 35px;
  height: 21px;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  margin: 0 0 -6px 3px;
  }
/* Fix IE - Hide from IE Mac \*/
* html div.utility input.submit {margin-bottom: -3px;}
/* End */
div.utility input.radio {
  margin-bottom: -2px;
  }
/* Fix IE - Hide from IE Mac \*/
* html div.utility input.radio {margin-bottom: -2px;}
/* End */
div#content_homepage p.go_prompt {
  display: none;
  font-weight: bold;
  background: #ff9 url(../_img/interface/home_utility_arrow_down.gif) no-repeat left;
  padding: 3px 3px 3px 15px;
  }
div#radio_sbus div,div#radio_lbus div {
  display: none;
  }
div#radio_sbus.selected,div#radio_lbus.selected {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 5px;
  }
div#radio_sbus.selected div,div#radio_lbus.selected div {
  display: block;
  padding: 5px 5px 5px 25px;
  }
div#content_homepage p.help {
  float: right;
  padding-bottom:2px;
  }
div#content_homepage p.help a {
  color: #069;
  border-bottom: 1px solid #80A9BD;
  }
div#content_homepage p.help a:hover {
  text-decoration: none;
  border-bottom: 1px solid #069;
  }

/* --------------------------------------
               O T H E R
-------------------------------------- */
div#spanish {
  padding: 0px 10px 6px 10px;
  border: 1px solid #ccc;
  margin: 10px 0 10px 0;
  }
div#doing_bus {
  padding: 20px 10px 10px 10px;
  }
div#sustainability {
  padding: 9px;
  border: 1px solid #ccc;
  }
div#stock {
/*  padding: 30px 10px 10px 10px;*/
  }
div#stock p span {
  font-family: Arial, Helvetica, sans-serif;
  }
div#stock span.price {
  color: #000;
  font-weight: bold;
  font-size: 130%;
  }
div#stock span.timestamp {
  display: block;
  margin: 3px -5px 0 0;
  font-size: 95%;
  }
div#news {
/*  padding: 10px 0 10px 0;*/
  line-height: 1.1em;
  }
div#region {
  padding: 20px 0 10px 0;
  }
div#content_homepage div#news p {
  margin: 5px 0 10px 0;
  }
