﻿/* TMK Paralegal 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: Arial, sans-serif;
    font-size: 9pt; }

a           { color:#3b386d; }
a:hover     {}    
img         {border-width:0;}    
/* Basic Page Elements 
======================*/    
body
{
    text-align:center;}

#page
{
    width:798px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;}

#header{}

/* Sitewide Navigation 
======================*/

#nav 
{
  margin-right:43px !important;
  margin-right:15px;
  float:right;
  list-style: none;
  }

#nav li 
{
    margin-right:15px;
    float:left;
  }

#nav a
{
    color:#3b386d;
    text-decoration:none;
    font-size:8pt;
    font-weight:bold;}
    
#nav a:hover, #nav a.on
{
    color:#77c9df;}    

#util
{
    float:left;
    width:140px;
    list-style:none;}    

#util li
{
    width:140px;
    line-height:2em;
    text-transform:uppercase;
    text-align:right;}    

#util a
{
    
    color:#bdcac1;
    text-decoration:none;
    font-weight:bold;
    padding-right: 12px;
    }    

#util a:hover, #util a.on
{
        color:#3b386d;
        background-image: url(../images/bullet.gif);
        background-position: center right;
        background-repeat:no-repeat;
}    


/* Main Content Area 
====================*/
#content
{
    margin-bottom: 2em;}


#content h1
{
    font-size: 13pt;
    margin-bottom: 1em;
    color: #3b386d;}

#content h2
{
    font-size: 11pt;
    margin-bottom: 1em;
    color: #5599c6;}

#content h3
{
    margin-bottom: .5em;}
    
#content p
{
    margin-bottom: 1.5em;}    

#content ul, #content ol
{
    margin-left: 3em;
    margin-bottom: 1em;}

/* Footer 
=========*/
#footer 
{
    background: url(../images/bk_footer.gif) no-repeat top left;}

#footer p
{
    text-align:center;
    color: #000;
    font-size: 8pt;}

/* Specific Overriding Rules 
============================*/
#col_left
{
    background:url(../images/bk_col_left.gif) no-repeat;}
