/*  
Theme Name: futureau consulting limited
Theme URI: http://www.cognique.co.uk  
Description: Last updated 04/03/2010
Version: 1
Author: James Patten
Author URI: http://www.cognique.co.uk
*/

/* The Normaliser! (after Andy Clarke and Tantek) */

/* Norm margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;}

/* Norm font-size for headings */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* Remove table styles */
table {border-collapse:collapse; border-spacing:0;}

/* Remove borders from fieldset and img */
fieldset, img {border:0;}

/* Left-align captions and table headings */
caption, th {text-align:left}

/* Remove underlines from links */
:link,:visited {text-decoration:none}

/* Remove default nasty blue borders from image links */
a img,:link img,:visited img {border:none}

/* End of The Normaliser! */

body {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 76%;
	font-family: Futura Std Book, Tahoma, Geneva, sans-serif;
	color: #231f20;
	background-color: #FFFFFF;
}

.skip {
	position:absolute; 
	left:-9000px; 
	top:0;
}

.screen {
	height:0;
	width:0;
}

.print {
	height:0;
	width:0;
	display:none;
}

.navlist-screen {
	display:inline;
}

.navlist-print{
	display:none;
}

.highlight-green{
	font-weight:bold;
	color:#00984a;
}

.highlight-gold{
	font-weight:bold;
	color:#ddb109;
}

.highlight-red{
	font-weight:bold;
	color:#ba0e31;
}

.highlight-blue{
	font-weight:bold;
	color:#2a2874;
}

#preload {
	height:0;
	width:0;
	display:none;
	background-image: url(/images/navlist-home-li-bg.gif);
	background-image: url(/images/navlist-home-li-active-bg.gif);
	background-image: url(/images/navlist-home-li-hover-bg.gif);
	background-image: url(/images/navlist-about-li-bg.gif);
	background-image: url(/images/navlist-about-li-active-bg.gif);
	background-image: url(/images/navlist-about-li-hover-bg.gif);
	background-image: url(/images/navlist-personnel-li-bg.gif);
	background-image: url(/images/navlist-personnel-li-active-bg.gif);
	background-image: url(/images/navlist-personnel-li-hover-bg.gif);
	background-image: url(/images/navlist-capabilities-li-bg.gif);
	background-image: url(/images/navlist-capabilities-li-active-bg.gif);
	background-image: url(/images/navlist-capabilities-li-hover-bg.gif);
	background-image: url(/images/navlist-services-li-bg.gif);
	background-image: url(/images/navlist-services-li-active-bg.gif);
	background-image: url(/images/navlist-services-li-hover-bg.gif);
	background-image: url(/images/navlist-thinking-li-bg.gif);
	background-image: url(/images/navlist-thinking-li-active-bg.gif);
	background-image: url(/images/navlist-thinking-li-hover-bg.gif);
	background-image: url(/images/navlist-values-li-bg.gif);
	background-image: url(/images/navlist-values-li-active-bg.gif);
	background-image: url(/images/navlist-values-li-hover-bg.gif);
	background-image: url(/images/navlist-contact-li-bg.gif);
	background-image: url(/images/navlist-contact-li-active-bg.gif);
	background-image: url(/images/navlist-contact-li-hover-bg.gif);
}

#header {
	padding:0;
	margin: 0 auto 0 auto;
	width:900px;
	height: 158px;
}

#header  #logo{
	float:left;
	display:inline;
	width:239px;
	height: 89px;
	margin:19px 0 0 34px;
	padding:0;
}

#header  #slogan{
	float:left;
	display:inline;
	width:221px;
	height: 33px;
	margin:84px 0 0 67px;
	padding:0;
}

#header  #contact{
	float:right;
	display:inline;
	width:239px;
	height: 89px;
	margin:55px 40px 0 0;
	padding:0;
	text-align:right;
	color:#ba0e31;
	font-weight:bold;
	font-size:1.1em;
	line-height: 1.4em;
}

#header  #contact a{
	color:#ba0e31;
	text-decoration:none;
}

#header  #contact a:hover {
	color:#ba0e31;
	text-decoration:none;
}

#header  #contact a:visited{
	color:#ba0e31;
	text-decoration:none;
}

