﻿/* Structured Investment Management Master Stylesheet 
==================================
colors:     */

/* Global Styles */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address 
{
    margin: 0;
    padding: 0;
    font-family: Times New Roman, Serif;
    font-size: 9pt; }

a           {}
a:hover     {}    
img         {border-width:0;}    
/* Basic Page Elements 
======================*/    
html, body
{
    height:100%;
    text-align:center;}

#masterTable
{
    margin-left:auto;
    margin-right:auto;
    height:100%;
    vertical-align:middle;
    }    


#page
{    
    width:800px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    border: solid 1px #ddd;
    }

/* Sitewide Navigation 
======================*/
#nav {
  list-style: none;
  margin-left:0px !important;
  margin-left:-7px; /* For IE */}

#nav li {
  float: left;
  width: 92px;
  height:16px;
  margin-left:7px;  
  }
  
#nav a
{
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
    color: #fff;
    background-color: #565656;  
    text-align:center;  
    }  

#nav a:hover
{
    background-color:#b6b7bb;}    

#nav a.on, #nav a.on:hover
{
    background-color:#b5111a;
    cursor:default;}    

/* For Coloring the background of individual buttons, if desired */
/*
#optHome{  background-color: #75767a;  }    
#optAbout{    background-color: #75767a;}    
#optServices{    background-color: #75767a;}    
#optContact{    background-color: #75767a;}    
*/


/* Main Content Area 
====================*/
#content
{
    padding-top:15px;
    margin-bottom: 2em;
    padding-right:50px;}


#content h1
{
    font-size: 12pt;
    margin-bottom: 1em;
    color: #b11;}

#content h2
{
    font-size: 11pt;
    margin-bottom: 1em;
    color: #000;}

#content h3
{
    margin-bottom: .5em;}
    
#content p
{
    margin-bottom: 1em;}    

#content ul, #content ol
{
    margin-left: 3em;
    margin-bottom: 1em;}

