/*
Colors
define all colors here
	light red:			#C71A1A
	dark red:			#910000
	light grey:			#EEEEEE
	dark grey:			#DBDBDB
	bgt grey:			#E8E8E8

760px wide
fixed width
30px  margins on left and right
14px margins between inner page elements

*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
* {
	margin: 0;	
	padding: 0;
}
html {
}

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #E8E8E8;
	background-image:url(bg.gif);
	background-position:center;
	background-repeat:repeat;
	height: 100%;
}

/* DIV LAYOUT */

div#container {
	margin: 0px auto;
	width: 820px;
	background-color:#fff;
	background-image:url(bg-shadow.jpg);
	background-repeat:repeat-y;
	
}
	div#header {
		width: 700px;
		height:62px;
		margin: 0 0 0 60px;
		padding: 38px 0 0 0;
		clear:both;
	}
		div#header-left {
			float:left;
		}
		div#header-right {
			float:right;
		}
	div#nav-global1 {
		width: 700px;
		height: 28px;
		margin: 0 0 0 60px;
		padding: 0px;
		clear:both;
		background-image:url(nav-global1-bg.gif);
	}
	div#banner {
		width: 700px;
		margin: 14px 0 0 60px;
		padding: 0px;
		clear:both;
	}
	div#content-banner {
		width: 700px;
		margin: 14px 0 0 60px;
		padding: 0;
		clear:both;


	}
	div#content-body {
		width: 700px;
		margin: 0 0 0 60px;
		min-height: 300px;
		padding: 14px 0 0 0;
		clear:both;
	}
		/* home / 3 columns */
		#content-home-left {
			float: left;
			width: 284px;
			margin: 0 0 0 0;
			padding: 14px;
			background: url(bg-div-fade1.jpg) repeat-x;
			min-height:175px;
		}
		#content-home-center {
			float: left;
			width: 152px;
			margin: 0 0 0 14px;
			padding: 14px;
			background: url(bg-div-fade1.jpg) repeat-x;
			min-height:175px;
		}
		#content-home-right {
			float: right;
			width: 152px;
			padding: 14px;
			margin: 0 0 0 14px;
			background: url(bg-div-fade1.jpg) repeat-x;
			min-height:175px;
		}
		/* layout #1 / W-OUT SECOND LEVL NAV / right rail / 2 columns */
		#content-layout1-left {
			margin: 0;
			padding: 0;
			float: left;
			width: 500px;
		}
		#content-layout1-right {
			margin: 18px 0 0 0;
			padding:19px 14px 0 14px;
			float: right;
			width: 142px;
			background-image:url(bg-div-fade2.jpg);
			background-repeat:repeat-x;
		}
		/* layout #2 / WITH SECOND LEVL NAV  / left rail / 2 columns */
		#content-layout2-right {
			margin: 0;
			float: right;
			width: 500px;
		}
		#content-layout2-left {
			margin: 15px 0 0 0;
			padding:10px 30px 0 14px;
			float: left;
			width: 126px;
			background-image:url(bg-div-fade2.jpg);
			background-repeat:repeat-x;
		}
		/* layout #3 / WITH SECOND LEVL NAV  / left rail / 2 columns */
		#content-layout3-full {
			margin: 0;
		}
		#content-layout4-flash {
			margin: 15px 0 0 0;
			width:700px;
		}
		/* banners */
		#rail-banners {
			display:block;
			margin: 20px 0 0 -14px;
			padding: 0;
		}
		
	div#nav-footer {
		width: 700px;
		margin: 14px 0 0 60px;
		padding: 14px 0 60px 0;;
		clear:both;
		border-top:#B2B2B2 solid 1px;
	}
		div#nav-footer-logo {
			float:right;
		}

/* GLOBAL 1 NAV */
#nav-global1 ul {
	margin: 0 0 0 24px;
	list-style: none;
}

#nav-global1 li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav-global1 a {
	float: left;
	margin-left: 1px;
	padding: 28px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:28px; /* for IE5/Win */
	}
	
#nav-global1 a:hover {
	background-position: 0 -28px;
	}

#nav-global1 a:active, #nav-global1 a.selected {
	background-position: 0 -56px;
	}
	
#nav-global1-about a  {
	width: 152px;
	background: url(nav-about.gif) top left no-repeat;
	}

#nav-global1-books a  {
	width: 183px;
	background: url(nav-books.gif) top left no-repeat;
	}

#nav-global1-media a  {
	width: 96px;
	background: url(nav-media.gif) top left no-repeat;
	}

#nav-global1-speaking a  {
	width: 114px;
	background: url(nav-speaking.gif) top left no-repeat;
	}
	
#nav-global1-contact a  {
	width: 102px;
	background: url(nav-contact.gif) top left no-repeat;
	}


/* GLOBAL 2 NAV */
#content-layout2-left h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	color: #333333;
}
#content-body #content-layout2-left ul {
	list-style-type: none;
	font-size: 10px;
	font-weight:bold;
	margin: 0 0 26px 0;
	padding: 0;
	width: 138px;
}
#content-layout2-left ul li {
	border-bottom: 1px solid #A5A5A5;
	padding: 0;
	margin: 0;
}
#content-layout2-left ul li.first{
	border-top: 1px solid #A5A5A5;
}
#content-layout2-left ul li a{
	margin: 6px 0 6px 0;
	padding: 3px 4px 3px 4px;
	display: block;
	border-left: 3px solid #C9C9C9;
	line-height: 11px;
}
#content-layout2-left ul li a, #content-layout2-left ul li a:link, #content-layout2-left ul li a:active {
	text-decoration: none;
}
#content-layout2-left ul li a:hover {
	background-color: #C9C9C9;
	color: #333333;
}
#content-layout2-left ul li a.here, #content-layout2-left ul li a.here:link, #content-layout2-left ul li a.here:active {
	background-color: #E01414;
	color: #FFFFFF;
}

