﻿/* JFK Systems 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;
    color:#515659; }    

a           {color:#009;}
a:hover     {color:#00f;}    
img         {border-width:0;}    
/* Basic Page Elements 
======================*/    
html{ height:100%;}

body
{
    background:#a0bfdb url(../images/body.gif) repeat-x; /* c3d5e5 */
    text-align:center;
    }

#page
{
    width:800px;
    background:#fff url(../images/page.gif);
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    }    

.control /*#Table_01*/
{
    background:#6095c1;
    }

#header{}

/* Default Elements
===================*/
h1
{
    font-size: 13pt;
    margin-bottom: 1em;
    color: #062b60;}

h2
{
    font-size: 11pt;
    margin-bottom: 1em;
    color: #598ab3;}

h3
{
    margin-bottom: .5em;}
  
p
{
    margin-bottom: 1em;}    

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


/* Sitewide Navigation 
======================*/
#menu{}

#nav
{    
    margin-top:26px;
    list-style:none;
    margin-left:0;
        }

#nav li
{    
    margin-bottom:50px;          
    }

#nav a
{    
    display:block;
    padding-left:22px;    
    height:16px;
    background:url(../images/bullet.gif) no-repeat;
    font-size:10pt;
    text-transform:uppercase;
    text-decoration:none;
    color:#515659;
    font-weight:bold;
    }    

#nav a:hover, #nav a.on
{
    color:#6095c1;
    }    

#nav a.on
{
    background:url(../images/bullet_up.gif) no-repeat;}    

/* Main Content Areas 
====================*/
.content
{
    padding-bottom: 2em;}

/* Footer 
=========*/
#footer 
{
    background:url(../images/footer.gif) repeat-x;}

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

/* Specific Overriding Rules 
============================*/
#tagline
{
    font-weight:bold;    
    background:#6095c1;
    color: #fff;
    text-align:center;}         /* 10pt matches comp, but appears to big */    

    
#contact
{
    margin-top:70px;}
    
    
/*logoworks links*/    
#logoworks
{
	margin: 0px auto;
	padding: 0px auto;
	font-size: 8pt;
	text-align:center;	
	color: #FFFFFF;
}
#logoworks a
{
	color: #FFFFFF;
	text-decoration: none;
}
#logoworks a:hover
{
	text-decoration: underline;	
}    