@charset "utf-8";

body {
	/* [disabled]font: 100%/1.4; */
	font: Georgia, "Times New Roman", Times, serif;
	/* [disabled]font-size: 16px; */
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	/* [disabled]background-color: #4e5869; */
	/* [disabled]background: #6F7D94; */
	/* [disabled]background-image: url(images/vert_fade.png); */
	background-repeat: repeat-x;
	background-position: top;
}





/* ~~ Element/tag selectors ~~ */

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */

	padding: 0;

	margin: 0;

}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 20px;
	padding-left: 20px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: #006;
	font-weight: normal;
}



h1 {

	font-size: 36px;

	font-family: Georgia, "Times New Roman", Times, serif;

	text-transform: uppercase;

	letter-spacing: .075em;
	text-shadow: 1px 1px 2px #666;

	

}



p {
	/* [disabled]font-size: 1.4em; */ /* yield 14px */
	color: #000;
	}



blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.1em;
	border-left: 8px solid #fff;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */

	border: none;

}





a{

	color: #9cc4e5;

	text-decoration: none;

	line-height: 1.5;

}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color:#03F;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */

}

a:visited {
	color: #009;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

	text-decoration: none;

}



/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */

.container {
	width: 768px;
	margin: 0 auto;
	/* [disabled]background-color: #252121; */
	/* [disabled]background-color: #CCC; */
	/* [disabled]background-image: url(images/horz_fade.png); */
	background-position: right;
	background-repeat: repeat-y;
}



.ads {

  /*Placeholder for sales ads*/

}



/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.header {

	/* [disabled]background: #6F7D94; */

	height: 234px;

	margin-top: 20px;

}

img.header_book_img {

	float: left;

	/* [disabled]margin: 15px; */

	background-color: #FFF;

}


/*===========================================*/
/*Cascading Menus*/

.agenttext {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin:0px;
}

.viewtopmenucontainer {
	width: 768px;
	margin: 0px auto;
}


div#previous-page a.previous-page-topmenu,
div#next-page a.next-page-topmenu,
div#toc-page a.toc-page-topmenu,
div#download-page a.download-page-topmenu,
div#website-page a.website-page-topmenu,
div#contact-page a.contact-page-topmenu
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	/* [disabled]color: #666; */
	border-radius: 20px;
	/* [disabled]background-color: #FF6600; */
	/* [disabled]background-color: #99CCFF; */
	border-left-color: #666;
	border-right-color: #666;
	border-top-color: #666;
	border-bottom-color: #666;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
}

ul#viewtopmenu, ul.viewtopsub1, ul.viewtopsub2, ul.viewtopsub3 {
	list-style-type: none; /* this removes the list marker */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #CCC;
	/* [disabled]margin-left:36px; */
}

ul.viewtopsub1, ul.viewtopsub2, ul.viewtopsub3 {
	border: 1px solid gray;
	border-radius:10px;
}

ul.viewtopsub2 {
	border-radius:10px;
}

ul.viewtopsub3 {
	border-radius:10px;
}

ul#viewtopmenu li {
	text-align: center;
	position: relative;
	float: left;
	font-size: 1.2em;
	margin-left: 15px;
	margin-right: 15px;
}

ul.viewtopsub1 li {
	width: 170px;
}

ul.viewtopsub2 li {
	width: 130px;
}

ul.viewtopsub3 li {
	width: 110px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px 0px 0px 0px;
}

ul#viewtopmenu ul.viewtopsub1 {
	display: none;
	position: absolute;
	left: 0px;
	top: auto;
}

ul#viewtopmenu ul.viewtopsub2 {
	display: none;
	position: absolute;
	top: -20px;
	left: 175px;
}

ul#viewtopmenu ul.viewtopsub3 {
	display: none;
	position: absolute;
	left: 135px;
	top: 0px;
}

ul#viewtopmenu a, ul#viewtopmenu a:link, ul#viewtopmenu a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	display: block; /* This causes the entire area to react to a mouse click. */
	/* [disabled]background-color: #999; */
	color: #666666; /*color of text for menu*/
}

ul#viewtopmenu .viewtopsub1 a, ul#viewtopmenu .viewtopsub1 a:link, ul#viewtopmenu .viewtopsub1 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	color: #666; /*color of text for menu*/
}

ul#viewtopmenu .viewtopsub2 a, ul#viewtopmenu .viewtopsub2 a:link, ul#viewtopmenu .viewtopsub2 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	color: #666; /*color of text for menu*/

}

ul#viewtopmenu .viewtopsub3 a, ul#viewtopmenu .viewtopsub3 a:link, ul#viewtopmenu .viewtopsub3 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	color: #666; /*color of text for menu*/

}


ul#viewtopmenu a:hover, ul#viewtopmenu a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FF6600;
	display: block;
}

ul#viewtopmenu li:hover > a {
	background-color: #EAEAEA;
	color: #FF6600;
	/* [disabled]text-shadow: #333 0.75px 0.75px 1px; */
	display: block; /* This causes the entire area to react to a mouse click. */
}

ul#viewtopmenu li:hover a:hover {
	background-color: #eaeaea;
	color: #FF6600;
	border-radius: 20px;
	display: block; /* This causes the entire area to react to a mouse click. */
}

ul#viewtopmenu li:hover .viewtopsub1 {
	display: block;
/*displays sub menu when hovered over*/

}

ul#viewtopmenu .viewtopsub1 li:hover .viewtopsub2 {
	display: block;
}

ul#viewtopmenu .viewtopsub2 li:hover .viewtopsub3 {
	display: block;
}


