.page{
	margin:0;
	overflow:hidden;
	position:relative;
	min-width:1024px;
}
.page .page_content{
	padding-bottom:50px;
	padding-left:45px;
	padding-top:20px;
	overflow:hidden;
}
.news_column{
	width:617px;
	float:left;
}
.news_column .news_container{
	width:617px;
	
	padding:20px 0;
	padding-bottom:0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.95)), color-stop(100%,rgba(255,255,255,0.95)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#f2ffffff',GradientType=0 );
	font-family: FuturaBT-Light; 
	font-weight: normal;
}

.news_column .news_container .date{
	font-family: FuturaBT-Light; 
	font-weight: normal; 
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #444;
	padding:10px 30px;
	margin:0;
	
}
.news_column .news_container .news_title{
	font-size: 26px;
	margin:0;
	padding:0px;
	line-height:1.3em;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	color:#444;
	padding:10px 30px;
}

.news_column .news_container h2.breadcrumbs{
	font-size: 16px;
	font-weight:300;
	line-height: 1.5em;
	padding:0 30px;
	margin:0;
	font-family: FuturaBT-Light; 
	font-weight: normal;
}
.news_container h2.breadcrumbs a,h2.breadcrumbs a:visited,h2.breadcrumbs a:hover{
	color:#CC3333;
	text-decoration:none;
}

.news_column .news_container h1,.news_column .news_container h2,.news_column .news_container h3{
	line-height:1.2em;
	padding:20px 30px;
	margin:0;
	font-size:22px;
	color:#39a0ef;
	font-weight:normal;
	padding-bottom:5px;
}
.news_column .news_container h3{
	font-size:18px;
}
.news_column .news_container p{
	line-height:1.6em;
	padding:0 30px;
	font-size:18px;
	margin:16px 0;
	color:#333;
	margin-bottom:20px;
}
.news_column .news_container .news_release_img{
	margin-bottom:20px;
}
.news_column .news_container .quote{
	font-family: FuturaBT-Light; 
	font-weight: normal;
	font-size:20px;
	line-height:1.3em;
	color:#666;
	padding:10px 30px;
	margin:0;
	border-bottom:1px solid #bbb;
}

.news_column .news_container strong{
	font-weight:600;
}

.news_column .news_container ul,.news_column .news_container ol{
	line-height:1.6em;
	margin:20px 30px;
	font-size:16px;
}
.news_column .news_container ol>li,.news_column .news_container ul>li{
	margin-bottom:15px;
}
.news_column .news_container blockquote{
	font-style:italic;
}
.news_column .news_container .categories{
	font-size: 14px !important;
	line-height: 20px !important;
	color: #333 !important;
	margin: 0;
	padding:0 30px;
	font-weight: normal !important;
}
.news_column .news_container .post_content{
	padding-top:10px;
	overflow:hidden;
}
.news_column .news_container .post_content a,.news_column .news_container .post_content a:visited{
	color:#39a0ef;
	text-decoration:none;
}
.news_column .news_container .post_content a:hover{
	color:#333;
}

/**************************/
/****Related Articles *****/
/**************************/


.news_column .art_carousel_cnt{
	
	background-color:#333;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
}
.news_column .art_carousel_cnt .list_articles{
	list-style:none;
	padding:0;
	margin:0;
}

.news_column .art_carousel_cnt .list_articles>li{
	height:100px;
	overflow:hidden;
}

.news_column .art_carousel_cnt .img_cnt{
	float:left;
}

.news_column .art_carousel_cnt a,.news_column .art_carousel_cnt a:hover{
	width:200px;
	float:left;
	padding:18px;
	text-decoration:none;
	cursor:pointer;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
}

.news_column .art_carousel_hdr{
	margin:0;
	padding:6px 5px;
	background-color:#555;
	color:#eee;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

.news_column .related_news{
	

}

.news_column .related_news h3{
	margin:0;
	padding:5px 30px;
	font-size:24px;
	color:#333;
	font-family: FuturaBT-Light; 
	font-weight: normal;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.95)), color-stop(100%,rgba(255,255,255,0.95)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#f2ffffff',GradientType=0 );
}


/******************/
/*****Side Bar*****/
/******************/

.news_sidebar{
	float:left;
	margin-left:12px;
	width:306px;
}

/******************/
/****Writer Bio****/
/******************/
.news_sidebar .writer_bio{
	overflow:hidden;
	margin-bottom:15px;
	border:1px solid #006;
	padding-top:5px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGJkNCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRiZDQiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(221,219,212,0.95) 0%, rgba(221,219,212,0.95) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,219,212,0.95)), color-stop(100%,rgba(221,219,212,0.95)));
