﻿/* Author    : Christopher L. Smith
   Date      : 19 July 2009
   Copyright : Silver Maple Studio
   Purpose   : Design Style sheet for webpages, so formatting is the
               same for each page
*/

html
{
    height: 100%;
}

/* Body */
body 
{
    background-color: #000000;
    margin: 0;
    padding: 0;
}

/* horizontal rule */

hr 
{
    padding:0;
    padding-bottom:0;
    width: 80%;
}    


h1
{
    color: #603913;
    font-family:Franklin Gothic Demi;
}

h2
{
    color: #603913;
    font-family: Franklin Gothic Demi;
}

/* Background Border */
#bg_border
{
    position: absolute;
    width: 1024px;
    height: 1048px;
    left: 50%;
    margin-left: -512px;
    top:25px;
    z-index: 1;
}

/* Background Border Web Process */

#bg_border_WebProcess
{
    position: absolute;
    width: 1024px;
    height: 1985px;
    left: 50%;
    margin-left: -512px;
    top:15px;
    z-index: 1;
}

/* Background Border Pricing */
#bg_borderPricing
{
    position: absolute;
    width: 1024px;
    height: 1340px;
    left: 50%;
    margin-left: -512px;
    top:25px;
    z-index: 1;  
}

/* Content Frame - contains navigation menu and content of page */
#contentFrame
{
    position: absolute;
    width: 1024px;
    left: 50%;
    margin-left: -512px;
    top: 215px;
    z-index: 2;
}


#servicesTable
{
    width:650px;
}


#slogan 
{
    margin-left:25px;
    font-size: 17pt;
}

#contactInfoTable
{
   width: 500px;
   border-collapse: separate;
}

#standardTable
{
    width: 500px;
}

#professionalTable
{
    width: 500px;
}

#aLaCarteTable
{
    width: 650px;
}

#pricingText
{
    margin-left: 50px;
}

.textOpts
{
    color: #603913;
    font-family:Franklin Gothic Demi;
}

.rollover
{
}

.noBorder
{
    border: none;
}

.grooveBorder
 {
     border: groove 7px #603913;
 }
 
 .tableHeaderBg
 {
     background-color: #DEC593;
 }
 
 .tableHeaderBorder
 {
     border-style: groove;
     border-width: 7px;
     font-weight: bold;
 }
 
 .tableFeatureBg
 {
     background-color: #D8D8D8;
     border-style: groove;
     border-width: 3px;
     
 }
 
.tableDataBorder
{
    border-style: groove;
    border-width: 3px;
}
 
 .tableDataBorder2
{
    border-style: groove;
    border-width: 3px;
    width: 160px;
}
.tableCollapse
{
    border-style: groove;
    border-collapse: collapse;
    border-width: 7px;
    color: #603913;
    font-family:Franklin Gothic Demi;
}
 
.smallFont
{
    font-size: 8pt;
}
 



