/*
green 008083
red 800001
*/

  body {
  	text-align:center;
	font-size: 14px;
	font-family:Verdana; /*Arial,Helvetica,sans-serif;*/
	background-image: url(../images/bkg.jpg);

  }
  div#lyrContainer {
	/*background-image:url(images/bkg.jpg);
	background-repeat:no-repeat; */
	background-color:#FFFFFF;
	background-position:top;
	margin:0;
	top:25px;
/*	top:134px;
	left:50px;*/
	width:796px;
/*	height:550px;*/
	z-index:5;
	position: relative;
	text-align:left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #800001;
	border-right-color: #800001;
	border-bottom-color: #800001;
	border-left-color: #800001;
/*	border-top-color: #990000; 
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
*/
	margin-left:auto;
	margin-right:auto;

  }
  div#lyrBody {
	margin:10px;
  }
  div#lyrHead {
	margin:0 auto;
	width:800px;
	height:20px;
	z-index:3;
	left:50px;
	position: relative;
  }  
  div#slideshow {
	position:relative;
	float:right;
  }  
  div#lyrMenu {
  	text-align:center;
  }
  div#lyrMenu a {
/*  	color: #990000;	*/
		color: 800001;
  }
  div#lyrMenu a:hover {
  	text-decoration: none;
	color:#008083; /* 5290C9; */	
  }
  div#lyrDisclaimer {
	text-align:center;
	font-size:10px;
	color:#800001;
	position: relative;
	top:25px;
/*	top:700px;
	left:200px;*/
	width: 358px;
	height: 40px;
	z-index:15;
	margin-left:auto;
	margin-right:auto;
   }
  div#lyrDisclaimer a {
  	text-decoration:none;
	color:#800001; /*#999999;*/
  }
  div#lyrDisclaimer a:hover {
  	text-decoration: underline;
  }
/* #################################### */  
/*  MENU */
/* #################################### */  
div#lyrNav {
	position: relative;
	width: 800px;
	z-index: 10;
	margin-top:0px;
	height:62px;
	top:40px;
/*	top:75px;
	left:50px;*/
	margin-left:auto;
	margin-right:auto;

}

div#lyrNav img {
	border: 0;
}

div.nosub {
	background-image: url(../images/nav/nav_bkg.gif);
	height: 40px;
}
	
div#lyrNav ul {
	margin: 0;
	padding: 0;
	width: 700px;
}

div#lyrNav ul li {
	/*float the main list items*/
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

div#lyrNav ul li a {
	/*for all links in the list*/
	display: block;
	height: 36px;
	width: 129px;
	border-right: 1px solid #ffffff;
}

div#lyrNav ul li a {
	width: 129px;
}

div#lyrNav ul li ul li a {
	width: auto;
}

div#lyrNav ul li ul {
	display: none;
	position: absolute;
	top: 37px;
	height: 24px;
	left: 0;
	background: #800001; /*#999999;*/
	width: 100%;
}

/* sub menu background */
div#lyrNav ul li ul {
	background-color: #008083; /* 5290C9; */
}

div#lyrNav ul li.on ul {
	/*display active subnav list*/
	display: block;
}

div#lyrNav ul li ul li a,
div#lyrNav ul li.on ul li a { /*specificity to get rid of border */
	float: left;
	/*ie doesn't inherit the float*/
	border: 0;
	width: auto;
	padding: 0 10px;
	/*border-right: 1px solid #ccf5ab;*/
	color: #FFFFFF;	
	font-size: 13px;
	font-weight: normal;
	text-decoration:none;
	height: auto;
	margin-bottom: 2px;
}


div#lyrNav ul li ul li a:hover {
	color: #800001; /*#999999;*/
}

div.menuChurch,
div.menuMinistry,
div.menuCalendar,
div.menuResources {
	height: 62px;
	background: url(../images/nav/nav_bkg.gif);
}

div.menuChurch ul li#menu_church ul,
div.menuMinistry ul li#menu_ministry ul,
div.menuCalendar ul li#menu_calendar ul,
div.menuResources ul li#menu_resources ul {
	display: block;
	z-index: 900; 
	width: 796px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #800001; /*#999999;*/
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #800001; /*#999999;*/
}

/* Top Menu Bottom Bar */
div.menuChurch ul li#menu_church a,
div.menuMinistry ul li#menu_ministry a,
div.menuCalendar ul li#menu_calendar a,
div.menuResources ul li#menu_resources a {
	border-bottom: 1px solid #008083; /* 5290C9; 008083*/
}

div.menuResources ul li ul li a { /*this keeps the submenu from having a border*/
	border-bottom: 0;
}

/* #################################### */  
/* #################################### */  

div#content_left {
	position:relative;
	float:left;
	width:45%;
}
div#content_rigth {
	position:relative;
	width:45%;
}

  .font80 {
  	font-size:80%;
  }
  .font120 {
  	font-size:120%;
  }
  h1.logo {
	background-image:url(../images/head_logo.gif);
	background-repeat:no-repeat;
	height:50px;
	text-align:left;
	text-indent:-9999px;
	font-family:Verdana; /*"Arial Black", Arial, Helvetica, sans-serif;*/
	font-size:25px;
	color:#800001; /*#999999;*/
	letter-spacing:3px;
	padding-top: 10px;

  }
  .head {
  	color:#008083; /* 5290C9; */
	font-size:18px;
	font-weight:bold;
  }
  .head a {
  	color:#008083; /* 5290C9; */
	font-size:18px;
	font-weight:bold;
  }
  .head a:hover {
	text-decoration: none;
  }
  .subhead {
  	color:#800001; /*#999999;*/
	font-size:15px;
	font-weight:bold;
  }
  .subhead a {
  	color:800001; /*#999999;*/
	font-size:15px;
	font-weight:bold;
  }
  .subhead a:hover{
	text-decoration: none;
  }
  .bold {
  	font-weight:bold;
  }
  a:hover {
  text-decoration:none;	
  }

.updatetableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #244AB9;
}

a.updatetableheader:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #244AB9;
}

a.updatetableheader:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #244AB9;
}

div#lyrslideshow {
	background-color: #008083;
	width:320px;
	margin-right: 5px;
	margin-left: 5px;
	padding:2px;
	position:absolute;
	top:250px;
	height:325px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	right: 5px;
}
div#lyrslideshowworship {
	background-color: #000000;
	width:320px;
	margin-right: 5px;
	margin-left: 5px;
	padding:2px;
	position:absolute;
	top:200px;
	height:325px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	right: 5px;
}
.left60 {
	width: 55%;
}
.design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: right;
}
a.design:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: right;
	text-decoration:none;
}
