﻿/* CSS Stylesheet for Activate Investigations. Copyright (C) 2007 Activate Investigations */
/* Design by Pipeline Consulting Ltd. - www.pipelineconsulting.co.uk */

.header {
	position: relative;
	width: 100%;
}

.header .innerContent {
	position: relative;
	margin: 0 auto 0px auto;
	height: 245px;
	background-position: bottom;
	background-repeat: no-repeat;
}

    #logo 
    {
        position: absolute;
        display: block;
        bottom: 10px;
        left: 20px;
    }
    
/* Top Navigation */    
    
#nav, #membership 
{
    margin-right: auto;
    margin-left: auto;
}    
    
#nav 
{
    width: 900px;
    height: 50px;
    background: url("../../images/nav_bg.png") no-repeat;
    margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
	border-bottom: 1px solid #69c;
}

    ul#menu 
    {
        width: 890px;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        height: 27px;
        background: url("../../images/nav/nav_bg.gif") repeat-x;
        
    }
        ul#menu  li 
        {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline;
        }
            ul#menu  li a 
            {
                display: block;
                float: left;
                margin: 0 12px 0 0;
                padding: 0 0 0 13px;
            }

#submenu 
{
        width: 878px;
        margin: 0 0 0 12px;
        font-size: 11px;
}            
    #submenu li 
    {
        list-style: none;
        display: inline;
        margin: 0 10px 0 10px;
    }
        #submenu li a 
        {
            color: White;
        }
        #submenu li a:hover 
        {
            color: #003;
            text-decoration: none;
        }