#nav {
	padding:0;
	margin: 0 auto 0 auto;
	width:900px;
	height: 118px;
}

#nav #navlist, #nav #navlist ul {
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
}

#nav #navlist li {
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
	width: 102px;
	height: 118px;	
	text-align:center;
}

#nav #navlist li a , #nav #navlist li a:visited{
	float: left;
	margin: 0;
	padding: 100px 0 0 0;
	width: 102px;
	height: 18px;	
	display: block;
}

#nav #navlist li a:hover {
	float: left;
	margin: 0;
	padding: 100px 0 0 0;
	width: 102px;
	height: 18px;	
	display: block;
}

#nav #navlist li.home a {
	background: #FFFFFF url(/images/navlist-home-li-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;	
}

#nav #navlist li.home.active  a {
	background: #FFFFFF url(/images/navlist-home-li-active-bg.gif) top left no-repeat;
	font-size: 1.2em;
	font-weight: normal;
	color:#ba0e31;
}

#nav #navlist li.home  a:hover {
	background: #FFFFFF url(/images/navlist-home-li-hover-bg.gif) top left no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	color:#ba0e31;
}

#nav #navlist li.about a {
	background: #FFFFFF url(/images/navlist-about-li-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;	
}

#nav #navlist li.about.active a {
	background: #FFFFFF url(/images/navlist-about-li-active-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#ba0e31;	
}

#nav #navlist li.about  a:hover {
	background: #FFFFFF url(/images/navlist-about-li-hover-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: bold;
	color:#ba0e31;
}

#nav #navlist li.personnel a {
	background: #FFFFFF url(/images/navlist-personnel-li-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;	
}

#nav #navlist li.personnel.active a {
	background: #FFFFFF url(/images/navlist-personnel-li-active-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#ba0e31;
}

#nav #navlist li.personnel  a:hover {
	background: #FFFFFF url(/images/navlist-personnel-li-hover-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: bold;
	color:#ba0e31;	
}

#nav #navlist li.capabilities a {
	background: #FFFFFF url(/images/navlist-capabilities-li-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;	
}

#nav #navlist li.capabilities.active a {
	background: #FFFFFF url(/images/navlist-capabilities-li-active-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#ba0e31;	
}

#nav #navlist li.capabilities  a:hover {
	background: #FFFFFF url(/images/navlist-capabilities-li-hover-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: bold;
	color:#ba0e31;	
}

#nav #navlist li.services a {
	background: #FFFFFF url(/images/navlist-services-li-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;
}

#nav #navlist li.services.active a {
	background: #FFFFFF url(/images/navlist-services-li-active-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#ba0e31;
}

#nav #navlist li.services  a:hover {
	background: #FFFFFF url(/images/navlist-services-li-hover-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: bold;
	color:#ba0e31;	
}

#nav #navlist li.thinking a {
	background: #FFFFFF url(/images/navlist-thinking-li-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;
}

#nav #navlist li.thinking.active a {
	background: #FFFFFF url(/images/navlist-thinking-li-active-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#ba0e31;
}

#nav #navlist li.thinking  a:hover {
	background: #FFFFFF url(/images/navlist-thinking-li-hover-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: bold;
	color:#ba0e31;	
}

#nav #navlist li.values a {
	background: #FFFFFF url(/images/navlist-values-li-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;	
}

#nav #navlist li.values.active a {
	background: #FFFFFF url(/images/navlist-values-li-active-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: normal;
	color:#ba0e31;	
}

#nav #navlist li.values a:hover {
	background: #FFFFFF url(/images/navlist-values-li-hover-bg.gif) top left no-repeat;	
	font-size: 1.2em;
	font-weight: bold;
	color:#ba0e31;	
}

#nav #navlist li.contact a {
	background: #FFFFFF url(/images/navlist-contact-li-bg.gif) top left no-repeat;
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;	
}

#nav #navlist li.contact.active a {
	background: #FFFFFF url(/images/navlist-contact-li-active-bg.gif) top left no-repeat;
	font-size: 1.2em;
	font-weight: normal;
	color:#ba0e31;	
}

#nav #navlist li.contact a:hover {
	background: #FFFFFF url(/images/navlist-contact-li-hover-bg.gif) top left no-repeat;
	font-size: 1.em;
	font-weight: bold;
	color:#ba0e31;	
}

