/***section for bean blocks clean up***/

/**Border radius and one pixel border around all beans by default
.block-bean{
	border: 1px solid #939598;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
	float:left;
	width:100%;
margin-bottom:10px;
}

**/
/**Sets font size and border radius for all bean block headings by default
.block-bean h2{
	margin:0 0 4% 0;
    font-family: Georgia;
    font-size: 1.6em;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	padding: 3% 0 3% 6%;
}
**/

/**
.block-bean .dark-blue-block h2{
 	background-color: #265668;
 	color: #fff;
}

.block-bean .blue-block h2{
 	color: #231f20;
	background-color: #a2b4c7;
}

.block-bean .unstyled-block {
	border: none;
}
.unstyled-block .block-bean h2{
	background-color: #fff;
}


**/
.region-level3-left-rail .view-content .block, #block-views-blocks_home-block .block{
    border: 2px solid #939598;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4%;
}

/*.region-level3-left-rail .view-content p, .region-level3-right-rail .view-content p{
	padding-left: 5%;	
}*/

#block-views-blocks_landing_left-block.block{
	border:0;
}

.region-landing-top-right h2{
	color: #105ba8;
	font-weight: 100;
	font-size: 1.6em;
}

.view-content .block{
	float:left;
	width:100%;
}


.view-content .block h2{
 	/*margin: 0 0 4% 0;*/
 	border-radius: 8px 8px 0 0;
	padding: 3% 0 3% 6%;
}

.node-type-level3 .sidebar-R h2{
	padding-left:0;
}
#more-news-center h2{
	padding:0 0 0 5%;

}


.block h2.dark-blue{
	background-color: #265668;
 	color: #fff;
}

.block h2.light-blue{
	color: #231f20;
	background-color: #a2b4c7;
}


#news-center-one .news-item{
	width:100%;
	float:left;
}

#news-center-one .news-item img{
	float:left;
	margin: 0 5% 0 0;

}

#news-center-one .news-description{
	float:left;
	width: 70%;	

}

#news-center-one .news-description p{
	padding-left:0;

}