	#top h1,
	#top p.h1,
	#top h2, 
	#top p.h2, 
	#top h1 a,
	#top p.h1 a,
	#top h2 a, 
	#top p.h2 a, 
	#address *
	{
		color: #000000 !important;
	}
		#top
	{
		/*background-image: url("https://whitleybayhealthcentre.nhs.uk/wp-content/uploads/2012/04/light-23.jpg");*/
		background-position: 50% 0;
		background-repeat: no-repeat;
	}
		#maintenance-mode-header,
	#top .inner
	{
		min-height: 330px !important;
		height: auto;
	}
	#slider {
		height: 330px !important;	
	}
	#headClear {
		height: 330px !important;
	}
	
	.ie7 #top .inner,
	.ie8 #top .inner
	{
		height: 330px !important;
	}
		#topnav li.current-menu-item > a,
	#topnav li.current-menu-parent > a,
	#breadcrumbs,
	.ie7 #topnav ul li.current-menu-item ul
	{
		background-color: #007acc !important;
		background-image: none !important;
		color: white !important;
	}
	
	#upper-panel
	{
		background-color: #0099ff !important;
		background-image: none !important;
		color: white !important;
	}
	
	#searchsubmit,
	#contact-form .submit,
	.gp-form .submit,
	.gpsite-form .submit
	{
		background-color: #0099ff !important;
		border-color: #0099ff !important;
	}
	
	#searchsubmit:hover,
	#contact-form .submit:hover,
	.gp-form .submit:hover,
	.gpsite-form .submit:hover
	{
		background-color: #007acc !important;
		border-color: #007acc !important;
	}
	
	#news-items
	{
		background-color: #007acc !important;
	}
	
	a#allNews
	{
		background-color: #004c80 !important;
		color: #0099ff !important;
	}
	
	a#allNews:hover
	{
		color: #fff !important;
	}
	
	#topnav a:hover
	{
		color: #80ccff !important;
	}
	
	
	.read-more a
	{
		color: #0099ff !important;
	}
		
	ul.home-sub-nav li a
	{
		color: #004c80 !important;
	}
	
	ul.home-sub-nav li a:hover,
	ul.home-sub-nav li.selected a
	{
		color: #333 !important;
	}
	
	.surgery-mini
	{
		background-color: #004c80		
	}
	
	.surgery-mini:hover
	{
		background-color: #002640	}
	
	#breadcrumbs
	{
		background-image: linear-gradient(top, #007acc 0%, #0099ff 100%) !important;
		background-image: -o-linear-gradient(top, #007acc 0%, #0099ff 100%) !important;
		background-image: -moz-linear-gradient(top, #007acc 0%, #0099ff 100%) !important;
		background-image: -webkit-linear-gradient(top, #007acc 0%, #0099ff 100%) !important;
		background-image: -ms-linear-gradient(top, #007acc 0%, #0099ff 100%) !important;
		
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #007acc),
			color-stop(1, #0099ff)
		) !important;
		
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#007acc', EndColorStr='#0099ff');
	}
	