/* Home CSS Document */

#marquee{
  float: left;
  width: 800px;
  background: #f7f7f7;
}

#bottom{
  float: left;
  margin: 10px 0px 0px;
}

#left h1{
  float: left;
  width: 192px;
  background: #9f9fa1 url(../images/css/background_title.gif) repeat-x;
  font: bold 11px Arial, Helvetica, sans-serif;
  color: white;
  margin: 0px;
  padding: 4px 0px 4px 8px;
}

#left,
#features{
  float: left;
  width: 200px;
}

#guide{
  background: #f7f7f7;
}

#features{
  background: #BABBBD;
	margin: 0px 0px 5px;
}

#guide{
  float: left;
  width: 190px;
  padding: 5px;
}

#guide ul{
  padding: 10px;
  margin: 0px;
  line-height: 21px;
}

#guide ul li{
  list-style: none;
  padding: 0px 21px;  
  background: url(../images/css/bullet_orange_arrow.gif) no-repeat 0px 5px;
}

#guide ul li a{
  color: #E8A73F;
  text-decoration: underline;
}

#guide ul li a:hover{}

#center,
#environments,
#connected{
  float: left;
  width: 260px;
  padding: 0px 5px;
}

#center h1{
  float: left;
  width: 252px;
  background: #9f9fa1 url(../images/css/background_title.gif) repeat-x;
  font: bold 11px Arial, Helvetica, sans-serif;
  color: white;
  margin: 0px;
  padding: 4px 0px 4px 8px;
}

#home_image{
  width: 250px;
  margin: 0px 0px 5px;
  padding: 5px;
  background: #f7f7f7;
}

#environments{
  width: 250px;
  height: 125px;
  background: #f7f7f7;
  padding: 0px;
  margin: 0px 0px 5px;
  padding: 5px;
}

#connected{
  width: 250px;
  height: 110px;
  background: #f7f7f7;
  padding: 0px;
  margin: 0px 0px 5px;
  padding: 5px 5px 10px;
}

#environments .image{
  padding: 10px 0px;
}

#connected ul{
  padding: 10px;
  margin: 0px;
  line-height: 21px;
}

#connected ul li{
  list-style: none;
  padding: 0px 21px;  
  background: url(../images/css/bullet_orange_arrow.gif) no-repeat 0px 5px;
}

#connected ul li a{
  color: #E8A73F;
  text-decoration: underline;
}

#connected ul li a:hover{}

#groups{
  width: 260px;
  height: 80px;
  background: #f7f7f7;
  padding: 0px;
}

#right{
  float: left;
  width: 330px;
}

#whats_happening{
  float: left;
  width: 330px;
  margin: 0px 0px 5px 0px;
  scrollbar-arrow-color: #E8A83C;
  scrollbar-face-color: #f7f7f7;
  scrollbar-highlight-color: #f2f2f2;
  scrollbar-shadow-color: #f2f2f2;
  scrollbar-3dlight-color: #eaeaea;
  scrollbar-darkshadow-color: #eaeaea;
  scrollbar-track-color: #f7f7f7;
}

#view_more{
  color: white;
  margin: -22px 5px 0px;
  padding: 4px 0px 4px 8px;
  float: right;
}

#view_more a{
 color: white;
 text-decoration: underline;
}

#whats_happening .scroll{
  height: 260px;
  overflow: auto;
}

#whats_happening ul{
  padding: 0px;
  margin: 0px;
}

#whats_happening ul li{
  padding: 0px;
  margin: 0px;
  list-style: none;
  cursor: hand;
  cursor: pointer;
  padding: 3px 5px;
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
}

#whats_happening .scroll ul li.over{
  background: #f2f2f2;
  border: 1px solid #eaeaea;
}

#whats_happening .scroll ul li.alt{
  background: none;
  border: 1px solid white;
}

#whats_happening .scroll .date{
  float: left;
  width: 70px;
  padding: 0px 0px 0px 10px;
  font-weight: bold;
  color: #5E96C7;
}

#whats_happening .scroll .container{
  width: 210px;
  margin: 0px 0px 0px 80px;
  display: block;
  
}

#whats_happening .scroll .name{
  color: #E8A83C;
  text-decoration: underline;
}

#whats_happening .scroll .intro{
}

#right h1{
  float: left;
  width: 322px;
  background: #9f9fa1 url(../images/css/background_title.gif) repeat-x;
  font: bold 11px Arial, Helvetica, sans-serif;
  color: white;
  margin: 0px;
  padding: 4px 0px 4px 8px;
  display: inline;
  clear: both;
}

#blog{
  float: left;
  width: 330px;
  height: 80px;
  clear: both;
}

#blog ul{
  margin: 0px;
  padding: 0px;
}

#blog ul li{
  float: left;
  list-style: none;
}
