/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* END RESET */
a{
	color:#A5E7F9;
}

.clear{
	clear:both;
}
.float_left{
	float:left;
}
#budget_screen{
	margin:0px;
	width:1000px;
	font-family:arial;
	color:#eee;
}

/* NAVIGATION */


#upper_navigation{
	display:block;
	width:1000px;
	height:20px;
	background:#000;
}
#upper_navigation li{
	display:block;
	float:right;
	margin:5px 5px 0 5px;
	font-size:11px;
	font-family:Arial;
}
#upper_navigation li a{
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
	margin-right:8px;
}
#upper_navigation li a:hover{
	color:#fff;
}
#budget_navigation{
	display:block;
	width:1000px;
	height:40px;
	background:#333;
	border-bottom:1px solid #29abe2;
}
#budget_navigation li{
	display:block;
	float:left;
	margin:0px 15px 0 27px;
	font-size:10px;
	font-family:helvetica;
	height:30px;
	padding:10px 0 0 0;
}
#budget_navigation li img{
	float:left;
	margin:0 0px 0 0px;
	position:absolute;
}
#budget_navigation li.here{
	background:url('images/blue_arrow_up.png') no-repeat 50% 33px;
}
#budget_navigation li a{
	color:#aaa;
	text-decoration:none;
	text-transform:uppercase;
	height:16px;
	display:block;
	float:left;
}
#budget_navigation li #nav_intro{
	width:30px;
	background:url('images/nav/nav_intro.png');
}
#budget_navigation li #nav_intro:hover, #budget_navigation li #nav_intro.active{
	background-position:0px -16px;
}
#budget_navigation li #nav_path{
	width:67px;
	background:url('images/nav/nav_budget.png');
}
#budget_navigation li #nav_path:hover, #budget_navigation li #nav_path.active{
	background-position:0px -16px;
}
#budget_navigation li #nav_defense{
	width:45px;
	background:url('images/nav/nav_defense.png');
}
#budget_navigation li #nav_defense:hover, #budget_navigation li #nav_defense.active{
	background-position:0px -16px;
}
#budget_navigation li #nav_domestic{
	width:51px;
	background:url('images/nav/nav_domestic.png');
}
#budget_navigation li #nav_domestic:hover, #budget_navigation li #nav_domestic.active{
	background-position:0px -16px;
}
#budget_navigation li #nav_social{
	width:86px;
	background:url('images/nav/nav_social.png');
}
#budget_navigation li #nav_social:hover, #budget_navigation li #nav_social.active{
	background-position:0px -16px;
}
#budget_navigation li #nav_healthcare{
	width:64px;
	background:url('images/nav/nav_health.png');
}
#budget_navigation li #nav_healthcare:hover, #budget_navigation li #nav_healthcare.active{
	background-position:0px -16px;
}
#budget_navigation li #nav_other{
	width:35px;
	background:url('images/nav/nav_other.png');
}
#budget_navigation li #nav_other:hover, #budget_navigation li #nav_other.active{
	background-position:0px -16px;
}
#budget_navigation li #nav_revenue{
	width:45px;
	background:url('images/nav/nav_revenue.png');
}
#budget_navigation li #nav_revenue:hover, #budget_navigation li #nav_revenue.active{
	background-position:0px -16px;
}
#budget_navigation li #nav_expenditures{
	width:97px;
	background:url('images/nav/nav_tax_expend.png');
}
#budget_navigation li #nav_expenditures:hover, #budget_navigation li #nav_expenditures.active{
	background-position:0px -16px;
}
#budget_navigation li #nav_results{
	width:44px;
	background:url('images/nav/nav_results.png');
}
#budget_navigation li #nav_results:hover, #budget_navigation li #nav_results.active{
	background-position:0px -16px;
}
.section{
	width:1900px;
	position:relative;
}
.section .sub{
	position:relative;
	float:left;
	width:685px;
}
#scroll{
	overflow:hidden;
	position:relative;
	width:685px;
	float:left;
	height:840px;
	background:#20629f url('images/blue_bg.gif') repeat;
	z-index:5;
}
#scrollContainer{
	width:6850px;
	display:block;
}
.left_side{
	width:685px;
	float:left;
	padding:0px;
	margin-left:10px;
	font-family:Helvetica;
}
.left_side h1{
	color:#2ab0e6;
	font-size:20px;
	margin:12px;
	font-weight:lighter;
	font-family:times;
	border-bottom:1px solid #ccc;
	width:640px;
}
.left_side h1.intro{
	color:#fff;
	font-size:20px;
	margin:12px;
	font-family:times;
	font-weight:bold;
}
.left_side h1.intro span.sub_head{
	color:#2ab0e6;
	font-size:14px;
}
.left_side span.next_button a{
	font-family:times;
	text-decoration:none;
	color:#20629f;
	font-size:14px;
	display:block;
	margin-top:0px;
	padding:4px 0 3px 4px;
	background:#e6e6e6 url('images/blue_arrow_right2.png') no-repeat 45px 3px;
	float:right;
	width:50px;
}
.left_side span.back_button a{
	font-family:times;
	text-decoration:none;
	color:#20629f;
	font-size:14px;
	display:block;
	margin:0px 5px 0 0;
	padding:4px 0 3px 4px;
	background:#e6e6e6;
	float:right;
	width:50px;
}
.left_side span.next_button_budget a{
	font-family:times;
	text-decoration:none;
	color:#20629f;
	font-size:14px;
	display:block;
	margin-top:0px;
	padding:4px 0 3px 4px;
	background:#e6e6e6 url('images/blue_arrow_right2.png') no-repeat 45px 3px;
	float:right;
	width:50px;
}
.left_side span.done_button a{
	font-family:times;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	display:block;
	margin:0px 0 0 5px;
	padding:4px 3px 3px 4px;
	background:#cc3333;
	float:right;
	width:40px;
}
.bottom_button_div{
	font-family:times;
	position:relative;
	margin:15px 35px 0 0;
	display:block;
	float:right;
	height:25px;
	border:0px solid #000;
	clear:both;
}
.left_side p{
	margin:12px;
	font-size:12px;
	line-height:18px;
}
.left_intro_text{
	display:block;
	float:left;
	width:340px;
}
.right_intro_text, .right_intro_text_left{
	margin:14px 0 0px 10px;
	display:block;
	float:left;
	width:300px;
	background:#3983b5;
}
.right_intro_text h1{
	color:#003366;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	margin:12px 12px 0 12px;
	border:0px;
}
.right_intro_text strong{
	margin:0 12px 12px 12px;
	font-size:12px;
}
.right_intro_text .example_info_img{
display:block;
width:15px;
margin:2px 0 0 12px;
float:left;	
}
.right_intro_text .example_info_text{
display:block;
width:250px;
margin-left:7px;
margin-top:0;
float:left;	
}
.right_intro_text ul{
	margin:0 12px 12px 12px;
	font-size:12px;
}
.right_intro_text ul li{
margin:12px 0 0 0;	
background: url(images/blue_arrow_right.png) no-repeat left;
padding:0 0 0 10px;
}
.right_intro_text ul li a{
color:#a5e7f9;
}
#progressMeter{
	float:right;
	margin:0px 14px 5px 0;
}

