#sidebar {
	display: none;
	}
	
#content {
	width: auto;
	float: none;
	padding: 36px 0 54px;
	margin: 0;
	}
	
#content a {
  text-decoration: none;
}
	
#breadcrumb {
	display: none;
	}
	
/* [ Billboard ] */

.billboard {
	width: 715px;
	float: left;
	}
	
/* [ Home Panels ] */

.home_panel {
	float: right;
	width: 175px;
	font-size: 11px;
	margin: 0 0 18px 0;
	}
	
	.home_panel h3 {
		font-size: 12px;
		color: #333;
		font-weight: bold;
		margin: 0 10px 0 0;
		padding: 0;
		line-height: 18px;
	}	
	
	.home_panel .read_more {
		font-size: 10px;
		border: 1px solid #f8981d;
		padding: 0 5px;
		display: block;
		float: left;
		margin: 9px 0;
		background: #fff no-repeat 4px center;
		line-height: 18px;
		text-decoration: none;
	}
	
	.home_panel .read_more:hover {
		background-color: #f8981d;
		color: #fff;
		text-decoration: none;
		}
		
	.home_panel .pdf {
		background-image:url(pdf.gif);
		padding-left: 16px;
		}
		
	.home_panel .content {
		font-size: 11px;
		line-height: 14px;
		color: #666;
		border-top: 2px solid #373535;
		margin: 7px 0 0;
		padding: 9px 0 0;		
		}
	
/* [ News ] */	
	
#news {

	}
	
	#news_items {
		border-top: 2px solid #373535;
		margin: 7px 0 0;
		padding: 9px 0 0;		
		}
	

	
	#news .item {
		margin: 0 0 18px 0;
		clear: both;
		min-height: 1px;
		}
		
		* html #news .item {
			height: 1px;
			}
		
		#news .item:after {
			content: ".";
			clear: both;
			display: block;
			visibility: hidden;
			height: 0;
			}
	
	#news .title {
		font-size: 11px;
		text-transform: none;
		background: none;
		font-weight: bold;
		line-height: 14px;
		margin: 0 0 2px 0;
		}
		
	#news .summary {
		font-size: 11px;
		line-height: 14px;
		color: #666;
		}
		
		
