@charset "UTF-8";
/* CSS Document */

body {
	background: #333333 url(img/bgGradient.gif) top left repeat-x;
	margin:0;
	padding:0;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width:900px;
	margin:0 auto;
	border-left: #000000 3px solid;
	border-right: #000000 3px solid;
	background: #FFFFFF;
	padding: 0;
	border-bottom:#000000 1px solid;
}

#closed {
	width:219px;
	height:139px;
	background:url(img/closed.gif) no-repeat;
}

#header {
	text-align: center;
	background: #FFD34B;
	color: #000000;
	padding: 0;
}
#header h1,
#header p {
	margin: 0;
}

#navBar {
	background:url(img/navMenuBG.gif) top left repeat-x;
	height:30px;
	text-align: center;
}
.navMenuItem {
	float: left;
	padding: 6px 0 0 0;
	height: 24px;
	margin: 0 0 0 5px;
	cursor:pointer;
}
.navMenuItem a:link {
	text-decoration: none;
	color: #000000;
}
.navMenuItem a:visited {
	text-decoration: none;
	color: #000000;
}
#navMenuItem1 {
	width: 100px;
	background: url(img/nav100px.gif) no-repeat;
	margin-left: 30px;
}
#navMenuItem2 {
	width: 150px;
	background: url(img/nav150px.gif) no-repeat;
}
#navMenuItem3 {
	width: 150px;
	background: url(img/nav150px.gif) no-repeat;
}
#navMenuItem4 {
	width: 200px;
	background: url(img/nav200px.gif) no-repeat;
}
#navMenuItem5 {
	width: 100px;
	background: url(img/nav100px.gif) no-repeat;
}
#navMenuItem6 {
	width: 100px;
	background: url(img/nav100px.gif) no-repeat;
}

#navMenuItem1:hover,
#navMenuItem5:hover {
	color:#FFFFFF;
	background: url(img/nav100pxOn.gif) no-repeat;
}
#navMenuItem2:hover,
#navMenuItem3:hover,
#navMenuItem6:hover {
	color:#FFFFFF;
	background: url(img/nav150pxOn.gif) no-repeat;
}
#navMenuItem4:hover {
	color:#FFFFFF;
	background: url(img/nav200pxOn.gif) no-repeat;
}

#mainContent {
	margin:0 10px;
}
#mainContent h1 {
	margin-bottom: 0;
}
#mainContent h2,
#mainContent h3 {
	color: #333333;
	margin-top: 0;
}
#bookCover {
	float: left;
	padding: 0;
}
#bookCover2 {
	float: left;
	position: relative;
	padding: 0;
	width: 375px;
	margin: 0;
}
#contactInfo {
	padding: 0;
	margin: 0;
	float: right;
	line-height: 1.3;
	width: 480px;
}

#chapterList {
	padding: 5px;
	float: right;
	width: 470px;
	margin: 0 10px 0 0;
}
#chapterList p {
	line-height: 1.5;
}
#chapterList h2 {
	font-size: 16px;
}
#mainBodyText {
	float: none;
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
}
#mainContent p,
#mainBodyText p {
	line-height: 1.5;
}

.quoteBoxBlack {
	width: 70%;
	margin: 0 0 20px 20px;
	padding: 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
.quoteBoxBlue {
	width: 70%;
	margin: 0 0 20px 20px;
	padding: 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #036;
}
.quoteBoxBlack p,
.quoteBoxBlue p {
	margin-top: 0;
}

.leftQuote {
	background: url(img/lQuote.gif) top left no-repeat;
	height: 25px;
	width: 100%;
	margin-left: 10px;
}
.rightQuote {
	background: url(img/rQuote.gif) bottom right no-repeat;
	height: 25px;
	width: 100%;
}

.quoteBox .quoted {
	font-size: .9em;
}

#footer {
	margin: 0 auto;
	padding: 4px 0 0 0;
	height: 22px;
	background: url(img/navMenuBG.gif) top left repeat-x;
	color: #000000;
	text-align: center;
}

/* STYLES */
.clearFloat {
	float: none;
	clear: both;
}

.bold {
	font-weight:bold;
	font-size:16px;
}

/* LINKS */
a:link,
a:visited {
	color: #E42F30;
	font-weight: bold;
}

.pdf:link,
.pdf:visited {
	color: #3C3D58;
	text-decoration: underline;
}
.pdf:hover {
	color: #B5B020;
	text-decoration: underline;
}
