﻿html
{
    height:100%;
}

body
{
    height: 100%;
    margin: 0;
    background: url('Images/SiteFrame/headerBGRepeatLeft.jpg') repeat-y;
    font-family: Arial;
}

h1,
h2,
h3,
h4
{
    margin-top: 0;
    text-align: center;
}

h1
{
    font-size: 18px;
}

h2
{
    font-size: 16px;
}

h3
{
    font-size: 14px;
}

h4
{
    font-size: 12px;
}

a:link
{
    color: #3B5DA4;
}

a:visited
{
    color: #3B5DA4;
}

a:hover
{
    color: #B73251;
}

a:active
{
    color: #B73251;
}

.NavigationFrame
{
    width: 175px;
    height: 217px;
    background: url('Images/SiteFrame/headerBGButtonFrame.jpg') no-repeat;
    padding-top: 15px;
    padding-left: 37px;
}

.NavigationButtonHome,
.NavigationButtonServices,
.NavigationButtonSermons,
.NavigationButtonPictures,
.NavigationButtonBeliefs,
.NavigationButtonWorship,
.NavigationButtonREChurch,
.NavigationButtonContact
{
    display: block;
    width: 80px;
    height: 24px;
    background: url('Images/SiteFrame/Buttons.png') no-repeat;
}

.NavigationButtonHome
{
    background-position: 0 0;
}

.NavigationButtonServices
{
    background-position: 0 -24px;
}

.NavigationButtonSermons
{
    background-position: 0 -48px;
}

.NavigationButtonPictures
{
    background-position: 0 -72px;
}

.NavigationButtonBeliefs
{
    background-position: 0 -96px;
}

.NavigationButtonWorship
{
    background-position: 0 -120px;
}

.NavigationButtonREChurch
{
    background-position: 0 -144px;
}

.NavigationButtonContact
{
    background-position: 0 -168px;
}

.HeaderEmblem
{
    width: 238px;
    height: 232px;
    background: url('Images/SiteFrame/headerBGCornerEmblem.jpg') no-repeat;
}

.HeaderTitle
{
    width: 501px;
    height: 174px;
    background: url('Images/SiteFrame/headerBGTitle.jpg') no-repeat;
}

.HeaderRepeat
{
    width: auto;
    height: 174px;
    background: url('Images/SiteFrame/headerBGRepeatTop.jpg') repeat-x;
}

.L
{
    text-align: left;
}

.C
{
    text-align: center;
}

.R
{
    text-align: right;
}

.J
{
    text-align: justify;
}

.B
{
    font-weight: bold;
}

.Pad5
{
    padding: 5px;
}

.ListTable
{
    border-collapse: collapse;
    cursor: default;
}

.ListTable .a0
{
    background-color: #FBFBFB;
    color: #111111;
}

.ListTable .a1
{
    background-color: #E6F2FF;
    color: #333333;
}

.ListTable th
{
    font-family: Verdana;
    font-size: 12px;
    padding: 3px 8px 3px 8px;
}

.ListTable td
{
    border: solid 1px #ADADAD;
    font-size: 14px;
    padding: 3px 11px 3px 11px;
}

ul.Actions
{
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

ul.Actions li
{
    text-align: left;
    background: url('Images/Bullet.gif') no-repeat 0px 3px;
    margin: 0;
    padding: 2px 0 2px 20px;
    font-size: 14px;
    vertical-align: middle;
}

.InfoText
{
    font-size: 11px;
    font-style: italic;
}

input.error,
textarea.error
{
    border: solid 2px red;
}

label.error
{
    font-size: 12px;
    font-style: italic;
}