﻿/* InsureProof Software 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: 8pt; }

a           {color:#009;}
a:hover     {color:#00f;}    
img         {border-width:0;}    
/* Basic Page Elements 
======================*/    
html{ height:100%;}

body
{
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;}

#page
{
    border: solid 1px #b3b3b3;
    width:747px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;}    

#Table_01
{
    margin-top:-1px;}

#header{}

/* Default Elements
===================*/
h1
{
    font-size: 14pt;
    margin-bottom: 35px;
    color: #68b;
    }

h2
{
    font-size: 18pt;
    margin-bottom: .5em;
    color: #999;
    font-weight:lighter;}

h3
{
    margin-bottom: .5em;}
    
p
{
    margin-bottom: 1em;}    

ul, ol
{
    margin-left: 3em;
    margin-bottom: 1em;}


/* Sitewide Navigation 
======================*/
.button
{
    font-size:7pt;
    text-align:center;
    background: url(../images/bk_menu.gif) repeat-x;}

.button a
{
    display:block;
    width:100%;
    height:20px;
    padding-top:9px;
    text-decoration:none;
    color:#555;}    

.button a:hover, .button a.on
{
    background:#89c7e0;
    color:#fff;}        

#menu{}

#nav
{
    list-style:none;    }

#nav li
{
    float:left;
    }

#nav a
{
    text-decoration:none;
    color:#000;
    }    

#nav a:hover, #nav a.on
{
    color:#000;
    }    

/* Main Content Areas 
====================*/
.content
{
    padding-bottom: 2em;}

/* Footer 
=========*/
#footer 
{
    font-size: 8pt;
    color:#fff;}

#foot_menu
{
    font-size: 8pt;}

#foot_menu a
{
    margin-right:1em;
    font-size:7pt;
        color:#fff;
        text-decoration:none;}
#foot_menu a:hover
{        
    text-decoration:underline;}
/* Specific Overriding Rules 
============================*/
#main_content
{
    padding-right:30px;}