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

/*Main Page Properties*/
body {
	background-color: #003814;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding:0px;
}

/*Page Container Properties*/
#PageContainer {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	background-color: #003814;
}

/*Page Header Styles*/
#PageHeader {
	background-color: #FFFFFF;
	width: 910px;
	height: 280px;
	margin-left:auto;
	margin-right:auto;
}

#PageHeaderTop {
	background-image: url(images/header/Header-Top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 910px;
}

#PageNavBar {
	height: 50px;
	width: 910px;
}

#NavBar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position:relative;
}

#NavBar li {
	display:inline;
}

#NavBar-About {
	width:130px;
	height:50px;
	background-image: url(images/header/AboutPete-nav.jpg);
	background-repeat: no-repeat;
	float: left;
}

#NavBar-About a {
	width:130px;
	height:50px;
	float: left;
	text-indent: -9999px;
	outline:none;
}

#NavBar-About a:hover {
	background-image: url(images/header/AboutPete-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

#NavBar-Workshop {
	width:230px;
	height:50px;
	float:left;
	background-image: url(images/header/Workshops-nav.jpg);
	background-repeat: no-repeat;
}

#NavBar-Workshop a {
	width:230px;
	height:50px;
	float:left;
	text-indent: -9999px;
	outline:none;
}

#NavBar-Workshop a:hover {
	background-image: url(images/header/Workshops-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

#NavBar-Book {
	width:169px;
	height:50px;
	float:left;
	background-image: url(images/header/AboutBook-nav.jpg);
	background-repeat: no-repeat;
}

#NavBar-Book a {
	width:169px;
	height:50px;
	float:left;
	text-indent: -9999px;
	outline:none;
}

#NavBar-Book a:hover {
	background-image: url(images/header/AboutBook-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

#NavBar-Contact {
	width:141px;
	height:50px;
	float:left;
	background-image: url(images/header/Contact-nav.jpg);
	background-repeat: no-repeat;
}

#NavBar-Contact a {
	width:141px;
	height:50px;
	float:left;
	text-indent: -9999px;
	outline:none;
}

#NavBar-Contact a:hover {
	background-image: url(images/header/Contact-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

#NavBar-Spacer {
	width:145px;
	height:50px;
	float:left;
	background-image: url(images/header/Spacer-nav.jpg);
}

#NavBar-Home {
	width:95px;
	height:50px;
	float:left;
	background-image: url(images/header/Home-nav.jpg);
	background-repeat: no-repeat;
}

#NavBar-Home a {
	width:95px;
	height:50px;
	float:left;
	text-indent: -9999px;
	outline:none;
}

#NavBar-Home a:hover {
	background-image: url(images/header/Home-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	background-color: #CC6600;
}

#SubNav {
	position:absolute;
	left: 358px;
	top: 50px;
	margin:0px;
	padding:0px;
	opacity:0.95;
	visibility:hidden;
}

#SubNav a {
	background-image: none;
	width: 170px;
	height: 22px;
	background-color: #00812F;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00E861;
	border-right-color: #00E861;
	border-bottom-color: #00E861;
	border-left-color: #00E861;
	clear: left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	font-size: 9pt;
	text-indent:0px;
	font-weight: bold;
}

#SubNav a:hover {
	background-image: none;
	background-color:#00a942;
}

#PageHeaderImage {
	height: 210px;
	width: 910px;
	background-image: url(images/header/Header-Image.jpg);
	background-repeat: no-repeat;
}

/*Page Body Styles*/
#PageBody {
	background-color:#FFFFFF;
	width: 910px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#BookPageBody {
	background-color:#FFFFFF;
	width: 910px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-bottom: 30px;
}

#PageBodyClear {
	clear: both;
	height: 1px;
	width: 910px;
}

/*Call Out Styles*/
#BookCallOut {
	background-color: #eee9d9;
	float: right;
	margin-right: 40px;
	width: 240px;
	border: 2px solid #d5c3a8;
	padding-top: 15px;
	display: inline;
	padding-bottom: 10px;
}

#BookInfoButton {
	height: 60px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/CallOutButton.png);
	text-align: center;
}

#BookBuyButton {
	height: 60px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/CallOutButton.png);
	text-align: center;
}

.BookButtonLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 60px;
	font-size: 18pt;
	font-weight: bold;
	width: 220px;
	height: 60px;
	float: left;
}

a.BookButtonLinks:hover {
	background-repeat: no-repeat;
	background-position: 0px -60px;
	background-image: url(images/CallOutButton.png);
	color: #9CEFA1;
}
/*End Call Out Styles*/

/*Main Style Body Contents*/
#BodyContents {
	background-color: #FFFFFF;
	width: 540px;
	margin-left: 40px;
	float: left;
	display: inline;
}
#BodyContentsMainColumn {
	background-color: #FFFFFF;
	width: 560px;
	margin-left: 40px;
	float: left;
	display: inline;
}
#BodyContentsSideColumn {
	background-color: #FFFFFF;
	float: right;
	margin-right: 40px;
	width: 230px;
	display: inline;
}

/*Book Pages Styles*/
#BookHeader {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}

#BookHeaderTop {
	background-image: url(images/BookHeader-Top.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 830px;
}

