﻿html  
{
    width: 100%; 
    height: 100%; 
    min-height: 100%; 
}
    
body  
{
    width: 100%; 
    height: 100%; 
    min-height: 100%; 
    min-width: 960px; 
    position: relative; 
    background-color: #97012F;
    background-image: url('/images/layout/body-bg.jpg');
    background-position: left top;
    background-repeat: repeat;
}

form  
{  
    position: absolute; 
    top:0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: 0; 
}

table.site-wrapper
{
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 100%;
    z-index: 0;   
    margin: 0 0;
    background-image: url('/images/layout/content-shadow.png');
    background-position: center top;
    background-repeat: repeat-y;     
}

table.site-wrapper td.site-wrapper-top
{
    position: relative;
    vertical-align: top;
}

table.site-wrapper td.site-wrapper-bottom
{
    position: relative;
    vertical-align: bottom;
}

table tr td {
    vertical-align:top;
}

div.site-header-bar
{
    height: 84px;    
    z-index: 100;
    background-image: url('/images/Layout/header-bar-bg.png');
    background-position: left top;
    background-repeat: repeat-x;
}

div.site-footer-bar
{
    height: 84px; 
    z-index: 100;
    background-image: url('/images/Layout/footer-bar-bg.png');
    background-position: left bottom;
    background-repeat: repeat-x;
}

div.site-header
{
    position: relative; 
    width: 1108px;
    height: 84px;
    top: -15px;
    margin: 0 Auto;
    background-image: url('/images/layout/header-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.site-header img.site-logo
{
    position: absolute; 
    top: -55px; 
    left: 10px; 
    z-index: 1000;
}

div.site-header div.site-phone
{
    position: absolute; 
    top: -35px; 
    right: 20px; 
    z-index: 1000; 
    color: #EDEABF; 
    font-size: 26px; 
    font-weight: normal;    
    text-align: right;     
}

div.site-header div.site-phone a, div.site-header div.site-phone a:visited {
    color: #EDEABF; 
}

div.site-header div.site-slogan
{
    position: absolute; 
    z-index: 1000; 
    top: -35px; 
    left: 495px; 
    color: #FFFFFF; 
    font-size: 26px; 
    font-weight: normal;
}

div.site-header ul.site-menu  
{
    position: absolute; 
    z-index: 99999; 
    top: 24px; 
    left: 480px; 
    width: 500px; 
    height: 39px; 
    font-size: 22px; 
    font-weight: normal; 
    text-align: left;     
}

div.site-header ul.site-menu a:link, div.site-header ul.site-menu a:visited  
{
    font-family: Baskerville, Times, "Times New Roman", serif;
    color: #2a2a2a; 
}

div.site-header div.site-facebook
{
    position: absolute; 
    z-index: 2000; 
    bottom: 23px; 
    right: 20px; 
    height: 39px;
    width: 39px;
}

div.site-footer
{
    margin: 15px Auto 0px Auto; 
    height: 70px; 
    width: 1068px; 
    color: #D0D0D0;
}

div.site-footer a, div.site-footer a:visited
{
    color: #D0D0D0;
}

div.site-footer a:hover
{
    color: #FFFF33;
}

div.site-footer div.site-footer-copyright  
{
    float: left;    
    height: 70px;
    margin-top: 14px;
    font-size: 14px; 
    line-height: 70px; 
}

div.site-footer div.site-footer-menu  
{
    float: right; 
    height: 70px; 
    margin-top: 14px;    
    font-size: 14px;
    line-height: 70px; 
    text-align: right; 
}

div.site-content
{
    width: 964px;
    margin: 15px Auto 0 Auto; 
    padding: 0 0;
}

div.clearfix  
{
    clear: both; 
    height: 1px;
    margin: 0 0;
    padding: 0 0;
    font-size: 0; 
    line-height: 0;
}

/* --------------------------------------------------------------------------------------------- */
/* Fonts and Such */

h1,h2,h3,h4,h5
{ 
    margin: 0 Auto; 
    padding: 0 0; 
    font-family: Baskerville, Times, "Times New Roman", serif;
    -webkit-transform: rotate(0.00000000001deg); /* Fix for Anti-Aliasing in Chrome / Safari */
    text-align: center;
}

h1
{
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 30px;
}

h1.bottom
{
    margin-bottom: 0px;
}

h2
{
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
}

.red-text
{
    color: #DD0000;
}

/* --------------------------------------------------------------------------------------------- */
/* Boxes */

div.shadowbox
{
    overflow: auto;
    position: relative;
    margin: 5px 5px;
    padding: 11px 11px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -moz-box-shadow: 0px 0px 3px 3px #CCCCCC;
    -webkit-box-shadow: 0px 0px 3px 3px #CCCCCC;
    box-shadow: 0px 0px 3px 3px #CCCCCC;
}

div.bigphoto, div.aboutphoto
{
    margin-bottom: 20px;
    text-align: center;
}

div.bigphoto div.nivoSlider
{
    overflow: hidden;
    margin: 0 Auto;
}

div.grey-background
{
    border: 1px solid #8E8E8E;
    background-color: #CFCFCF;
}

div.shadowbox p.last, div.shadowbox ul.last
{
    margin-bottom: 0px;
}

div.testimonials
{
    float: right;
    width: 260px;
    margin: 5px 5px 20px 20px;
    font-size: 14px;
    line-height: 20px;
    text-wrap:none;
}

.photo
{
    border: 1px solid #8E8E8E;
}

/* --------------------------------------------------------------------------------------------- */
/* The Contact Form */

div.contact-form
{
    margin-bottom: 16px;
}

div.contact-form fieldset
{
    border: 0px none;
}

div#valSum
{
    font-size: 14px;
    line-height: 21px;
}

div.contact-form div.seperator, div.contact-left div.seperator, div.contact-right div.seperator
{
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin-bottom: 10px;
}

div.contact-form label, div.contact-left label, div.contact-right label
{
    display: inline-block;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
}

.contact-text
{
    width: 410px;
    resize: none;
}

table.citystatezip td
{
    padding-right: 4px;
}

.contact-text-city
{
    width: 268px;
}

.contact-text-state
{
    width: 42px;
}

.contact-text-zip
{
    width: 80px;
}

table#radContact td
{
    padding-right: 10px;
}

div.recap
{
    width: 312px;
    margin: 0 Auto;
}

div.contact-map
{
    height: 446px;
    background-color: #CCCCCC;
}

h2.contact-map-caption
{
    height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

/**** Banner ****/

.marquee {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    height: 64px;
    line-height: 64px;
    margin: 0 2px;
    width: 930px;
}

.marquee-wrapper {
    width: 930px;
    height: 64px;
    margin: 8px 0 8px 0;
    border: 1px solid #000000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#94002a+0,a80332+100 */
    background: #94002a; /* Old browsers */
    background: -moz-linear-gradient(top,  #94002a 0%, #a80332 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94002a), color-stop(100%,#a80332)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #94002a 0%,#a80332 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #94002a 0%,#a80332 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #94002a 0%,#a80332 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #94002a 0%,#a80332 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94002a', endColorstr='#a80332',GradientType=0 ); /* IE6-9 */
}

div.shadowbox-banner
{
    position: relative;
    margin: 16px 5px 16px 5px;
    padding: 0px 11px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -moz-box-shadow: 0px 0px 3px 3px #CCCCCC;
    -webkit-box-shadow: 0px 0px 3px 3px #CCCCCC;
    box-shadow: 0px 0px 3px 3px #CCCCCC;
}