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

/* Debugger Code */

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, 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;
}

/* End Debugger Code */

/* Relative Positioning */

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	position: relative;
}

/* End Relative Positioning */

/* Focus (input forms) */

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* End Focus (input forms) */

/* Basic Formatting */

h1.seo {
	display: none;
}

a {
	text-decoration: none;
	color: #EA3032;
	cursor: pointer;
}

a:visited {
	color: #FF6633;
}

a:hover {
	text-decoration: underline;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	color: #8B9298;
	background-color: #E2E2E2;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

ul {
	margin-bottom: 5px;
}

p {
	margin-botom: 5px;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 5px;
}

/* End Basic Formatting */

/* Body Wrapper */

#body-wrapper {
	width: 741px;
	margin: 15px auto;
	text-align: left;
}

/* End Body Wrapper */

/* Top Nav */

#top-nav-container {
	display: block;
	overflow: hidden;
	width: 741px;
	height: 45px;
	float: left;
	position: relative;
}

	#top-left-corner {
		width: 10px;
		height: 45px;
		float: left;
		position: relative;
		background: transparent url(../images/nav-left.png) top left no-repeat;
	}
	
	#top-nav-body {
		width: 721px;
		height: 45px;
		float: left;
		position: relative;
		background: transparent url(../images/nav-bg.png) top left repeat-x;
	}
	
	#top-nav-body a:hover {
		text-decoration: none;
	}
	
	/* Top Nav Magic */
	
		#top-nav-body ul {
			width: 721px;
			height: 45px;
			float: left;
			position: relative;
		}
		
			#top-nav-body li {
				display: block;
				height: 45px;
				float: left;
				position: relative;
				line-height: 45px;
			}
			
				#top-nav-body li a {
					height: 45px;
					float: left;
					position: relative;
					font-weight: bold;
				}
				
					/* Top Nav Off */
				
					#top-nav-body a span.off-left {
						width: 20px;
						height: 45px;
						float: left;
						position: relative;
						background: transparent url(../images/top-nav-off-left.png) top left no-repeat;
					}
					
					#top-nav-body a span.nav-text-off {
						height: 45px;
						padding: 0 5px;
						float: left;
						position: relative;
						color: #B6B6B6;
						background: transparent url(../images/top-nav-off-bg.png) top left repeat-x;
					}
					
						#top-nav-body a:hover span.nav-text-off {
							color: #8B9298;
						}
					
					#top-nav-body a span.off-right {
						width: 20px;
						height: 45px;
						float: left;
						position: relative;
						background: transparent url(../images/top-nav-off-right.png) top left no-repeat;
					}
					
					/* End Top Nav Off */
					
					/* Top Nav On */
					
					#top-nav-body a span.on-left {
						width: 20px;
						height: 45px;
						float: left;
						position: relative;
						background: transparent url(../images/top-nav-on-left.png) top left no-repeat;
					}
					
					#top-nav-body a span.nav-text-on {
						height: 45px;
						padding: 0 5px;
						float: left;
						position: relative;
						color: #EB2426;
						background: transparent url(../images/top-nav-on-bg.png) top left repeat-x;
					}
					
					
					#top-nav-body a span.on-right {
						width: 20px;
						height: 45px;
						float: left;
						position: relative;
						background: transparent url(../images/top-nav-on-right.png) top left no-repeat;
					}
					
					/* End Top Nav On */
	
	/* End Top Nav Magic */
	
	#top-right-corner {
		width: 10px;
		height: 45px;
		float: left;
		position: relative;
		background: transparent url(../images/nav-right.png) top left no-repeat;
	}
/* End Top Nav */

/* Main Content */

#main-content-container {
	width: 741px;
	float: left;
	position: relative;
	background: transparent url(../images/body-background.png) top left repeat-y;
}

	/* Left Section */
	
	#left-section {
		width: 520px;
		float: left;
		position: relative;
	}
	
		#logo-box {
			width: 404px;
			height: 120px;
			margin-top: 25px;
			margin-left: -46px;
			margin-right: 162px;
			float: left;
			position: relative;
			background: transparent url(../images/logo-main.png) top left no-repeat;
			overflow: visible;
		}
		
		#left-text {
			width: 410px;
			overflow: hidden;
			padding-top: 30px;
			padding-bottom: 20px;
			padding-left: 70px;
			padding-right: 40px;
			float: left;
			position: relative;
		}
			
			/* Left Text Formatting */
			
			#left-text h1 {
				font-size: 24px;
				font-weight: normal;
				color:	#9F9F0F;
			}
			.left-text-noline h2 {

				font-size: 21px;
				padding-bottom: 10px;
				font-family: "Times New Roman", Times, serif;
				font-style: italic;
				font-weight: normal;
				line-height: 1.2;
}

