@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../images/ascendBGblue.jpg);
	background-position:top;
	background-color: black;
	background-repeat: repeat-x;
	text-align: center;
	min-width: 1000px;
	margin: 0;
	padding: 0;
}
#container{
	position: relative;
	margin: 0px auto 0px;
	text-align: left;
	background-color: #f6c945;
	width: 1000px;
	padding:5px;
}
#containerFooter{
	position: relative;
	margin: 15px auto;
	text-align: left;
	background-color: white;
	width: 1010px;
	z-index: -1;
}
#platinumLogo{
	position: absolute;
	left: 780px;
	top: 55px;
	z-index: 1050;
}
#fullOrangeBar{
	background-image:url(../images/orangeBar_full.png);
	background-position: top;
	height:65px;
	top: 103px;
	position:absolute;
	width:100%;
}
#innerContainer{
	background-color: white;
	background-image: url(../images/ascendInnerBG.jpg);
	background-repeat: no-repeat;
	padding-top:105px;
	padding-bottom:1px;
	position:relative;
}
#innerContainer_login{
	background-color: white;
	background-image: url(../images/ascendInnerBG.jpg);
	background-repeat: no-repeat;
	padding-top:105px;
	position:relative;
}



body{
	padding-top: 35px;
}



#adminBarContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	overflow: hidden;
	width: 100%;
}
#navigation{
	position: absolute;
	top: -8px;
	left: 550px;
	text-align: center;
	width: 900px;
}
#navigation a{
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
	text-decoration: none;
}

#fullOrangeBar{
	position: absolute;
	left: 0px;
	width: 100%;
	background-position: top;
	background-position-x: auto;
}
#fullOrangeBar{
	background-position: top;
	height:65px;
	top: 103px;
	position:absolute;
	width:100%;
}








#userPasswordLabel{
	float: left;
}
.clear{
	clear: both;
	height: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
.error{
	color: red;
}

#loginSplash{
	background-image:url(../images/login_Flash_BG.png);
	padding-top: 8px;
	height: 432px;
	width: 947px;
}
#splash_btns{
	padding: 10px;
}
#sales_btn{
	background-image: url(../images/sales_btn.png);
	width: 173px;
	height: 83px;
	cursor: pointer;
}
#productivity_btn{
	background-image: url(../images/productivity_btn.png);
	width: 173px;
	height: 83px;
	cursor: pointer;
}
#leadership_btn{
	background-image: url(../images/leadership_btn.png);
	width: 173px;
	height: 83px;
	cursor: pointer;
}
#motivation_btn{
	background-image: url(../images/motiviation_btn.png);
	width: 173px;
	height: 83px;
	cursor: pointer;
}
#testdrive_btn{
	background-image: url(../images/testdrivesite_btn.png);
	width: 173px;
	height: 83px;
	cursor: pointer;
}


#flashMovie{
	position: relative;
}
#validationCode{
	position: absolute;
	top: -125px;
	left: 650px;
	height: 100px;
	width: 250px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	color: black;
	padding: 10px;
}
#tagLine{
	position: absolute;
	top: -115px;
	left: 75px;
	z-index: 3;
}
#validationCodeBG{
	position: absolute;
	top: -125px;
	left: 0px;
	height: 75px;
	background-color: white;
	z-index: 2;
	width: 950px;
}
#flash{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	border: 1px solid black;
}

