@charset "utf-8";
/* CSS Document */
/******************************************************************************************/
/* Purpose: this CSS file describes layout rules for the home page including the special  */
/*          header for this pagePeople overview page and the                              */
/* Notes:                                                                                 */
/*     div#home_splash has an image background applied in a style block in-page. This     */
/*     is to allow a random background to be applied                                      */

/******************************************************************************************/
/*  ProjectMcColl.co.uk *******************************************************************/
/******************************************************************************************/

div#home_splash{
	/* background image applied inline in page to allow random image */
	background:#F8991D center no-repeat;
	height:329px;
}
div#strapline{
	width:960px;
	margin:0 auto;
}
div#strapline img{
	margin-top:120px;
}
div.home_news_story h2 {
	font-style:normal;
	margin-top:0;
}
div.home_news_story img{
	margin-bottom:12px;
}
div.home_about_us, div.home_news_story div.read_more{
	margin-top:18px;
}
div.home_news_story a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
	color:#00AF9E;
	font-size:12px;
}
div.home_about_us a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
	color:#F8991D;
	font-size:14px;
	font-weight:bold;	
}
