﻿/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

/* EBC.css */
body 
{
	background-image:url(images/body_bg_silver_slate.jpg); 
	background-color:#778899; 
	background-repeat:repeat-x;
	font-family: Constantia, Georgia, "Times New Roman", Serif;
	font-size:62.5%;
	/*width:1051px;*/
	text-align:center;
	
}

h1
{
	color:#778899;	
}

h2
{
	font-size:large;
	font-weight:bold;		
}

h3
{	font-size:medium;
	font-weight:bold;
}

h4
{	font-size:medium;
 	font-style:italic;
	font-weight:bold;
}

h5
{
	font-size:small;
	font-weight:bold;
	
	}

h6
{
	font-size:small;
	font-weight:bold;
}

/* Divs  */

.page
{
	margin: 10px 10px 10px 10px;
	padding:10px 0px 10px 10px;
	Background-color:White;
	width:1052px;
	text-align:left;
}

.headerDiv
{
	margin:  -10px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	Background-color:White;
	height:255px;
	display:block;
	background-image: url(./images/Banner.jpg);
}

.menuDiv
{
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 10px;
	background-color:Silver;
	height:25px;
	display:block;
}

.menuDiv
{
	margin: -10px 0px 0px -10px;
	padding: 0px 0px 0px 10px;
	background-color:Silver;
	height:25px;
}


.contentDiv
{
	margin: 0% 0% 0% 0%;
	padding:2% 0% 1% 2%;
	Background-color:White;
	font-size:medium;
	line-height:2.5em;
	float:left;
	/* border-right: groove .01em gray;*/
	width:700px;
	/* width:auto;*/
	/* margin-right:155px; */
}

.schedule
{
	margin: 0% 0% 1% 1%;
	padding: 2% 0% 1% 1%;
	background-color:White;
	font-size:medium;
	line-height:1.0em;
	float:right;
	width:300px;
	height: 350px;
	/* border: groove .01em gray; */
}

.footerDiv
{
	clear:both;
	margin: 10px 0px -10px -10px;
	padding: 0px 0px 0px 0px;
	/*Background-color:White;	*/
	font-size: 1.5em;
	background-image: url(./images/Footer.jpg);
	height:130px;
	width:1062px;
}

.openingMessageDiv
{
	font-family:Lucida Calligraphy;
	margin:0% 2% 0% 0%;
	font-size:medium;
}

.preachersMessageDiv
{
	font-size: large; 
	line-height:1.6em;
}

.suckertreemenu
{
	margin: 0px 0px 0px -10px;
	padding: 5px 0px 0px 10px;
/*	height: 27px; */
	background-color:Silver;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color:Silver; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 1px 8px;
border: none;
border-left-width: 0;
text-decoration: none;
color: black;
font-size:medium;
background-color:Silver;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: black;
background-color:Silver;
text-decoration: none;
padding: 1px 5px;
border: none;
}

.suckertreemenu ul li a:hover{
background-color: #333;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: Silver url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: Silver url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/*



a.menuItem:link,
a.menuItem:visited
{
	text-decoration:none;
	color:Black;
	cursor:pointer;
}

#MainNavigation 
{
    width:600px;
    height:25px;   
    padding: 4px 5px 4px 1px; 
    font-size: medium;	
}

#MainNavigation li
{
	float:left;
	text-decoration:none;
	background-color:Silver;
	width:110px;
}
#MainNavigation li:hover
{
	background-color:Orange;	
}

#MainNavigation li ul
{
	padding: 5px 0px 0px 5px;
    width:100px;
    visibility:hidden;
    display:none;
}

#MainNavigation li.over ul,
#MainNavigation li:hover ul
{
    visibility:visible;
    display:block;
    background-color:Orange;
}
*/