@CHARSET "ISO-8859-1";
/* CSS Document for The New United States Publishing
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
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;
	-webkit-text-size-adjust: none;
}

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: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #000;
	background: #2d2d2d;
}

h1 {
	font-size: 30px;
	color: #33598a;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #333;
	margin: 15px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #66;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.5em;
	margin: 5px 0 10px 0px;
	padding: 0;
}

ul, ol {
	margin: 15px 0 25px 20px;
	padding: 0;
	list-style: none;
}
	li {
		margin-bottom: 10px;
	}
	
#blockquote {
	color: #284877;
	font-style: oblique;
	font-weight: bold;
	font-size: 12px
	line-height: 1.5em;
	display: block;
	margin-bottom: 20px;
}
	#blockquote span {
		font-style: normal;
	}
	
	#authorquote {
	color: #FFF;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
	margin-bottom: 20px;
	background-color:#070F1B;
	padding:3px;
}
	#authorquote span {
		font-style: normal;
	}
	
	#callout {
	color: #284877;
	font-style: plain;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
	margin-bottom: 20px;
}
	#callout span {
		font-style: normal;
	}
	


/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 300px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #33598a;
}
.styledinput {
	width: 245px;
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 5px;
	color: #2b4b90;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}

.alert {
	background: #fffed5;
	border: 2px solid #d02626;
	padding: 20px;
	margin: 10px;
}
.hilite {background-color:#ebe7cc; padding:10px; border:1px solid #9d9b84;}
.hilite2 {background-color:#5781a5; color: #fff; padding:10px; margin-top:10px; margin-bottom:10px; border:1px solid #244472;}

.l2 {
	margin-left: 20px;
}

.l3 {
	margin-left: 40px;
}

.l4 {
	margin-left: 60px;
}

.l5 {
	margin-left: 80px;
}

.l6 {
	margin-left: 100px;
}

.l7 {
	margin-left: 120px;
}

.l8 {
	margin-left: 140px;
}

.whitebold {
	color: #fff;
	font-size:14px;
	font:georgia;
	font-weight:bold;
	line-height:22px;
}

.whitetext {
	color:#fff;
	font-size:14px;
	font:georgia;
	line-height:22px;
}

.authorbook {
	color:#00008a;
	font-size:16px;
	text-align:center;
}


/* Container ============================ */
#container {
	width: 850px;
	margin: 0 auto;
	background: #fff;
}

/* Navigation =========================== */
#nav {
	text-align: center;
	height: 54px;
	background: url('../images/nav_bg.gif') 0 0 repeat-x;
}
	#nav ul {
		margin: 0;
		padding: 18px 0 0 0;
	}
		#nav ul li {
			display: inline;
			margin: 0 20px;
		}
			#nav ul li a {
				color: #0f284e;
				text-decoration: none;
				font-size: 18px;
			}
			#nav ul li a:hover {
				color: #666;
			}
			#nav ul li a#current {
				color: #666;
			}
			
/* Content ============================== */
#content {
	padding-top: 1px;
	background: url('../images/content_bg.gif') 0 0;
}

#main-content {
	padding: 10px 20px;
	width: 540px;
	float: left;
}

#sidebar {
	width: 270px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #666;
	padding-top:8px;
}
	#sidebar h2 {
		color: #162e57;
		margin: 20px 0;
	}
	#sidebar #book-cover {
		margin-bottom: 10px;
	}

#blue_back {
        padding-left:5px;
        padding-right:5px;
        margin-left:5px;
        color:#fff;
		background-color:#039;
		line-height:22px;
		font-size:14px;
		font:georgia;
}
	#blue_back h2 {
		color:#fff;
	    padding-top:8px;
		font-size:22px;
	}

#centerdots {
	font-size:14px;
	text-align:center;
	color:#fff;
}

#red_block {
	background-color:#C00;
	color:#FFF;
	text-align:center;
	width:98%;
	font-size:138%;
	padding:6px;
}

#red_block2 {
	background-color:#C00;
	color:#FFF;
	line-height:1.75em;
	width:98%;
	font-size:110%;
	font-weight:bold;
	padding:6px;
}

#blue_block {
	background-color:#039;
	color:#FFF;
	line-height:1.75em;
	width:98%;
	font-size:110%;
	font-weight:bold;
	padding:6px;
	margin-bottom:8px;
}

#blue_block2 {
	background-color:#039;
	color:#FFF;
	line-height:1.75em;
	width:98%;
	font-size:110%;
	font-weight:bold;
	padding:6px;
	margin-bottom:8px;
}

h2#blue_block2 {
	background-color:#039;
	color:#000;
	line-height:1.75em;
	width:98%;
	font-size:120%;
	font-weight:bold;
	padding:6px;
	margin-bottom:8px;
}

#black_block {
	background-color:#000;
	color:#FFF;
	width:98%;
	font-size:85%;
	padding:3px;
}

.cmassale {
    color:#226644;	
}


.redtext {
    color: #f00;	
}
/* The book page styles */
.introduction {
	font: Georgia;
	font-weight:none;
	font-size: 22px;
	text-align: center;
}

.purpose {
	font:Times;
	font-size: 20px;
	text-align:center;
}

.main_text {
	font: times;
	font-size: 14px;
	text-indent:0px;
}
.next {
	font: times;
	font-size: 14px;
	line-height:20px;
}

a.book_link {
	color:#171bb9;
	text-decoration:none;
}
a:hover.book_link {
	color:#c3082c;
}



/* Footer =============================== */
#footer {
	background: #070f1b;
	padding: 20px;
}

#links {
	width: 450px;
	float: left;
}
	#links ul {
		margin: 0;
		padding: 0;
	}
		#links ul li {
			display: inline;
		}
			#links ul li a {
				font-size: 12px;
				color: #fff;
				text-decoration: none;
				text-transform: lowercase;
				border-right: 1px solid #fff;
				padding-right: 5px;
				margin-right: 3px;
			}

#copyright {
	width: 350px;
	float: right;
	text-align: right;
	color: #ccc;
	font-size: 11px;
}
	#copyright a {
		color: #fff;
}