/*

	-- -- -- -- -- -- --
	keys2drive v1: landing page layout CSS file
	type: screen
	last edit:05 march 09
	-- -- -- -- -- -- --

    Contents:   =SECONDARY NAVIGATION
                =HEADINGS
                =ACCORDION
                =JOURNEY SPACE
	            =FREE LESSON                
*/


/**************************************************************************** =SECONDARY NAVIGATION */

#secondaryNav { 
    display:none; 
}

    
/**************************************************************************** =HEADINGS */

#featureHero {
	padding:23px 10px 101px 10px;
	height:245px;
 	background:url("../../../../images/furniture/headings/h1beginningDriversLanding.png") no-repeat; 
}

#freeLessonHero {
	padding:60px 10px 50px 105px;
	height:24px;
 	background:url("../../../../images/furniture/headings/h1FreeLessonLanding.png") no-repeat; 
}

#supervisorHero {
	padding:23px 10px 101px 10px;
	height:245px;
 	background:url("../../../../images/furniture/headings/h1supervisorLanding.png") no-repeat; 
}

#instructorsHero {
	padding:124px 10px 0 10px;
	height:245px;
 	background:url("../../../../images/furniture/headings/h1instructorsLanding.png") no-repeat; 
}

#homepageHero {
	padding:91px 0 0 9px;
 	/*background:url("../../../../images/furniture/headings/h1homepageLanding.png") no-repeat;*/ 
}

#target {
    position:relative;
    top:-16px;
    margin-left:794px;
}

h4.noLsYet {
    position:relative;
    top:10px;
    left:0;
    width:153px; 
    height:20px;
    text-indent:-9999em;
    background:url("../../../../images/furniture/headings/h2noLsYetLP.png");
}

h4.startLs {
    position:relative;
    top:10px;
    left:0;
    width:153px; 
    height:20px;
    text-indent:-9999em;
    background:url("../../../../images/furniture/headings/h2startLsLP.png");
}

h4.hadLsWhile {
    position:relative;
    top:10px;
    left:0;
    width:153px; 
    height:20px;
    text-indent:-9999em;
    background:url("../../../../images/furniture/headings/h2hadLsWhileLP.png");
}

h4.nearlyPs {
    position:relative;
    top:10px;
    left:0;
    width:153px; 
    height:20px;
    text-indent:-9999em;
    background:url("../../../../images/furniture/headings/h2neralyPsLP.png");
}

h4.gotPs {
    position:relative;
    top:10px;
    left:0;
    width:153px; 
    height:20px;
    text-indent:-9999em;
    background:url("../../../../images/furniture/headings/h2gotPsLP.png");
}

/**************************************************************************** =ACCORDION */

#accordionWrapper {
    display:none;
	margin:-8px 0 14px -15px;
	width:927px;
	background:url("../../../../images/furniture/modules/accordionLast.png") right no-repeat;
}

ol.accordion, ol.accordion *{
	margin:0;
	padding:0;
	list-style-type: none;
}

ol.accordion li {
	cursor:pointer;
	height:182px; 
	background:url("../../../../images/furniture/modules/accordionLi.png") left no-repeat;
}

ol.accordion li img {
	margin:0 0 6px 0;
}

ol.accordion .active_click {
	cursor:pointer;
}

ol.accordion li.first {
	background:url("../../../../images/furniture/modules/accordionFirst.png") left no-repeat;
}

ol.accordion li .innerWrapper {
	float:left;
	display:inline;
	margin:10px 0 10px 27px;
}

ol.accordion li .innerWrapper .innerLeftCol  {
	display:inline; 
	width:164px; 
	float:left;
}

ol.accordion li .innerWrapper .innerRightCol  {
	float:left;
	width:153px;
}

ol.accordion li .innerWrapper .innerRightCol p {
	font-size: 13px;
	color:#ffffff;
	line-height:17px;
	margin-bottom:.2em;
}

ol.accordion li .innerWrapper .innerRightCol a {
    font-size:12px;
    font-weight:bold;
    color:#eda600;
	padding:4px 17px 4px 0;
	background:url("../../../../images/furniture/icons/orgGrey-arw.png") right no-repeat; 
}


/****************************************************************************  =FREE LESSON */

#freeLessonPleaseNote fieldset {
    background: url("../../../../images/furniture/modules/freeLessonPleaseNote.png") 174px 40px #f2f2f2 no-repeat;
}

#freeLessonPleaseNoteCampaign fieldset 
{
	margin-top: 0;
    background: url("../../../../images/furniture/modules/freeLessonPleaseNote.png") 210px 40px transparent no-repeat;
}
#freeLessonPleaseNoteCampaign fieldset legend span
{
	display: none;
}

#freeLessonAvailable {
    display:block;
    float:right;
    width:207px;
    height:146px;
    margin-top:30px;
    padding-left:13px;
    text-indent:-9999em;
    background: url("../../../../images/furniture/modules/freeLessonAvailable.png") no-repeat;
}

#freeLessonNotAvailable {
    display:block;
    float:right;
    width:207px;
    height:146px;
    margin-top:30px;
    padding-left:13px;
    text-indent:-9999em;
    background: url("../../../../images/furniture/modules/freeLessonNotAvailable.png") no-repeat;
}