/*
********** The L Factor, Main body styles */
body {
	margin: 0;
	padding: 0;
	font: 12px Arial;
	color: #000;
	background: #fff;
}
img {
	border: 0;
}
.seasonalOffers{
margin-left:-7px;
}
input, textarea, select { 
	text-align: left;
	margin: 0 0 5px 5px;
	width: 200px;
}
td { 
	padding: 0;
}
a:active, a:link, a:hover, a:visited {
	color: #e80028;
}
ul li {
	list-style-image: url(images/bullet.gif);
}

/*
********** Headings */
h2 {
	text-transform: capitalize;
	font-size: 22px;
	font-weight: bolder;
	color: #ce4000;
}
h3 {
	font-size: 15px;
	color: #ce4000;
}
h4 {
	font-size: 11px;
	color: #ce4000;
}

/*
********** Classes */
.terms {
	text-align: center;
	padding: 5px 0 25px 0;
}
.note {
	font-weight: bold;
	margin: 25px 0 25px 0;
}
.deal {
	font-size: 14px;
	color: #ce4000;
	font-weight: bold;
}
.bLink {
	font-weight: bold;
}
.warn { 
	color: #ff0000;
	font-weight: bold;
}
.noMargin {
	margin: 0;
}
.noBotMargin {
	margin-bottom: 0;
}
.topMargin {
	margin: 25px 0 0 0;
}
.botMargin {
	margin: 0 0 25px 0;
}
.question {
	color: #ce4000;
	font-weight: bold;
	padding-right: 15px;
}
.answer {
	padding-right: 15px;
	font-style: italic;
}
.mainBorder {
	border: 1px #e9e9e9 solid;
	margin: 10px 0;
}
.mainBorder h3 {
	margin: 2px;
}
.mainBorder ul {
	padding: 0 0 0 10px;
	margin: 0;
}
.mainBorder ul li {
	margin: 0 0 0 10px;
}
.mainBorderBack {
	background: url(images/smallfocus.jpg) no-repeat top left;
} 
.mainBorderBack ul {
	padding-left: 100px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.brocImg {
	text-align: center;
	padding: 10px 0;
}
.imgLeft {
	float: left;
	margin-left: 10px;
}
.largeOne {
	font-size: 13px;
	font-weight: bold;
}
.largeTwo {
	font-size: 14px;
	font-weight: bold;
}
.submitBut {
	text-align: left;
}
.clear {
	clear: both;
}

/*
********** Id's */
#container {
	position:relative;
	margin: 0 auto;
	width: 766px;
}
#mainTxt {
	width: 240px;
	float: left;
}
#main_right {
	float: right;
	padding: 0;
}
#termsAlign {
	padding-left: 20px;
}
ul#condition li {
	padding: 0 0 10px 0;
}
/*
********** Learner Training Styling */
.infoTxt, .infoRight {
	padding: 7px 0;
	clear: both;
}
.infoTxt img, .infoRight img {
	margin: 20px 10px 10px;
}
.infoTxt img {
	float: right;
}
.infoRight img {
	float: left;
	padding-right: 20px;
}
.infoRight li {
	margin: 0 0 0 40px;
}
/*
********** Header */
#header h1 {
	text-indent: -1000px;
	width: 766px;
	height: 75px;
	margin: 0;
	background: #ffffff url(images/header_top.jpg) top left no-repeat;
	cursor: pointer;
}
#header span{
	position:relative;
	display: block;
	/*text-indent: -1000px;*/
	width: 766px;
	height: 185px;
	margin: 0;
	/*background: #ffffff url(images/header.jpg) top left no-repeat;*/
}
#header span span{
	width:100%;
	height:100%;
	}

/*
********** Navigation */
.naviBack {
	background: #fff url(images/navigation_background.jpg) top left no-repeat;
}
ul#navigation {
	position: absolute;
	top: 260px;
	left: 0;
	width: 766px;
	color: #fff;
	font: .85em Tahoma;
	font-weight: bolder;
	text-align: center;
	margin: 0;
	padding: 15px 0 20px 10px;
	background: #fff url(images/navigation_background.jpg) top left no-repeat;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #fff;
	padding: 16px 8px 15px 3px;
	background: url(images/navigation_divide.gif) top right no-repeat;
	text-decoration: none;
}
ul#navigation li.last a {
	background: url();
}

/*
********** Content */
#content, #contentCar {
	margin-top: 47px;
	height: auto;
	padding: 5px 70px;
	overflow: auto;
}

#content {
	background: #fff url(images/background.jpg) repeat-y top;
}
#contentCar {
	background: #fff url(images/car_background.jpg) repeat-y top;
}
#why div#content div {
	font-style: italic;
	margin-top: 5px;
}
#why p a {
	text-decoration: none;
	font-weight: bold;
	color:#000;
	margin-bottom: 3px;
}
#why div div div {
	margin-left: 30px;
}
#why div#contentCar p {
	margin: 10px;
}

#why p strong a{
color:#e80028;
text-decoration:underline;
}
/*
********** Footer */
#footer {
	background: #fff url(images/bottom_background.gif) top left repeat-y;
	padding: 5px 35px 5px 10px;
	text-align: center;
	color: #000;
	clear: both;
}
/* #home #footer {
	padding: 10px 0 30px;
	padding-right: 45px;
} */
#footer strong {
	color: #939393;
}
#footer img {
	float: left;
	padding: 0 0 50px 75px;
}
#footer li {
	display: inline;
	font-weight: bold;
}
#footer p {
	font-size: 10px;
	color: #666;
	margin: 10px 10px 10px 35px;
}
#footer a {
	color: #e80028!important;
	font-weight: bold;
}

/*
********** Forms */
div.formrow {
	clear: both;
	padding-top: 10px;
	
}
div.formrow span.formlabel {
	float: left;
	width: 260px;
	text-align: right;
	margin: 0 20px 0 0;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}
#why div.formrow span.formlabel {
	width: 200px;
}
div.formrow p span.formlabel {
	margin: 0 15px;
}
div.formrow span.formelement {
	float: right;
	width: 340px;
	text-align: left;
}

/*
********** Table Styles */
th {
	color: #fff;
	background: #ce4000;
	text-transform: uppercase;
	font-size: 16px;
	border-left: #000 1px solid;
}
#termsTable {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	border: #000 1px solid;
	border-left: 0;
	width: 600px;
}
#termsTable td {
	text-align: center;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	padding: 5px;
}
#termsTable td.orange {
	background: #ce4000;
	color: #fff;
	font-size: 16px;
}

.priceslash{text-decoration:line-through;}


/*
********** Why It Works Table Styles */

table.whyitworks{margin:10px; border-right:1px solid #ce4000; width:605px;}

table.whyitworks td{
	border:1px solid #ce4000; 
	border-right-width:0; 
	border-top-width:0; 
	text-align:center;
	padding:10px;
	text-transform:uppercase;
	font-size:.9em;}
	table.whyitworks td.ex{color:#990000; font-weight:bold;}
	
	.learnerllogoleft{
	width:96px;
	display:block;
	float:left;
	}
	.learnerllogoright{
	width:186px;
	}
	.learnerl{
	padding-bottom:20px;
	}
	.courses_arrow {margin-top: 15px; margin-left:48px;}
	
	/*Testimonial Links*/
	.testLink{font-size:12px; font-weight:bold; text-align:left; padding-left:96px;}
	.testimonialLink{background: url(/images/pdf_icon.jpg) no-repeat; height:40px; padding-left:40px; font-size:15px; font-weight:bold;}