@charset "utf-8";
/* CSS File Specific for Panel Styling and Overrides */


/* Basic Page Panels */
.panels-flexible-row
{
	margin-bottom:20px;
}

.node-type-news-article .panels-flexible-row
{
	margin-bottom:0px;
}

.panel-flexible.panels-flexible-3
{
	width:800px;
}

div[class*="content_bottom"] 
{
	width:790px;
}

.panels-flexible-region-2-center {
    background-color: transparent;
    float: left;
    position: relative;
    width: 770px;
}

.panels-flexible-region.panels-flexible-region-first 
{
	padding-right:20px;
}


.panels-flexible-region-2-right_sidebar {
    background-color: transparent;
    float: left;
    position: relative;
    width: 250px;
}

	

