@charset "utf-8";
html {
	background-color: #6c7786;
	position: relative;
	margin: 0;
	padding: 0;
}

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	position: relative;
	font-size: 100.01%;
	font-family: arial;
	width: 720px;
	margin: 0 auto 500px;
	padding: 0;
	border-left: 5px solid #525e6f;
	border-bottom: 5px solid #525e6f;
	border-right: 5px solid #525e6f;
	border-top-width: 0;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: .75em 20px;
	color: #356CAD;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h2 .red {
	font-size: .8em;
	color: #BA1717;
}

h3 { font-size: 1.2em; }
h4 {
	font-size: 1em;
}
hr {
	color: #525e6f;
	background: #525e6f;
	height: 1px;
	border-width: 0px;
	border-style: none;
}



ul { margin: 0.5em 0 0 2em; padding: 0; }
li {
	margin-bottom: 0.5em;
}

img { display: block; z-index: 1000; position:relative; }
dl { padding: 0 20px 10px 20px; }
dt { margin: 0; padding-top: 10px; } /* used on the books by diana page */
dd { margin: 0; padding: .3em 1em; }
blockquote {
	font-style: italic;
	background: #DFE7EC;
}
#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/page-background.gif);
	background-repeat: repeat-y;
	background-position: 0 top;
	padding: 0;
	display: block;
}
#header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	color: #fff;
	background-color: #09c;
	background-image: url(../img/banner-background_01.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 182px;
	margin: 0;
	padding: 0;
	display: block;
}
#header ul { margin: 0; padding: 0; }
#constant-nav li, #section-nav li { position: relative; margin: 0; padding: 0; display: inline; }
#main-nav {
	position: absolute;
	top: 111px;
	width: 720px;
	height:40px;
	border-bottom: 1px solid #757c87;
}
#constant-nav {
	position: absolute;
	font-size: .9em;
	top: 5px;
	right: 10px;
	font-weight: bold;
}
#constant-nav a:link {
	color: #2f425a;
	text-decoration: underline;
	padding-right: 4px;
	padding-left: 4px;
}
#constant-nav a:visited { color: #2f425a; text-decoration: underline; padding-right: 4px; padding-left: 4px; }
#constant-nav a:hover { color: #ba1717; text-decoration: none; padding-right: 4px; padding-left: 4px; }
#section-nav {
	background-color: #2f425a;
	background-repeat: repeat-x;
	background-position: 0 center;
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 720px;
}
#speaker #section-nav {
	background-image: url(../img/sub-nav-speaker.gif);
}
#coach #section-nav {
	background-image: url(../img/sub-nav-coach.gif);
}
#author #section-nav {
	background-image: url(../img/sub-nav-author.gif);
}
#section-nav ul {
	position: absolute;
	font-size: 1em;
	bottom: 6px;
	padding-left: 20px;
	left: -1px;
}

#section-nav a {
	color: #FFF;
	padding-right: 4px;
	padding-left: 4px;
}
#section-nav a:hover {
	color: #ffff66;
	text-decoration: none;
}

#sidebar1 {
	width: 180px;
	margin: 0;
	padding-bottom: 0px;
	float: left;
	font-size: .875em;
}
#sidebar1 h3 {
	color: #1e3f66;
	background-image: url(../img/h3-background.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: center;
	height: 30px;
	padding:10px 0 0 0;
	margin: 0;	
}

#sidebar1 p {
	position: relative;
	margin: 0;
	padding: 0 5px 10px 5px;
}


