/* Begin Nav Bar Styles */

#mainnav {
	width: 850px;
	height: 26px;
	color: #745A45; /* brown */
	background-color: #C2B88F; /* beige */
	position: relative;
	z-index: 200;
	font-family: Georgia;
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #745A45;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
   margin: 0;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 20px;
	color: #745A45; /* brown */
	background-color: #C2B88F5; /* beige */
	background: url(line.jpg) no-repeat top right; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
	font-size: .85em;
}

/* #nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
} */



/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
		
}
#nav a.one, #nav a.two, #nav a.three {
	text-align: left;

	
	/* font-size: .95em; */
}
#nav li {
	float: left;
	padding: 0;
	
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: bold;
	font-size: .85em;
	color: #745A45; /* brown */
	background: #C2B88F; /* beige */

	margin: 0;
	
	
}
#nav li li {
	padding: 0;
	width: 140px; 

}
#nav li ul a {
	/* padding: 5px 10px; */
	padding: 5px 9px; 
	width: 120px;
	
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;

}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;

}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: #AAA17F; /* beige */

}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #745A45; /* brown */
	background-image: none;
	border: 1px solid #727272;
	
}
#nav li ul.under a:hover {
	background: #745A45;
	color: white;

}


/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: white;
	background: url(rightarrow2.gif) center right no-repeat;

}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: white;
	background-color: black;
}


/* -------------------------- */

/* -------------------------- */
/* If you need to have a second set of drop menus on the same page (No!!!),
   they need to have a set of styles as well. If they need to look
   the same, you could fold these references to #secnav into the
   styles above. Otherwise - a separate CSS file would be the way
   to go. I've included them here for this example...
 */
/* -------------------------- */
/* Begin our secondary navigation styles */
#navheader {
	//width: 100%;
	width: 810px;
	height: 23px;
	color: white;
	background-color: #745A45;
}
#secnav, #secnav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: white;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
	
}
/* -------------------------- */
/* Here are the top secondary navigation links */
#secnav a {
	display: block;
	padding: 5px 20px;
	color: white;	
	background-color: #745A45;
	text-decoration: none;

}
#secnav a.one, #secnav a.two, #secnav a.three {
	text-align: left;
	font-size: 1em;

}
#secnav li {
	float: left;
	padding: 0;

}
/* -------------------------- */
/* The dropdown links lists */
#secnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #999;
	background-color: #745A45;
	color: white; /* new */
	margin: 0;

}
#secnav li li {
	padding: 0;
	width: 140px; 

}
#secnav li ul a {
	padding: 5px 10px;
	width: 120px;

	/* html width: 100px; */
}
#secnav li:hover ul ul, #secnav li:hover ul ul ul, #secnav li.sfhover1 ul ul, #secnav li.sfhover1 ul ul ul {
	left: -999em;
		
}
#secnav li:hover ul, #secnav li li:hover ul, #secnav li li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul, #secnav li li li.sfhover1 ul {
	left: auto;

}
/* -------------------------- */
/* The background and color of the main nav link while looking at the dropdown
   (a little different than the method used on the main nav...) */
#secnav li:hover a.one, #secnav li.sfhover1 a.one,
#secnav li:hover a.two, #secnav li.sfhover1 a.two,
#secnav li:hover a.three, #secnav li.sfhover1 a.three {
	color: white;
	background-color: black;  /* was 663 */

}
/* -------------------------- */
/* The dropdown links list colors */
#secnav li ul.under a {
	color: white;
}
#secnav li ul.under a:hover {
	background: black;
	color: white;

}
/* ------------------------- */
	body {
	background-color: #004927;
	font-family: Georgia, serif;
	text-align: center; 
	margin: 0px; /* keep - pushes border out */
	padding: 0;
	height: 800px;	
	
	}
		
	.container{	
	width: 850px;
	border: 35px solid #799156; 
	position: relative;
	text-align:left;
	margin-top: 50px;
	// padding: 1.2em;	
	}
	
	.banner{
	background-color: #635A45;
	text-align: left;
	// width: 100%;
	width: 850px;
	padding: 0px;
	}
	
	.logo{
	padding: .75em;	
	}
	
	.innercontainer{
	background-color: #D6D6AB;
	text-align: left;
	/* border-left:  10px solid #635A45;
	border-right: 10px solid #635A45; */	
	// padding: 1.2em;	
	padding: 0px;
	width: 850px;
	}
	
	.footer{
	background-color: #635A45;
	text-align: center;
	// width: 100%;
	width: 850px;
	font-size: .75em;
	padding-top:.5em;
	padding-bottom: .5em;
	color: #D6D6AB;		
	}
	
	.pagetitle{
	font-size: 1.3em;
	font-weight: bold;
		}
	.bookcategoryheading{
	font-size: 1.2em;
	font-weight: bold;	
	margin-bottom: 0;
	padding: 0;	
	}
	
	.bookcategorydivider {
	background-color: #745A45;
	height: 5px;

	
	}
		
		
	.bodytext{
	color: #353025;
	padding: 1.2em;
	}
	
	li.homepagebullet, ul.homepagebullet {
	margin-top, margin-bottom: .5em;
	}
