/**
* Bloom Media
* Contact Page CSS			
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
*/
	
#contact-left-column{
	float:left;
	width:300px;
	padding:0 0 0 20px;
	}
	#contact-left-column h2{
	background-image:url(../Images/bg-h2-contact-us.gif);
	width:289px;
	height:76px;
	}
	#contact-left-column p{
	color:#000;
	padding-right:20px;
	}
#contact-right-column{
	float:left;
	width:660px;
	background-image:url(../Images/bg-our-work.png);
	background-repeat:repeat-x;
	}	
	#address{
	float:left;
	width:632px;
	padding:0 0 0 28px;
	height:35em;
	}
	#address h3{
	text-indent:-9999px;
	background-repeat:no-repeat;
	float:left;
	}
	#address h3.addresses{
	background-image:url(../Images/bg-h3-address.gif);
	width:285px;
	height:75px;
	}
	#address h3.directions{
	background-image:url(../Images/bg-h3-directions.gif);
	width:285px;
	height:75px;
	margin:0 0 0 14px;
	}


	

	
ul.tabLinks{
	float:left;
	}

ul.tabMaps{
	float:left;
	}

ul.tabLinks li{
	float:left;
	clear:both;
	}
	
ul.tabLinks li.selected{
	background:#545454;
}

ul.tabLinks li a strong{
	font-size:1.2em;
	}

ul.tabLinks li a{
	color:#fff;
	padding: 10px 0 10px 15px;
	}

ul.tabMaps li{
	display:none;
}

ul.tabMaps li.selected{
	display:block;
}

li.leeds,li.london{
	border:8px solid #545454;
	float:left;
	clear:both;
	background:#545454;
	}
	
a.leeds,a.london{
	float:left;
	width:280px;
	}
	
a.google-maps {
	margin:15px 0 5px 0;
	background-image:url(../Images/bg-main-action-button.png);
	clear:both;
	color:#FFFFFF;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	height:19px;
	padding:3px 0 0 22px;
	width:85px;
	}