/* CSS Document */


/* Leave the following lines to zero out all default browser settings */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*********/

body {
	background: no-repeat center top;
/*	height: 100%;*/
}

a:link {
	color: #006600;

}

/*#Content-Layer {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
	width: 850px;
    height: 100%;
	z-index:1;
	background-image:url(http://www.adirondackbible.org/images/fade-edge-content.png);
	left: auto;
    text-align: left;
	}
*/

#Content-Layer {
background-image: url("http://www.adirondackbible.org/images/fade-edge-content.png");
position: absolute;
bottom: 0;
top: 0;
left: 50%;
margin: 177px 0 0 -425px;
text-align: left;
width: 850px;
z-index: 1;
}

#homewrapper{
/*	margin-top: 266px;*/
	background-color:#FFFFFF;
	width: 765px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
}

/*#wrapper{
	background-color:#FFFFFF;
	width: 765px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
	float: none;
}
*/

#wrapper {
background-color: #FFFFFF;
position: absolute;
bottom: 0;
top: 0;
left: 42px;
overflow: auto;
width: 765px;
}

#fullcol{
  float: left;
  width: 740px;
/*  background-color: #FFFFFF;
*/  padding: 15px 5px 5px;
  }

#leftcol{
  float: left;
  width: 400px;
/*  background-color: #FFFFFF;
*/  padding: 15px 5px 5px;
  }

#rightcol{
  float: right;
  width: 330px;
/*  background-color: #FFFFFF;
*/  padding: 20px 5px 5px;
  }

#banner_ad{
	width: 765px;
	height: 102px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
	margin-top: 30px;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px;
}

.TitleBlock {
	padding: 15px 5px 5px;
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.copy {
	padding: 5px 5px 5px;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.booktitle {
	padding: 5px;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
  
.LayoutCell {
	background: #FFFFFF;
	padding: 5px;
	background-color: #FFFFFF;
}

.LinkCell {
	height: 37px;
	background: #680101;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 10px;
	text-transform: uppercase;
/*	opacity: .5; */
}

.verse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}

.links {
	color: #006600
	}

#nav {
	margin-top: 147px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: url(../images/fade-edge-menu.png) center;
	height: 30px;
	position: relative;
	width: 850px;
	/*	opacity: .5; */
}

#nav ul {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 10px;
	text-transform: uppercase;
	font-size: 11px;
	vertical-align: -40%;
} 

#nav ul li a:hover{ /*hover background color*/
	background-color:#663300;	}


#dropmenudiv { /*Drop Down Menus*/
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
	/*	opacity: .5; */
	position:absolute;
	line-height:20px;
	z-index:100;
}

#dropmenudiv a{ /*Contents of Drop Down Menus */
	width: 100%;
	display: block;
	text-indent: 3px;
	background-color: #437800;
	padding: 1px 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color:#663300;
	}

