/*

Hinton Harvey - Global Stylesheet
http://www.hintonharvey.co.uk/
Handwritten by Oliver Coningham

*/

																					/* ------------ Toolbox ------------ */

.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

#content .remove-top { padding-top: 0; margin-top: 0; }
#content .remove-bottom { padding-bottom: 0; margin-bottom: 0; }
#content .remove { padding: 0; margin: 0; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

																					/* ------------ Defaults ------------ */
																					
body {
	background: #0390e2 url('../images/body-bg.jpg') no-repeat 50% 0;
	color: #0b406f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 40px 0 20px 0;
	}
	
#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}
	
#container { 
	margin: auto;
	width: 897px;
	}

#container-inner  { 
	background: url('../images/container-inner-bg.png') repeat 0 0;
	margin: 20px 0 5px 0;
	padding: 6px;
	width: 885px;
	}
	
																					/* ------------ Branding ------------ */
																					
#branding {
	height: 98px;
	margin: auto;
	text-indent: -25000px;
	width: 885px;
	}
	
#branding h1 a {
	display: block;
	height: 98px;
	width: 311px;
	}
		
#branding #logo-employment a {
	background: url('../images/logo-employment.png') no-repeat 0 0;
	float: left;
	width: 311px;
	}

#branding #tagline {
	background: url('../images/tagline-bg.png') no-repeat 50% 0;
	height: 98px;
	float: left;
	width: 263px;
	}

#branding #logo-group a {
	background: url('../images/logo-hinton-harvey-group.jpg') no-repeat 0 2px;
	display: block;
	height: 85px;
	float: left;
	width: 263px;
	}
		
#branding #logo-training a {
	background: url('../images/logo-training.png') no-repeat 0 0;
	float: right;
	width: 311px;
	}

																					/* ------------ Navigation ------------ */
																					
#nav {
	height: 29px;
	text-indent: -25000px;
	width: 885px;
	}

#nav li {
	float: left;
	}

#nav a {
	display: block;
	height: 29px;
	margin-right: 2px;
	width: 96px;
	}

#nav-home a { background: url('../images/nav-home.gif') no-repeat 0 0; }
#nav-about a { background: url('../images/nav-about.gif') no-repeat 0 0; }
#nav-apply a { background: url('../images/nav-apply.gif') no-repeat 0 0; }
#nav-what a { background: url('../images/nav-what.gif') no-repeat 0 0; width: 97px; }
#nav-how a { background: url('../images/nav-how.gif') no-repeat 0 0; width: 97px; }
#nav-sectors a { background: url('../images/nav-sectors.gif') no-repeat 0 0; width: 97px; }
#nav-training a { background: url('../images/nav-training.gif') no-repeat 0 0; width: 98px; }
#nav-contact a { background: url('../images/nav-contact.gif') no-repeat 0 0; }
#nav-shop a { background: url('../images/nav-shop.gif') no-repeat 0 0; margin-right: 0; }

#home #nav-home a,
#about #nav-about a,
#apply #nav-apply a,
#what #nav-what a,
#how #nav-how a,
#sectors #nav-sectors a,
#training #nav-training a,
#contact #nav-contact a,
#shop #nav-shop a,
#nav a:hover {
	background-position: 0 -29px;
	}
	
																					/* ------------ Content ------------ */
																					
#content {
	background-color: #e0e0e0;
	color: #0b406f;
	padding: 30px;
	width: 825px;
	}

#content p {
	margin-bottom: 1.25em;
	}

#content a {
	color: #0390e0;
	text-decoration: underline;
	}
#content a:hover {
	color: #0b406f;
	text-decoration: underline;
	}
	
#content h2 {
	height: 28px;
	margin-bottom: 30px;
	text-indent: -25000px;
	width: 100%;
	}

#content h3 {
	height: 20px;
	margin: 25px 0 15px 0;
	text-indent: -25000px;
	width: 100%;
	}

#content h4 {
	height: 20px;
	margin: 20px 0 15px 0;
	text-indent: -25000px;
	width: 100%;
	}

#content #primary-content {
	float: left;
	width: 397px;
	}

#content #secondary-content {
	float: right;
	width: 397px;
	}
	
																					/* ------------ Footer ------------ */
																					
#footer a {
	color: #0b406f;
	text-decoration: none;
	}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}

#footer ul {
	padding: 10px 0;
	margin: auto;
	width: 600px;
	}
#footer ul li {
	float: left;
	padding: 0 5px;
	}
#footer ul li a {
	color: #fff;
	}
	
#footer #copyright {
	float: left;
	}
	
#footer #credit {
	float: right;
	}
