@charset "utf-8";
/* remove all padding and margins so we start fresh in all browsers, then add it back to some things */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px/1.2 normal Geneva, sans-serif;
	color: #000000;
	background: url(../images/black_bar2.jpg) repeat-x 0 107px;
}
body#home {
	background: url(../images/black_bar.jpg) repeat-x 0 345px;
}
img {
	border: 0px;
}
p {
	padding-bottom: 12px;
}
ul, ol {
	padding: 10px 40px 12px 40px;
}
sup {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
optgroup option {
	padding-left: 15px;
}
blockquote {
	padding-left: 20px;
}
textarea {
	line-height: 18px; /* needed for jquery.autogrow to work in IE */
	min-height: 36px;
}
a {
	color: #be0101;
	outline: none;
}
object,embed {
	outline: none;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 15px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 15px;
}
label.error {
	color: #ff0000;
	padding-left: 5px;
	/*display: block; /* forces the labels to the next line */
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.divider {
	background: #e2e2e2;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: 12px;
}
/** Body Styles **/
.container {
	margin: 0 auto;
	width: 950px;
}
.home_header {
	float: left;
	width: 950px;
	height: 345px;
	background: url(../images/linda_pic.jpg) no-repeat bottom right;
	position: relative;
}
	.home_header .logo {
		float: left;
	}
	.email_signup {
		float: left;
		width: 626px;
		padding-left: 100px;
		padding-top: 20px;
	}
		#email_signup {
			background: url(../images/youremail.gif) left center no-repeat #ebebeb;
			width: 166px;
		}
		.email_signup td {
			vertical-align: top;
			padding: 0 2px;
		}
			.email_signup td.first_td {
				padding-top: 4px;
			}
			.email_signup label.error {
				display: block;
				width: 166px;
			}
			#email_register {
				position: absolute;
				top: 50px;
				left: 335px;
				width: 250px;
				height: 50px;
				padding: 15px;
				background: #ffffff;
				border: 1px solid #be0101;
				z-index: 100;
				display: none;
			}
				#email_register h2 {
					padding-bottom: 0px;
				}
			#email_register_shadow {
				position: absolute;
				top: 58px;
				left: 343px;
				width: 280px;
				height: 80px;
				background: #000000;
				opacity:0.4;
				filter:alpha(opacity=40);
				z-index: 99;
				display: none;
			}
			#pwd_msg {
				position: absolute;
				top: 240px;
				left: 335px;
				width: 260px;
				height: 70px;
				padding: 15px;
				background: #ffffff;
				border: 1px solid #be0101;
				z-index: 100;
				display: block;
			}
				#email_register h2 {
					padding-bottom: 0px;
				}
			#pwd_msg_shadow {
				position: absolute;
				top: 248px;
				left: 343px;
				width: 290px;
				height: 100px;
				background: #000000;
				opacity:0.4;
				filter:alpha(opacity=40);
				z-index: 99;
				display: block;
			}
	.straight {
		position: absolute;
		top: 125px;
	}
.black_bar {
	float: left;
	width: 950px;
	height: 60px;
	padding-top: 20px;
	
	color: #ffffff;
	background: url(../images/bar_arrow.gif) no-repeat 333px 50%;
}
	.black_bar h3 {
		font-size: 16px;
		font-weight: normal;
		font-size: 14px;
		width: 390px;
		float: left;
	}
		.black_bar h3 strong {
			font-size: 15px;
		}
		#bar_rotate {
			float: left;
			width: 550px;
			font-size: 14px;
		}
			#bar_rotate div {
				padding-top: 12px;
				background: none!important;
				width: 550px;
			}
		.bar_help {
			float: left;
			width: 260px;
			margin-top: -5px;
			text-align: right;
		}
			.bar_help h2 {
				font-size: 30px;
				font-weight: bold;
				padding: 0px;
			}
.content {
	float: left;
	width: 950px;
	padding: 20px 0;
}
.footer {
	width: 100%;
	float: left;
	border-top: 6px solid #e8e8e8;
}
	.footer_content {
		margin: 0 auto;
		width: 950px;
		padding: 10px 0;
	}
		.footer td {
			padding: 0 10px;
		}
		.copyright {
			border-right: 1px solid #000000;
			color: #525252;
		}
		.social_links {
			margin: 0px;
			padding: 0px;
			list-style: none;
			float: right;
		}
			.social_links li {
				float: left;
				font-size: 18px;
				color: #a50101;
				padding-left: 10px;
			}
			.social_links li.social_first {
				padding-top: 15px;
			}
/** Navigation **/
.menu {
	z-index: 10;
	float: left;
	padding-left: 100px;
	width: 626px;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
	.menu ul li {
		float: left;
		position: relative;
		background: url(../images/nav_divider.gif) no-repeat right;
		padding: 0 15px 0 10px;
	}
		.menu ul li#nav_last {
			background: none;
		}
		.menu ul li#nav_first {
			padding: 0 15px 0 0;
		}
	.menu ul li a {
		text-decoration: none;
		color: #000;
		font-size: 14px;
	}
	.menu ul a:hover {
		color: #be0101;
	}
/* Sub Nav */
.menu ul li ul {
	display: none;
}
	.menu ul li:hover ul {
		display: block;
		position: absolute;
		top: 15px;
		left: -1px;
		width: 150px;
	}
.menu ul li:hover ul li {
	width: 150px;
	background: none;
}	
.menu ul li:hover ul li a {
	display: block;
	color: #000;
	text-align: left;
	padding: 3px 3px 3px 10px;
	height: auto;
	background: #ffffff;
	line-height: 1.3em;
	border: 1px solid #CCC;
	width: 137px;
}
	.menu ul li:hover ul li:hover a {
		color: #be0101;
		text-decoration: underline;
	}
