/**
 * Wallsreetprep.com CSS
 * 
 * @copyright 2008 iMarc LLC  http://www.imarc.net
 * @author Paul Kelley
 */

/* Import the style sheet that resets all browsers. */
@import url("reset.css");

a:focus, a:hover, a:active {
	color: #4D84C2;
}
a:link, a:visited {
	color: #4D84C2;
}

h1, 
h2,
h3,
h4,
h5 {
	font-family: "Trebuchet MS", arial, helvetica;
	color: #538D40;
	line-height: 1;
	margin-bottom: .25em;
}

h1,
h3,
h4,
h5 {
	color: #545454;
}

h1 {
	border-bottom: 1px solid #79AD50;
	color: #79AD50;
	font-size: 2em;
	margin: 0 0 0.8em;
	padding: 0 0 0.2em;
}

h2 {
	background-color: #EFFADF;
	border-bottom: 1px solid #C2D5A2;
	border-top: 1px solid #C2D5A2;
	color: #3E5A13;
	line-height: 1.25;
	font-size: 14px;
	margin: 20px 0 15px;
	padding: 5px 10px;
}

h4 {
	color: #999999;
	font-size: 1.2em;
	margin: 2px 0;
	padding: 0;
}

h3 {
	margin-top: .25em;
	margin-bottom: .9em;
	font-size: 1.2em;
}

p.offer {
	background-color: #ffffcc;
	border: solid 1px #999;
	outline: solid 1px #fff;
	font-size: 1.2em;
	font-weight: normal;
	padding: 15px;
}

/*
table {
	background-color: #fff;	
}
*/

blockquote {
	font-family: "Georgia", times, serif;
	font-style: italic;
	padding-left: 1em;
}

fieldset {
	padding: 10px;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clear_both {
	clear: both;
}

body {
	background: url(/images/header_bg_nav.gif) repeat-x;
}

.site_container {
	font-size: 1.3em;
	color: #545454;
	width: 950px;
	margin: 0 auto;
}

/***********************
BEGIN HEADER STYLES
***********************/

.header {
	padding-top: 25px;
	width: 950px;
	margin: 0 auto 80px auto;
	overflow: hidden;
}

.header p {
	margin: 0;
}

.search_box {
	float: right;
	width: 250px;
}

.search_button {
	margin-bottom: -5px;
}

.search_fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.minor_nav {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.1em;
}

.minor_nav li{
	list-style-type: none;
	float: left;
	margin: 0 .5em 0 0;
}

/***********************
END HEADER STYLES
***********************/

/***********************
BEGIN NAV STYLES
***********************/

.navigation {
	background: url(/images/nav_bg.gif) repeat-x;
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
}

.main_nav {
	font-size: 1.4em;
	width: 950px;
	
	margin: 0 auto;
}

.main_nav li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
	-webkit-text-size-adjust:none;
}

.main_nav li a {
	display: block;
	height: 35px;
	color: #fff;
	text-decoration: none;
	position: relative;
	top: -9px;
	padding-right: 1em;
	line-height: 2.9;
-webkit-text-size-adjust:none;
}

.main_nav li a span {
	display: block;
	padding-left: 1em;
	height: 35px;
}

li.landingcall span{
	float: right;
	color: white;
	font-size: .9em;
	font-weight: bold;
	margin-top: 2px;
	text-shadow: #3a435d 0px -1px 1px;
	margin-left: 5px;

}

li.landingcall img {
	margin-top: 3px;
	margin-left: 34px;
}

.main_nav li a:visited {
	color: #fff;
	text-decoration: none;
}

#home {
	width: 5em;
}

#programs {
	width: 12.5em;
}

.action_form {
	background-color: #FAFCF8;	
}

#blog {
	width: 8em;
}

#training {
	width: 13.6em;
}

#about {
	width: 6.57em;
}

.main_nav li a:hover span,
.main_nav .active a span {
	background: #83B5DC url(/images/nav_top_left.gif) no-repeat top left;
	cursor: pointer;
}