.form_wrapper{
	margin:12px;
	border-top:1px solid #5385b4;
	font-size:12px;
	width:640px;
}
.form_wrapper .balance{
	width:310px;
	display:block;
	margin:0px 0 0 0;
	float:left;
}
.form_wrapper .balance ul li{
	border-bottom:1px solid #5385b4;
	padding:0 0 5px 0px;
	margin:14px 0 0 0;
	clear:both;
	position:relative;
}
.form_wrapper .balance ul li.multiple{
	margin-left:30px;
}
.form_wrapper .balance ul li h4{
	background: url(images/infoS.png) no-repeat left;
	padding:0px 0 0px 30px;
	height:20px;
	margin:0 0 0px -30px;
	cursor:pointer;
}
.form_wrapper .balance ul li img{
	float:left;
	margin:0 8px 0 0;
	cursor:pointer;
}
.form_wrapper .balance ul li span.worth{
	font-size:12px;
	font-weight:bold;
	color:#FF8383;
	position:absolute;
	right:25px;
	bottom:5px;
}
.form_wrapper .balance ul li span.neg{
	font-size:12px;
	font-weight:bold;
	color:#A5E7F9;
	position:absolute;
	right:25px;
	bottom:5px;	
}
.form_wrapper .balance ul li label{
	font-size:12px;
	float:left;
	padding:3px 0 0 0;
	width:220px;
}
.form_wrapper .balance ul li.multiple label{
	width:180px;
}
.form_wrapper .info_graphicL{
	background: url(images/infoL.png) no-repeat;
	display:block;
	float:left;
	height:28px;
	width:25px;
	margin:10px 0 0 10px;
}
.form_wrapper .information{
	float:left;
	width:275px;
	border:0px solid #000;
	margin:10px 0 0 10px;
	font-size:12px;
}
.form_wrapper .information div{
	display:none;
	}
