html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	/*color: #44331e;*/
	font-family: Arial, Helvetica, Helvetica, Sans-serif;
	font-size: .75em;
	min-width: 768px;
	/*background: #44331e;*/
    background: -webkit-linear-gradient(black, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(black, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(black, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(black, white); /* Standard syntax (must be last) */
    background-repeat: no-repeat;
    background-attachment: fixed;
}
html, body {
  height: 100%;
  padding: 0px;
  margin: 0px;
    overflow-y:overlay;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.clear{
clear:both;
}
.invisibile {
  visibility: hidden;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
a, a:link, a:visited {
  color: #1155cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#page {
  width: 750px;
  margin: 0px auto;
  padding: 0px 9px;
	background: url('../images/bg-gray.png') 0px 0px repeat-y;;
  min-height: 100%;
}
#header {
  width: 750px;
  overflow: hidden;
}
#header img {
  display: block;
}
/*Subnav Styles*/
#subnav {
  width: 750px;
  background: url('../images/subnav-bg.png') repeat-x;
  height: 49px;
  /*overflow: hidden;*/
  position: relative;
}
#subnav ul {
  text-transform: uppercase;
  text-align:center;
}
#subnav ul li {
  display: inline;
  line-height: 48px;
  padding-left: 30px;
}
#subnav ul li a {
  padding-top: 16px;
  
  padding-bottom: 16px;
}
#subnav ul li .first {
  padding-left: 0;
}
#subnav ul li a, #subnav ul li a:link, #subnav ul li a:visited {
  color: #44331e;
}

#subnav ul li a:hover {
  background: url('../images/subnav-active-bar.png') center center repeat-x;
  text-decoration: none;
}
#subnav ul li.active a {
  background: url('../images/subnav-active-bar.png') center center repeat-x;
}
#subnav #subAbout a:hover, 
#subnav #subAbout.active a {
  background: url('../images/subnav-active-bar.png') 45% 50% repeat-x;
}

#subnav #subBook a:hover, 
#subnav #subBook.active a {
  background: url('../images/subnav-active-bar.png') 54% 50% repeat-x;
}

#subnav #subBook #subBookMenu #subBook1 a:hover, 
#subnav #subBook.active a {
  background: url('../images/subnav-active-bar.png') 54% 50% repeat-x;
}

/*Main Content*/
h1, span.h1 {
  font-size: 2em;
  font-family: Georgia, Georgia, Serif;
  line-height: 1.125em;
  margin-bottom: .65em;
}
h2, span.h2 {
  font-size: 1.5em;
  font-family: Georgia, Georgia, Serif;
  line-height: 1.125em;
  margin-bottom: .65em;
}
h2.title{
margin-bottom:.2em;

}
.subtitle{
font-family: Georgia, Georgia, Serif;
font-size:1em;
}

.blue {
	color: #1b4776;
}
#content {
  padding: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}
#main {
  overflow: hidden;
  width: 100%;
}
#content p, #content blockquote, #content ul {
  line-height: 1.65em;
  margin-bottom: 1em;
}
#spotlight {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
#spotlight .quote {
  float: right;
  width: 304px;
  margin-right: 70px;
  margin-left: 20px;
}
img.floatRight {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

img.floatLeft{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.floatRight{
float:right;
margin:10px;
}
blockquote {
  background: url('../images/quote.png') top left no-repeat;
  padding: 14px 30px;
  padding-bottom: 0px;
}
div.quote {
  margin-bottom: 1.5em;
}
#spotlight blockquote {
  font-size: 1.25em;
  line-height: 1em;
  font-family: Georgia, Georgia, serif;
}

div.quote p {
  font-style: italic;
  font-weight: bold;
  padding: 0 45px;
  text-indent: -2.25ex;
}
#spotlight div.quote p {
  text-align: right;
}
#content li {
  background: url('../images/gray-bullet.png') 0px 8px no-repeat;
  padding-left: 15px;
  margin-left: 12px;
  overflow: hidden;
}
div.mp3 {
  width: 260px;
  height: 18px;
}
div.date {
  width: 80px;
  float: left;
}
div.title {
  float: left;
  width:480px;
}
#left div.title {
	width:280px;
}

#left {
	float:left;
	width:65%;
}
#right {
	float:right;
	padding-top:5px;
}

/*CLASSES*/
.divider {
    border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  overflow: hidden;
  width: 100%;
}

.pad-top-30 { padding-top: 30px; }
.pad-bottom-30 { padding-bottom: 30px; }

/* ==========================================
 DROPDOWNS
========================================== */
#subnav li:hover ul {
  display:block;
}

#subnav li ul {
    display:none;
    position:absolute;
}

#subnav li ul li {
    clear:both;
    border-style:none;
}

.drops li ul {
    display: none;
}
.drops li ul:hover {
    display: block;
}

#subBookMenu {
    position: absolute;
    z-index: 5;
	height: auto;
    width: 150px;
    margin: 0 auto;
    margin-left:-225px;
    left: 50%;
    top: 33px;
    padding-top: 15px;
	
}
#subnav li ul li {
	text-align:center;
	padding: 15px 10px !important;
	max-width:100%;
	display:inline-block;
	border-right:none;
	border:0 none;
	margin:0 !important;
	width:100%;
	background-color: #f8f3ec !important;
    border-bottom: 1px solid #e5e5e5;
}

#subnav li ul li:first-child {
	margin-left:-10px;
}

#subnav li ul li a {
	display:block;
    padding-top:5px !important;
	padding-bottom:5px !important;
	line-height:18px;
	border-right:none;
    width: 150px;
	margin:0px auto;
}


#subnav li ul li:first-child a {
	display:block;
	padding-bottom:15px;
	line-height:18px;
	border-right:none;
}

#subnav li ul li:last-child a {
	border-bottom: none;
	display:block;
	padding-bottom:15px;
	line-height:18px;
	border-right:none;
}