.cc {
	background-color: #fff4af;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
#sidebar1 .cc h3 {
	color: #ba1717;
	font-size: 115%;
	background-image: url(../img/background-h3-newsletter.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: center;
	height: 30px;
	padding:10px 0 0 0;
	margin: 0;
}

.more { font-size: 80%; text-transform: uppercase; }

#mainContent { 
	margin: 0 0 0 180px;
	padding: 0; font-size: .875em;
} 
#mainContent h2 {
	border-top: 0px solid #ADC1CE;
	border-bottom: 3px solid #ADC1CE;
	border-right: 0px solid #ADC1CE;
	border-left: 0px solid #ADC1CE;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background: #DFE7EC;
	margin-top: .5em;
	margin-bottom: .5em;
}
#mainContent h3 {
	border-bottom: 1px solid #ADC1CE;
	border-top: 0px solid;
	border-right: 0px solid;
	border-left: 0px solid;
	padding-bottom: 0px;
	text-align: left;
}
#mainContent p {
	padding: .5em 20px;
	margin: 0;
}
#mainContent h2 img {
	border: 3px solid #ADC1CE;
}
#mainContent ul {
	padding: 0 20px;
	margin: 0 0 0 2em;
}

#mainContent li {
	padding: 0 1em .3em 0;

}
img.left {
	border-top: 3px solid #ADC1CE;
	border-right: 3px solid #ADC1CE;
	border-bottom: 3px solid #ADC1CE;
	border-left: 0px solid #ADC1CE;
	float: left;
	margin-top: 0.75em;
	margin-right: 10px;
}
img.right {
	border-top: 3px solid #ADC1CE;
	border-right: 0px solid #ADC1CE;
	border-bottom: 3px solid #ADC1CE;
	border-left: 3px solid #ADC1CE;
	float: right;
	margin-top: .75em;
	margin-left: 10px;
}
.testimonial {
	border-top: 1px dotted #ADC1CE;
	border-right: 0px dotted #ADC1CE;
	border-bottom: 1px dotted #ADC1CE;
	border-left: 0px dotted #ADC1CE;
	padding-top: 1em;
	padding-bottom: 1em;
}
#mainContent .person {
	font-style: italic;
	margin-left: 40px;
	color: #525E6F;
}
.sign-up { width:320px; border: solid 1px #626262; background-color:#d7e5fb; padding:10px; margin: 20px auto; font-weight:bold; background-image: url(../img/h3.gif); background-repeat: repeat-x; background-position: 50% top; }
.sign-up p { text-align:center; color:#1e3f66; font-size: 1.5em; font-style: italic; margin:5px 10px 10px; padding:0  }
#footer {
	color: #CCC;
	font-size: 12px;
	background-color: #525E6F;
	text-align: center;
	margin: 0;
}
#footer ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
}
#footer li { margin: 0; display: inline; }
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #CCC;
	text-decoration: none;
	margin: 0 5px 0 0;
}
#footer a:hover { color: #00f; }


.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*------------------*/
#newsletter-archive {
	float: right;
	width: 150px;
	border-left: 1px dotted #525e6f;
	border-bottom: 1px dotted #525e6f;
	margin: 0 0 1em 1em;
	padding: 0;
	background: #FFF;
}
#newsletter-archive ul {
	margin: 0px;
	padding: 0 5px 10px 5px;
	text-align: center;
}
#newsletter-archive li {
	margin: 0px;
	padding: 0 0 .3em 0;
	list-style-type: none;
}
#newsletter-archive h3 { padding: 0; margin: .5em .3em .3em .3em; text-align:center;}
#list-float {
	font-size: 0.85em;
	float: right;
	border-top: 0px solid #ADC1CE;
	border-right: 0px solid #ADC1CE;
	border-bottom: 3px solid #ADC1CE;
	border-left: 3px solid #ADC1CE;
	margin: -10px 0px 0px;
	padding: 5px 0px 0px;
	width: 200px;
	background: #FFF;
}
#list-float ul {
	margin: 0em;
}
#list-float li {
	list-style-type: none;
}
.red {
	color: #BA1717;
}
.pdf {
	list-style-image: url(../img/pdf.gif);
	list-style-type: none;
	padding-left: 20px;
}
.pdf li a{
	padding-left: 10px;
}
