﻿/* CSS Stylesheet for Activate Investigations. Copyright (C) 2007 Activate Investigations */
/* Design by Pipeline Consulting Ltd. - www.pipelineconsulting.co.uk */


#footer 
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    padding: 0 10px 25px 10px;
    position: relative;
    border-top: 1px solid #69c;
}


#footer .innerContent
{
    width: 900px;
    position: relative;
}  
   
#footer ul 
{
    margin: 0 0 0 0;
    padding: 7px 0 0 0;
    text-align: right;
    color: White;
}  
    #footer li 
    {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline;
        font-size: 0.8em;
    }
        #footer a, #footer a:visited 
        {
            color: white;
            text-decoration: none;
        }
            #footer a:hover, #footer a:visited:hover 
            {
                color: #9cf;
                text-decoration: none;
            }

         #footer a#copyright
         {
            position: absolute;
            top: 7px;
            left: 15px;
            font-size: 0.8em;
            color: white;
            font-weight: bold;
         }   
            #footer a#copyright:hover
            {
                color: #9cf;
            }
            
            #footer .separator 
            {
                color: White;
            }
            
            .credit {
                font-size: 11px;
            }