﻿body
{
    background-color: #000044;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#container
{
    display: block;
    width: 900px;
    height: auto;
    margin: 10px auto auto auto;
    border: 1px solid grey;
    padding: 0px 0px 0px 0px;
    background-color: white;
    text-align: left;
}

#banner
{
    display: block;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid grey;
    background: url("http://www.cascadecapital.ca/includes/banner.jpg");
}

#navigationbar
{
    display: block;
    clear: both;
    width: 100%;
    height: 60px;
    background-color: white;
}

#tabspacer
{
clear: both;
width: 20px;
height: 45px;
float: left;
border: 0;
border-right: 1px solid #222222;
margin: 0;
padding: 0;
}

#tabs
{
width: auto;
height: 100%;
float: left;
}

#tabs ul
{
list-style: none;
height: 100%;
margin: 0;
padding: 0;
border-top: 0;
background-color: white;
}

#tabs ul li
{
float: left;
display: inline;
border-right: 1px solid #222222;
border-bottom: 1px solid #222222;
}

#tabs ul a {
display: block;
font-size: 12pt;
color: black;
text-transform: uppercase;
height: 20px;
padding: 10px;
border-bottom: 4px solid #000044;
text-decoration: none;
}

#tabs ul a:focus,
#tabs ul a:active,
#tabs ul a:hover
{
	text-decoration: none;
	color: black;
	background-color: white;
	outline: none;
	border-bottom: 4px solid #0080c0;
}

#content
{
    display: block;
    width: 780px;
    height: auto;
    background-color: white;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    border: none;
    clear: both;
}