.main_nav li a:hover,
.main_nav .active a {
	background: #83B5DC url(/images/nav_top_right.gif) no-repeat top right;
}

.sub_nav {
	font-size: .8em;
	position: relative;
	top: -9px;
	width: 600px;
	height: 28px;
	margin: 0;
	padding: 0;
}

.programs_sub_nav {
	left: -85px;
	display: none;
}

.blog_sub_nav {
	left: -265px;
	display: none;
}

.training_sub_nav {
	left: -382px;
	display: none;
}

.about_sub_nav {
	left: -577px;
	display: none;
}

.main_nav li .sub_nav li a{
	background: none;
	color: #fff;
	padding: .3em;
	margin: 1em 0 0 2em;
	line-height: 1;
	height: auto;
	-moz-border-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	
}

.main_nav li .sub_nav li a:hover,
.main_nav li .sub_nav .sub_active a,
.main_nav li .sub_nav .sub_active a:hover{
	background: #DFE8F4;
	color: #4179A0;
}

.active ul {
	display: block;
}

/***********************
END NAV STYLES
***********************/

/***********************
BEGIN CONTENT STYLES
***********************/



.learn_in_school {
	background: url(/images/learn_school.gif) no-repeat;
	text-indent: -99999px;
	height: 25px;
	border: 0;
}

.self_study_program {
	background: url(/images/self_study_program.gif) no-repeat;
	text-indent: -99999px;
	height: 33px;
	border: 0;
	margin-bottom: 10px;
}

.programs_h2,
.select_a_package,
.add_ons {
	background: none;
	color: #538D40;
	border: 0;
	margin: 0;
	padding: 0;
}

.programs_h2 {
	font-size: 16px;
}

.select_a_package {
	background: url(/images/select_a_package.gif) no-repeat;
	height: 29px;
	text-indent: -99999px;
}

.add_ons {
	background: url(/images/add_ons.gif) no-repeat;
	height: 29px;
	text-indent: -99999px;
	margin-bottom: 15px;
}

.action_box {
	 float: right;
}

.call_out_box {
	background: #F4F8EF;
	min-height: 185px;
}

#careers {
	float: left;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	width: 24%;
}

#highlights {
	float: left;
	width: 50%;
}

#testimonials_box {
	float: left;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	width: 25%;
}

#self_study_program {
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 40%;
}

#self_study_program blockquote {
	border-top: 2px solid #d5e5c4;
	padding-right: .8em;
}

.quote_name {
	text-align: right;
}

#table_chart {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#careers,
#highlights {
	margin-right: 3px;
}

#careers h3,
#highlights h3,
#testimonials_box h3,
#self_study_program h3,
#table_chart h3  {
	background: #D5E5C4;
	font-size: 1em;
	margin: 0;
	padding: .5em 0 .5em .8em;
}

#careers h3 {
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-top-left-radius: 10px;
}

#testimonials_box h3 {
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-top-right-radius: 10px;
}

#testimonials_box blockquote {
	font-size: .9em;
	padding-right: 1em;
}

#self_study_program h3,
#table_chart h3  {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#table_chart .table_chart_bottom {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.more_testimonials {
	text-align: right;
	padding-right: .75em;
}

#careers ul,
#highlights ul,
#self_study_program ul {
	list-style-image: url(/images/bullet.gif);
	font-size: .923em;
}

#highlights img {
	float: right;
	margin: 1em;
}

#careers ul li {
	margin-bottom: 2px;
	line-height: 1.25;
}

.newsletter_legal {
	width: 100%;
	font-size: .7em;
	overflow: hidden;
}

.newsletter_legal .cfa {
	width: 60%;
	float: right;
	margin-top: 2em;
}

.newsletter_legal .newsletter {
	float: left;
	margin-right: 5em;
}

.cfa_logo {
	float: left;
	margin: 0 5px 35px 0;
}

.tertiary_nav_header {
	background: url(/images/site/nav/tertiary_nav_bg.jpg);
	width: 215px;
	height: 30px;
	margin-bottom: 0px;
	text-indent: -9999px;
}