.form_wrapper .information p{
	margin:5px 0;
	line-height:18px;
}
.form_wrapper .information h3{
	margin:5px 0 0 0px;
	font-size:15px;
}
.form_wrapper .information .more_info_text{
	display:none;
}
.left_side .more_info {
	cursor:pointer;
}
.form_wrapper .information #main{
	display:block;
}
.ui-widget-header { border: 0px solid #ccc; background: #eee url(images/ui-bg_gloss-wave_35_f6a828_500x1002.png) 50% 50% repeat-y; color: #ffffff; font-weight: bold; }
.ui-progressbar { border: 2px solid #ccc; background: #aaa url(images/meter_back.png) 50% 50% repeat-y; color: #ffffff; font-weight: bold; }
.ui-progressbar .ui-progressbar-value {margin:0px;}

#progress_area{
	background: url(images/progress_back.png) repeat-y;
	width:315px;
	height:840px;
	float:right;
	color:#2d71aa;
}
#progress_area #progress_header{
position:relative;
top:19px;
left:18px;	
display:block;
}
#progress_area p{
	margin:5px 0 0 0px;
	font-size:12px;
	text-align:center;
}
#progress_area #right_banner_container{
	float:right;
	width:187px;
	position:relative;
	top:140px;
}
#progress_area #right_banner_container img{
	margin:20px 0 0 0;
	float:right;
}
#progress_area #right_banner_container img.debt{
	margin:33px 0 0 0;
	float:left;
}
#progress_area #need_to_cut{
	background:#999796;
	clear:both;
	display:block;
	height:69px;
	width:315px;
	margin:20px 0 0 0;
}
#progress_area #meter_block{
	float:left;
	margin:0px 0 0 55px;
	height:300px;
}
#sixty_percent{
	position:absolute;
	margin:108px 0 0 -37px;
}
#progress_area #zero_percent{
	position:absolute;
	display:block;
	margin:-10px 0 0 32px;
}
#progress_area #need_to_cut #current_debt{
	color:#165797;
	font-size:30px;
	font-weight:bold;
	clear:both;
	width:120px;
	float:left;
	margin:15px 10px 0 10px;
	text-align:right;
}
#progress_area #need_to_cut .text{
	margin:13px 0 0 0;
	color:#fff;
	width:155px;
	float:left;
	text-align:left;
	font-size:12px;
}

#meter_block #meter_percent_container{
	float:left;
	position:relative;
	height:300px;
	border:0px solid #000;
	z-index:500;
}
#meter_percent_container #meter_percent{
	position:absolute;
	left:0px;
	margin:0 0 0 -37px;
	background: url(images/red_arrow_left.png) 30px 1px no-repeat;
	padding:0 8px 0 0;
	color:#990000;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	z-index:500;
}
#progress_area #debt_reach{
	text-align:center;
}
#debt_reach1 p{
	color:#333;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	width:220px;
	text-align:left;
	display:block;
	margin:0 auto;
}
#progress_area #debt_reach span.large{
	color:#990000;
	font-size:65px;
	font-weight:bold;
}
#progress_area #debt_reach p{
	color:#333;
	font-size:17px;
	font-weight:bold;
	width:170px;
	text-align:left;
	display:block;
	margin:0 auto;
}
#footer_navigation{
	position:relative;
	display:block;
	width:1000px;
	height:40px;
	background:#333;
	border-top:1px solid #29abe2;
	z-index:12;
}
#footer_navigation li{
	position:relative;
	float:left;
	display:block;
	margin:3px 0px 0 17px;
	font-size:12px;
	font-family:helvetica;
	height:20px;
	padding:5px 0 0 0;
	color:;
}
#footer_navigation li p{
	float:left;
	margin:8px 0 0 4px;
	color:#ccc;
}
#footer_navigation li p span{
	font-weight:bold;
	color:#fff;
}
#footer_navigation li img{
	float:left;
}
#bottom_grid{
	background: url(images/progress_back.png) repeat;
	width:315px;
	height:25px;
	float:left;
}
#bottom_blue{
	width:685px;
	float:left;
	height:25px;
	background:#20629f;
}

