/*church menu bar links*/
.home
{ background:none;}
.home:hover 
{ background-image: url('images/link-bar-h2.gif');display:block}
.beliefs
{ background:none;}
.beliefs:hover
{ background-image: url('images/link-bar-b2.gif');display:block}
.pastors
{ background:none;}
.pastors:hover
{ background-image: url('images/link-bar-p2.gif');display:block}
.groups
{ background:none;}
.groups:hover
{ background-image: url('images/link-bar-g2.gif');display:block}
.school
{ background:none;}
.school:hover
{ background-image: url('images/link-bar-s2.gif');display:block}
.calendar
{ background:none;}
.calendar:hover
{ background-image: url('images/link-bar-c2.gif');display:block}
.contact
{ background:none;}
.contact:hover
{ background-image: url('images/link-bar-co2.gif');display:block}
.links
{ background:none;}
.links:hover
{ background-image: url('images/link-bar-l2.gif');display:block}

/* drop menu formatting */
#dropmenudiv {
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:bold 10px Verdana;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv1 {
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:bold 10px Verdana;
line-height:15px;
z-index:100;
}

#dropmenudiv1 a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #EEEEEE;
}

#dropmenudiv1 a:hover{ /*hover background color*/
background-color: #FAF0E2;
}

/* links at bottom of church pages */
.roll-c { font-family : "arial", "helvetica", "sans serif";
        text-decoration : underline;
        color : #7F0000;}
A.roll-c:hover { font-family : "arial", "helvetica", "sans serif";
               text-decoration : none;
               color : #000050;}

/* links between sections formatting church groups */
.link4 { font-family : "arial", "helvetica", "sans serif";
        text-decoration : underline;
        color : #000060;}
A.link4:hover { font-family : "arial", "helvetica", "sans serif";
               text-decoration : none;
               color : #400000;}

/* links back to top church groups */
.link5 { font-family : "arial", "helvetica", "sans serif";
	font-size : 11.0pt;
        text-decoration : underline;
        color : #000060;}
A.link5:hover { font-family : "arial", "helvetica", "sans serif";
               text-decoration : none;
               color : #400000;}

/* heading formatting */
H1 { font-family : "Arial", "Helvetica", "Monaco";
     font-weight : bold;
     font-size : 18.0pt;
     text-transform : uppercase;
     text-align : center;
     color : black;}

H2 { font-family : "Arial", "Helvetica", "Monaco";
     font-weight : bold;
     font-size : 12.0pt;
     text-transform : uppercase;
     text-align : left;
     color : black;}