#traditionalLogin{
	position: absolute;
	left: 323px;
	top: 180px;
}
#application li{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
#startIntro{
	cursor: pointer;
}
#mainLogin{
	position: absolute;
	top: 81px;
	left: 15px;
	z-index: 3000;
}
#fourAreas{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.6px;
	color:#FFFFFF;
	width: 901px;
	height: 390px;
	margin-bottom:10px;
}
#salesArea{
	float:left;
	background-image:url(../images/Landing_BG_sales.png);
	height:390px;
}
#leadershipArea{
	float:left;
	background-image:url(../images/Landing_BG_leadership.png);
	height:390px;
	width:222px;
}
#productivityArea{
	float:left;
	background-image:url(../images/Landing_BG_productivity.png);
	height:390px;
}
#motivationArea{
	float:left;
	background-image:url(../images/Landing_BG_motivation.png);
	height:390px;
}
#salesText{
	width:185px;
	height: 250px;
	margin: 20px;
	margin-top: 90px;
}
#productivityText{
	width:185px;
	margin: 20px;
	margin-top: 90px;
	height: 250px;
}
#leadershipText{
	width:185px;
	margin: 20px;
	margin-top: 90px;
	height: 250px;
}
#motivationText{
	width:185px;
	margin: 20px;
	margin-top: 90px;
	height: 250px;
}
.yellowText{
	color:#f6c945;
}
.areaButtonText{
	float:left;
	font-size:11px;
	margin-top:8px;
	margin-left:25px;
}
#salesBtn,#productivityBtn,#leadershipBtn,#motivationBtn{
	background-image:url(../images/areaButton.png);
	height:34px;
	width:126px;
	cursor:pointer;
	margin-left: 48px;
	margin-right: 48px;
	position:absolute;
	top:345px;
}
#scoreAssess{
	color:#3300FF;
	background-image:url(../images/ScoreAssessBtn.png);
	height: 35px;
	width: 173px;
	margin-left: -25px;
	cursor:pointer;
}
.answerIcon{
	height: 15px;
	width: 15px;
	float: left;
	margin: 3px;
}
.answerQuestion{
	width: 750px;
	margin-left: 30px;
	float: left;
}
/***********************************************
	Orange Bar
***********************************************/
#orangeBar{
	position: absolute;
	top: 61px;
	left: 0px;
	background-image: url(../images/orangeBar.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
	border: 0px solid black;
	padding-top: 17px;
	z-index: 10;
}
#orangeBar_login{
	position: absolute;
	top: 61px;
	left: 0px;
	background-image: url(../images/orangeBar.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
	border: 0px solid black;
	padding-top: 17px;
	z-index: 1000;
}
#orangeInnerContainer{
	position: relative;
	width: 100%;
	height: 40px;
}
#orangeBarInner{
	position: relative;
}
#columnPadding{
	height:25px;
	width:15px;
	float:left;
}
#whiteArrow{
	width: 7px;
	height: 8px;
	background-image:url(../images/WhiteArrow.png);
	float:left;
	margin-top:2.5px;
	margin-right:4px;
}
#account_btn{
	background-image: url(../images/myAccount_btn.png);
	width:121px;
	height:37px;
	float: right;
	margin-right: 5px;
	cursor: pointer;
}
#scores_btn{
	background-image:url(../images/myScores_btn.png);
	width:121px;
	height:37px;
	float: right;
	margin-right: 5px;
	cursor: pointer;
}
#users_btn{
	background-image:url(../images/myUsers_btn.png);
	width:121px;
	height:37px;
	float: right;
	margin-right: 5px;
	cursor: pointer;
}
#logOut{
	cursor:pointer;
	float:right;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:15px;
	margin-top:8px;
}
#logOut a{
	text-decoration:none;
	color:#FFFFFF;
}
.blueArrow_down{
	background-image:url(../images/BlueArrow_down.png);
	width:10px;
	height:30px;
	float:left;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#FFFFFF;
	padding-right:6px;
	padding-left: 6px;
	background-repeat:no-repeat;
	background-position:center;
}
.blueArrow{
	background-image:url(../images/BlueArrow.png);
	width:10px;
	height:30px;
	float:left;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#FFFFFF;
	padding-right:6px;
	padding-left: 6px;
	background-repeat:no-repeat;
	background-position:center;
}
.column{
	cursor:pointer;
	height:30px;
	float:left;
}
.menuHeader{
	float:left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	margin-right:22px;
	padding-left:10px;
	padding-top: 6px;
}
/***********************************************
	Drop-down Menu
***********************************************/
#dropMenu{
	float:left;
	overflow:visible;
	width: 300px;
	position: relative;
}
#dropMenuBackground{
	background-image:url(../images/WhiteDropDown.png);
	height:0px;
	overflow: hidden;
}
#dropMenuBottom{
	background-image:url(../images/WhiteDropDown_bottom.png);
	width: 300px;
	height: 23px;
}
.listMenu{
	display:block;
	padding-top:5px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	padding-left:10px;
	padding-right:6px;
	margin-bottom:5px;
}
.listMenu li{
	list-style:none;
	padding-left:2px;
	margin-top: 2px;
	padding-top: 1px;
	padding-bottom:1px;
	cursor: pointer;
}
.listMenu ul{
	display:block;
	padding-left:0px;
	overflow:hidden;
	height:0px;
}
.listMenu ul ul{
	display:block;
	overflow:hidden;
	height:0px;
	padding-left: 15px
}
.listH{
	background-color:#f6cb47;
	color:#FFFFFF;
}
.mList1{
	float:left;
	color:#004181;
}
.mList2{
	margin-right:5px;
	float:left;
	color:#00a5de;
}
.mList3{
	float:left;
	color:#a7a6a6;
}
.mListH{
	float:left;
	color:#FFFFFF;
}
.rndH{
	position:absolute;
	margin-top:-1px;
	margin-left:-3px;
	background-image:url(../images/RoundedHighlight.png);
	width:12px;
	height:22px;
}
.mBullet{
	float:left;
	background-image:url(../images/i-bullet.png);
	width:14px;
	height:13px;
	margin-right:5px;
	margin-top:3.8px;
}
.mBulletH{
	float:left;
	background-image:url(../images/i-bulletHighlight.png);
	width:14px;
	height:13px;
	margin-right:5px;
	margin-top:3.8px;
}
.mCheckBox{
	margin-left:5px;
	margin-right:3px;
	margin-top:2px;
	float:left;
	background-image:url(../images/checkbox.png);
	width:15px;
	height:13px;
}
.clickList{
	position:relative;
	float:left;
	background-color:#000000;
}
/***********************************************
	Popup
***********************************************/
.menuPopUp{
	position:absolute;
	width: 394px;
	height: 180px;
	left:294px;
	top:151px;
	overflow:visible;
	visibility:hidden;
	z-index:2000;
}
.popUpTopLeft{
	height: 10px;
	width: 25px;
	background-image: url(../images/PopUpTopL.png);
	float:left;
}
.popUpTop{
	float: left;
	background-image:url(../images/PopUpTop.png);
	height: 10px;
	width: 350px;
}
.popUpTopRight{
	height: 10px;
	width: 19px;
	background-image: url(../images/PopUpTopR.png);
	float:left;
}
.popUpCloseBtn{
	cursor:pointer;
	height: 26px;
	width: 26px;
	background-image:url(../images/PopUpClose.png);
	position:absolute;
	top:-9px;
	right:2px;	
}
.popUpLeft{
	float:left;
	background-image:url(../images/PopUpLeft.png);
	height: 150px;
	width: 25px;
}
.popUpContent{
	background-color: #f6cb47;
	float:left;
	width: 350px;
	height: 150px;
}
.iCircleImage{
	background-image:url(../images/i-header.png);
	font-size:10px;
	width:20px;
	height:20px;
	float:left
}
.popUpHeader1{
	font-family:Arial, Helvetica, sans-serif;
	color:#00588e;
	font-size:11px;
	font-weight:600;
	float:left;
	padding-left:8px;
	padding-top:4px;
}
.popUpHeader2{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	float:left;
	font-size:14px;
	padding-left:4px;
	padding-top:1px;
}
.popUpImage{
	background-image:url(../images/PopUpImage.png);
	width: 124px;
	height: 95px;
	margin-top: 10px;
	margin-left:px;
	float:left;
}
.popUpText{
	width:215px;
	color:#00a4da;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:15px;
	float:left;
	margin-top:15px;
	margin-left:10px;
}
.popUpBtn{
	cursor:pointer;
	color:#FFFFFF;
	position:absolute;
	bottom:18px;
	right:20px;
	height:19px;
	width:123px;
	background-image:url(../images/PopUpBtn.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:600;
	padding-top:4px;
}
.popUpArrow{
	margin:4px 8px 4px 10px;
	float:left;
	height:7px;
	width:7px;
	background-image:url(../images/PopUpBtnArrow.png);
}
.popUpRight{
	float:left;
	height:150px;
	width:19px;
	background-image:url(../images/PopUpRight.png);
}
.popUpBottomLeft{
	float:left;
	width:25px;
	height:22px;
	background-image:url(../images/PopUpBottomL.png);
}
.popUpBottom{
	float:left;
	width:350px;
	height:22px;
	background-image:url(../images/PopUpBottom.png);
}
.popUpBottomRight{
	float:left;
	height:22px;
	width:19px;
	background-image:url(../images/PopUpBottomR.png);
}

/***********************************************
	Content Styles
***********************************************/
.smallForm{
	width: 365px;
	padding: 10px;
}
.smallForm h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}
.smallForm p{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
}
#content{
	position: relative;
	margin-left: 25px;
	margin-right: 35px;
	padding-top: 25px;
	width: 951px;
}
#contentLogin{
	position: relative;
	margin-left: 5px;
	margin-right: 0px;
	padding-top: 10px;
	width: 951px;
}

