/*-----------------------------------------------------------------------------
version:   1.0
author:    Tony Crockford
email:     tonyc@boldfish.co.uk  
website:   http://www.boldfish.co.uk/
date:      2006 August 05

Copyright 2006 Tony Crockford All Rights Reserved 
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;}

/*debug border on all divs*/
/*div{
   border: 1px solid #ccc;
}*/

/* Class for clearing floats */
.clear {
   clear:both;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
   border: 0;
   vertical-align: bottom;
}

/* =Structural
-----------------------------------------------------------------------------*/
body{
    text-align: center;
    color:  #848585;
    font-family: verdana, arial, sans-serif;
    font-size:  100.01%;
}

div#container{
    width: 798px;
    text-align: left;
    margin: 10px auto;
    border: 1px solid #abacac;
}

div#splashflash p{
    width: 88px;
    margin:  42px auto;
}
div#splash{
   clear: both; 
}

div#splashflash{
    width:  200px;
    height:  115px;
    float:  left;    
    clear: left;
}

div#wrapper{
    background: #FFF url('../images/sidebar.gif') repeat-y ;
    min-height:  400px;
    float:  left;

}

div#footer{
    position: relative;
    min-height: 1.8em;
    background-color: #005EB0;
    color:  #FFF;
    text-align: center;
    font-family: verdana, sans-serif;
    font-size: 0.7em;
    line-height:  1.8em;
    clear: both;
}

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

img#sidebarbottom{
    position: absolute;
    left: 0;
    top: -138px;
}

div#sidebar{
    /*make space for image*/
    padding-bottom:  140px;
    margin-top: 30px;
    width:  202px;
    display: inline;
    float: left;
    color: #005eb0;
    font-size:  0.7em;    
    font-weight:  bold;
    line-height: 1.5;
}

div#sidebar a{
        color: #005eb0;
        text-decoration:  underline;
}

div#sidebar p{
    margin: 0 5px 25px 15px;
}

div#content{
    width:  594px;
    display: inline;
    float: right;
    padding:  0 0 10px 0;
}



/* =Typography
-----------------------------------------------------------------------------*/
div#content{
	font-size:  12px;
	color: #000066;
}

div#content p{
	margin:  10px 25px;
	color: #00004A;
}

/* =Headings
-----------------------------------------------------------------------------*/
div#content h1{
    font-size:  1.4em;
    color:  #005EB0;
    margin:  15px 25px;
}
div#content h2{
    font-size:  1.1em;
    color:  #005EB0;
    margin:  15px 25px;
}






/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/
div#header{
    background : #fff url(../images/helping_you_to_achieve_through_your_people.gif) no-repeat right top;
    
}



/* =Main Nav
-----------------------------------------------------------------------------*/
div#nav{
    min-height: 1.4em;
    background-color: #005EB0;
    float: left;
    display: inline;
    width: 100%;
}

div#nav ul{
   list-style-type: none;
   margin: 0;
   padding: 0;
   
}

div#nav ul li{
   display: block;
   float: left;   
   margin:  0;
}

div#nav ul li span,
div#nav ul li a{
   color: #FFF;
   font-size: 0.7em;
   font-family: tahoma, sans-serif;
   font-weight: bold;
   text-decoration: none;
   padding: 0 27px 0 26px;
   border-right: 1px solid #FFF;
   line-height: 2.2;
   text-transform:  uppercase;
   display: block;
}
div#nav ul li.last span,
div#nav ul li.last a{
   border: none;
}

div#nav ul li.active span,
div#nav ul li a:hover{
   color: #bfdfed;
}



/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/




/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
   border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
div#splash{
    height: 115px;
}
div#splash img{
    float: right;
}


/* =Misc 2
-----------------------------------------------------------------------------*/
.imageright{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
