﻿/* CSS Stylesheet for Activate Investigations. Copyright (C) 2007 Activate Investigations */
/* Design by Pipeline Consulting Ltd. - www.pipelineconsulting.co.uk */

body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: white;
	width: 100%;
	height: 100%;
	background: #369 url("../../images/background.gif");
}

#content {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 0 10px 0 10px;
}

/* Columns */

#main 
{
    margin-top: 35px;
}
    #left, #middle, #right 
    {
        position: relative;
    }
    #middle
    {
        float: left;
        width: 400px;
        margin-left: 20px;
    }
    
    #left
    {
        float: left;
        width: 230px;
        margin-left: 20px;
    }
    
    #right 
    {
        float: right;
        width: 200px;
    }
    
    .clearing 
    {
        clear: both;
        font-size: 0.1em;
        color: #369;
    }

/* Text */


h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	color: white;
}



h1 {	
	font-size: 1.45em;
	letter-spacing: -1px;
	font-weight: normal;
}

h2 {
	font-size: 1.25em;
	letter-spacing: -1px;
	
}

h3 {
	font-size: 1.20em;
	letter-spacing: -1px;
}

h4 {
	font-size: 1.15em;
	letter-spacing: -1px;
}

h5 {
	font-size: 1.1em;
	letter-spacing: -1px;
}

h6 {
	font-size: 1.05em;
	letter-spacing: -1px;
}

h1.title 
{
    margin-bottom: 25px;
}

p {
	margin: 0;
	padding: 0;
}

p.normal {
	margin: 0 0 2em 0;
	font-size: 0.85em;
	line-height: 1.5em;
	color: white;
}


p.small 
{
    font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.separator {
	margin-right: 0.5em;
	margin-left: 0.5em;
	color: #999;
}

ul.block
{
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 0 0 1.5em 0;   
}

    ul.block li 
    {
        list-style: none;
        margin-bottom: 1.2em;
        padding: 0 0 0 20px;
        background: url("../../images/bullets/white_text.png") no-repeat;
        background-position: 0 0.4em;
    }
    
    ol.block 
    {
        font-size: 0.85em;
        line-height: 1.5em;
        color: #666;
    }
        ol.block li 
        {
            margin-bottom: 1.2em;
        }
/* Links */

a, a:visited 
{
    color: #9cf;
    font-weight: bold;
    text-decoration: none;
}
    a:hover, a:visited:hover 
    {
        color: white;
        text-decoration: underline;
    }

/* Misc */

img 
{
    border: 0;
}


/* Inline Photos */

.photoLeft 
{
    border: 1px solid white;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.photoRight 
{
    float:right;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid white;
}

#box1, #box2, #box3 
{
    display: block;
    margin-top:20px;
}

#box1 
{
    margin-right: 20px;
}

#box2
{
    margin-right: 25px;
    float: right;
}

#box3
{
    margin-left: 35px;
    float: right;
}

/* Gallery */

ul#gallery 
{
    margin: 0;
    padding: 0;
    width: 430px;
}

    ul#gallery li 
    {
        list-style: none;
        display: block;
        width: 130px;
        height: 95px;
        float: right;
        border: 1px solid white;
        margin-right: 10px;
        text-align: center;
        padding-top: 5px;
        margin-bottom: 15px;
    }