#Logo{
	position: absolute;
	top: 8px;
	left: 32px;
}
#franklinCoveyLogo{
	position: absolute;
	top: 8px;
	left: 645px;
}
#byLine{
	padding: 20px;
	padding-left: 35px;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	color: #eea222;
	font-style: italic;
}
#catchPhrase{
	position: absolute;
	top: 95px;
	left: 425px;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	color: #eea222;
	font-style: italic;
	font-weight:bold;
	letter-spacing: 0px;
	padding-top: 10px;
}

#nav {
	float: left;
	margin-top: 27px;
	padding-bottom: 35px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 5px;
	color: #0076a6;
	font-size: 18px;
}
#nav a{
	color: #0076a6;
	text-decoration: none;
}

/***********************************************
	Movie Area
***********************************************/
#movieArea{
	margin: 25px;
	position: relative;
}
#splashImage{
	float: left;
	border: 1px solid #ededed;
	width: 558px;
}
#startIntro{
	float: left;
	margin-left: 5px;
	margin-top: 1px;
}

.movie{
	float: left;
	padding-right: 2px;
	padding-top: 0px;
	cursor: pointer;
	margin: 0px;
}
movie img{
	padding: 0px;
	margin: 0px;
}
.introImage{
	height: 82px;
	overflow: hidden;
}
.movieTitle{
	background-color: #f1b32d;
	height: 33px;
	width: 113px;
	text-align: center;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	padding: 3px;
	font-size: 11px;
	line-height: 11px;
	margin: 0px;
}
#applyButton{
	position: absolute;
	cursor: pointer;
	bottom: 0px;
	right: -8px;
}
#mainMenu{
	position: absolute;
	left: 0px;
	top: 523px;
	cursor: pointer;
}
#applicationLoading{
	float: left;
	
}
#mp3Player{
	height: 20px;
}
#mainVideo{
	background-image:url(../images/MainImg.png);
	width:499px;
	height:373px;
	float:left;
	margin-right:5px;
}
#secondaryVideo{
	background-image:url(../images/SecondaryImg.png);
	width:384px;
	height:268px;
	float:left;
	margin-bottom:5px;
}
#triVideoL{
	background-image:url(../images/TriImgL.png);
	float:left;
	height:101px;
	width:125px;
	margin-right:5px;
}
#triVideoC{
	background-image:url(../images/TriImgC.png);
	float:left;
	height:101px;
	width:125px;
	margin-right:5px;
}
#triVideoR{
	background-image:url(../images/TriImgR.png);
	float:left;
	height:101px;
	width:125px;
}
/***********************************************
	Application Styles
***********************************************/
#application{
	margin-left: 5px;
	margin-right: 50px;
}
#application h1{
	font-family: Helvetica, sans-serif;
	font-size: 24px;
}
#application h2{
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	
}
#application h3{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	background-color:#F5F5F5;
	padding: 5px;
}
#application p{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}
#saveAndProceed{
	text-align: center;
	margin-top:25px;
	margin-bottom: 50px;
}
.label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
.labelWide{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:5px;
	padding-left: 5px;
	width: 163px;
}
.short input{
	width:58px;
}
.radioOption{
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
.instructions{
	font-style: italic;
}
/***********************************************
	 Styles
***********************************************/
#footer{
	position: relative;
	text-align: left;
	background-image: url(../images/footerBG.jpg);
	height: 91px;
	z-index: 0;
}
#copywrite{
	position: absolute;
	top: 60px;
	left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #ae965f;
}

