	/* LAYOUT newslayout.css > News Page Cascade Style Sheet *********************************************/
	/* ***************************************************************************************************/
	
	/* top background */
	#wrapper2
	{
		position:relative;
		width:980px;
		margin:0 auto;
		text-align:center;
		background-image: url(../../graphics/top_banners/mot_banner.jpg);
		background-repeat:no-repeat;
		background-position:0px 100px;
	}
	
	/* Content Structure */
	#leftarea2
	{
		float:left;
		width:578px;
		padding-bottom:10px;
	}
	
	#rightarea2
	{
		float: right;
		width: 280px;/* 280px*/
		padding-bottom:10px;
	}
	
	/* rightarea2 content pods */
	#boxa, #boxb, #boxc
	{
		margin:0px 10px 10px 10px;
		border:1px solid #cccccc;
	}
	
	img.rect
	{
		display:block;
		margin:3px auto;
		width:250px;
	}
	
		/* subscribe form */
		#formsubscribe
		{
			margin:0px 4px 0px 4px;
			color:#333333;
			background-color:inherit;
		}
		
		#newsletteremail
		{
			width:242px;
			padding:2px;
		}
		
		#subbutton
		{
			margin-top:3px;
			margin-bottom:3px;
			color:#333333;
		}
		
		#unsub 
		{
			float:right;
			margin-top:7px;
		}
	
	/* leftarea2 content pods */
	#news
	{
		padding:0px 0px 0px 10px;
	}
	
	img.newsthumb, img.previewimg
	{
		float:left;
		margin:5px 10px 5px 5px;
		border:none;
	}
	
	div.newsarticle, div.newsarticle_sel
	{
		/*clear:both;*/
		border-top:1px solid #cccccc;
		
	}
	
	div.newsarticle_sel
	{
		background: #ffffff;
	}
	
	div.newsarticle_the 
	{
		/*clear:both;*/	
	}

	div.story
	{
		padding-top:20px;
	}
	
	#promo
	{
		display:block;
		margin:0 auto;
		text-align:center;
		width:260px;
		height:260px;
	}
	
	#newsmonths
	{
		margin:10px 0px 10px 0px;
	}
	
	/* article images */
	#newsarticleimgs
	{
		width:200px;
		margin:0px 0px 0px 10px;
		float:right;
	}

		img.newsarticleimg
		{
			clear:both;
			padding:0px;
			margin:0px 0px 0px 0px;
		}
		
		img.img
	{
		width:200px;
		margin:0px 0px 10px 10px;
		float:right;
		clear:both;
		padding:0px;
		margin:0px 0px 10px 10px;
		}
	
	/* related articles */
	table,table td
	{
		border:none;
	}
	
	table.articles
	{
		border-collapse:collapse;
	}
	
	table.articles td
	{
		padding:0px;
		padding:2px;
	}