div{
	/*border: 1px solid black !important;*/
}

body{
	margin: 0;
	text-align: center;
	font-family: arial, helvetica;
	background: url(/images/kt/bg-home.gif) repeat-x;
	font-size: 12px;
	line-height: 18px;
	color: #4d4d4f;
}

body.banner{
	background: url(/images/kt/bg-landing-lrg.gif) repeat-x top center;
}
body.noBanner{
	background: url(/images/kt/bg-sub-noBlueBar.gif) repeat-x top center;
}
body.landing-banner{
	background: url(/images/kt/bg-landing01-lrg.gif) repeat-x top center;
}

#container, #container-home{
	width: 960px;
	margin: 0 auto;
}

#header{
	width: 925px;
	text-align: left;
	margin: 25px 0 0 25px;
}

#headerPhone{
	float: right;
	margin: 0 55px 0 0;
}

/*** Navigation Styles ***/
#nav{
	width: 587px;
	height: 32px;
	float: right;
	position: relative;
	margin: 0 0px 0 0;
	padding: 0 45px 0 0;
	background: url(/images/kt/tNav.gif) no-repeat;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 32px;
	background: url(/images/kt/tNav.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	/*border: 1px solid red;*/
	border: 0;
}

/*up state*/
li#nav_how a {
	left: 0;
	width: 88px;
	background-position: 0 0;
}
li#nav_success a {
	left: 89px;
	width: 104px;
	background-position: -89px 0;
}
li#nav_programs a {
	left: 194px;
	width: 123px;
	background-position: -194px 0;
}
li#nav_why a {
	left: 317px;
	width: 101px;
	background-position: -317px 0;
}
li#nav_blog a {
	left: 420px;
	width: 92px;
	background-position: -420px 0;
}
li#nav_members a {
	left: 512px;
	width: 74px;
	background-position: -512px 0;
}


/*hover state*/
li#nav_how a:hover {
	background-position: 0 -32px;
}
li#nav_success a:hover {
	background-position: -89px -32px;
}
li#nav_programs a:hover {
	background-position: -194px -32px;
}
li#nav_why a:hover {
	background-position: -317px -32px;
}
li#nav_blog a:hover {
	background-position: -420px -32px;
}
li#nav_members a:hover {
	background-position: -512px -32px;
}

/*click state*/
li#nav_how a:active {
	background-position: 0 -64px;
	border: 0;
}
li#nav_success a:active {
	background-position: -89px -64px;
}
li#nav_programs a:active {
	background-position: -194px -64px;
}
li#nav_why a:active {
	background-position: -317px -64px;
}
li#nav_blog a:active {
	background-position: -420px -64px;
}
li#nav_members a:active {
	background-position: -512px -64px;
}


/*current state*/
li#nav_how.current a {
	background-position: 0 -96px;
	border: 0;
}
li#nav_success.current a {
	background-position: -89px -96px;
}
li#nav_programs.current a {
	background-position: -194px -96px;
}
li#nav_why.current a {
	background-position: -317px -96px;
}
li#nav_blog.current a {
	background-position: -420px -96px;
}
li#nav_members.current a {
	background-position: -512px -96px;
}

/* Columns */
#leftCol{
	width: 644px;
	float: left;
	margin-top: 23px;
	min-height: 520px;
	background: url(/images/kt/bg-subCol.gif) repeat-y;
	text-align: left;
}
#container-home .leftCol{
	width: 644px;
	float: left;
}

.banner #leftCol{
	margin-top: 35px;
}

.landing #leftCol{
	margin-top: 17px;
}
.landing-noBanner #leftCol{
	margin-top: 23px;
}

.sidebar #leftCol{
	background: url(/images/kt/bg-subCol-sideBar.gif) repeat-y;
}

#headlineBar{
/*644 x 123 */
	width: 644px;
	height: 123px;
	font-size: 25px;
	line-height: 28px;
	color: #ffffff;
}
.landing #headlineBar{
	width: 463px;
	height: 215px;
	padding: 21px 0px 0px 181px;
}

#content{
	padding: 30px 30px 20px 25px;
}
.noBanner #content{
	padding-top: 50px;
}
.sidebar #content{
	width: 415px;
	float: left;
}

#sidebar{
	width: 172px;
	float: right;
	padding: 30px 0px 0 0px;
}

