/* $Header: /home/cvsadmin/www/gracechurch/css/gracechurch.css,v 1.9 2007/01/01 15:52:05 cvsadmin Exp $ */
body
{
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: #E9D7A7;
    padding: 0 30 0 30;
    margin: 0;
    font-size: 8pt;
    line-height: 12pt;
}
img
{
    border: none;
}

/* Styles in about.php */
img.staff
{
    vertical-align: text-top;
    float: left;
    padding: 0 20 20 0;
    clear: left;
}
div.staff
{
    width: 100%;
}
hr.separator
{
    width: 0px;
    clear: both;
    border: 0;
}

/* Styles in ads.php */

div.leftBar
{
    float: left;
}

#ads
{
    width: 174px;
    background-color: #FFFFFF;
}
.adsLink
{
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 12pt;
    text-decoration: none;
}
.adsLink:hover { color: #FFFFFF; }
#dlBlock
{
    background-color: #909BA1;
    padding: 5 0 15 10;
}
.adsImg
{
    border: 0;
}

/* Styles for calendar.php */
th
{
    font-size: 12px;
}
tr.calendar
{
    font-size: 10px;
    font-weight: normal;
    valign: top;
    halign: left;
}
td.calendar
{
    width: 75px;
    height: 125px;
    border-style: solid;
    border-width: 1;
    border-color: #FFFFFF;
    vertical-align: top;
}

/* Styles for things in concerts.php */
.quote
{
    position: relative;
    left: +25px;
    width: 80%;
}

/* Styles for things in home.php */
.content
{
    background-color: #EDECCF;
    width: 599px;
    float: left;
    padding: 10 10 10 10;
    border-width: 0 2 0 2;
    border-style: solid;
    border-color: #FFFFFF;
}
#homeContent
{
    width: 437;
}
.biggerText
{
    font-size: 9pt;
}
a.internalLink
{ 
    text-decoration: none;
    font-weight: bold;
    color: #9C9C46;
}
a.mailLink
{
    text-decoration: underline;
    color: #000000;
    font-weight: normal;
}
a.mailLink:hover { color: #AFBDC4; }
.greenHeader
{
/*    font-size: 11pt; */
    color: #9C9C46;
    font-weight: bold;
}
h1 { font-size: 11pt; }
h2 { font-size: 10pt; }

/* Styles in navbar.php */
#navBar
{
    top: 0;
    padding: 0;
    width: 797px;
}
.bannerText
{
    color: #FFFFFF;
    font-size: 9px;
    line-height: 14px;
    top: 35;
    position: absolute;
}
#contact
{
    left: 224;
}
#diocese
{
    left: 644;
}

a.bannerLink
{
    text-decoration: underline;
    color: white;
    target-new: window;
    target: new;
}
a.bannerLink:hover { color: #AFBDC4; }

#menuBar
{
    background-color: #9C9C46;
}
#menuTable
{
    padding: 0 10 0 10;
}
.menuItem
{
    padding: 0 20 0 20;
}
.menuLink
{
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #EDECCF;
    text-decoration: none;
}
#curLink { color: #FFFFFF; }
.menuLink:hover { color: #FFFFFF; }

/* Styles for servicetimes.php */
div.serviceTimes
{
    background-color: #E7E4BD;
    width: 154px;
    padding: 5px;
    float: left;
}

