/*
CSS for Research standard page
Sally Edgington
2010-03-18
*/


/* html */
h1 {
	margin-top: 0px;
}


/* formatting */

#main-stage {
	height:249px;
	margin-top: -44px;
	background-position: right bottom !important;
	width: 100%;
}

#main-stage .banner {
	height:248px;
}

.content_block .image-wrapper {
	float: none;
}

.banner .left {
	width: 55%;
}

.banner .caption {
	background: none;
	font-size: 1.35em;
	color: #333;
	padding-top: 0;
}

/* Standard intro image fix */

.primary-intro .right {
	float:right;
	width:280px;
}

.primary-intro .left, .primary-intro .full {
	float:left;
	margin-right:0px;
	width:430px;
}