/* LIGHTBOX STYLES */

.lightbox{
	background:#20629f;
	width:640px;
	padding-top:20px;
	font-family:Helvetica;
}
.lightbox h1{
	color:#2ab0e6;
	font-size:20px;
	font-weight:lighter;
	font-family:times;
	border-bottom:1px solid #ccc;
	width:615px;
}
.lightbox h1.intro{
	color:#fff;
	font-size:20px;
	margin:12px 0 0 20px;
	font-family:times;
	font-weight:bold;
}
.lightbox h1.intro span.sub_head{
	color:#2ab0e6;
	font-size:14px;
}
.lightbox h1 span.close_button{
	cursor:pointer;
	text-decoration:none;
	color:#20629f;
	font-size:14px;
	display:block;
	margin-top:0px;
	padding:4px 0 3px 4px;
	background:#e6e6e6;
	float:right;
	width:50px;
}
.lightbox ul.main{
	display:block;
	width:280px;
	margin:12px 0 0 20px;
	color:#fff;
	font-size:12px;
	font-family:Helvetica;
}
.lightbox ul li{
	margin:8px 0 0px 0;
	width:260px;
}
.lightbox ul li ul li{
	width:252px;
}
.lightbox ul li ul{
	margin-left:8px;
}
.lightbox h2{
	text-transform:uppercase;
	color:#fff;
	font-size:15px;
	margin:12px 0 5px 0;
	clear:both;
}
.lightbox ul li p {
	display:block;
	width:200px;
	float:left;
	margin:0px;
}
.lightbox ul li.multiple{
	margin-left:0px;
}
#my_choices ul li p{
	color:#aaa;
}
#my_choices ul li.chosen p{
	color:#fff;
	font-weight:bold;
}
.lightbox ul li span.worth{
	float:right;
	font-weight:bold;
	color:#a5e7f9;
}
#my_choices ul li span.worth{
	color:#aaa;
}
#my_choices ul li.chosen span.worth{
	color:#a5e7f9;
}
.my_choices, .all_choices{
	cursor:pointer;
}

.lightbox p{
	margin:20px;
	color:#fff;
	font-size:12px;
	line-height:18px;
}
.lightbox .footnote {
	font-size:10px;
	margin:20px 60px;
}
/* RESULTS SECTION */

