/** TickerTape **/
#tickertape	{
	 margin-top:10px;
	 background:#CCCCCC URL(/images/top-nav-strip-bg.gif) top repeat-x;
	 width:768px;
	 height:31px;
	 overflow:hidden;
}

#tickertape	 #label{
  font-weight:bold;
  width:95px;
  color:#016701;
  float:left;
}

#tickertape	#scroll{
  position:relative;
  width:650px;
	float:left;
	clip:rect(0,650px, 15px, 0px);
	overflow :visible;
}

#tickertape	#scroll #scrollme{
	   height:31px;
	   width:800px;
	   position:relative;
	   font-size:	0.9em;
	   font-weight:bold;
	   float:left;
	}


#homepage{
  width:100%;
  overflow:hidden;
}

#homepage-text{
  width:297px;
  margin-right:8px;
  float:left;
}


/* The right hand colum within the main content on the homepage */
#homepage-images{
  width:155px;
  float:right;
}

/* LIVE SCORES */

#live-scores{
  height:150px;
  min-height:150px;
  background:#ada39f;
}

#homepage-images #live-scores{
  height:auto;
}

#live-scores #feed{
  padding:0px 4px 4px 4px;
}

ul.live-scores{
  margin:0;
  padding:0;
  list-style:none;
}

ul.live-scores li{
  padding:5px 5px 5px 8px;
  background:#003c00 URL(/images/live-score-bg.gif) top repeat-x ;
  height:38px;
  min-height:38px;
  border-bottom:solid 1px #ADA39F;
  line-height:19px;
}

#live-scores #feed ul.live-scores li{
  height:auto;
}

ul.live-scores li a{
  color:#ffffff;
}

/* END LIVE SCORES */


div.h2{
  width:100%;
  margin:5px 0px 25px 0px;
  background:URL(/images/homepage-header-bg) left no-repeat;
  height:30px;
  overflow:hidden;
}


div.h2 h2{
  font-size:1.2em;
  color:#990000;
  margin:0;
  padding:5px 0px 10px 12px;
  width:200px;
  float:left;
}

div.h2 div.more{
  float:right;
  padding-right:12px;
  line-height:28px;
  width:18%;
  text-align:right;
}


ul.homepage-news{
  list-style-image:URL(/images/li-arrow.gif);
  margin:0;
  padding-left:15px;
}

ul.homepage-news li{
  margin:0;
  padding-bottom:15px;
}

/** FEATURES **/
ul.homepage-features{
  list-style:none;
  margin:0px;
  padding:0px;
}

ul.homepage-features li {
  width:290px;
  padding-bottom:25px;
  overflow:hidden;
  display:inline-block;
}

ul.homepage-features li div.feat-thumb{
  width:80px;
  height:80px;
  float:left;
  /* \*/
  margin-right:12px;
  /**/
}

ul.homepage-features li div.feat-thumb img{
  margin:0px;
}

ul.homepage-features li div.feat-text{
  width:185px;
  float:left;
}


/* FEATURED PICTURE */
div.homepage-images img {
  display:block;
}

#picture-title {
  width:155px;
  w\idth:149px;
  padding:3px;
  text-align:center;
  background:#EDDEB7;
  color:#990000;
  font-size:0.8em;
}



