﻿a
{
    color: Navy;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
body
{
    font-family: 'Adobe Garamond Pro', Garamond, 'Times New Roman', Times, serif;
    margin: 10px auto 10px auto;
    width: 800px;        
}
div.line
{
    background-color: #ddd;
    height: 1px;
    width: 100%;
}
input.address, input.address_watermark
{
    width: 312px;
}
input.button
{
    width: 125px;
}
input.city, input.city_watermark
{
    width: 150px;
}
input.contactus, textarea.contactus
{
    width: 300px;
}
input.name, input.name_watermark,
input.phone, input.phone_watermark
{
    width: 151px;
}
input.zipcode, input.zipcode_watermark
{
    width: 100px;
}
input.address_watermark,
input.city_watermark,
input.name_watermark,
input.phone_watermark,
input.zipcode_watermark
{
    color: Gray;
}
table.contactus td.label
{
    width: 125px;   
    vertical-align: top;
}
table.display
{
    border-collapse: collapse;
    width: 95%;
}
table.display td.price
{
    text-align: center;
    width: 90px;
}
table.display td
{
    border: solid 0px black;
    border-left-width: 1px;
    border-right-width: 1px;
}
table.display tr.shaded td, table.display td.emphasis
{
    background-color: #eee;
}
table.display tr.shaded td.emphasis
{
    background-color: #ddd;
}
textarea.contactus
{
    height: 64px;
}
.fieldAddress, .fieldEmail
{
    width: 324px;
}
.fieldCity, .fieldName, .fieldPhone
{
    width: 150px;
}
.fieldState
{
    width: 50px;
}
.fieldZipCode
{
    width: 76px;
}
.footnote
{    
    font-size: smaller;
}
.headline
{
    font-size: 50px;    
}
.headline_minor
{
    font-size: 40px;
}
.italics
{
    font-style: italic;
}
.menu
{
    border: solid 0px gray;
    border-right-width: 1px;
    height: 40px;
    position: absolute;
    text-align: center;   
}
.menu a
{
    color: black;
}
.menuLogo
{
    font-size: 30px;
    height: 39px;
    text-align: center;
    width: 200px;
}
.menuLogo:hover
{
    text-decoration: none;
}
.menuService
{
    font-size: 20px;
    height: 39px;
    position: relative;
    width: 125px;
}
.menuService:hover
{
    text-decoration: none;
}
.menuSub, .menuSub a
{
    background-color: #ccc;
    padding: 2px 5px 2px 5px;    
    text-align: left;    
    z-index: 1000;    
}
.menuSub:hover, .menuSub td:hover a
{
    background-color: Gray;
    text-decoration: none;
}
.subheading
{
    font-size: larger;
    font-weight: bold;
}
.superscript
{
    font-size: 50%;
    vertical-align: super;
}
.teaser, #jqnewsVert
{
    float: right;
    height: 40px;    
    text-align: center;    
    width: 200px;
}
.watermark
{
    color: Gray;
}

#content
{
    z-index: 1;
}
#content ul, #sidebar ul
{        
    left: -24px;
    list-style-type: square;
    position: relative;  
    top: -10px;
    z-index: 1;
}
#sidebar ul li ul
{
    top: 0px;
}
#content ul.nobullet, #sidebar ul.nobullet
{
    left: -40px;
    position: relative;
    list-style-type: none;
}
#editorial
{
    float: right;
    width: 580px;
}
#footer
{
    clear: both;
    color: Gray;
    margin: 40px;
    text-align: center;
    width: 100%;
}
#header
{            
    background-image: url('images/titlebar.gif');
    height: 40px;    
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
    width: 800px;    
    z-index: 9999;
}
#sidebar
{        
    float: left;            
    width: 200px;
}
#sidebar, #sidebar a
{
    color: #444;
}