#BookHeaderMid {
	width: 610px;
	background-image: url(images/BookHeader-Mid.png);
	background-repeat: no-repeat;
	height: 155px;
	padding-left: 220px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#BookHeaderNav {
	background-color: #FFFFFF;
	height: 40px;
	width: 830px;
}

#BookHeaderNavImage {
	height: 40px;
	background-color: #FFFFFF;
	width: 205px;
	float: left;
	background-image: url(images/BookHeader-Nav.png);
	background-repeat: no-repeat;
}

#BookHeaderNavLinks {
	height: 36px;
	background-color: #008139;
	width: 623px;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003814;
	border-right-color: #003814;
	border-bottom-color: #003814;
	border-left-color: #003814;
}

#BookHeaderNavLinks ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#BookHeaderNavLinks ul li {
	display: inline;
}

#BookHeaderNavLinks ul li a {
	height: 36px;
	float: left;
	padding-right: 22px;
	padding-left: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 36px;
}

#BookHeaderNavLinks ul li a:hover {
	background-color: #00a942;
}
#BookHeaderNavLinks ul li a:active {
	background-color: #003814;
}

.BookHeader-Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 36pt;
	color: #045327;
}

.BookHeader-ByLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: 16pt;
}

.BookHeader-SubHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #02421B;
	font-size: 22pt;
}
.bookSelectedLink {
	background-color: #003814;
}
#BookHeaderNavLinks ul li a.bookSelectedLink:hover {
	background-color: #003814;
}

#BookBodyContents {
	background-color: #FFFFFF;
	width: 550px;
	float: left;
	display: inline;
	margin-left: 40px;
	padding-top: 30px;
}

#BookSideColumn {
	background-color: #FFFFFF;
	width: 260px;
	float: right;
	display: inline;
	margin-right: 40px;
	padding-top: 30px;
}



/*Page Footer Styles*/
#PageFooter {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
}
.inlineList {
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 30px;
}
ul.inlineList li {
	margin-bottom: 10px;
}

/*Text and Typography Styles and Classes*/
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4B8A51;
}
.footerByLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4B8A51;
}
.footerByLine a {
	color: #4B8A51;
	text-decoration: none;
}
.footerByLine a:hover {
	color: #4B8A51;
	text-decoration: underline;
}

.CallOutTitle {
	font-size: 22pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	color: #003814;
}

.CallOutByLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	line-height: 24pt;
}

.mainBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}

.mainHeadline, h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003814;
	font-size: 20pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.mainHeadline2, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003814;
	font-size: 15pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.mainHeadline3, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #008139;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.mainHeadline3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #008139;
	font-size: 13pt;
	font-style: italic;
}
.mainHeadline3 a:hover {
	color: #003814;
}
.BodyTextLinks {
	color: #008139;
	text-decoration: none;
	font-weight: bold;
}
a.BodyTextLinks:hover {
	color: #003F18;
	text-decoration: underline;
	font-weight: bold;
}
.contactTable {
	margin-top: 20px;
}
#ContactForm {
	background-color: #EEE9D9;
	border: 2px solid #d5c3a8;
	width: 420px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#PeteContactForm {
	margin: 0px;
	padding: 0px;
}
.contactTextBold {
	font-weight: bold;
	color: #003814;
	font-size: 13pt;
}
.contactText {
	font-weight: bold;
	color: #000000;
	font-size: 12pt;
}
.sideBarTestimonials {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5c3a8;
	border-right-color: #d5c3a8;
	border-bottom-color: #d5c3a8;
	border-left-color: #d5c3a8;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	background-color: #FCFBF8;
}
.sideBarBookCallout {
	background-color: #F3EEE0;
	border: 2px solid #D5C3A8;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
}
.sideBarBookCalloutTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #004017;
}
.sideBarBookCalloutByLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.sideBarCaseImage {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	width: 230px;
}
#smallBookBuyButton {
	height: 27px;
	width: 100px;
	background-image: url(images/CallOutButton-small.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: center;
}
#smallBookBuyButton a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 27px;
	font-weight: bold;
	float: left;
	width: 100px;
}
#smallBookBuyButton a:hover {
	color: #9CEFA1;
	background-image: url(images/CallOutButton-small.png);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}
.TestimonialsTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #00471D;
	padding-right: 8px;
	padding-left: 8px;
}
.TestimonialsQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	padding-right: 8px;
	padding-left: 8px;
}
.TestimonialsPerson {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #008139;
	padding-right: 8px;
	padding-left: 8px;
}
#BookTOC {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: square;
}
.BookTOC-UL2 {
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.BookTOC-UL3 {
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.BookTOC-UL4 {
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.BookTOC-L1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #008139;
	font-size: 18px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
.BookTOC-L2 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding-top: 8px;
	color: #AF8356;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.BookTOC-L3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	padding-top: 5px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.BookTOC-L4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 0px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.PhotoCapition {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #008139;
}
#BookPeteSmPicture {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.sideBarTestimonials2 {
	float: right;
	width: 240px;
	display: inline;
	margin-right: 40px;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5c3a8;
	border-right-color: #d5c3a8;
	border-bottom-color: #d5c3a8;
	border-left-color: #d5c3a8;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	background-color: #FCFBF8;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.requiredFormField {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666666;
}

#ch3image {
	margin-top: 180px;
}
#ch4image {
	margin-top: 290px;
}
#ch5image {
	margin-top: 280px;
}