.orangeStyle{
	float: left;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	color: #eea222;
	font-style: italic;
	font-weight:bold;
	letter-spacing: 0px;
	padding-top: 10px;
}


#footer hr{
	position: absolute;
	width: 590px;
	text-align: left;
	left: 0px;
	border: 0px;
	border-top: 1px solid #d7d7d7;
	
}
#footerText{
	padding-left: 15px;
	padding-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a4a2a2;
}



.movieSection{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#testdrive_login{
	position: absolute;
	right: 20px;
	width: 177px;
	height: 52px;
	top: 20px;
}
/***********************************************
	Quize Styles
***********************************************/
#quiz{
	width: 900px
}
#quiz li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

#quiz ol ol{
	padding: 0px;
	list-style-type:upper-alpha;
}

#quiz li li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
#quiz h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: -2px;
}
#scoreContainer{
	margin-left: 90px;
}
#scoreScale{
	position: relative;
	background-image: url(../images/score_scale.png);
	width: 341px;
	height: 77px;
	margin: 4px 0px -4px 0px;
}
#scaleFluid{
	position: absolute;
	top:3px;
	left: 6px;
	background-image: url(../images/scaleFluid.jpg);
	height: 30px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
}
#scoreHeader{
	background-image: url(../images/Your_Test_Results.png);
	background-repeat: no-repeat;
	width: 750px;
	margin: -20px 0px 20px 0px;
}
#scoreHeader h2{
	margin: 0px;
	margin-left: 325px;
	padding: 0px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	font-weight: bold;
	letter-spacing: -4px;
	color:#666666;
}
#scoreHeader h3{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: -1px;
}
#scale{
	margin-left: 200px;
}
#yourScore{
	
	background-repeat: no-repeat;
	background-image: url(../images/yourScore.png);
	width: 331px;
	height: 51px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -5px;
	color: #eea322;
	padding-top: 3px;
}
#mainMenu_btn{
	margin-top: 10px;
}



#myAccount h1{
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:37px;
	font-weight:bold;
	letter-spacing:-4px;
	margin:0 0 0 0px;
	padding:0px 0 0;
}
#myAccount h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#myAccount h3{
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 0 0px;
	padding:0px 0 0;
}
#myAccountInfo{
	padding: 20px;
}
#accountInfo{
	padding: 0px;
	padding-left: 10px
}
#myAccount_text{
	float: left;
	width: 150px;
}
#myAccount_icon{
	float: left;
}
#changePsd_btn{
	float: right;
}
.userName,.userEmail,.userPhone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.userName{
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.userEmail{
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.userPhone{
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.chg_btn{
	float: left;
	background-image: url(../images/changePassword_brtn.png);
	width: 175px;
	height: 37px;
	
}
.chg_inputs{
	float: left;
	width: 0px;
	overflow: hidden;
	
}
.chg_inputsContainer{
	width: 300px
}
.chg_inputsContainer input{
	width: 120px;
	height: 12px;
	color: #999999;
}
#chg_submitBtn{
	background-image: url(../images/login_btn.png);
	width: 25px;
	height: 18px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


.chg_status{
	width: 0px;
	overflow: hidden;
	
}

.chg_status_Container{
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}








