/* CSS Document */

/* - - - - - - - - - - CSS RESET */
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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
}
ol {
	list-style: 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: "" "";
}
a img{
	border:none;
}

form {
	margin:0;
	padding:0;
}
/* - - - - - - - - - - END OF THE CSS RESET */


a:link {
	color: #F60;
	}
a:visited {
	color: #C00;
	}
a:hover {
	color: #333;
	text-decoration: underline;
	}
a:active { 
	color: #333333;
	}
	
	
	/* - - - - - - - - - - END LINk STYLES */
	

p {
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #333;
	}

h1 {
	font: normal 36px/34px Georgia, "Times New Roman", Times, serif;
	color: #333;	
	border-bottom:1px solid #c6c2ba;
	margin-bottom:7px;
	padding:0px;
}

#newslist p {
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#newslist ul {
	padding:0;
	margin:0;
	margin-left:15px;
}

#newslist li {
	padding-bottom: 15px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #333;
}

#content_mid {
	
}

#content_mid p {
	padding-bottom:15px;
}

#content_mid h1 {
	font: normal 36px/34px Georgia, "Times New Roman", Times, serif;
	color: #333;	
	/*border-bottom:1px solid #c6c2ba;*/
	margin-bottom:7px;
	padding:0px;
}

#content_mid h2 {
	font: normal 24px/20px Georgia, "Times New Roman", Times, serif;
	color: #F60;
	margin:0;
	padding:0;
}

#content_mid h3 {
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #F60;
	margin:0;
	padding:0;
}

/* john, this is the style for the thankyou box */
#thankYou {
	border:1px dashed #333333;
	background-color:#FFC;
	margin:0 auto;
	text-align:left;
	font-size:12pt;
	padding:8px 5px;
}

#mailError {
	border:1px dashed #333333;
	background-color:#FFC;
	color:#F00;
	margin:0 auto;
	text-align:left;
	font-size:12pt;
	padding:8px 5px;
}

p.quote {
	font: 16px/26px Arial, Helvetica, sans-serif;
	color: #F60;
	background: url(../images/quotes_LEFT.gif) no-repeat 0px 0px;
	margin-bottom:29px;
	border-bottom:1px solid #e6e6e6;
}

p.quote span {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	background: url(../images/quotes_RIGHT.gif) no-repeat right top;
	padding-right:31px;
}
#footer {
	background:url(../images/bkg_footer.jpg) no-repeat 0 0;
	overflow:hidden;
	height:100px;
	width:960px;
	margin:0 auto;
}
#footer_details {
	text-align:center;
	float:left;
	padding-top:29px;
	padding-left:150px;
	width:470px;
}

#footer_details {
	color: #666;	
	
}
#wrapper #content #content_mid #big_quotes {
	background: url(../images/quotes_LEFT.gif) no-repeat 5px 11px;
	border-top:1px solid #c6c2ba;
	margin:11px;
	padding:15px 15px 5px 55px;
}

#wrapper #content #content_mid #big_quotes p {
	font: 16px/26px Arial, Helvetica, sans-serif;
	color: #F60;
}

#wrapper #content #content_mid #big_quotes p span {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	background: url(../images/quotes_RIGHT.gif) no-repeat right top;
	padding-right:25px;
}
.sdw_production {
	padding-top:7px;
	color:#F60;
	font: 10px/14px Verdana, Geneva, sans-serif;
}

#content_left #email_signup_form {
	width:150px;
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #333;
}

#content_left #email_signup_form h4 {
	font: 12px/13px Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-transform: capitalize;
	background: url(../images/email.png) no-repeat 0px 0px;
}

#content_left  #email_signup_form input {
	font: 10px/13px Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom:11px;
	margin-top:5px;
}
p.question {
	font: 18px/20px Georgia, "Times New Roman", Times, serif;
	color: #333;	
}

p.answer {
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left:29px;
}

/* - - - - - - - - - - - NEW CSS NAV - - - - - */

#navcontainer {
	float:right;
	margin-top:79px;
}

ul#navlist {
	padding: 0;
	margin: 0;
	color: #fff;
}

#navlist li { 
	display: inline;
	font: 12px/14px Arial, Helvetica, sans-serif;
	}

#navlist li a {
	background-color: #959189;
	border-right: 1px solid #6a6761;
	color: #f2f2f2;
	float: left;
	font: 12px/14px Arial, Helvetica, sans-serif;
	padding: 12px;
	margin:auto auto;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background: #74716a url(../images/bkg_nav.png) no-repeat left top;
}

.body_home #navlist li.home a {
	background: #74716a url(../images/bkg_nav.png) no-repeat left top;
	color:#fff;
}

.body_bio #navlist li.bio a {
	background: #74716a url(../images/bkg_nav.png) no-repeat left top;
	color:#fff;
}

.body_book #navlist li.book a {
	background: #74716a url(../images/bkg_nav.png) no-repeat left top;
	color:#fff;
}
.body_bookclub #navlist li.bookclub a {
	background: #74716a url(../images/bkg_nav.png) no-repeat left top;
	color:#fff;
}
.body_praise #navlist li.praise a {
	background: #74716a url(../images/bkg_nav.png) no-repeat left top;
	color:#fff;
}

.body_faq #navlist li.faq a {
	background: #74716a url(../images/bkg_nav.png) no-repeat left top;
	color:#fff;
}

.body_news #navlist li.news a {
	background: #74716a url(../images/bkg_nav.png) no-repeat left top;
	color:#fff;
}

.body_contact #navlist li.contact a {
	background: #74716a url(../images/bkg_nav.png) no-repeat left top;
	color:#fff;
}

.bookquestion {
	font: 16px/26px Arial,Helvetica,sans-serif
}
/* - - - - - - - - - - - END CSS NAV - - - - - */