#left-text-citation h4 {
	font-size: 11px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.2;
	text-align: right;
	border-bottom: 1px #BEC5CB dotted;
	font-weight: bold;
}
			
			#left-text h2 {
				font-size: 21px;
				padding-bottom: 10px;
				font-family: "Times New Roman", Times, serif;
				font-style: italic;
				font-weight: normal;
				line-height: 1.2;
				border-bottom: 1px #BEC5CB dotted;
			}
			
			#left-text h5 {
				font-size: 21px;
				padding-bottom: 10px;
				font-family: "Times New Roman", Times, serif;
				font-style: italic;
				font-weight: normal;
				line-height: 1.2;
			}
			
			#left-text h3 {
				font-size: 17px;
				margin-top: 5px;
				font-weight: normal;
				color:	#9F9F0F;
			}
			
			#left-text p {
				margin: 5px 0;
				padding: 5px 0;
			}
			
			#left-text ul {
				padding-left: 20px;
			}
			
			#left-text li {
				list-style-image: url(../images/left-bullet.png);
				list-style-position: outside;
				margin-bottom: 5px;
			}
			
			h4.small-citation {
				text-align: right;
			}
			
			/* End Left Text Formatting */
			
	/* End Left Section */
	
	
	/* Right Section */
	
	#right-section {
		width: 211px;
		height: auto;
		padding: 0 5px;
		float: left;
		position: relative;
		overflow: hidden;
	}
	
		#the-doc {
			width: 190px;
			height: 180px;
			padding-top: 14px;
			padding-right: 21px;
			float: left;
			position: relative;
		}
		
		#right-text {
			width: 190px;
			padding-top: 10px;
			padding-left: 10px;
			padding-right: 11px;
			float: left;
			position: relative;
		}
		
			#right-text h3 {
				font-size: 17px;
				margin-top: 5px;
				font-weight: normal;
				color:	#9F9F0F;
			}
			
			#right-text h4 {
				font-size: 14px;
				padding: 2px 0;
				padding-left: 10px;
				font-weight: normal;
			}
			
			#right-text h4 a {
				color: #8B9298;
				text-decoration: none;
			}
			
			#right-text h4 a:visited {
				color: #8B9298;
			}
			
			#right-text h4 a:hover {
				text-decoration: underline;
			}
			
			#right-text h4 span {
				color: #EA3032;
			}
			
			#right-text p {
				padding: 10px 0;
				line-height: 1.6;
			}
			
			#right-text p.contact {
				padding: 0;
			}
			
	/* End Right Section */

#bottom-cap {
	width: 741px;
	height: 15px;
	line-height: 1px;
	float: left;
	position: relative;
	background: transparent url(../images/body-bottom.png) top left no-repeat;
}

/* End Main Content */

/* Footer */

#footer {
	width: 711px;
	padding: 0 20px;
	padding-top: 10px;
	float: left;
	position: relative;
	text-align: center;
	font-size: 11px;
}
	
	#footer li {
		display: inline;
	}
	
		#footer li.copyright {
			padding-right: 10px;
		}
	
		#footer li a {
			color: #8B9298;
			padding: 0 10px;
			border-left: 1px #9CA3A9 dotted;
		}
	
		#footer li a:hover {
			text-decoration: overline;
		}
		
/* End Footer */

/* Book Page Book / List */

.book-list-container {
	width: 410px;
	min-height: 320px;
	position: relative;
	margin: 10px 0;
}

	.book-list-box {
		width: 205px;
		float: left;
		position: relative;
	}
	
h4.download {
	font-weight: bold;
	margin: 5px 0;
	margin-top: 10px;
}

#left-text ul {
	margin-bottom: 10px;
}

table.cd_table {
	position: relative;
	float: left;
}

table.cd_table * {
	position: relative;
	float: left;
}

#left-text p.mp3 {
	padding: 6px 0 6px 35px;
	background: transparent url(../images/mp3.png) left center no-repeat;
}

#left-text p.cd {
	padding: 8px 0 8px 35px;
	background: transparent url(../images/cd.png) left center no-repeat;
}