.tertiary_nav {
	list-style-type: none;
	font-size: .9em;
}

.tertiary_nav li.tertiary_active a {
	background: #4D84C2;
	color: #fff;
	padding: 2px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}

.self_study_list {
	list-style-image: url(/images/bullet.gif);
	margin-top: 0;
}

#order_buttons {
	width: 40%;
}

#order_buttons_2 {
	width: 40%;
}

.lg_premium_order {
	margin-left: 20px;
}

.lg_basic_order {
	margin-left: 22px;
}

.sm_premium_order {
	margin-left: 30px;
}

.sm_basic_order {
	margin-left: 45px;
}

.program_chart {
	list-style-type: none;
	background: #fff;
	margin: 0 2px;
	padding: 0;
}

.program_chart li {
	height: 28px;
	margin: 0;
	padding-left: 1em;
	line-height: 2;
}

.program_chart li p{
	color: #4D84C2;
	margin: 0;
	padding: 0;
	cursor: help;
	text-decoration: none;
}

#program-list div.program .program_callout {
	background: #457ba3;
	color: #fff;
}

#program-list div.program .program_callout em {
	color: #fff;
}

.pricing {
	float: right;
	width: 425px;
	font-size: .8em;
	font-weight:normal;
}

.premium_price {
	width: 150px;
	margin-left: 85px;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}

.basic_price {
	width: 150px;
	margin-left: 135px;
	font-size: 1.2em;
	font-style: normal;
	font-weight:bold;
}

.alt {
	/*background: #f4f8ef;*/
	background: #EFFADF;
}

.program_chart li em.included_left,
.program_chart li em.included_right,
.program_chart li em.optional_left,
.program_chart li em.optional_right {
	float: right;
	font-size: .825em;
	font-style: normal;
	font-weight: bold;
	width: 175px;
	text-align: center;
	border-left: 2px solid #dde8d9;
	height: 28px;
	line-height: 2.2;
}

.program_chart li em.included_left,
.program_chart li em.included_right {
	background: url(/images/check.gif) no-repeat 40px 8px;
}

.program_chart li em.optional_left,
.program_chart li em.optional_right {
	background: url(/images/dollar_sign.gif) no-repeat 40px 8px;
}

.program_chart li em.hidden,
.program_chart li em.hidden,
.program_chart li em.hidden,
.program_chart li em.hidden {
	background: none;
}

.package_price {
	
}

.new_callout {
	font-size: .8em;
	font-weight: bold;
	color: red;	
	margin-right: .5em;
}

.brochure_callout {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;	
}

.package_price span {
	float: right;
	font-size: .9em;
	color: #333;
	font-weight: normal;
	line-height: 1;
}

.package_price span em {
	font-style: normal;
	color: #3E5A13;
	font-size: 1.4em;
}

.add_on_header {
	font-size: 1em;
	color: #4D84C2;
	margin-bottom: 0;
}

.product_box {
	float: left;
}

.product_info {
	margin-left: 120px;
}

#add_on_list {
	margin: 0 0 0 12px;
	padding: 0;
}

.add_on_container {
	border: 1px solid #4D84C2;
	float: left;
	padding: 1em;
	margin-top: 20px;
}

.add_on_container h4 {
	font-size: .95em;
	color: #333333;
}

.package_add {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: .9em;
}

.add a {
	background: url(/images/add.gif) no-repeat left;
	padding-left: 20px;
}

.subtract a {
	background: url(/images/subtract.gif) no-repeat left;
	padding-left: 20px;
}

.add_price,
.subtract_price {
	font-size: .8em;
	margin-left: 5px;
}

