@import url(/css/generic.css);
@import url(/css/xstandard.css);
/*
 * Site Specific Styles
 */
 
body {
  background: #fff url(/images/top-background.gif) repeat-x;
  margin: 0px;
  width: 903px;
}

strong {
  color: #224936;
  font-weight: bold;
}

h3.title {
  background: #ABCD31;
  color: #fff;
  padding: 5px;
}

.underline {
  text-decoration: underline;
}

#top-strip {
  overflow: hidden;
  height: 114px;
  background: url(/images/top-banner-new.jpg) no-repeat;
  background-position: 33px 0px;
}
#top-strip h1, #top-strip h2
{
  display: none;
}

#top-strip #top-strip-left {
  float: left;
/*  background: #214835 url(/images/greencom-logo.gif) no-repeat top left;
  */
  width: 226px;
  height: 114px;
}
#top-strip #top-strip-left h1 {
  display: none;
}

#top-strip #top-strip-right {
  float: left;
/*  background: #FFFFFF url(/images/top-strip-montage.jpg) no-repeat top left; */
  padding: 88px 0px 0px 0px;
  width: 677px;
  height: 114px;
  he\ight: 26px;
}
#top-strip #top-strip-right h2 {
  display: none;
}
#top-strip #top-strip-right ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
#top-strip #top-strip-right ul li {
  list-style: none;
  float: left;
  border: 0;
  margin: 0;
  letter-spacing: 0em;
  padding: 5px 0px 0px 12px;
}
#top-strip #top-strip-right ul li a {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}
#top-strip #top-strip-right ul li a:hover {
  color: #1F4532;
}

#main-container {
  margin-top: 10px;
}
#main-container #left-menu {
  float: left;
  width: 200px;
  margin: 10px 0 0 0;
  padding: 4px 0 0 0;
  background: url(/images/left-nav-top.gif) top left no-repeat;  
}
#main-container #left-menu ul {
  list-style: none;
  background: url(/images/left-nav-bottom.gif) bottom left no-repeat;
  margin: 0;
  padding: 0 0 4px 0;
}
#main-container #left-menu ul li {
  line-height: 40px;
  background: url(/images/left-nav-item-bg.gif) top left no-repeat;
  font-size: 1.25em;
  font-weight: bold;
  text-align: right;  
  list-style: none;
  border: 0;
  margin: 0;
  padding-right: 25px;
  width: 160px;
  w\idth: 135px;
}
#main-container #left-menu ul li.first {
  padding: 10px 0px 0px 0px;
}
#main-container #left-menu ul li img {
  display: inline;
}
#main-container #main-content {
  float: left;
  width: 703px;
}

