.news_row{
	max-height: 400px;
}
.news_col{
	height: 100%;
	background: #cccccc;
}
.news_col h1{
	color: white;
}
.para_font_big {
	/*font-size: 20px;*/
}
.tab_height{
	max-height: 260px;
	overflow: hidden;
}
.quick_links_body{
	padding: 0;
}

@media (max-width:760px){
    .slideshow_row{
    	display: none;
	}
	.widgets_tabs_container{
		display: none;
	}
	.news_widget{
		display: none;
	}
}
.about_links{
	padding-top: 8%;
}
.about_links a{
	margin-right: 30px;
	font-size: larger;
	color: white;
}