.optional_add_ons {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.optional_add_ons li {
	background-color: #F4F8EF;
	-moz-border-radius: 7px 7px 7px 7px;	
	-webkit-border-radius: 7px;
	margin-bottom: 15px;
	min-height: 100px;
}

.supplement_container {
	float: left;
	width: 32%;
	margin-right: 15px;	
}

.supplement_container_right {
	float: left;
	width: 32%;
	margin-right: 0;	
}

.supplement_container h3 em,
.supplement_container_right h3 em {
	font-weight: normal;
	font-size: .8em;
}


.book {
	background: #F4F8EF url(/images/site/book_icon.gif) no-repeat 10px 25px;
}

.media {
	background: #F4F8EF url(/images/site/media_icon.gif) no-repeat 10px 25px;
}

.online{
	background: #F4F8EF url(/images/site/online_icon.gif) no-repeat 10px 25px;
}

#program-list, 
#supplement-list {
	width: 100%;
	overflow: hidden;
}

#supplement-list {
	margin-top: 2em;
	border-top: 2px solid #83B5DC;
	padding-top: 1em;
}

#supplement-list div {
	width: 32%;
	float: left;
	margin-right: 15px;
	background-color: #F4F8EF;
	margin-bottom: 15px;
	min-height: 100px;
}

	#supplement-list div.last {
		margin-right: 0;
	}
	
#supplement-list div p {
	margin-top: 5px;
	padding: 0 .5em 0 75px;
	line-height: 1.25;
	font-size: .9em;
}


#supplement-list div h4 {
	background: #D5E5C4;
	font-size: 1em;
	padding: .25em 0 .25em .75em;
	color: #333;
	margin: 0;
}

.optional_add_ons li p {
	margin-top: 5px;
	padding-bottom: 15px;
	padding-left: 75px;
	padding-right: .5em;
	line-height: 1.25;
	font-size: .9em;
}


.optional_add_ons li h4 {
	background: #D5E5C4;
	font-size: 1em;
	padding: .25em 0 .25em .75em;
	color: #333;
}

#package_title {
	background-color: #558ed5;
	border: none;
	color: #fff;
}

	#package_title span {
		float: right;
		margin-right: 1em;
	}
	
	#package_title em {
		font-size: .8em;
	}
	
	#package_title a:focus,
	#package_title a:hover,
	#package_title a:active,
	#package_title a:visited,
	#package_title a:link {
		color: #fff;
	}

.order_button {
	float: right;
}
	
#package_highlights,
#package_info,
#package_detail {
	width: 100%;
	overflow: hidden;
}

#package_detail img {
	float: right;
	margin: 1em 0 .5em 1em;
}

#package_highlights img {
	float: left;
	margin-top: 1em;
}

#package_highlights ul {
	float: right;
	margin-top: 0;
	width: 60%;
}

.fine_print {
	font-size: .8em;
}
	
#sample_downloads .download {
	float: left;
	width: 47%;
	margin-right: 2em;
}
	#sample_downloads .download.alternate {
		margin-right: 0;
	}
	
	#sample_downloads .download p {
		background-color: #fff;
		padding-left: 65px;
		margin-top: 0;
		height: 50px;
		min-height: 50px;
	}

.sample_videos {
	width: 100%;
	overflow: hidden;
}

.sample_videos img {
	border: none;
	width: 153px;
}

.sample_videos a {
	margin: 12px 10px 0 0;
	text-decoration: none;
}	
	
.book_small {
	background: #fff url(/images/site/book_icon_small.gif) no-repeat 10px 5px;
}

.online_small {
	background: #fff url(/images/site/online_icon_small.gif) no-repeat 10px 5px;
}

.play_small {
	background: #fff url(/images/site/media_play_small.jpg) no-repeat 10px 5px;
}

/* Seminar table */

.seminar {
	width: 100%;
	overflow: hidden;	
}

.seminar table {
	border-top: 1px solid #b4cc83;
	border-bottom: 1px solid #b4cc83;
	margin: 1em 0;
}
	.seminar table td,
	.seminar table th {
		padding: 3px 2px;
	}
	
	.seminar table .description th {
		font-weight: normal;
		border-bottom: 1px solid #b4cc83;
	}
	
	.seminar table small {
		font-size: .8em;
	}
	
