/***************************************************/
/************** menu styles
/***************************************************/
#mh_navblock{
	font-family: "Futura Lt BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 628px;
	text-transform: uppercase;
}
#mh_navblock ul{
	padding-left: 15px;
}
.redline {
	clear: both;
	padding-left: 15px;
}
.clear {
	clear: both;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style-image: none;
	list-style-type: none;
}
#nav a {
	color: #CCCCCC;
	display: block;
	text-decoration: none;
	outline: none; /*firefox link outline removal*/
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#nav a.mplink:hover { /* this and the next class for the different colored link underlines */
	color: #BE8C63;
	text-decoration: underline;
}
#nav a:hover span{
	color: #ffffff;
	text-decoration: none;
}
#nav li { /* all list items */
	text-indent: 0;
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}
	#nav #navrow1 a, #nav #navrow1 li{
		width: 45px;
		border-right-width: 1px;
		border-right-style: dotted;
		border-right-color: #999999;
	}
	#nav #navrow2 a {
		width: 100px;
	}

		#navlink2 {
			border-right-width: 1px;
			border-right-style: dotted;
			border-right-color: #999999;
			text-align: center;
		}

	#nav #navrow3 a {
		width: 75px;
		text-align: center;
		border-right-width: 1px;
		border-right-style: dotted;
		border-right-color: #999999;
	}
	#nav #navrow4 a {
		width: 50px;
		text-align: center;
		border-right-width: 1px;
		border-right-style: dotted;
		border-right-color: #999999;
	}
	#nav #navrow5 a {
	width: 130px;
	}

		#navlink5 {
			border-right-width: 1px;
			border-right-style: dotted;
			border-right-color: #999999;
			text-align: center;
		}
	#nav #navrow7 a {
		width: 60px;
		text-align: center;
		border-right-width: 1px;
		border-right-style: dotted;
		border-right-color: #999999;
	}
	#nav #navrow6 a {
	width: 70px;
	text-align: center;
	}
 /* second-level lists */
#nav #navrow2 ul a{
	width: 120px;
}
#nav #navrow5 ul a{
	width: 140px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	background-image: url(/bin/black90.png);
	background-repeat: repeat;
}
#nav li#navrow2 ul { /* second-level lists */
	width: 120px;
}
#nav li#navrow5 ul { /* second-level lists */
	width: 140px;
}
*html #nav li ul { /* IE6 only second-level lists */
	background-image: none;
	background-color: #333333;
}
#nav li ul li,#nav li ul li a{ /* second-level lists */
	text-align: left;
	margin-left: 0px;
}
#nav li ul li a{ /* second-level lists */
	text-indent: 20px;
	padding-bottom: 5px;
}
#nav li ul li a span:hover { /* second-level lists and beyond for the double underline look */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
/* third-and-above-level lists */
#nav li ul ul {
	margin-top: -1.7em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
}

#nav li ul ul li a{ /* third-and-above-level lists */
	text-indent: 5px;
}
#nav li#navrow2 ul li ul, #nav li#navrow2 ul li ul li a{ /* third-and-above-level lists */
	width: 450px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.theresmore { /* menu list comment of being more to see - another menu list */
	color: #33CC00;
	font-size: 125%;
	font-weight: bold;
}

