/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/15px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

p {color:#333;}

a:focus {
	outline:none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 0 15px;
}

.emphasised{color:#009BDE; font-weight:bold;}

.service-title{ font-size:14px; color:#666; display:block; border-bottom: #666 solid 1px; padding-bottom:4px; margin-bottom:6px; font-weight:bold;}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px; line-height:25px
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

.standfirst {font-size:15px; color:#666; display:block; line-height:18px; margin:15px 0;}

p.dcpara:first-letter
{
 float: left;
 font-size: 56px;
 line-height: 45px;
 margin-right: 0.03em;
 margin-bottom:-0.25em;
 color:#666;
 text-transform:uppercase;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
}

ul {
}

li {
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}
