﻿body {
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/landscape3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	width: 100%
}
#header 
{
	position: absolute;
	top: 35px;
	left: 0px;
	right: 0px;
	border: solid 4px #4F6228;
	z-index: 25;
	background-color: #D6E3BC;
	color: #000000;
	height: 220px;
	margin-left: 80px;
	margin-right: 80px;
	padding-left: 50px;
	width:90%;
	padding-top: 5px;
	text-align: center;
}
.ControlPanel
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
} 
.ContentPane
 {
 	position: absolute; 
 	top: 315px; 
 	left: 150px; 
 	width: 40%; 
 	z-index: 80; 
 	background-color: transparent;
 }
.ContentPaneFull
 {
 	position: absolute; 
 	top: 315px; 
 	left: 150px; 
 	width: 85%; 
 	z-index: 80; 
 	background-color: transparent;
 } 
 .RightPane
 {
 	position: absolute; 
 	top: 315px; 
 	left: 55%; 
 	width: 40%;
 	z-index: 80; 
 	background-color: transparent;
 }
 
 .footer 
 {
 	position: absolute;
 	bottom: 0;
 	right: 0;
 	z-index: 0;
 	background-image: url(images/landscape3L.jpg);
 	background-repeat: no-repeat;
 	height: 470px;
 	width: 755px;
 }
 
 #nav #login a
 {
 	color: White;
 }
  #tblBSELCSermons
  {
  	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  }
  .SermonTitle
  {
  	padding-left: 20px;
  	padding-right: 5px;
  }
  .SermonMedia
  {
  	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
  }

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
 	z-index: 50;
 	font-size: 10pt;
 	font-weight: bold;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

#nav { /* all submenu lists */
	position: absolute; 
 	top: 245px; 
 	left: 0px; 
 	right: 15%;
 	height: 35px;
 	margin-left: 100px;
 	margin-right: 100px;
 	padding-left: 10pt;
 	background-color: #4F6228;
 	color: #ffffff;
 	z-index: 50;
 	font-size: 12pt;
 	font-weight: bold;
 	padding-top: 10px;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li { /* all list items */
	width: 144px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li { /* all items under the top level */
	width: 148px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	width: 148px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	padding: 5px;
	color: #036;
	background-color: #D6E3BC; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a:hover {
	color: #036;
	background-color: #D6E3BC; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #4F6228;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #4F6228;
	height: auto;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #4F6228;
	line-height: 12px;
	background-color: #4F6228;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #ffffff; 
	background-color: #4F6228; 
	text-decoration: none;
}


