﻿body 
{
	font-family: 'Droid Serif', serif;
}

/* Chapter.aspx --> Main call For Chapter page to display */
.tdImage
{
	width:150px;
	/*padding:10px;*/
	padding:10px;
}
.tdRightHeading
{
	width:450px;
}
.Img_Book
{
	Width:150px;
	Height:200px;
-moz-box-shadow: 5px 6px 10px #939393;
-webkit-box-shadow: 5px 6px 10px #939393;
box-shadow: 5px 6px 10px #939393;
}
.HeadFont
{
	/*font-family:Calibri;*/
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	padding:5px;
	/*color:Black;*/
}
.SubHeadings
{
	/*font-family:Calibri;*/
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	padding:0px;
	color:#9C1801;
}
.SubHeadFont200
{
	/*font-family:Calibri;*/
	font-size:11pt;
	font-weight:bold;
	padding-top:20px;
	float:left;
	
}
.ChildFont200
{
	/*font-family:Calibri;*/
	font-size:11pt;
	font-weight:normal;
	padding-top:20px;
	float:left;
	
}
.SubHeadFont
{
	/*font-family:Calibri;*/
	font-size:11pt;
	font-weight:bold;
	float:left;
	
}
.ChildFont
{
	/*font-family:Calibri;*/
	font-size:11pt;
	font-weight:normal;
	float:left;
	
}
.PFont
{
	/*font-family:Times New Roman;*/
	font-size:11pt;
	font-weight:normal;
	line-height:18pt;
	text-align:justify;
	height:auto;
	padding:0px;
}

/* Horizontal Menu  */
/*
.ChapterMenu
{
	width:780px;
	margin:0px;
	padding:0px;
}
ul.menu22
{
	list-style-type:square;
	color:Black;
}
.ChapterMenu ul
{
	margin:0px;
	padding:0px;
	float:left;
	text-decoration:none;
}
.ChapterMenu ul li
{
	padding-right:3px;
	display:inline;
	font-size:12pt;
	
}
.ChapterMenu ul li a
{
	text-decoration:none;
	color:Black;
}
.ChapterMenu ul li a:hover
{
	text-decoration:underline;
	
}*/
/* background: #f96e5b;*/ 

#cssmenu {
background:#E8E8E8;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
 color:Black;
  text-decoration: none;
  display: block;
  padding: 5px 7px;
 /* font-family: 'Open Sans', sans-serif;*/
 /* font-weight: 700;*/
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #333333;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 8px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}