background: -webkit-linear-gradient(top,  rgba(221,219,212,0.95) 0%,rgba(221,219,212,0.95) 100%);
background: -o-linear-gradient(top,  rgba(221,219,212,0.95) 0%,rgba(221,219,212,0.95) 100%);
background: -ms-linear-gradient(top,  rgba(221,219,212,0.95) 0%,rgba(221,219,212,0.95) 100%);
background: linear-gradient(to bottom,  rgba(221,219,212,0.95) 0%,rgba(221,219,212,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddbd4', endColorstr='#f2dddbd4',GradientType=0 );
	font-family: FuturaBT-Light; 
	font-weight: normal;
	color:#333;
}

.news_sidebar .writer_bio .writer_title{
	font-weight:normal;
	font-size:24px;
	padding:0 20px;
	margin:10px 0;
}

.news_sidebar .writer_bio .writer_name{
	font-weight:normal;
	font-size:20px;
	padding:0 20px;
	margin:10px 0;
	margin-top:0;
}

.news_sidebar .writer_bio .art_bio_photo{
	float:left;
	margin:0 15px 5px 0;
	border:3px solid #fff;
}

.news_sidebar .writer_bio .bio_summary{
	font-size:15px;
	line-height:1.5em;
	padding:10px 20px;
	margin-top:5px;
}

.news_sidebar .writer_bio p{
	font-size:15px;
	line-height:1.5em;
	padding:5px 20px;
	margin:0;
}

.news_sidebar .writer_bio h4{
	font-weight:400;
	margin:0;
	color:#eee;
	padding:5px 20px;
	margin-top:5px;
	background-color:#333;
	cursor:pointer;
}

.news_sidebar .email{
	margin:16px 20px !important;
    padding:0;
	padding-left:35px;
	display:block;
    height:20px;
	line-height:20px;
	background:url(../../../images/icons/email.png) no-repeat;
}

.news_sidebar .writer_bio a,.news_sidebar .writer_bio a:visited{
	text-decoration:none;
	color:#0C6A98;
}
.news_sidebar .writer_bio a:hover{
}

.news_sidebar .writer_bio .writer_list_articles{
	padding:0;
	margin:0;
	list-style:none;
}
.news_sidebar .writer_bio .writer_list_articles>li{
	padding:10px 20px;
	background-color:#fff;
	/*border-bottom:1px solid #333;*/
}
.news_sidebar .writer_bio .writer_list_articles>li:nth-child(even){
	background-color:#F5F5F5;
	/*border-bottom:1px solid #333;*/
}

.news_sidebar .writer_bio .artListBtn{
	display:inline-block;
	height:16px;
	width:16px;
}

.news_sidebar .writer_bio .hidden{
	background:url(../../hideDetails/css/img/down.png) no-repeat;
}

.news_sidebar .writer_bio .shown{
	background:url(../../hideDetails/css/img/up.png) no-repeat;
}

/******************/
/****Latest News****/
/******************/
.news_sidebar .latest_news{
	margin-bottom:15px;
	display:block;
	overflow:hidden;
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGJkNCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRiZDQiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(221,219,212,0.95) 0%, rgba(221,219,212,0.95) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,219,212,0.95)), color-stop(100%,rgba(221,219,212,0.95)));
background: -webkit-linear-gradient(top,  rgba(221,219,212,0.95) 0%,rgba(221,219,212,0.95) 100%);
background: -o-linear-gradient(top,  rgba(221,219,212,0.95) 0%,rgba(221,219,212,0.95) 100%);
background: -ms-linear-gradient(top,  rgba(221,219,212,0.95) 0%,rgba(221,219,212,0.95) 100%);
background: linear-gradient(to bottom,  rgba(221,219,212,0.95) 0%,rgba(221,219,212,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddbd4', endColorstr='#f2dddbd4',GradientType=0 );
	padding-bottom:10px;
	font-family: FuturaBT-Light; 
	font-weight: normal;
	color:#333;
}

.news_sidebar .latest_news h2{
	font-weight:normal;
	margin:0;
	padding:5px 20px;
	padding-bottom:0px;
	text-align:right;
	height:39px;
	color:#444;
	line-height:39px;
	border-bottom:1px solid #555;
	font-family:georgia,serif;
}

.news_sidebar .latest_news .news_list_ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	padding:0;
	list-style:none;
	margin:0;
	color:#555;
}
.news_sidebar .latest_news .news_list_ul p{
	padding:0px;
	margin:0;
}
.news_sidebar .latest_news .news_list_ul li{
	margin-bottom:1px;
	padding:10px 20px;
	/*border-bottom:1px solid #eee;*/
}
.news_sidebar .latest_news .news_list_ul li:hover{
	background-color:#dddbd4;
}
.news_sidebar .latest_news .news_title{
	font-size:16px;
	margin-bottom:5px !important;
	line-height:1.3em;
}
.news_sidebar .latest_news .news_sum{
	font-size:13px;
}
.news_sidebar .latest_news .news_list_ul a,.news_list_ul a:visited{
	color:#555;
	text-decoration:none;
	
}
.news_sidebar .latest_news .news_list_ul a:hover{
	color:#555;
}
/***********************/
iframe[id^="oauth2relay"] { position: fixed !important; }