/***************************************/
/* Search Buttons                      */
/***************************************/
/***** header site search */
.sbutton2 {
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 1px;
	height: 16px;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #AC2E2E;
	border-right-color: #AC2E2E;
	border-bottom-color: #682E2E;
	border-left-color: #682E2E;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.sinput {
	vertical-align: middle;
	padding:0px;
	height: 14px;
	border:1px solid #969696;
	font: 11px Tahoma, Arial, Helvetica;
}
/***************************************/
/* Email Page Button                   */
/***************************************/
.eblock{
	display: inline;
	top: 0px;
	position: relative;
}
.semail {
	padding-top: 0px;
	padding-bottom: 1px;
	color: #CCCCCC;
	background-color: #003300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #7fb27f;
	border-right-color: #7fb27f;
	border-bottom-color: #562E2E;
	border-left-color: #562E2E;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none!important;
	white-space: nowrap;

	width: 9em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 1em;
	padding-left: 1em;
}
/***************************************/
/* Search Highlighting                 */
/***************************************/
.hl0 {
	background-color: #FFFF66;
}
.hl1 {
	background-color: #D5F1F1;
}
.hl2 {
	background-color: #FF9595;
}
.hl3 {
	background-color: #C7FFB9;
}
.hl4 {
	background-color: #D1D1FF;
}
.hl5 {
	background-color: #FFC774;
}
.hlresut { /* results line allowing to turn of highlighted text */
	width: 50%;
	font: 11px Tahoma, Arial, Helvetica;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
/***************************************/
/* Main Pages (masthead less menu)     */
/***************************************/
body {
	font-size: 100%; /* fix that silly IE6 font size bug*/
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#page{
	min-width:982px;
	max-width:1280px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/bin/parchment.gif);
}
#masthead {
	position: relative;
	height: 119px;
	width: 100%;
	background-color: #000000;
}
#mh_left {
	float: left;
	height: 119px;
}
#mh_title img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mh_right {
	float: right;
	height: 119px;
	width: 354px;
	background-image: url(/bin/mast_rams.gif);
}
#mh_right{
	margin-bottom: -4px;
}
#mh_pagetop {
	padding: 0px;
	margin:0px;
	width: 100%;
	height: 19px;
	background-image: url(/bin/parchment_top.gif);
	background-repeat: repeat-x;
}
#topper3,#topper2{
float: right;
}
#topper1{
float: left;
}
#cpage{
	background-image: url(/bin/parchment_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#new-book {
	position: absolute;
	left: 570px;
	top: 5px;
}
/***************************************/
/* Main Pages (general)                */
/***************************************/
#content{
	background-image: url(/bin/parchment_left.gif);
	background-repeat: repeat-y;
	margin-right: 13px;
	padding-left: 13px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#printlogo {
	display: none;
}
h1{
	font-size: 1.2em;
	margin-top: 0px;
}
h1 #h1chap{
	font-size: 70%;
	font-weight: 400;
}
h1 #h1sub{
	font-size: 85%;
}
h1 #h1notes {
	font-size: 70%;
	font-weight: 400;
}
h2{
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 0px;
}
em {
	font-weight: bold;
	color: #f00;
}
pre {
	font-family: "Courier New", Courier, monospace;
}
pre span{
	font-size: larger;
	font-weight: bold;
}
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-indent: 2em;
}
.booktable {
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999999;
	border-collapse:collapse;
}
.booktable th{
	border: 2px solid #999999;
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
	padding: 3px;
}
.booktable td{
	border: 2px solid #999999;
	white-space: nowrap;
	vertical-align: top;
	padding: 3px;
}
/***************************************/
/* Book Navigation popup               */
/***************************************/
#book_nav_block{
	width: 22em;
	float: right;
	padding: 0.5em;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border: 1px solid #B9C7B9;
}
#fwd_back{
	font-size: .9em;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
}
#fwd_back a, #fwd_back img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fwd_back a {
	color: #000000;
	text-decoration: none;
}
#fwd_back a:hover {
	color: #4C2020;
	text-decoration: underline;
}
#fwd_back a:hover span, #btocmenu:hover{
	color: #BE8C63;
}
#btocmenu {
	cursor: pointer;
}
.book_toc_off{
	cursor: pointer;
	text-align: center;
}
#book_toc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-type: none;
	background-color: #eeeeee;
	width: 26.3em;
	padding: 5px;
	position: absolute;
	margin: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	display: none;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #F0DEB5;
	border-right-color: #F0DEB5;
	border-bottom-color: #F0DEB5;
	border-left-color: #F0DEB5;
}
.book_toc_sections{
	text-align: center;
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .5em;
}
/***************************************/
/* Essays Unique Navigation popup      */
/***************************************/
#ess_lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 400;
}
#ess_ttle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}
#ess_books{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 400;
	font-style: italic;
	color: #660000;
}
/**********************************/
#credit{
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}
.hr_book_title {

}
div.hr_book_title hr {
	border-color: #5B0002;
	margin-left: 0px;
	width: 50%;
}

/***** legal, copyright, privacy */
p.legal{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 10px;
	font-size: 65%;
}
/***** online book menu  (old version)*/
.book_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	padding: 2px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-weight: 800;
}
@media print {
#masthead, #mh_pagetop, #fwd_back, .book_menu {
	display: none;
}
body {
	background-color: #ffffff;
}
#page{
	width:100%;
	min-width:100%;
	max-width:100%;
	margin-right: 0;
	margin-left: 0;
	background-image: none;
}
#cpage{
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#content{
	background-image: none;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	overflow: visible;
}
#printlogo {
	display: block;
	height: 77px;
	width: 100%;
}
.booktable th{
	white-space: normal;
}
.booktable td{
	white-space: normal;
}
a {
	color: #000000;
	text-decoration: none;
}
}

/* what kills the search box and positions the E_to_a_F */
#mh_right {
	text-align: right;
}
#mh_right input {
	display: none;
}
.eblock {
	padding-right: 71px;
}

p.review {
	font-family: "Times", Georgia, serif;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: #2b1d07;
}

/* form styles */

fieldset {
	padding: 15px !important;
}

/* end form styles */