@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	vertical-align: middle;
	background-color: #004a6f;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	z-index: 1;
	background-color: #004a6f;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
}
.oneColFixCtrHdr #mainContent {
	z-index: 0;
	position: relative;
	background-color: #FFFFFF;
	background-position: top;
}
.oneColFixCtrHdr #footer {
	background-color: #00aeef;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}

.style4 {
	font-weight: bold;
	z-index: 1;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header #NavTable .style4 a {
	color: #FFFFFF;
}
.oneColFixCtrHdr #header #NavTable a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header #NavTable a:visited {
	text-decoration: none;
}
.oneColFixCtrHdr #header #NavTable a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #container #footer table {
	color: #FFFFFF;
	font-size: 12px;
}
.oneColFixCtrHdr #container #footer div {

}
.oneColFixCtrHdr #container #mainContent table {
	z-index: 0;
}
.oneColFixCtrHdr #container #mainContent .mailinglist a:link {
	text-decoration: blink;
}

.ComingUpDiv {
}
.oneColFixCtrHdr #container #mainContent table .style5 p {
	padding-top: 0px;
	position: relative;
	top: 50px;
}
.slideDiv {
	height: 300px;
	width: 780px;
	z-index: 0;
}
.MenuBarItemSubmenuItem {
	font-size: 14px;
	font-weight: lighter;
	line-height: normal;
	height: 50px;
	vertical-align: middle;
	display: block;
}
.oneColFixCtrHdr #container #mainContent #sermonplayer {
	text-align: center;
}

/* Popit Menu Styling */
/* This is for the pop-it menus on the lower nav bar */

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #6cbe45; /* lime green */
}


.style5 {
	font-size: smaller;
}
#apDiv2 {
	position:absolute;
	left:545px;
	top:397px;
	width:207px;
	height:134px;
	z-index:1;
}
#apDiv4 {
	position:absolute;
	left:93px;
	top:6px;
	width:600px;
	height:280px;
	z-index:2;
	border: medium double #004A6F;
}
.style6 {
	font-size: small;
}
.oneColFixCtrHdr #container #mainContent .slideDiv #apDiv1 object {
	z-index: 0;
}
.editableDiv {
	height: 450px;
	width: 780px;
	background-image: url(../images/blurred_cross_780_450.jpg);
}
.servicetimesDiv {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.oneColFixCtrHdr #container #mainContent #contactTable {

}
.staffTextDiv {
	padding-left: 175px;
}