#content-header {
	padding:0 0 0 6px;
	margin: 22px auto 0 auto;
	width: 590px;
	height:48px;
	border-top: 1px solid #00984a;
	border-left: 1px solid #00984a;
	border-right: 1px solid #00984a;
	line-height: 1.4em;
}

#content-navigation {
	padding:0;
	margin: 0 auto 0 auto;
	width: 596px;
	height:25px;
	border-top: 1px solid #00984a;
	border-right: 1px solid #00984a;
	border-left: 1px solid #00984a;
	line-height: 1.4em;
	background-color: #eed48a;
}

#content-navigation #subnavlist, #content-navigation #subnavlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#content-navigation  #subnavlist li {
	float: left;
	margin: 0;
	padding:0;
	height:25px;
	color:#231f20;
}

#content-navigation  #subnavlist li a , #content-navigation  #subnavlist li a:visited{
	float: left;
	margin: 0;
	padding:3px 12px 0 12px;	
	height:22px;
	display: block;
	color:#231f20;
	border-right: 1px solid #00984a;
	background-color: #eee4c6;
}

#content-navigation  #subnavlist li a:hover {
	float: left;
	margin: 0;
	padding:3px 12px 0 12px;	
	height:22px;
	display: block;
	color: #00984a;
	border-right: 1px solid #00984a;
	background-color: #eed48a;
	font-weight: bold;
}

#content-navigation  #subnavlist li.active a {
	float: left;
	margin: 0;
	padding:3px 12px 0 12px;	
	height:22px;
	display: block;
	color: #00984a;
	border-right: 1px solid #00984a;
	background-color: #eed48a;
}

#content-header img{
	float:left;
	display:inline;
	margin: 0;
	padding: 0;
}

#content-header h1{
	margin: 15px 0 0 2px;
	padding: 0;
	color: #00984a;
	font-size: 1.8em;
	font-weight: normal;
}

#content {
	padding:22px 12px 6px 12px;
	margin: 0 auto 0 auto;
	width: 572px;
	border: 1px solid #00984a;
	line-height: 1.3em;
	text-align: justify;
	min-height: 175px;
	height:auto !important;
	height: 175px;
	
}

.content-home {
	background: #FFFFFF url(/images/content-home-bg.gif) bottom right no-repeat;
}

.content-about {
	background: #FFFFFF url(/images/content-about-bg.gif) bottom right no-repeat;
}

.content-personnel {
	background: #FFFFFF url(/images/content-personnel-bg.gif) bottom right no-repeat;
}

.content-capabilities {
	background: #FFFFFF url(/images/content-capabilities-bg.gif) bottom right no-repeat;
}

.content-services {
	background: #FFFFFF url(/images/content-services-bg.gif) bottom right no-repeat;
}

.content-thinking {
	background: #FFFFFF url(/images/content-thinking-bg.gif) bottom right no-repeat;
}

.content-values {
	background: #FFFFFF url(/images/content-values-bg.gif) bottom right no-repeat;
}

.content-contact {
	background: #FFFFFF url(/images/content-contact-bg.gif) bottom right no-repeat;
}

#content h2 {
	color:#231f20;
	font-size:1.1em;
	margin: 0 0 1em 0;
	font-weight: bold;
}

#content p {
	color:#231f20;
	font-size:1.1em;
	margin: 0 0 1em 0;
}

#content a {
	color: #ba0e31;
	font-weight:bold;
	text-decoration:underline;
}

#content a:visited {
	color: #ba0e31;
	font-weight:bold;
	text-decoration:underline;	
}	

#content a:hover {
	color: #ba0e31;
	font-weight:bold;
	text-decoration:underline;
}

#content ul { 
	font-size:1.1em;
	color:#231f20;
	list-style-type:disk;
	padding: 0 0 1em 15px;
}

#content li ul {
	list-style-type:square;
	padding: 0 0 0 15px;
}

#footer  {
	text-align:center;
	padding:0;
	margin: 25px auto 0 auto;
	width: 572px;
	font-size: 0.9em;
	color: #7f8083;
}

#footer a, #footer a:visited {
	color: #7f8083;
	text-decoration:none;
}

#footer a:visited {
	color: #7f8083;
	text-decoration:none;	
}	

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