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


body {
	text-align:center;
	margin:0;
	padding:0;
	background-image:none;
	background-color:#CCC;
}


#outerWrapper {
	width:980px;
	margin:0 auto 0 auto;
	text-align:left;
	height:100%; !Important /* height at 100% is v. important - makes wrapper extend off bottom edge */
}

#innerWrapper {
	float:left;
	background-image:url(images/drop_shadow.png);
	background-repeat:repeat-y;
	width:980px;
	padding:0 0 500px 0;
}


#fadeshow1 {
	margin-left:97px; /* 980px minus 784px(photo width) divide by 2 = 98 - pushes everything back over to the right */
	margin-top:24px;
	background-image:url(images/IMG_20.jpg);
	height:332px;
	width:784px;
}

/* ======== NAV BAR ============ */

div#mainNav {
	height:45px;
	width:784px;
	background-color:#69C;
	margin-left:97px;
	padding-top:25px;
}

div#mainNav ul, div#mainNav li {
	display:inline; /* this makes a vertical list display horizontally */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	list-style:none; /* options are disc, circle, square, decimal and none - 'none' removes the bullet */
	margin:0;
	padding:0 0 0 22px;
	letter-spacing: 1px;
}

div#mainNav a:link {
	color:#FFF;
	text-decoration:none;	
}

div#mainNav a:visited {
	color:#FFF;
	text-decoration:none;
}

div#mainNav a:active {
	color:#FFF;
	text-decoration:none;
}

div#mainNav a:hover {
	color:#001858;
	text-decoration:none;
}

/* ======== END NAV BAR ============ */

div#textbox1 {
	float:left;
	width: 700px;
	height:435px; /* was 385px  */
	margin-left:98px;
	margin-top: 25px;
	padding:0px 25px 0px 40px;		
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:75%;
	color:#693;
	text-align: left;
	margin-top:0px;
	margin-bottom:-3px;
}

h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:70%;
	color:#693;
	text-align: left;
	margin-top:10px;
}

p.bodyText {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:70%;
	line-height:18px;
	color:#666;
	text-align: left;
	margin-top:10px; /* These two margin lines create the needed custom leading between paragraphs in main copy */
	margin-bottom:0; /* These two margin lines create the needed custom leading between paragraphs in main copy */
	z-index:1;
}

/* Body copy links formatting  */

a.textLinksOne {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:100%;
	font-weight:bold;
	line-height:18px;
	color:#693;
	text-align: justify;
	margin-top:10px;
	margin-bottom:0;
	text-decoration:none;
}

a.textLinksOne:link {
	color:#693;
}

a.textLinksOne:visited {
	color:#693;
}

a.textLinksOne:active {
	color:#693;
}

a.textLinksOne:hover {
	color:#2D5000;
}

/* End Links formatting  */

.bookDiv {
	float:right;
	margin-top:-80px;
	margin-right:-10px;
	padding-bottom:100px;
	z-index:2;
}


.buyButton {
	float:left;
	margin-top:-92px;
	margin-left:400px;
	padding-bottom:100px;
	z-index:2;
}



div#facebookWrapper {
	float:left;
	background-image:url(images/Facebook_Wordpress_Linkedin.jpg);
	background-repeat:no-repeat;
	width:365px;
	height:97px;
	margin-top:15px;
	margin-left:135px;
}

.facebookCopy {
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:75%;
	color:#999;
	margin:90px 0 0 1px;
	text-decoration:none;
	display:inline;
}

/* Formatting for my-Facebook, Wordpress and LinkedIn Links */
a.textLinksTwo:link {
	color:#999;
	text-decoration:none;	
}

a.textLinksTwo:visited {
	color:#999;
	text-decoration:none;
}

a.textLinksTwo:active {
	color:#999;
	text-decoration:none;
}

a.textLinksTwo:hover {
	color:#333;
	text-decoration:none;
}

/* End Links formatting  */



div#copyright {
	float:left;
	width:365px;
	height:45px;
	margin:10px 0 0 136px;
	clear:left;
}

p.copyrightText {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	text-align:left;
	color:#CCC;
	margin-top:5px;
	white-space:pre;
}

div#audioText {
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:75%;
	font-weight:bold;
	color:#693;
	text-align: left;
	margin-top:-508px;
	margin-left:55px;	
}

div#flashcontent {
	float:right;
	margin:-470px 155px 0px 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:70%;
	text-align:center;
	line-height:18px;
	border:thin solid #CCC;
	padding:7px 7px 7px 7px;
}

div#audioText2 {
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:75%;
	font-weight:bold;
	color:#693;
	text-align: left;
	margin-top:-220px;
	margin-left:55px;	
}

div#audioText3 {
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:65%;
	color:#666;
	text-align: left;
	margin-top:-190px;
	margin-left:55px;	
}

/* Formatting for Podcast Links */
a.textLinksThree:link {
	color:#69C;
	text-decoration:none;	
}

a.textLinksThree:visited {
	color:#69C;
	text-decoration:none;
}

a.textLinksThree:active {
	color:#69C;
	text-decoration:none;
}

a.textLinksThree:hover {
	color:#001858;
	text-decoration:underline;
}

/* End Links formatting  */