.sidebarBreak{
	margin-bottom: 30px;
}

.offerCopy{
	text-align: left;
	font-size: 11px;
	padding: 0 24px;
}

#sidebar ul{
	margin: 10px 0 0 18px;
	padding: 0;
	font-size: 11px;
}

#sidebar ul li{
	margin-bottom: 5px;
}

.rightCol{
	width: 300px;
	float: left;
	padding-left: 11px;
	padding-top: 23px;
}
#container-home .rightCol{
	padding-top: 18px;
}
.landing .rightCol{
	padding-top: 13px;
}
.landing-noBanner .rightCol{
	padding-top: 23px;
}


/* footer */
.footer{
	margin: 15px 0;
	color: #37387f;
	line-height: 19px;
}

.footer a{
	color: #37387f;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}


/* Utility */

.solidRule{
	border-top: 1px solid #bfbfc1;
	/*margin: 15px 0;*/
}
.dashedRule{
	border-top: 1px dashed #bfbfc1;
	margin: 25px 0;
}

a{
	color: #37387f;
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: none;
	color: #f36c25;
}

.grey{
	color: #4d4d4f;
}

.date{
	color: #4d4d4f;
	font-size: 11px;
	margin: 2px 0 7px 0;
}

h1{
	font-family: arial, helvetica;
	color: #5d5d5d;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 16px 0;
	font-weight: normal;
	
}

h2{
	font-family: arial, helvetica;
	color: #37387f;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 0;
	line-height: 16px;
}

h3{
	font-family: arial, helvetica;
	color: #4d4d4f;
	font-size: 17px;
	padding: 0 0 7px 0;
	margin: -3px 0 0 0;
	font-weight: normal;
	line-height: 20px;
}

h4{
	font-family: arial, helvetica;
	color: #37387f;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0px 0;
	line-height: 16px;
}

p{
	margin: 0 0 20px 0;
}

li{
	margin: 0 0 8px 0;
}

/* Home Page */

.featuredContent{
	width: 644px;
	height: 325px;
	background: url(/images/kt/bg-feature.jpg) no-repeat;
	margin: 30px 0 0 0;
	float: left;
}

.sideBarOffer{
	width: 295px;
	padding: 11px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
/*	float: right;*/
}

.sideBarOfferLanding{
	width: 295px;
	height: 122px;
	margin: 35px 0 28px 2px;
	float: left;
	/*border: 1px solid black;*/
}

.sideBarOffer a, .sideBarOfferSub a{
	color: #ffffff;
	text-decoration: underline;
}

.sideBarOffer a:hover, .sideBarOfferSub a:hover{
	color: #ffffff;
	text-decoration: none;
}

.sideBarOffer .content, .sideBarOfferSub .content{
	background-color: #4e5b9f;
	margin: 0px auto;
	width: 280px;
}

.sideBarOffer .sideBarSelect, .sideBarOfferSub .sideBarSelect{
	padding: 13px 0 13px 0;
}

.sideBarOffer .sideBarSelect select, .sideBarOfferSub .sideBarSelect select{
	width: 176px;
	height: 25px;
	margin: 0 0px 0 0;
	font-size: 13px;
	background: #d3f7ff;
	border: 1px solid #d3f7ff;
	/*-moz-border-radius: 3em/5em;*/
	color: #37387f;
}

.threeStep{
	width: 644px;
	height: 142px;
	background: url(/images/kt/3steps.gif) no-repeat;
	margin: 25px 0 0 0;
}

.formUnsubscribeRecipient{
	width: 250px;
	position: relative;
}
.formUnsubscribeRecipient input{
	float: left;
	height: 18px;
	margin: 0;
	padding: 0 0 0 3px;
	color: #3d3d3d;
}

#container-home .privateTutBox-blue{
	margin-top: 27px;
}

#container .privateTutBox-blue{
	margin-top: 16px;
}

.privateTutBox{
	width: 295px;
	height: 140px;
	background: url(/images/kt/bg-privateTutoring.jpg) no-repeat;
	margin: 27px 0 0 0px;
	text-align: left;
}

.privateTutBox-blue{
	/*background: url(/images/kt/bg-privateTutoring-blue.jpg) no-repeat;*/
	width: 295px;
	height: 140px;
	margin: 16px 0 0 6px;
	text-align: left;
	/*margin-left: 6px;*/
}

