/* SERVICES PAGE ELEMENT RULES - FOR ANUY RULES THAT ARE ALSO RELEVANT ON OTHER PAGES PLEASE
SEE THE SCREEN.CSS AS THIS HAS ALL LAYOUT RULES ETC

----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------

*/


/* IMAGE REPLACEMENT OF LOGO IN TOP LEFT CORNER OF PAGES */

body.services h1 a {
	background: #fff url(/prelogindec/images/logo_orange.png) no-repeat;
}

/* GREY FONT COLOUR ON MAIN TITLE HEADER WHEN NOT REPLACED BY SIFR*/

body.services h2 { 
	color: #f57821;
}

/* GREY FONT COLOUR ON ALL H3 HEADERs */

body.services h3 {
	color: #cccccc;
}

div.services_img { 
	float: right;
	width: 600px;
	display: inline;
	}

div.services_img img { 
	display: inline;
	float: left;
}

div.services_img img a { 
	text-decoration: none;
	border: none;
}


	


div.services_inner h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.services_inner h4 a { 
	text-decoration: none;
}

div#marketing_sciences a:hover, div#media_consulting a:hover, div#media_monitoring a:hover {
	color: #f57821;
}

div#marketing_sciences a, div#marketing_sciences h4 {
	color: #1ab3a8;
}

div#media_consulting a, div#media_consulting h4 {
	color: #d21876;
}

div#media_monitoring a, div#media_monitoring h4 {
	color: #37a3ca;
}


div.services_inner p {
	color: #999;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.2em;
}

a.continue {
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 10px;
	border-top: 1px dotted #999;
	display: block;
	text-decoration: none;
}

div#flow_chart {
	clear: both;
	padding: 10px 0 0 0;

}
	
div#flow_chart_text {
	width: 600px;
	float: right;
}

div#flow_chart_text p {
	width: 180px;
	margin-right: 20px;
	margin-top: 20px;
	display: inline;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}

div#flow_chart_text p#flow_bms {
	color: #1ab3a8;
}

div#flow_chart_text p#flow_bmc {
	color: #d21876;
}

div#flow_chart_text p#flow_bmm {
	color: #37a3ca;
}


div.services_inner { 
	padding: 10px;
	background: #fff;
	border: 1px solid #c1c1c1;
	
	}

div#marketing_sciences {
	width: 290px;
	float: left;
	margin-bottom: 20px;
}

div#media_consulting {
	width: 290px;
	float: left;
	margin: 0 20px;
	margin-bottom: 20px;
}

div#media_monitoring {
	width: 290px;
	float: right;
	margin-bottom: 20px;
}


div#left a {
	color: #00a6ae;
}

div#center a {
	color: #c31c71;
}

div#right a {
	color: #2298c1;
}

div#left a:hover, div#center a:hover, div#right a:hover {
	color: #f15a27;
}

div#left img, div#center img, div#right img {
	width: 220px;
	height: 79px;
}


