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

html {
	font-size:100%;
	color: #000;
	background-color: #FFFFFF;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
	background-image: url(../images/layout/bg-gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	text-align: left;
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

a {
	text-decoration: none;
	color: #333399;
	border: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.clearfloat {font-size: 1px; line-height: 0px; clear: both; height: 0px;}

/* resets */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {margin: 0; padding: 0;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	vertical-align: top;
}
th {
	font-weight: bold;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 115%;
}


img {border-style:none;}

fieldset,
img{border-style:none;}

del,
ins {text-decoration: none;}

li {list-style: none;}

caption,
th {text-align: left;}

h1,
h2,
h3,
h4,
h5,
h6 {font-size: 100%; font-weight: normal;}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
hr {
	background-color: #b2b2b2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 1px;
	margin-top: 35px;
	margin-bottom: 30px;
	padding: 0px;
}

/***********************************************
					Header
***********************************************/

#header {
	background-image: url(../images/layout/bg-header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header .top {
	height: 127px;
	padding-top: 35px;
}
#header .top .logo  {
	height: 115px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header .top .logo h1 {
	font-size: 16px;
	line-height: 18px;
}
#header .top .logo a {
	font-size: 14px;
	line-height: 16px;
	display: block;
	height: 115px;
	width: 720px;
	color: #FFFFFF;
	background-image: url(../images/layout/get-the-job.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .top .logo span   {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
#header .navbar {
	background-image: url(../images/layout/bg-navbar.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 34px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #06133B;
}

/***********************************************
		    		Main Containers
***********************************************/

#page-main {
	background-image: url(../images/layout/bg-main.png);
	background-repeat: repeat-y;
	background-position: center;
}
#page-main #main {
	float: left;
	width: 732px;
}
#page-main #sidebar {
	width: 230px;
	float: left;
}
#page-main #column-top {
	background-image: url(../images/layout/bg-maintop.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#page-main #column-bottom {
	clear: both;
	background-image: url(../images/layout/bg-mainbtm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 8px;
	line-height: 10px;
	height: 19px;
}


/***********************************************
		    		Main Page
***********************************************/

#page-main .content {
	padding-top: 30px;
	padding-right: 70px;
	padding-left: 52px;
	padding-bottom: 30px;
}
#page-main a { text-decoration: underline; }
#page-main a:hover,
#page-main a:active { }

h1  {
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	color: #ad101e;
	padding-bottom: 10px;
	margin: 0;
}
.h1-small { font-size: 15px; }
.h1-TVsub {
	font-size: 15px;
	color: #000000;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-top: 15px;
	color: #000066;
	margin-bottom: 15px;
}
.h2-black {
	color: #000000;
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	color: #000000;
	margin-bottom: -9px;
	margin-top: 20px;
}
.h3-speaking {
	color:#000000;
	margin-top: 25px;
}
h3 .sm {
	font-size: 80%;
	vertical-align: 25%;
	font-weight: normal;
}
#page-main p {
	margin-top: 12px;
	margin-bottom: 12px;
}
#page-main .small {
	font-size: 11px;
	line-height: 14px;
}
#page-main #main ul {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#page-main #main ul li {
	background-image: url(../images/bullet-li.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-bottom: 5px;
}
#page-main #main ol {}
#page-main #main ol li {}

/***********************************************
			Section - Sidebar
***********************************************/

#page-main #sidebar { text-align: center; }
#page-main #sidebar .content {
	padding-right: 0px;
	padding-left: 11px;
	text-align: center;
	padding-top: 7px;
}

#page-main #sidebar .bookcover  {
	width: 175px;
	margin-right: auto;
	margin-left: auto;
}

#page-main #sidebar .book-purchase {
	background-image: url(../images/buy-book.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 116px;
	margin-top: 23px;
	margin-bottom: 27px;
	margin-right: auto;
	margin-left: auto;
}
#page-main #sidebar .book-purchase span { visibility: hidden; }
#page-main #sidebar .book-purchase a {
	background-image: url(../images/buy-book.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 116px;
	text-decoration: none;
}
#page-main #sidebar .book-purchase a:hover,
#page-main #sidebar .book-purchase a:active { background-position: bottom; }
#page-main #sidebar .book-info {
	border: 2px solid #39456a;
	text-align: center;
	width: 148px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#page-main #sidebar .book-info p {
	line-height: 17px;
	font-size: 12px;
}

#page-main #sidebar .book-info h2 {
	color: #FFFFFF;
	background-color: #39456a;
	margin: 0px;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/***********************************************
		   		Page Bottom & Footer
***********************************************/

#footer {
	font-size: 12px;
	height: 77px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/layout/bg-mainbtm.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
}
#footer a { text-decoration: underline; 
}

#footer .copyright { font-size: 11px; }

#footer ul {
	padding-top: 25px;
	padding-bottom: 7px;
}
#footer ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

#footer .contact-info a {
	color: #CCCCCC;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: underline;
	font-weight: bold;
}
#footer .contact-info a:hover,
#footer .contact-info a:active { text-decoration: underline; }

/***********************************************
					Other
***********************************************/

#page-main #main .testimonial {
	background-color: #e8eef4;
	border: 2px solid #9ca2b2;
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#page-main #main .testimonial p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#page-main #main .testimonial blockquote { margin-top: 5px; }