.privateTutLearnMore{
	background: url(/images/kt/bg-privateTutoring-blue.jpg) 0px 0px no-repeat;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 295px;
	height: 140px;
	display: block;
}

.privateTutLearnMore:hover{
	background-position: 0px -140px;
}
 	
 	
.privateTutBox-blue .privateZip{
	padding: 80px 0 0 15px;
}

.privateZip{
	padding: 87px 0 0 15px;
}

.privateZip input{
	float: left;
	width: 60px;
	height: 18px;
	margin: 0;
	padding: 0 0 0 3px;
	color: #3d3d3d;
}

.leadForm{
	text-align: left;
	padding: 0 0 0 8px;
}
.formPhone input{
	width: 31px !important;
}

/* Buttons */

.btnGetStarted{
	width: 148px;
	height: 33px;
	background: url(/images/kt/btn_getStarted.gif) no-repeat;
	margin: 0 auto 15px auto;
}
.btnGetStarted a{
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 148px;
	height: 33px;
	background: url(/images/kt/btn_getStarted.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	left: 0;
	background-position: 0 0;
	/*border: 1px solid red;*/
}
.btnGetStarted a:hover{
	background-position: 0 -33px;
}
.btnGetStarted a:active{
	background-position: 0 -66px;
}

.centerlocator{
	position: relative;
	width: 140px;
	height: 45px;
	float: left;
}

.privateTutBox-blue .centerlocator{
	position: relative;
	width: 140px;
	height: 45px;
	float: left;
	padding-left: 12px;
}

.privateTutBox-blue .centerlocator .error{
	position: absolute;
	top: 20px;
	left: 12px;
}
.error{
	color: red;
}
.centerlocator .error, .formUnsubscribeRecipient .error{
	position: absolute;
	top: 20px;
	left: 0px;
}

.btnGo{
	cursor: pointer;
	width: 27px !important;
	height: 20px !important;
	background: url(/images/kt/btn-go-blue.png) no-repeat;
	border: none !important;
	outline: none;
	margin: 0 !important;
	float: left;
	clear: none;
	padding: 0px 0px !important;
}
.btnGo a{
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 27px;
	height: 20px;
	background: url(/images/kt/btn-go.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	left: 0;
	background-position: 0 0;
	/*border: 1px solid red;*/
}
.btnGo:hover{
	background-position: 0 -20px;
}
.btnGo:active{
	background-position: 0 -40px;
}


.btnSubmit{
	width: 78px;
	height: 26px;
	background: url(/images/kt/btn-submit.png) no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}

.btnSubmit:hover{
	background-position: 0 -26px;
}
.btnSubmit:active{
	background-position: 0 -52px;
}

.btnMore{
	width: 78px;
	height: 26px;
	background: url(/images/kt/btn-more.gif) no-repeat;
	margin: 0;
	float: left;
}
.btnMore a{
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 78px;
	height: 26px;
	background: url(/images/kt/btn-more.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	left: 0;
	background-position: 0 0;
	/*border: 1px solid red;*/
	float: left;
}
.btnMore a:hover{
	background-position: 0 -26px;
}
.btnMore a:active{
	background-position: 0 -52px;
}


.btnRegister{
	width: 107px;
	height: 26px;
	background: url(/images/kt/btn_register.gif) no-repeat;
	margin: 15px 0 0 0;
	float: left;
}
.btnRegister a{
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 107px;
	height: 26px;
	background: url(/images/kt/btn_register.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	left: 0;
	background-position: 0 0;
	/*border: 1px solid red;*/
	float: left;
}
.btnRegister a:hover{
	background-position: 0 -26px;
}
.btnRegister a:active{
	background-position: 0 -52px;
}

.btnLearnMore{
	width: 107px;
	height: 26px;
	background: url(/images/kt/btn_learnMore.png) no-repeat;
	margin: 15px 0 0 0;	
}
.btnLearnMoreBlue{
	width: 107px;
	height: 26px;
	background: url(/images/kt/btn_learnMore-blue.png) no-repeat;
	margin: 15px 0 0 0;
}

.btnLearnMore a, .btnLearnMoreBlue a{
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 107px;
	height: 26px;
	background: url(/images/kt/btn_learnMore.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	left: 0;
	background-position: 0 0;
	/*border: 1px solid red;*/
	float: left;
}
.btnLearnMoreBlue a{
	background: url(/images/kt/btn_learnMore-blue.png) no-repeat;
}
.btnLearnMore a:hover, .btnLearnMoreBlue a:hover{
	background-position: 0 -26px;
}
.btnLearnMore a:active, .btnLearnMoreBlue a:active{
	background-position: 0 -52px;
}


.btn7DayTrial{
	width: 228px;
	height: 100px;
	/*background: url(/images/kt/sideBar-7dayTrial-btn.png) no-repeat;*/
	margin: 0px auto 0 auto;
	padding: 0;
	text-align: center;
}
.btn7DayTrial a{
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 228px;
	height: 100px;
	background: url(/images/kt/sideBar-7dayTrial-btn.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	left: 0;
	background-position: 0 0;
	/*border: 1px solid red;*/
	float: left;
}
.btn7DayTrial a:hover{
	background-position: 0 -107px;
}
.btn7DayTrial a:active{
	background-position: 0 -107px;
}

/* Forms */
input{
	border: 1px solid #818285;
}

.regionName{
	text-align: left;
	margin: 0 20px 0 30px;
}

/* careers */
.careerType{
	margin-bottom: 25px;
}
.careerSet{
	margin-left: 30px;
}
.careerTypeName{
	margin: 0;
	padding: 0;
}
.careerName{
	padding: 0;
	margin: 0;
}
.careerType  .dashedRule{
	margin: 6px 0;
}

.bold-list{
	font-weight: bold;
}
.bold-list li div{
	font-weight: normal;
}



/* New Landing Page V1 */
.offerRegion{
	width: 619px;
	height: 369px;
	margin: 30px 0 10px 0;
	float: left;
}

.offerRegion .content{
	width: 330px;
	margin: 5px 80px 10px 240px;
	text-align: left;
	line-height: 15px;
	color: #ffffff;
}

.offerInfo{
	text-align: left;
	width: 619px;
	color: #ffffff;
}

.offerInfo .offerInfoContent{
	background: url(/images/kt/landing/l1-bgMid.gif) repeat-y;
	width: 619px;
}

.offerInfo .offerInfoContent .offerLeftCol{
	width: 180px;
	float: left;
	padding: 10px 20px;
	margin: 0 10px 0 0;
}
.offerInfo .offerInfoContent .offerRightCol{
	width: 335px;
	float: left;
	padding: 10px 20px;
}

.offerInfo h2{
	color: #ffffff;
}

.l2HeadlineBar{
	width: 613px;
	height: 124px;
	margin: 30px 0 10px 0;
}

.l2OfferContent{
	width:  613px;
	background: url(/images/kt/landing/l2-bgMidLeft.gif) repeat-y;
	height: 310px;
	line-height: 18px;
}

.l2aLeftCol{
	width: 252px;
	float: left;
	margin: 20px 0px 0 0px;
	padding-left: 25px;
}

.l2aRightCol{
	width: 252px;
	float: left;
	margin: 20px 0px 0 0px;
	padding-left: 30px;
	line-height: 15px;
}

.l2WhyKaplan{
	width:  299px;
	height: 231px;
	background: url(/images/kt/landing/l2-bgWhyKaplan.jpg);
	text-align: left;
	margin: 30px 0 12px 0;
	font-size: 10px;
	line-height: 13px;
}

.l2bLeftCol{
	width: 102px;
	float: left;
	padding: 0px 30px 0px 8px;
	text-align: left;
}

.l2bRightCol{
	width: 152px;
	float: left;
	padding: 0px 5px 0 0px;
	text-align: left;
}

.l2bColContent{
	width: 299px;
	background: url(/images/kt/landing/l2-bgMidRight.gif) repeat-y;
	height: 207px;
	color: #ffffff;
	font-size: 11px;
	line-height: 17px;
}

.l2bColContent h2{
	color: #c8c8e1;
	text-transform: uppercase;
}

.l2bLeftCol a, .l2bRightCol a{
	color: #fff;
}

.l2bLeftCol a:hover, .l2bRightCol a:hover{
	color: #fff;
	text-decoration: underline;
}

