
/*******************

  SPLASH ANIMATION
  
*******************/
#splashHome {
	width: 701px;
	height: 138px;
	background: url(../images/home_splashPic.jpg) left top no-repeat;
}

/*******************
  
    CONTENT AREA
  
*******************/
#contentWrapper {
	float: left;

	background: url(../images/home_content_bg.jpg) left 140px no-repeat;
}

#content {
	width: 497px;
	_width: 521px;/** IE6 margin fix **/
	min-height: 286px;
	_height: 286px;/** IE6 min-height fix **/
	padding: 10px 12px 0 12px;
	
	float: left;
}


/*******************
    
	NEWS ON HOME
	
*******************/
#newsHome {
	width: 180px;
	float: left;
	
	line-height: 1.4em;
}
#newsHome h2 {
	height: 27px;
	margin-bottom: 0;
	
	background: url(../images/home_streamwatchNews.jpg) left 1px no-repeat;
}
#newsHome h2 span {visibility: hidden; font-size: 0.5em;}

#newsHome .items {
	padding-left: 9px;
	
	border-left: 2px dotted #98be82;
}
#newsHome ul {
	list-style: none;
}
#newsHome ul li {
	padding: 4px 0 5px 0;
}
#newsHome a {
	color: #929292;
	font-weight: bold;
}
#newsHome p {margin-top: 6px;}
#newsHome p a {
	color: #a2a1a1;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
}


/*******************

       FOOTER
	   
*******************/
#footer {
	clear: both;
}
