
	.homepage-callouts {
		overflow : hidden;
		width : 624px;
		margin : 20px auto;
	}
	
	.homepage-callout {
		float : left;
		width : 300px;
		margin : 0px 5px;
		border : 1px solid #042149;
	}
	
	.homepage-callout a {
		color : #0d6ba8;
		font-size : 10px;
	}
	
	.homepage-callout h3 {
		margin : 0px;
		padding : 3px 7px;
		font-size : 12px;
		border-bottom : 1px solid #042149;
		color : #fff;
		visibility : visible;
		letter-spacing : normal;
	}
	
	.hrc-news-callout > h3 {
		background : #0f6baa;
	}
	
	.sci-news-callout > h3 {
		background : #e20a17;
	}
	
	.homepage-callout h3 a {
		float : right;
		display : block;
		color : #f9cb81;
		text-decoration : none;
		font-size : 10px;
		margin-top : 1px;
		margin-right : 2px;
	}
	
	.homepage-callout h4 {
		color : #066cb4;
		margin : 0px;
		padding : 0px;
	}
	
	.homepage-callout > div {
		background : url(../images/news_callout_bg.png) repeat-x;
	}
	
	.homepage-callout > div > span {
		width : 65px;
		display : block;
		float : left;
		margin-top : 10px;
		margin-left : 5px;
	}
	
	.homepage-callout > div > span img {
		width : 65px;
		display : block;
	}
	
	.homepage-callout > div > div {
		margin-left : 75px;
		padding : 8px 0px;
	}

	.homepage-callout p {
		padding : 0px;
		margin : 0px;
		line-height : 1.5em;
	}
