/*
|
| TITLE:	CBS Corporate Index 
| DESC:		Different Index Structure
| AUTHOR:	Alex Baillargeon
|			
| EMPLOYED:	PDG Creative, http://www.pdgcreative.com 	
| 
| CREATED:	January 20, 2009
| MODIFIED: 
|
*/


#contentWrap{
	width:100%;
	background-repeat:repeat-x;
	background-color:#cad3e2;
	padding-top:0px;
	margin-top:0px;
}

	#contentCont{
		margin:0px auto;
		width:940px;
	}
	
	
		/*Middle Content Holder*/
		#mid_cont{
			
			padding-top:0px;
			width: 940px;
			height: 350px;
		}
			
			#homeimage{
				width: 608px;
				height: 218px;
				float: left;
				margin:8px 15px 0px 0px;
			}
			
			#hometext{
				width: 285px;
				height:220px;
				float: left;
				font-size: 12px;
				color: #676968;
				line-height: 20px;
				margin: 9px 0px 0px 0px;
			}
			
				#hometext h2{
					color:#004289;
					font-size:18px;
					font-weight:normal;
				}
				
				#hometext p{
					padding:4px 0;
				}
			
		/*News Content Holder*/
		#homenews{
			width: 940px
			height:175px;
			padding: 40px 0px 0px 0px;
		}
			#homenews p{
				width: 230px;
				text-transform: uppercase;
				float: left;
				font-size: 12px;
				color:#676968;
				line-height:18px;
				letter-spacing: .25px;
			}




#newsWrap{
	width:100%;
	background-image:url('../_images/home_news_bg.gif');
	background-repeat:repeat-x;

}

	#newsCont{
		margin:0px auto;
		width:940px;
		padding:20px 0;
			
	}
	
		#storyCont{
			padding:30px 0;
			float:left;
			margin-top:20px;
		}
	
			#storyCont h2{
				float:left;
				width:109px;
				color:#004289;
				font-size:14px;
				font-weight:normal;
				text-transform: uppercase;
				margin-top:3px;
			}
				#storyCont h2 a{
					color:#004289;
				}
			
			#newsStoryCont{
				float:left;
				width:831px;
			}
			
				#newsStoryCont div.newsStory{
					float:left;
					width:277px;
				}
				
					#newsStoryCont div.newsStory h4{
						color:#004289;
						font-size:14px;
						font-weight:bold;
						padding:3px 10px;
						
					}
					
					#newsStoryCont div.newsStory p{
						color:#454545;
						font-size:12px;
						padding:10px;
						line-height:130%;
					}
					
					
					
		#extrasCont{
			clear:left;
			height:1px;
		}
	
			#tickerCont{
				width:582px;
				height:26px;
				border:1px solid #d5d5d5;
				float:left;
				padding:0 10px;
			}
			
				#tickerCont p{
					font-size:11px;
					line-height:26px;
				}
				
					#tickerCont span{
						color:#9b9b9b;
					}
					
					#tickerCont span.tickerTitle{
						color:#004289;
						font-weight:bold;
					}
			
					
			
