/* @group Text, Paragraphs & Headings */
h1 {
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 2em;
	margin-bottom: 0.75em;
	color:#044159;
	font-weight:normal;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color:#007daf;
	font-weight:normal;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color:#027daf;
	font-weight:normal;
}
p {
	font-size: 1em;
	margin-bottom: 0.75em;
	line-height:140%;
}
div#footer p {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
a {
	text-decoration:underline;
	color: #007daf;
}
a:hover {
	text-decoration:underline;
	color: #007daf;
}
ul {
	padding: 0 2em;
}
li {
	padding: 0.5em 0;
}

div#column2home h2 {
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 1.6em;
	color:#044159;
	background:none;
	padding:0;
}

span.bullet {
	background: url(http://www.ingraphix.co.uk/themes/ingraphix/images/h2bulletblue.jpg) no-repeat;
	padding-left: 32px;
	min-height:25px;
	display:block;
}

span.divider {
	border-top: 1px solid white;
	clear:right
}
span.intro {
	font-size: 1.1em;
	line-height:140%;
}

/* @end */

