body {
	/*background: url(http://www.michaelnorris.co.uk/img/stripes.jpg) repeat-x fixed center top;*/
	background: #ffffff;
	color: #333333;
	text-align: justify;
	text-shadow: #cccccc 0 1px 1px;
	font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
}

.home p {
	text-align: justify;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: skyblue;
	text-decoration: underline;
}

p {
	border: 1px solid transparent;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}


/*.container_12 {
	background: #fff url(http://www.960.gs/img/12_col.gif) repeat-y;
	margin-bottom: 20px;
}*/

.container_16 {
	/*background: url(http://www.michaelnorris.co.uk/img/b-80.png) repeat;*/
	/*background: url(http://dev.michaelnorris.co.uk/0909/img/shadow.png) repeat-y -70px;*/
}

a:focus {
	outline: 1px dotted invert;
}

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

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

.header {
	background: url(http://www.hawksmoorcs.co.uk/logo/hcs_text_half_web.jpg) no-repeat center top;
	height: 225px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

h1 {
	font: normal 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

h2 {
	font-size: 22px;
	padding: 20px 0 0;
	text-align: center;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

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

/* CSS Sticky Footer */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
	margin: 0;
	padding: 0;
}

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
	}

#wrap {
	margin:0 auto;
	height: 100%;
}

#main {
padding-bottom: 100px;

}

/* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -50px;
	/* negative value of footer height */
	height: 50px;
	clear: both;
	
}

/* CLEAR FIX*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* Footer */

#footer {
	font: 11px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 50px;
}

#footer .links {
	text-align: right;
}

#footer .copyright {
	text-align: left;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: skyblue;
	text-decoration: underline;
}

#footer p {
	margin: 0 0 15px 0;
}

#footer p.axe img {
	margin-bottom: -7px;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success {
	padding: 6px 6px 6px 28px;
	margin: 0 0 1em 0;
	border: 1px solid #ddd;
	width: auto;
}



.error {
	background: #FBE3E4 url(http://www.hawksmoorcs.co.uk/img/cross.png) no-repeat 7px 50%;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF url(http://www.hawksmoorcs.co.uk/img/exclamation.png) no-repeat 7px 50%;
	color: #514721;
	border-color: #FFD324;
	
	

	height: 30px;
	line-height: 30px;
	vertical-align: middle;

	margin: 2px;

	width: 200px;
	right: 0;
	text-align: left;
	
	display: inline;
}

.success {
	background: #E6EFC2 url(http://www.hawksmoorcs.co.uk/img/accept.png) no-repeat 7px 50%;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}
