#bodyContent > .container {
	border-left: 0px #ffffff solid; 
	border-right: 0px #ffffff solid;
	padding: 0;
}
#bodyContent-wide > .container-wide {
	border-left: 0px #ffffff solid; 
	border-right: 0px #ffffff solid;
	padding: 0;
}
#topsection {
	height: 400px;
	background: #dee4e7 url(images/sce/home_top2.jpg) no-repeat center;
}
#topsection2 {
	height: 400px;
	background: #dee4e7 url(images/sce/dalton-top2.jpg) no-repeat center;
}
h2 { font-size: 103%; font-weight:bold; margin: 0 0 10px 0;}
.content {
	width: 980px; 
	float: left; 
	padding: 0 0 5px 0; 
	margin: 0 16px 0 0;
}
.content-wide {
	width: 100%; 
	float: left; 
	padding: 0; 
	margin: 0;
}
.tagline {
	padding-top: 200px;
	text-align: left;
	font-size: 150%; 
	font-weight:bold; 
	color:#0081c3;
}
.tagline2 {
	text-align: left;
	font-size: 150%; 
	font-weight:bold; 
	color:#0081c3;
}
.awards {
	text-align: center;
	margin-top: 40px;
}
.banner {
	width:320px;
	margin: 40px 0 20px 5px;
	float: left;
}
.promo-banner {
	padding: 30px 0 0 0;
}
.news-banner {
	width:  100%;
	padding: 8px 20px 20px 20px;
	background-color: #fff;
	border: 1px #E6E6E6 solid; 
	margin-bottom: 30px;
}
.news-title {
	padding: 0 0 4px 0 ;
	color: #016aa0;
	font-size: 24px;
}
.news-content {
	width: 320px;
	height: 200px;
	margin: 15px 0 0 4px;
	background: url(images/sce/news.jpg) no-repeat;
	float: left;
}
.news-image {
	width: 310px;
	height: 130px;
	padding: 52px 10px 0 20px;
	line-height: 1.1;
	margin: 0;
	float: left;
}
.first {
	padding: 8px 10px 8px 10px;
	border-top: 1px #E6E6E6 solid; 
	border-bottom: 1px #E6E6E6 solid; 
}
.first2 {
	padding: 3px 10px 3px 10px;
}
.news-text {
	font-size: 14px;
	font-style: italic;
}
.column {
	width: 225px;

	float:left;
}
.column a:link {color: #0177b3; text-decoration:none;}
.column a:visited {color: #0177b3; text-decoration:none;}
.column a:hover {color: #333333; text-decoration:none;}
.column a:active {color: #0177b3; text-decoration:none;}

#column1 {background: url(images/sce/synthesis.jpg) no-repeat; margin: 10px 0 0 0;}
#column2 {background: url(images/sce/r-manufacturing.jpg) no-repeat; margin: 10px 0 0 0;}
#column3 {background: url(images/sce/r-steriles-made-simple.jpg) no-repeat; margin: 10px 0 0 0;}
#column4 {background: url(images/sce/r-drugs.jpg) no-repeat; margin: 10px 0 0 0;}

.column h2 {
	padding-top: 270px;
	text-align: center;
}

.column h2 span {
	display: block;
	background: #0081c3;
}

.column p {
	padding: 0;
	font-size: 13px;
	text-align: center;
}

@media screen and (max-width: 970px)
{
	.content {width: 768px;}
	.column {float:left; margin: 10px;}
	.col-sm-3 {clear:both;}
}

@media screen and (max-width:700px)
{
	h1 {font-size: 110%; }
	.content {
		width: 330px; 
		float: left;
		padding: 0 0 0 20px;
		margin-top: 40px;
	}
	#topsection {
		background-size: cover;
		height: 240px;
	}
	#search {
		top: 190px;
	}
	.news-content {
		margin: 0 0 0 5px;
	}
	.banner {
		margin: 30px 0 0 0;
	}
.column {
	width: 225px;
	margin: 5px;
	float: center;
}
.col-sm-3 {
	padding: 0 0 0 50px; 
}
	
.column p {
		padding: 0;
	}
}