/** Home Content **/
.home_box_container {
	float: left;
	width: 950px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
}
.home_box {
	float: left;
	width: 316px;
}
	.middle_box {
		padding: 0 30px;
		width: 256px;
	}
	.home_box h3, .solution_box h3, .gray_box h3 {
		font-size: 20px;
		color: #be0101;
		font-weight: normal;
		padding-bottom: 15px;
	}
.solution_box {
	float: left;
	width: 220px;
	padding: 25px 0 20px 200px;
	background: url(../images/book_85.jpg) no-repeat;
	margin-top: 20px;
}
.quote_box {
	float: left;
	width: 215px;
	background: url(../images/quotes.jpg) no-repeat;
	margin-top: 35px;
	padding: 10px 40px 0 40px;
	font-family: "Times New Roman", Times, serif;
}
	.quote_text {
		font-size: 18px;
	}
.gray_box {
	float: left;
	width: 205px;
	background: url(../images/home_gray_top.jpg) no-repeat #ececec;
	margin-top: 30px;
	padding: 20px 15px 8px 15px;
}
.gray_box_bottom {
	float: left;
	width: 235px;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/home_gray_bottom.jpg) no-repeat #ececec;
}
/** Tier 2s **/
.header {
	float: left;
	width: 950px;
	height: 107px;
	background: url(../images/linda_pic2.jpg) no-repeat bottom right;
	position: relative;
}
	.header h1 {
		float: left;
	}
	.header .menu {
		padding-top: 15px;
	}
.t2_content {
	background: url(../images/side_bg.jpg) right repeat-y;
	float: left;
	width: 950px;
	margin-top: 10px;
}
	.t2_left {
		float: left;
		width: 675px;
		padding: 35px 36px 0 0;
	}
		.t2_left h2 {
			font-size: 26px;
			color: #be0101;
		}
			h2.hasSubtitle {
				padding-bottom: 3px;
			}
		.t2_left h3 {
			font-size: 14px;
			padding-bottom: 12px;
			font-weight: bold;
		}
		.t2_left a {
			text-decoration: none;
		}
			.t2_left a:hover {
				text-decoration: underline;
			}
	.t2_right {
		float: left;
		width: 220px;
		padding: 50px 0 0 19px;
	}
		.right_quote {
			font-family: "Times New Roman", Times, serif;
			font-size: 18px;
			color: #4f4f4f;
			background: url(../images/quotes2.jpg) no-repeat;
			padding: 0px 0 0 30px;
		}
			.keynote_box {
				background: none;
				padding: 0px;
			}
			.right_quote .quotee {
				text-align: right;
				font-size: 12px;
				font-style: italic;
			}
		.right_container {
			float: left;
			width: 105px;
			border-top: 1px dotted #bbbbbb;
			padding: 15px 15px 15px 100px;
		}
			.right_container h2 {
				font-size: 22px;
			}
			.t2_right .speaking {
				background: url(../images/calendar.jpg) no-repeat 0 10px;
			}
				.t2_right .speak_calendar {
					background: url(../images/calendar_gray.jpg) no-repeat 0 10px;
					color: #a6a6a6;
				}
					.t2_right .speak_calendar a {
						color: #a6a6a6;
					}
			.t2_right .solution {
				background: url(../images/book_85-small.jpg) no-repeat -15px 10px;
			}
			.t2_right .waytogrow {
				background: url(../images/book_waytogrow.jpg) no-repeat -15px 10px;
			}
			.t2_right .inaction {
				background: url(../images/icon_video.jpg) no-repeat -15px 10px;
			}
			.t2_right .bookemail {
				background: url(../images/icon_bookemail.jpg) no-repeat -15px 10px;
			}
		.breadcrumb {
			float: left;
			width: 675px;
			border-bottom: 1px dotted #bbbbbb;
			padding-bottom: 5px;
			margin-bottom: 15px;
		}
			.breadcrumb h3 {
				float: left;
				font-size: 24px;
				font-weight: normal;
				padding: 0px;
			}
			.breadcrumb_link {
				float: right;
				padding-top: 12px;
			}
/* Clients Page */
#testimonials{
width: 345px;
height: 370px;
overflow-x: hidden;
overflow-y: auto;
}

.clients_left {
	float: left;
	width: 300px;
}
.clients_right {
	float: left;
	width: 345px;
	background: #f3f3f3;
	padding: 15px;
}
	.clients_right h3 {
		font-size: 21px;
		font-weight: normal;
	}
	.clients_right .client_quote {
		float: left;
		border-bottom: 1px solid #ffffff;
		width: 320px;
		
	}
/* Calendar */
.calendar_table {
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	border-bottom: 5px solid #d9d9d9;
}
.calendar_table td, .calendar_table th {
	padding: 8px;
	border-right: 1px dotted #7d7d7d;
}
.calendar_table th {
	background: #d9d9d9;
}
.calendar_table .last {
	border-right: none;
}

/*Services Page*/
.ts_content_services {
	border-top:1px solid #E2E2E2;
	float: left;
	width:655px;
	}

.ts_content_services_left {
	float:left;
	width:500px;
	}
	
.ts_content_services_right {
	float:left;
	width:150px;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	}
	
	.ts_content_services_right img{
	float: right;
	}

.ts_content_services_number {
	float:left;
	width:50px;
	padding-top:10px;
}
	
.ts_content_services_content {
	float:left;
	width:400px;
	padding-top: 12px;
}

#pwd {
	margin-right: 5px;
}
#pwd_submit {
	position: relative;
	top: 5px;
	left: 0px;
}
.bookcontent{
	color:black;
}