.results_header {
	background:#3983b5;
	width:625px;
	padding:15px 8px;
	margin:0 0 0 12px;
}
.results_header .title{
 margin:5px 0 0 8px;	
}
.results_header img{
	float:left;
}
.results_header p{
	margin-top:5px;
	font-size:17px;
	font-weight:bold;
	line-height:19px;
	display:block;
	width:500px;
	float:left;
}
.left_side_results{
	float:left;
	display:block;
	width:339px;
	margin-right:20px;
}
.results_chart {
	margin:14px 6px 12px 12px;
	background:#fff url('images/chartbackground.png') repeat-y;
	display:block;
	width:339px;
	height:400px;
	float:left;
}
#results .results_chart h2{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#990000;
	border-bottom:1px solid #cc9999;
	margin:15px 0 10px 20px;
	padding:0 0 3px 0;
	width:295px;
}
.results_chart .chart_one,
.results_chart .chart_two{
	margin:12px 4px 0 20px;
}
.results_chart .numbers{
	display:block;
	width:160px;
	color:#003366;
	font-size:11px;
	margin:0px 0px 0 35px;
}
.results_chart .numbers .neg{
	display:block;
	float:left;
	margin:5px 0 0 0px;
}
.results_chart .numbers .three{
	display:block;
	float:left;
	margin:5px 0 0 45px;
}
.results_chart .numbers .zero{
	display:block;
	float:left;
	margin:0px 0 0 50px;
}
.results_chart .savings{
	clear:both;
	display:block;
	color:#990000;
	margin:12px 0px 0 55px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

.results_chart .chart_category{
	float:left;
	margin:35px 0 0 0;
}
.results_chart .chart_type{
	float:left;
	margin:-7px 0 0 0;
}
.results_chart .graph{
	border:2px solid #ccc;
	display:block;
	float:left;
	margin:0px 4px 0 20px;
	background:#e6e6e6;
	width:160px;
}

.results_chart .graph .ui-widget-header { border: 0px; background: url(images/progress_horizontal.png) 50% 50% repeat-x;}
.results_chart .graph .ui-progressbar { height:20px; margin:0px; border: 0px; background: url(images/meter_back.png) 50% 50% repeat-x;}
.results_chart .graph .ui-progressbar .ui-progressbar-value {margin:0px;}
.results_chart .graph .first{
	margin-top:6px;
}
.results_chart .legend{
	color:#003366;
	font-size:10px;
	margin:0px 0 0 4px;
	display:block;
	float:left;
}
.results_chart .legend li{
	text-transform:uppercase;
	margin:10px 0 0 0;
}
.results_chart .chart_one .graph{
	height:170px;
}
.results_chart .chart_one .graph li,
.results_chart .chart_two .graph li{
	width:80px;
	margin-left:80px;
	border-left:1px solid #999999;
}
.results_chart .chart_two .graph{
	height:48px;
}
#results .right_intro_text_left{
	width:339px;
	margin:6px 6px 12px 12px;
}
#results .right_intro_text{
	width:285px;
}
#results .right_intro_text .personal_info{
	margin:0 0 0 10px;
}
#results .right_intro_text_left h2{
	font-size:14px;
	background:url('images/restart.png') no-repeat 0 2px;
	text-transform:uppercase;
	color:#003366;
	height:20px;
	border-bottom:1px solid #6aa2c7;
	margin:15px 0 10px 10px;
	padding:5px 0 3px 25px;
	width:215px;
}
#results .right_intro_text_left h2 a{
	color:#003366;
	text-decoration:none;
}
#results .right_intro_text h2{
	font-size:14px;
	text-transform:uppercase;
	color:#003366;
	border-bottom:1px solid #6aa2c7;
	margin:15px 0 10px 10px;
	padding:0 0 3px 0;
	width:215px;
}
#results .right_intro_text label{
	font-size:11px;
	margin:12px 0 4px 0;
	display:block;
}
#results .right_intro_text input.email{
	width:240px;
}
#results .right_intro_text label.zip,
#results .right_intro_text label.gender{
	width:105px;
	display:block;
	float:left;
}
#results .right_intro_text label.gender{
	margin-left:34px;
}
#results .right_intro_text input.zip{
	width:108px;
	display:block;
	float:left;
	clear:left;
	margin:0 25px 0 0;
}
#results .right_intro_text select.gender{
	width:104px;
	display:block;
	float:left;
	margin:0 0 0 0px;
}
#results .right_intro_text select.affiliation{
	width:245px;
}
#results .right_intro_text span.ui-checkbox{
	margin:6px 5px 0 6px;
	float:left;
	position:relative;
}
#results .right_intro_text input.submit{
	margin:5px 0 0 17px;
}
#results .right_intro_text ul.results li{
	background:none;
	margin-left:0;
	padding:0;
	clear:both;
}
#results .right_intro_text ul.results li img{
	float:left;
	margin:0 12px 0 0;
}
#results .right_intro_text ul.results li p{
	float:left;
	margin:3px;
}
#results .right_intro_text ul.results li a{
	text-decoration:none;
	color:#fff;
}
