/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* stops page jumping left */
html {
	overflow:scroll;
	
}
   
   
/* stops dotted line round links */
a, a:hover, a:active, a:visited{
		outline:none;
}



/* End of reset */


body{
	background:#c40419;
	margin:0 auto;
	height:100%;
}

.clr{
	clear:both;
}


/* =Typography */


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:100;
	color:#000;
	line-height:140%;
	text-align:center;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:100;
	color:#FFF;
	line-height:130%;
	margin-bottom:20px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight:100;
	color:#b4b4b4;
	line-height:120%;
	margin-bottom:20px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight:100;
	color:#FFF;
	line-height:100%;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:100;
	color:#b4b4b4;
	line-height:140%;
	margin-bottom:20px;
}

ul{
	margin-bottom:20px;
}

li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:100;
	color:#FFF;
	line-height:150%;
}


li.listTitle{
	font-weight:bold;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#FFF;
	text-decoration:underline;
}

/* End of Typography */



/* =Wrapper */

#wrapper{
	width:100%;
	margin:0 auto;
	padding:0;
}

/* End of wrapper */



/* =Header */

#header{
	background:#FFF;
	width:100%;
	padding:.2em 0;
}

#headerInner{
	background:#FFF;
	width:1000px;
	margin:2em auto;
}

#header img{
	float:left;
	width:229px;
	height:86px;
	margin-left:120px;
	margin-right:20px;
}

#header h1{
	float:left;
	position:relative;
	top:15px;
	margin-left:120px;
}

/* End of Header */


/* =Content */

#content{
	background:#000;
	width:100%;
}

#contentInner{
	background:#000 url(../images/anne-ward.jpg) no-repeat 520px bottom;
	width:1000px;
	margin:0 auto;
}

#contentText{
	width:45%;
	padding:20px 0 30px 120px;
}

#contentText p{
	width:76%;
}

#serviceList{
	width:100%;
}

#servicesColumnLeft{
	float:left;
	margin-right:40px;
}

#servicesColumnRight{
	float:left;
}

/* End of Content */


/* =Footer */

#footer{
	background:#c40419;
	width:100%;
}

#footerInner{
	background:#c40419;
	width:1000px;
	margin:0 auto;
	padding:30px 0 0 0 ;
	text-align:center;
}

#footer ul{
	margin-bottom:0;
}

#footer li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:100;
	color:#FFF;
	display:inline;
}

#footer ul#contactNumbers{
	margin-bottom:20px;
}

#footer ul#contactNumbers li{
	padding-right:10px;
}

#footer p.smallPrint{
	font-family:Arial, Helvetica, sans-serif;
	font-size:65%;
	font-weight:100;
	color:#e9848a;
	line-height:150%;
	margin-bottom:20px;
}

#footer p.smallPrint a{
	color:#e9848a;
}

#organisations{
	width:1000px;
	padding-bottom:30px;
}

/* End of Footer */
