	.heading2 {
		color:#033c60;
		font-weight:700;
		text-transform:uppercase;
		border-bottom: 1px solid #e1e1e1;
	}
	
	.news-head {
		position: relative;
		padding-bottom: 1.5em;
		line-height: 1.25em;
		font-size: 11px;
	}
	
	.news-head h4 {
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 0px;
		line-height: 1.20em;
		text-transform: uppercase;
	}
	
	.news-head h4 a {
		color: #033c60;
	}
	
	.newsDate {
		background-color: #f4f4f4;
		position: absolute;
		right: 0px;
		bottom: 0px;
		display: block;
		padding: 1px 10px 0px 10px;
		border-bottom: 1px solid #e1e1e1;				
	}
	.newsDate {
		font-size: 11px;
		line-height: 1.25em;
	}
	.news-article p {
		padding-top: 5px;
		font-size: 12px;
	}
	.news-article {
		margin-top: 2em;
		clear: both;
	}
/*	.heading2 {
		color:#033c60;
		font-weight:700;
		text-transform:uppercase;
		border-bottom: 1px solid #e1e1e1;
	}
	.news-head {
		border-bottom: 1px solid #e1e1e1;
		position: relative;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.news-head h4 {
		padding: 0px;
		margin: 0px;
		padding-right: 90px;
		text-transform: uppercase;
		color: #033c60;		
	}
	.news-head h4 a{
		color: #033c60;
	}
	.newsDate {
		background-color: #f4f4f4;
		position: absolute;
		right: 0px;
		bottom: 0px;
		display: block;
		padding: 2px 5px;	
	}
	.news-article, .news-article * {
		font-size: 14px;
		line-height: 21px;
	}
	.full-article-link {
		position: absolute;
		right: 0px;
	}
	*/

	.sized { position: relative; }
	
	.header-table-row {
		display: table-row;	
		height: 170px;		
	}
	.header-body {
		display: table-cell;
		vertical-align: middle;
		height: 100%;
	}
	.page-table-row {
		display: table-row;
		-webkit-box-shadow: 0px -3px 9px 1px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px -3px 9px 1px rgba(0,0,0,0.15);
		box-shadow: 0px -3px 9px 1px rgba(0,0,0,0.15);
		height: 100%;
		min-height: 1024px;
	}
	.page-hero { 
		height: 0px; 
		background-color: gray;
		border-bottom: solid 0px #0073cf;
		overflow: hidden;
	}
	.table {
		display: table;
	}
	.table-row {
		display: table-row;
	}
	.content { 
		vertical-align: top;
		display: table-cell; 
		padding: 10px;
	}
	.aside {	
		display: table-cell; 
		width: 250px; 
		padding: 10px 10px;
		background-color: #f7f7f7;
		border-left: 1px #e1e1e1 solid;
		border-right: 1px #e1e1e1 solid;
		border-bottom: 1px #e1e1e1 solid;
		padding-bottom: 15px;
	}
	.aside ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.carousel-archive{
		width: 100%;
	}
	.carousel-archive img {
		width: 100%;
	}
	.page-aside img{
		min-width: 100%;
		width: 100%;
		height: auto;	
	}
	.news-container { 
		position: relative; 
		margin-top: -350px;
	}
	
	.article-image {
		width: 100%;
	}
	
	.aside li{
		padding: 2px 0px;
		border-bottom: solid 1px #e1e1e1;
	}
	
	.archive-list{
		list-style: none;
	}
	.archive-list ul{
		list-style: none;
	}
	.news-article blockquote {
		float: right;
		padding: 5px;
		width: 45%;
		font-size: 14px;
		margin-top: 1em;
		margin-bottom: 5px;
		margin-left: 20px;
		background: none;
		font-style: italic;
		font-weight: bold;
		color: #666666;
		
	}
	.video-wrapper {
		text-align: center;
	}
	
	.lt-ie9 .page-table {
		behavior:url(/assets/js/display-table.min.htc);
		-dt-display:table	
	}
	.lt-ie9 .page-table-row {
		behavior:url(/assets/js/display-table.min.htc);
		-dt-display:table-row
	}
	.lt-ie9 .page.body {
		behavior:url(/assets/js/display-table.min.htc);
		-dt-display:table-cell;
		width: 66%;
	}
	.lt-ie9 .page-aside {
		behavior:url(/assets/js/display-table.min.htc);
		-dt-display:table-cell;
		width: 33%;
	}