/* FOOTER */
#nav-footer {
	font: normal 9px Arial, Helvetica, sans-serif;
}
#nav-footer ul {
	list-style: none;
	display: inline;
}
#nav-footer ul li {
	display: inline;
	padding: 0;
}
div#nav-footer a {
	color:#000;
	text-decoration: underline;
	
}
div#nav-footer a:hover {
	
}
div#nav-footer p {
	margin:5px 0px 5px 0px;
}

/* TEXT STYLES*/
div#content-body {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:16px;
	color: #000;
}
div#content-body p {
	margin:8px 0px 8px 0px;
}
div#content-body ul,ol {
	margin: 5px 0px 5px 30px;
}
div#content-body a {
	color: #C71A1A;
}
div#content-body a:hover {
	color: #910000;
}
.clearboth {
	clear:both;
}
.quote {
	font-size:15px;
	color:#C71A1A;
	line-height:18px
}
.quotesource {
	font-size: 9px;
	line-height:11px
}

ul.styledlist {
	list-style: none;
	list-style-image: url(bullet.gif);
	font-weight:bold;
	font-size:11px;
	margin: 0;
	padding: 0;
}
ul.styledlist li {
	margin: 0 0 0 -9px;
	padding: 0;
}
 hr {
	background-color:#FF0000;
	color:#FF0000;
	height:1px;
	border:0pt none;
	width:60%;
	margin: 20px 0;
	
}

/* HOME STYLES*/
.homequote {
	font-size:19px;
	color:#C71A1A;
	line-height:23px
}
.homequotesource {
	font-size: 11px;
	line-height:15px
}
#content-home-right dl {
	margin:8px 0 0 0;
}
#content-home-right dt {
	margin:0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#C71A1A;
}
#content-home-right dd {
	margin:0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#000;
}
#content-home-center .authorimage {
	margin-top:-15px;
}
#homequote0 {
	display:none;
}
#homequote1 {
	display:none;
}
#homequote2 {
	display:none;
}

/* BOOK PAGE STYLES*/
.book {
	background-image:url(bg-div-fade1.jpg);
	background-repeat:repeat-x;
	min-height:175px;
	clear:both;
	margin: 24px 0 0 0; 
	padding: 0;
}
.book-image {
	float:left;
	padding: 14px 14px 0 14px;
	width: 92px;
	text-align: center;
}
.book-copy {
	float: right;
	padding: 14px 14px 0 0;
	width: 366px;
}
.book h3 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color:#C71A1A;
	margin: 0 0 8px 0;
}
.buyIcons {
	float:left;
	padding: 0 14px 0 0;
}

/* TABLE STYLES*/
.datatable {
	width:100%;
	margin: 0 0 20px 0;
	padding:0;
}
.datatable th {
	padding: 5px 5px 5px 5px;
	display:table-cell;
	vertical-align:top;
	color:#FFFFFF;
	background-color:#C71A1A;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.datatable td {
	padding: 5px 5px 5px 0px;
	display:table-cell;
	vertical-align:top;
	background-color:#EEEEEE;
}

/* HEADING STYLES */
h1 {
	font-size: 19px;
	font-weight:normal;
	color:#C71A1A;
	margin:15px 0 20px 0;
}
h2 {
 	font-size: 15px;
	font-weight:bold;
	margin:12px 0px 8px 0px;
	color:#C71A1A;
}
h3 {
	font-size: 12px;
	font-weight:bold;
	margin:10px 0px 8px 0px;
	color:#000;
}
h4 {
	font-size: 12px;
	font-weight:bold;
	margin:10px 0px 8px 0px;
	color:#000;
}

/* OTHER STYLES */
a.external {
	padding-left: 8px;
	background: url(link_external.gif) no-repeat left top;
}

a.pdf {
	padding-left: 15px;
	padding-top: 4px;
	background: url(link_pdf.gif) no-repeat left top;
}
/* BOOK PAGE STYLES*/
.gradientbox {
	background-image:url(bg-div-fade1.jpg);
	background-repeat:repeat-x;
	min-height:175px;
	clear:both;
	margin: 24px 0 0 0; 
	padding: 14px;
}

/* IMAGES */
img {
	border:none 0px;
}
img#logo {
}
.floatright {
	float:right;
	margin: 0px 0px 14px 14px;
}
.floatleft {
	float:left;
	margin: 0px 14px 14px 0px;
}
.floatcenter {
	text-align:center;
}
.bactotop {
	border:0px;
	margin:0px 0px 0px 5px;
}
img.author {
	float:left;
	margin: -14px 14px 14px 0px;
}

/* FORMS */
.formlabelerror {
	color:#ED8000;
	background-color:#FFFF66;
}
.formfielderror {
	background-color:#FFFF66;
	background-color:#FFFF66;
}
.formlabelvalid {
	color:#000000;
	background-color:none;
}
.formfieldvalid {
	background-color:#ffffff;
}