.seminar .submit {
	float: right;
	margin-right: 1em;
}

.excel_sample {
	background: #fff url(/images/excel_background.gif) no-repeat 0 0;
	width: 45%;
	float: left;
	padding: 220px 0 20px 8px;
}

/* ATTEMPTING SOMETHING COOL */
.bubbleInfo {
	position: relative;
}

.popup {
		position: absolute;
	background: #fff;
	border: 1px solid #333;
	padding: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: .9em;
	line-height: 1.25;
	width: 50%;
	z-index: 99;
	display: none; /* keeps the popup hidden if no JS available */
}

.program_chart li .bubbleInfo .popup p {
	color: #666;
	margin-bottom: .7em;
}
/* ATTEMPTING SOMETHING COOL */

.info_popup_container {
	 padding: 1em;
}

.popup_sm_info {
	float: right;
	padding: 1em;
	margin-left: 15px;
	border: 1px solid #333;
}

.matan {
	background: pink;
	border: 1px solid red;
}


div.delivery_options {
	font-size: .85em;
	float: right;
	margin-left: 20px;
}

div.delivery_options table th,
div.delivery_options table td {
	padding: 3px;
}

div.delivery_options table tfoot {
	background-color: #efefef;
}


/***********************
BEGIN FOOTER STYLES
***********************/

.footer {
	background: url(/images/footer_bg.gif) repeat-x top left;
	padding: .25em 1em;
	font-size: .9em;
	margin-top: 20px;
	margin-bottom: 80px;
}

.questions {
	float: right;
	font-size: 1.2em;
	line-height: 1;
}

.questions span {
	font-weight: bold; 
	color: #4179A0;
}

.footer_nav {
	list-style-type: none;
	font-size: .9em;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.footer_nav li {
	float: left;
	margin-right: 8px;
}

.footer_nav li a {
	margin-right: 6px;
}

/***********************
END FOOTER STYLES
***********************/

/***********************
NEW STYLES
***********************/

div#whatget {
	float: right;
	width: 186px;
	margin-top: 20px;
	border: 1px solid #d3dae3;
	background-color: #f1f5fc;
}

div#whatget p.what {
	color: white;
	height: 30px;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #558ED5;
	border: none;
	padding-left: 15px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	line-height: 2em;
}
div#whatget ul {
width: 180px;	
}

div#whatget li {
	list-style-image: url(../images/site/bullets/homepage_feature.gif);
}

div#newdownload {
	margin-top: 10px;
	background: none;
	border: none;
}

div#newdownload a{
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #d3dce1;
	text-decoration: none;
	color: #666;
	background-color: #f1f5fc;
}

div#newdownload a.dl1 {
	background: #f1f5fc url(../images/page_small.png) no-repeat 8px 3px;
}

div#newdownload a.dl2 {
	background: #f1f5fc url(../images/page_small.png) no-repeat 8px 3px;
}

div#newdownload a.dl3 {
	background: #f1f5fc url(../images/vid_small.png) no-repeat 8px 3px;
}

div#newdownload a.dl4 {
	background: #f1f5fc url(../images/laptop_small.png) no-repeat 8px 3px;
}

div#newdownload a:hover {
	background-color: #d4dfeb;
}

div#newdownload a p {
	padding-top: 0px;
	padding-left: 60px;
	text-decoration: none;
	color: #666;
}

ul#ourclients {
	width: 155px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	list-style-image: none;
}

ul#ourclients li {
	margin-left: 0px;
	width: 162px;
	height: 45px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

ul#ourclients li.clientright {
	margin-right: 0;
}

a#bankruptorder {
width:  160px;
height: 120px;
	margin-top: 26px;
}

a#bankruptorder span#order {
	font-weight: bold;
	color: #b4b4b4;
	text-shadow: #fff 0 1px 0;
	font-size: 2.6em;
	line-height: 1.3em;
	
}


a#bankruptorder:hover {
	background-position: 0 -164px;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	transition: all 0s ease-in;
}












