@charset "utf-8";
/* CSS Document */


#feature {
	font-size:1.2em;
	width:870px;
	position:relative;
	left:90px;
	margin:0 0 65px 0;
	line-height:1.4;
	z-index:1;
	float:left;
}

#news {
	margin:0 50px 20px 0;
	position:relative;
	width:1004px;
	clear:both;
	height:200px;
}

#news .block {
	height:125px;
	width:260px;
	background:#FFF url(../../launch/images/news_block_bg.gif) left repeat-y;
	position:relative;
	float:right;
	padding:10px 20px 10px 10px;
}

#news h2 a{
	color:#4f8d97;
	font-size:12px;
}

#news p, #news ul {
	font-size:10px;
	margin-bottom:10px;
}

#news p {
	line-height:1.4;
}

#news li a {
	padding-left:29px;
	background: url(../../launch/images/news_bullet.gif) 20px center no-repeat;	
}

#news ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.3em;
}
#news li {
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
}


