/******************/
/* Contact Styles */
/******************/

/* Typography and Colours */

#contacts h6
	{
	color: #CD19C7;
	}

/* Structure */

#contacts span
	{
	width: 180px;
	float: left;
	}
	
#offices span
	{
	width: 301px;
	float: left;
	margin-bottom: 20px;
	font-size: 11px;
	}
	
/* Structure */

#contactsmenu span
	{
	float: left;
	}
	
#contactsmenu h6
	{
	color: #CD19C7;
	margin: 20px 0 0px 0;
	padding: 0;
	}
	
#contactsmenu a
	{
	color: #006699;
	text-decoration: underline;
	font-size: 11px;
	}
	
#contactsmenu a:hover, #submenu a:active
	{
	color: #ffffff;
	background: #CD19C7;
	}
