#HomeLeft {
	width:274px;
	float:left;
	margin-right:10px;
}

	#HomeLeft #search {
		background-color:#e6e6e6;
		width:274px; 
		height:50px;
	}	
	
	#HomeLeft #search #SearchForm {
		width:240px; 
		height:20px; 
		border:#6f6f6f solid 1px; 
		text-align:left;
		vertical-align:middle;
		background-color:#fff;
		margin:15px;
	}
	
		#HomeLeft #search #SearchForm #Label {
			margin-left:2px;
			margin-right:2px;
			font-weight:bold; 
			font-size:8pt;
			text-transform:uppercase;
		}		
		#HomeLeft #search #SearchForm .SearchText {
			border:0px none;
			border-left:#6f6f6f solid 1px;
			width:137px;
			padding-left:4px;
		}		
		#HomeLeft #search #SearchForm .SearchButton {
			margin-left:2px;
			font-weight:bold; 
			font-size:6pt;
			border:0px none;
			border-left:#6f6f6f solid 1px; 
			background-color:#FFF; 
			text-align:right; 
			text-transform:uppercase;
			width:20px;
		}
	
	#HomeLeft #subNav{
		font-family: Trebuchet MS, Helvetica, sans-serif;
		width:240px;
		margin-top:20px;
		margin-bottom:24px;		
	}	
	
	#HomeLeft #subNav ul {
		margin-left:0px;
		margin-bottom:2px;
	}
	
	#HomeLeft #subNav ul li{
		list-style-type:none;
		border-bottom:1px dotted #808080;
		padding-bottom:3px;
		padding-top:3px;
		color:#808080;
		
	}
	
	#HomeLeft #subNav a {
		color:#808080;
		text-decoration:none;
	}
	
	#HomeLeft #QuickLinks {
		width:269px;
		font-size:9pt;
	}
	
		
	#HomeLeft #QuickLinks #QuickLinksHeader {
		margin:0;
		padding:0;
	}
	
	#HomeLeft #QuickLinks #QuickLinksNews {
		width:247px;
		padding:10px;
		margin:0;
		border:1px solid #006594;
	}	
	
	#HomeLeft #QuickLinks #QuickLinksNews h4 {
		background-image:url(../../Assets/Images/Templates/Common/orange_bullet.gif);
		background-repeat:no-repeat;
		background-position:left center;
		padding-left:10px;
		padding-top:6px;
		font-size:9pt;
		color:#006594;
	}
	
	#HomeLeft #QuickLinks #QuickLinksNews p {
		margin-left:11px;
		margin-bottom:6px;
	}
	
	#HomeLeft #QuickLinks #QuickLinksNav a {
		color:#006594;
		text-decoration:none;
	}

#HomeRight {
	float:left;
	width:686px;
}
	
	#HomeRight #Slideshow,
	#HomeRight #SlideshowStatic {
		width:686px;
		height:420px;
		margin:0;
		padding:0;
		/*border: 6px solid #006594;*/
	}
	#CorporateVideoArea 
	{
	    float:left;
	    width:300px;
	}
	.VideoPlayerWrapper 
	{
	    margin:11px 0;
	}
	
	#HomeRight #news {
	    float:right;
		width:359px;
		min-height:191px;
		margin-top:10px;
		margin-bottom:20px;
		padding:11px 5px;
		background:#999999 url('/Assets/Images/Templates/Home/news-top-bg.png') no-repeat;
		background-position:top;
	}
	
	#HomeRight #NewsTitle {
		float:left;
		margin-top:12px;
		width:82px;
	}
	
	#HomeRight #NewsTitle h3 {
		font-size:20pt;
		text-transform:uppercase;
		color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
	}
	
	#HomeRight #NewsHeadlines {
		float:right;
		padding-left:18px;
		padding-top:15px;
		width:250px;
		border-left:#FFFFFF 1px solid;
	}
	
	#HomeRight #news p {
		color:#FFFFFF;
	}
	
	#HomeRight #news a {
		color:#FFFFFF;
	}
			
	#HomeRight #news img {
		margin-top:0px;
		margin-bottom:10px;
	}		
	#HomeRight #news ul li{
		color:#808080;
		font-size:8pt;
	}