#page-main #main .testimonials {
	margin-bottom: 20px;
	margin-top: 5px;
}
#page-main #main .testimonials h3 {
	font-weight: bold;
	color: #000000;
	font-style: italic;
	margin-bottom: 0px;
}
#page-main #main .testimonials p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#page-main #main .testimonials blockquote { margin-top: 5px; }

#page-main #main .content .center { text-align: center; }

/*
#page-main #main .content .page-nav {
	text-align: right;
	margin-bottom: 20px;
}
#page-main #main .content .page-nav a {
	padding-right: 2px;
	padding-left: 2px;
}
#page-main #main .content .page-nav a:hover,
#page-main #main .content .page-nav a:active {}
#page-main #main .learn-more {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
	padding-top: 15px;
}
*/
#page-main #main .content .page-nav {
	text-align: right;
	float: right;
	margin-top: -20px;
	margin-right: -30px;
}
#page-main #main .content .page-nav a {
	padding-right: 2px;
	padding-left: 2px;
}
#page-main #main .content .page-nav a:hover,
#page-main #main .content .page-nav a:active {}
#page-main #main .content .page-nav .current,
#page-main #main .content .page-nav .current a:hover,
#page-main #main .content .page-nav .current a:active { color: #666666; }

#page-main #main .learn-more {
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
	padding-top: 15px;
	font-size: 14px;
}

/*****************************************************
				 Social Media Logos
*****************************************************/

#page-main #main #mediaLinks {
	text-align: center;
	margin-top: 30px;
	width: 95%;
}
#page-main #main #mediaLinks td {
	text-align: center;
}

#page-main #main #mediaLinks img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page-main #main #mediaLinks .blog { margin-left: 7px; }

/*** MEDIA PHOTOS TABLE ***/
#page-main #main .content #media_photos {
	margin-top: 30px;
	margin-bottom: 22px;
}
#page-main #main #speaking-video {
	float: right;
	margin-left: 10px;
	margin-top: 15px;
}
#page-main #main #speaking-video td { text-align: right; }

/***********************************************
		    TV & Radio Interviews
***********************************************/

#page-main #main .TV-Interviews { margin-top: 25px; }
#page-main #main .TV-Interviews h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page-main #main .TV-Interviews .photo-radio { margin-top: 30px; }
#page-main #main .TV-Interviews h3 {
	margin: 0px;
	padding: 0px;
}
#page-main #main .TV-Interviews table {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
}
#page-main #main .TV-Interviews tr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b2b2b2;
}
#page-main #main .TV-Interviews td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#page-main #main .TV-Interviews p {
	padding: 0px;
	margin: 0px;
}
#page-main #main .videos {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}


#page-main #main .Radio-Interviews { margin-top: 30px; }
#page-main #main .Radio-Interviews h2  {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
#page-main #main .Radio-Interviews .interview {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b2b2b2;
	padding-bottom: 12px;
	padding-top: 7px;
}
#page-main #main .Radio-Interviews .interview-last {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b2b2b2;
	padding-bottom: 12px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
}

/*************************************************************
				News Pages
*************************************************************/

#page-main #main .news a { margin-left: 5px; }
#page-main #main .news ul {
	padding-left: 0px;
	margin-left: 0px;
}
#page-main #main .news ul li {
	background-image: none;
	padding-bottom: 15px;
	padding-left: 0px;
}
#page-main #main .news .news-outlet {
	font-weight: bold;
	font-style: italic;
	padding-right: 3px;
}
#page-main #main .news .news-line2 { font-weight: bold; }
#page-main #main .news .news-topic { font-weight: bold; }

/*************************************************************
				Site Map 2-Column Layout
*************************************************************/

#page-main #main #sitemapTable {
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 96%;
}
#page-main #main #sitemapTable .left {
	width: 44%;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #b2b2b2;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#page-main #main #sitemapTable .right {
	float: left;
	width: 48%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e8e2cd;
}
#page-main #main #sitemapTable  .mapCategory  { margin-bottom: 15px; }
#page-main #main #sitemapTable h2  {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#page-main #main #sitemapTable .mapCategory ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin-left: 0px;
}
#page-main #main #sitemapTable .mapCategory li {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bullet-li.png);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}

#page-main #main #sitemapTable .left .mapCategory ul ul,
#page-main #main #sitemapTable .right .mapCategory ul ul {
	margin-top: 3px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 12px;
	background-image: none;
}
#page-main #main #sitemapTable .left .mapCategory ul ul li,
#page-main #main #sitemapTable .right .mapCategory ul ul li {
	padding-bottom: 2px;
	margin-left: 0px;
	padding-left: 18px;
	background-image: url(../images/bullet-li-li.png);
}

/***********************************************
		   	Text & Misc Styles
***********************************************/

.float-right { float: right; }
.float-left { float: left; }

.h-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
	font-size: 10px;
	line-height: 10px;
	margin-top: 30px;
	margin-bottom: 25px;
}

.Ford-Myers { float: left; }
.Ford-Myers-bio { float: right; }

.signature { margin-bottom: 8px; }

.photo-right {
	float: right;
	margin-left: 5px;
}

.bookseller_logos {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.bonus-value { color: #CC0000; }

.blue { color: #003399; }
.red { color: #CC0000; }
.nobold { font-weight: normal; }
.allCaps { text-transform: uppercase; }
