﻿* 
{
    margin: 0; 
    padding: 0;
}

body 
{
    font-family: Verdana, Tahome, Helvetica;
    font-size: medium;
    text-align: center;
    background: #000000 url(../Images/bkgd_Body.jpg) repeat-x left top;
    color: #FFFFFF;
}

.mobileitem
{
    display: none;
}

#sitewrapper
{
    margin: 0 auto;
    width: 1024px;
    height: 728px;
    text-align: left;
    background: transparent url(../Images/bkgd_LayoutDefault.jpg) no-repeat;
}

#home #sitewrapper
{
    background: transparent url(../Images/bkgd_LayoutHome.jpg) no-repeat;
}

#contentwidth
{
    position: relative;
}
#footerwidth
{
    width: 1024px;
    margin: 0 auto;
    text-align: right;
}
#footerwidth a
{
    margin-right: 134px;
}
#footerwidth a img
{
    border: none;
}

#maincontent
{
    position: absolute;
    top: 221px;
    left: 330px;
    z-index: 4;
    color: #CBCACA;
    width: 509px;
    height: 480px;
    overflow: auto;
}

#home #maincontent
{
    top: 478px;
    height: 223px;
}

#maincontent p
{
    font-size: 71%;
    line-height: 130%;
    margin: 5px 0 10px 0;
}

#maincontent h1
{
    color: #FFFFFF;
    font-size: 115%;
    font-weight: normal;
    margin-bottom: 10px;
}

#maincontent h2
{
    color: #999999;
    font-size: 110%;
    font-weight: normal;
    margin-bottom: 8px;
}

#maincontent h3
{
    color: #FFFFFF;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 3px;
}

#maincontent h4
{
    color: #999999;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 3px;
}

#maincontent h5
{
    font-size: 90%;
    font-weight: normal;
}

#maincontent h6
{
    font-size: 80%;
    font-weight: normal;
}

#maincontent h7
{
    font-size: 100%;
    font-weight: normal;
    font-style: italic;
}

#maincontent ul, #maincontent ol
{
    margin: 2px 2px 2px 25px;
}

#maincontent li
{
    font-size: 71%;
    margin: 3px;
}


a
{
    color: #C1272D;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.pad
{
    padding: 5px;
}

#columncontent
{
    position: absolute;
    top: 210px;
    left: 175px; 
    width: 144px;
    height: 491px;
    overflow: hidden;
}

#columncontent h1
{
    color: #666666;
    border-bottom: solid 1px #333333;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 80%;
}

#columncontent p
{
    margin: 5px;
}

#columncontent ul,
#columncontent ol
{
    list-style: none;
}
#columncontent li
{
    font-size: 70%;
    margin: 5px;
}

#columncontent a img
{
    border: none;
}
#columncontent img
{
    margin: 4px;
}


#menu
{
    position: absolute;
    top: 47px;
    left: 321px;
    z-index: 2;
    margin-left: 0px;
    width: 547px;
    height: 36px;
    overflow: hidden;
}

#menu ul 
{
    list-style: none;
}

#menu ul li
{
    background: transparent url(../Images/tab_Unselected.jpg) no-repeat top left;
    float: left;
    width: 108px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    font-size: 75%;
    margin-right: 1px;
}

#menu ul li:hover
{
    background: transparent url(../Images/tab_Selected.jpg) no-repeat top left;
}

#menu ul li a
{
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
#menu ul li a:hover
{
    text-decoration: none;
}



#home #nav-home,
#identity #nav-identity,
#listen #nav-listen,
#ministry #nav-ministry,
#contact #nav-contact
{
    background: transparent url(../Images/tab_Selected.jpg) no-repeat top left;
}


.fs
{
    border: solid 2px #666666;
    margin: 15px;
}

.fs ul
{
    list-style: none;
    margin: 15px;
}

.fs ul li
{
    list-style: none;
    margin-top: 10px;
}

.fs label
{
    display: block;
    font-size: 70%;
    font-style: italic;
}

.fs legend
{
    font-size: 90%;
    font-weight: normal;
    color: #CCCCCC;
}

.gv
{
    margin-top: 10px;
    width: 100%;
    font-size: 70%;
}
.gv th
{
    text-align: left;
    background: #000000;
    color: #CCCCCC;
    font-weight: bold;
    font-size: 70%;
}

.divide
{
    margin: 5px;
    border-top: dashed 1px #333333;
}

.link
{
    color: #C1272D;
    text-decoration: none;
}
.link:hover
{
    text-decoration: underline;
}

.normal
{
    font-size: 100%;
    color: #FFFFFF;
}