ul#viewtopmenu a:visited ul#viewtopmenu a.visited {
	color: #33F;
	background-color: #FF0080;
	display: block;


}

.viewtopdarrow {
	font-size: inherit;
	position: absolute;
	top: 4px;
	/* [disabled]right: 13px; */
}

.viewtoprarrowsub {
	font-size: inherit;
	position: absolute;
	top: 3px;
	right: -5px;
	font-family: Arial, Helvetica, sans-serif;
}

/*Cascading Menus End*/
/*===========================================*/

.viewcolor {
	background-color: #cc9999;
}
.viewcolormenu {
	background-color: #e3c8c8;
}

.viewfooter {
	padding: 0px 0px 10px 0px;
	/* [disabled]background: #6F7D94; */
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	font-size: 0.7em;
	text-align: center;
}

.viewfooter p {
	margin: 0px 0px 0px 0px;
}

.viewpicture {
	width: 3.927in; height:5.083in;
		padding: 0px 0px 0px 0px;
}

.viewbar12 {
	float: left;
	width: 762px; height:5.083in;
	/* [disabled]background: #6F7D94; */
	/* [disabled]padding-top: 160px; */
	padding: 0px 0px 0px 0px;
	border-style:ridge;
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, Time, serif;
	background-color:#FFF;
}

.viewbar12 p {
	text-align: left;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	padding: 10px 0px 0px 20px;
	color: #000;
	/* [disabled]font-family: Georgia, Time, serif; */
	line-height: 1.6;
}
.viewbar12 h1 {
	text-align: left;
	font: Georgia, "Times New Roman", Times, serif;
	/* [disabled]font-size: 16px; */
	font-size: 20px;
	margin: 0;
	padding: 10px 0px 20px 42px;

}
.viewbar12 h2 {
	text-align: left;
}

.viewbar1 {
	float: left;
	width: 3.927in;
	height: 5.083in;
	background: #6F7D94;
	/* [disabled]padding-top: 160px; */
	padding: 0px 0px 0px 0px;
	border-style: ridge;
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, Time, serif;
	background-color: #FFF;
}

.viewbar1 p {
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000;
	/* [disabled]font-family: Georgia, Time, serif; */
	line-height: 1.6;
}
.viewbar1 h1 {
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	/* [disabled]font-size: 16px; */
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.viewbar1 h2 {
	text-align: center;
}

.viewbar2 {
	float: right;
	width: 3.927in; height:5.083in;
	border-style:ridge;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;

}
.viewbar2 p {
	text-align: left;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #000;
	font-family: Georgia, Time, serif;
	line-height: 1.6;
	padding: 0px 20px 0px 20px;

}

.viewbar2 h1 {
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	/* [disabled]font-size: 16px; */
	font-size: 20px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.viewbar2-hl-Part {
	margin: 0;
	padding: 150px 0px 0px 0px;
}


.viewbar2 h2 {
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;

}

.viewpage1 {
	float: left;
	width: 384px; height:0px;
}

.viewpage2 {
	float: right;
	width: 384px; height:0px;
}

.viewpage1 p {
	text-align: center;
	font-size: 0.65em;
	padding: 0px 0px 0px 0px;
}	
.viewpage2 p {
	text-align: center;
	font-size: 0.65em;
	padding: 0px 0px 0px 0px;
}	


.sidebar1 {
	float: left;
	width: 30%;
	/* [disabled]background: #6F7D94; */
	padding-top: 160px;
	padding: 30px 0px 30px 0px;

}



.sidebar1 p {

	text-align: center;



}





.content {
	padding: 10px 0;
	width: 70%;
	float: left;
	/* [disabled]background-color: #6F7D94; */
}



.content p {

	text-indent: 0px;

}



/* ~~ This grouped selector gives the lists in the .content area space ~~ */

.content ul, .content ol {
	padding: 0px 0px 15px 80px;
	color: #000;

}


.content a:link {
	color: #00C;
}



.purchase{
	/* [disabled]background-color: #C96; */
	width: 500px;
}



img.aboutme {

	border: 2px solid #fff7df;

	margin-left: auto;

	margin-right: auto;

	display: block;

	margin-bottom: 20px;



}

img.logos {

	/* [disabled]border: 2px solid #ccc; */

	margin-left: 20px;

	/* [disabled]margin-right: 20px; */

	/* [disabled]display: block; */

	/* [disabled]margin-bottom: 20px; */

	/* [disabled]margin-top: 10px; */



}



body#home a.home-nav,
body#purchase a.purchase-nav,
body#about a.about-nav,
body#agent a.agent-nav,
body#contact a.contact-nav,
body#booksigning a.booksigning-nav
{
	background-color: #E1EFFF;
	/* [disabled]border-left: 1px solid #666; */
	/* [disabled]border-right: 1px solid #666; */
}


ul#nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 0px; /* this creates the space between the navigation on the content below */
	/* [disabled]background-color: #6F7D94; */
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
}

ul#nav li {

	border-bottom: 1px solid #666;

	text-transform: uppercase;

	letter-spacing: 0.15em;

	font-size: 0.9em;

}

ul#nav a, ul#nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 0px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	/* [disabled]background: #8090AB; */
	color: #039;
}

ul#nav a:hover, ul#nav a:active, ul#nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #CCCCCC;
}



img.nav_img {
	margin: 30px 0px 20px 40px;
	}



/* ~~ The footer ~~ */

.footer {
	padding: 40px 0px 40px 0px;
	/* [disabled]background: #6F7D94; */
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	font-size: 0.7em;
	text-align: center;
	background-color: #FFF;

}



.footer p {

	margin: 0px 0px 0px 0px;

}



/* ~~ miscellaneous float/clear classes ~~ */

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}
