﻿#calculateslogan	{
	width: 930px;
	height: 3px;
	margin: 5px auto;
	background: #fffff;
}
#calculator_wizard
{
	position:relative;
	float:left;
	}
.calculator #calculator_updatepanel
{
	position:relative;
		width: 680px;
	height: 30px;
	float:left;
	border:solid 1px #000; 
	}	
.calculator #main #calculator_wizard #validationsummary
{
	font-size:2em;
	padding-left:27px;
	padding-bottom:15px;
	margin-top:-20px;
	}
	
/*=========================================================
                  CALCULATOR PAGE 1 STYLES                      
=========================================================*/

.calculator	{
	height: 1%;
	width: 962px;
	margin: 0 auto;
	position: relative;
	background: url(../../images/bg_projects.png) repeat-y left top;
}
.calculator #main, .calculator #sidebar	{
	z-index: 5;
	min-height: 450px;
	position: relative;
}
.calculator #main	{
	float: left;
	width: 690px;
	padding: 0 0 35px 23px;
	background: url(../../images/bg_projects_main_h2.png) no-repeat left top;
}
.calculator #sidebar	{
	float: right;
	width: 232px;
	padding: 8px 17px 0 0;
	background: url(../../images/bg_projects_side_h2.png) no-repeat -21px 0px;
}
.calculator .bottom	{
	z-index: 1;
	float: left;
	width: 962px;
	height: 410px;
	display: block;
	margin-top: -390px;
	background: url(../../images/bg_projects_bottom.jpg) no-repeat left top;
}

/*            CALCULATOR MAIN STYLES
***************************************************/

.calculator #steps	{
	margin: 0 -2px 0 -8px;
}
.calculator #main h2	{
	border-bottom: none;
}
.calculator #steps li	{
	float: left;
	margin-bottom: 15px;
	border: solid 1px #ccc;
	border-right: 0;
}
.calculator #steps li#step1	{
	width: 296px;
}
.calculator #steps li#step2	{
	width: 196px;
}
.calculator #steps li#step3	{
	width: 204px;
	margin-right: -5px;
}
.calculator #steps li span	{
	color: #ccc;
	height: 28px;
	display: block;
	font-size: 1.8em;
	padding-top: 5px;
	text-align: center;
	background: #eaeaea;
	border: solid 1px #fff;
}
.calculator #steps li span.current	{
	color: #09357a;
	background: #e4e9f0;
}
.calculator #steps li a, a:visited	
{
	color: #ccc;
	background: #eaeaea;
}
.calculator #steps li a.current, a.current:visited		{
	color: #09357a;
	background: #e4e9f0;
}

/*         BUSINESS STEPS NAVIGATION
***************************************************/

.calculator #bsteps	{
	margin: 0 -2px 0 -8px;
}
.calculator #bsteps li	{
	float: left;
	margin-bottom: 15px;
	border: solid 1px #ccc;
	border-right: 0;
}
.calculator #bsteps li#bstep1	{
	width: 366px;
}
.calculator #bsteps li#bstep2	{
	width: 332px;
	margin-right: -5px;
}
.calculator #bsteps li span	{
	color: #ccc;
	height: 28px;
	display: block;
	font-size: 1.8em;
	padding-top: 5px;
	text-align: center;
	background: #eaeaea;
	border: solid 1px #fff;
}
.calculator #bsteps li span.bcurrent	{
	color: #09357a;
	background: #e4e9f0;
}
.calculator #bsteps li a, a:visited	
{
	color: #ccc;
	background: #eaeaea;
}
.calculator #bsteps li a.bcurrent, a.bcurrent:visited		{
	color: #09357a;
	background: #e4e9f0;
}



/*         CALCULATOR WIZARD NAVIGATION
***************************************************/
.calculator .wizard_nav 
{
	width: 675px;
	text-align:center;
}
.calculator .wizard_nav .wbutton_green	
{
	color: #fff;	
	margin: 0 auto;
	height: 42px;
	font-size: 3.0em;
	text-align: center;
	background: #139033;
    padding: 0px 2px 0px 0px;
    display:inline;		
	background: url(../../images/bg_calculator3_grnbx_edges.jpg) no-repeat left top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-decoration:none;
    font-weight:normal;

}
.calculator .wizard_nav .wbutton_green	a, a:visited
{
	color: #fff;	
	text-decoration:none;
	font-weight:normal;	
}
.calculator .wizard_nav .wbutton_text	
{
	color:#139033;
	font-weight:bold;
	text-decoration:none;
	font-size:1.8em;

}
.calculator .wizard_nav .wbutton_text	a, a:visited
{
	color:#139033;
	font-weight:bold;	
	text-decoration:none;
}
/*         CALCULATOR FORM ELEMENT STYLES
***************************************************/

.calculator form	{
	clear: both;
}
.calculator span.txtbx	{
	height: 23px;
	width: 175px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #838383;
	background: url(../../images/bg_calculator_textbox.png) no-repeat left top;
}
.calculator span.txtbx input.txt	{
	color: #000;
	padding: 4px;
	height: 15px;
	width: 167px;
	display: block;
	background: none;
	font-size: 1.2em;
}
.calculator span.txtbx input.txt:focus	{
	color: #000;
}
.calculator select	{
	padding: 3px;
	width: 100px;
	font-size: 1.2em;
	vertical-align: middle;
	border: solid 1px #ccc;
}

/*            COMMON BLUE BOX STYLES
***************************************************/
.calculator h4 span.arrow	{
	width: 12px;
	height: 7px;
	margin-left: 5px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	background: url(../../images/bg_calculator_h4_a.jpg) no-repeat left top;
}

.calculator .blubx	{
	width: 684px;
	margin-bottom: 13px;
	background: url(../../images/bg_calculator_blubx.jpg) repeat-y left top;
}
.calculator .blubx .blubxtop, .calculator .blubx .blubxbot	{
	display: block;
	overflow: hidden;
}
.calculator .blubx .blubxtop	{
	height: 10px;
	background: url(../../images/bg_calculator_blubx_edges.jpg) no-repeat 0px -20px;
}
.calculator .blubx .blubxbot	{
	height: 20px;
	background: url(../../images/bg_calculator_blubx_edges.jpg) no-repeat 0px 0px;
}
.calculator .blubx .datalist
{
	margin-left:27px;
}
.calculator .blubx .datalist td
{
	height: 23px;
}
.calculator .blubx h3	{
	color: #666;
	height: 56px;
	width: 535px;
	margin: 0 auto;
	font-size: 3em;
	padding: 10px 0 0 95px;
}
.calculator .blubx h5	{
	color: #666;
	height: 36px;
	width: 620px;
	margin: 0 auto;
	font-size: 3em;
	padding: 10px 0 0 10px;
}
.calculator .blubx h3.elec	{
	background: url(../../images/bg_calculator_blubx_h3_elec.png) no-repeat left top;
}
.calculator .blubx h6	{
	color: #666;
	height: 30px;
	width: 535px;
	margin: 0px 0 0 28px;
	font-size: 2em;

}
.calculator .blubx h8	{
	color: #666;
	height: 30px;
	width: 535px;
	margin: 0px 0 25px 38px;
	font-size: 2em;

}
/*            COMMON PINK BOX STYLES
***************************************************/

.calculator .pnkbx	{
	width: 684px;
	margin-bottom: 13px;
	background: url(../../images/bg_calculator_pnkbx.jpg) repeat-y left top;
}
.calculator .pnkbx .pnkbxtop, .calculator .pnkbx .pnkbxbot	{
	display: block;
	overflow: hidden;
}
.calculator .pnkbx .pnkbxtop	{
	height: 10px;
	background: url(../../images/bg_calculator_pnkbx_edges.jpg) no-repeat 0px 0px;
}
.calculator .pnkbx .pnkbxbot	{
	height: 20px;
	background: url(../../images/bg_calculator_pnkbx_edges.jpg) no-repeat 0px -10px;
}
.calculator .pnkbx h3	{
	color: #666;
	height: 36px;
	width: 620px;
	margin: 0 auto;
	font-size: 3em;
	padding: 10px 0 0 10px;
}
.calculator .pnkbx h3.elec	{
	background: url(../../images/bg_calculator_pnkbx_h3_elec.png) no-repeat left top;
}
.calculator .pnkbx h6	{
	color: #666;
	height: 30px;
	width: 535px;
	margin: 0px 0 0 28px;
	font-size: 2em;

}
.calculator .pnkbx h8	{
	color: #666;
	height: 30px;
	width: 535px;
	margin: 0px 0 25px 38px;
	font-size: 2em;

}
/*            COMMON GREEN BOX STYLES
***************************************************/

.calculator .grnbx	{
	width: 684px;
	margin-bottom: 13px;
	background: url(../../images/bg_calculator_grnbx.jpg) repeat-y left top;
}
.calculator .grnbx .grnbxtop, .calculator .grnbx .grnbxbot	{
	display: block;
	overflow: hidden;
}
.calculator .grnbx .grnbxtop	{
	height: 10px;
	background: url(../../images/bg_calculator_grnbx_edges.jpg) no-repeat 0px -20px;
}
.calculator .grnbx .grnbxbot	{
	height: 20px;
	background: url(../../images/bg_calculator_grnbx_edges.jpg) no-repeat 0px 0px;
}
.calculator .grnbx h3	{
	color: #666;
	height: 56px;
	width: 550px;
	margin: 0 auto;
	font-size: 3em;
	padding: 10px 0 0 80px;
}
.calculator .grnbx h3.air	{
	background: url(../../images/bg_calculator_grnbx_h3_air.jpg) no-repeat left top;
}
.calculator .grnbx h6	{
	color: #666;
	height: 30px;
	width: 535px;
	margin: 0px 0 0 28px;
	font-size: 2em;

}
/*            COMMON WHITE BOX STYLES
***************************************************/

.calculator .whbx	{
	width: 590px;
	padding: 0 20px;
	background: #fff;
	margin: 0 auto 0px auto;
}

.calculator .whbx h4	
{
	color: #fff;
	height: 27px;
	font-size: 1.8em;
	padding: 4px 0 0 15px;
	margin: 0 -20px 0px -20px;
	border-bottom: solid 1px #e4e9f0;
	background: url(../../images/bg_calculator_whbx_edges.jpg) no-repeat left top;
}

.calculator .whbx .whbxtop	{
	clear: both;
	height: 5px;
	display: block;
	margin: 0 -20px;
	overflow: hidden;
	background: url(../../images/bg_calculator_whbx_top.jpg) no-repeat 0px 0px;
}
.calculator .whbx .whbxbot	{
	clear: both;
	height: 5px;
	display: block;
	margin: 0 -20px;
	overflow: hidden;
	background: url(../images/bg_calculator_whbx_edges.jpg) no-repeat 0px -35px;
}
/*---JPO---*/
.calculator .whbx h4 a,a:visited	{
	color: #fff;
	text-decoration:none;

}

.calculator .whbx .whbx_container	
{
	width:590px;
	/*border:solid 1px #000;*/
}
/*---EndJPO---*/
.calculator .whbx table	{
	padding: 0;
	width:590px;
	margin-right:-40px;
}
.calculator .whbx td	{
	padding: 0;
	margin:0;
	width:590px;
}

.calculator .whbx p	{
	color: #666;
	font-size: 1.2em;
	text-align: center;
}
.calculator .whbx p big	{
	color: #093375;
	margin-top: -3px;
	font-size: 3.16em;
	font-weight: bold;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.calculator .whbx p.select	{
	margin-top: 10px;
}
/*This is the link in the OR select section at the bottom of the wizard panel*/
.calculator .whbx p.select a,a:visited	{
	color: #093375;
	font-weight:bold;
}
/*----------------------------*/
.calculator #car p.skipstep	{
	margin: -40px 25px 0 0;
	float: right;
	font-size: 1.5em;
	padding: 0 15px 0 0;
}
.calculator #car p.skipstep a, .calculator p.skipstep a:visited	{
	color: #139033;
	font-weight: bold;
	text-decoration: none;
}
.calculator p.skipstep	{
	margin: -40px 25px 0 0;
	float: right;
	font-size: 1.5em;
	padding: 0 15px 0 0;
}
.calculator p.skipstep a, .calculator p.skipstep a:visited	{
	color: #139033;
	font-weight: bold;
	text-decoration: none;
}
.calculator span.skip a, .calculator span.skip a:visited	{
	color: #ff5e0a;
	font-weight: bold;
	text-decoration: none;
}
/*----------------------------*/


/*----------------------------*/
.calculator #calculate_btn1	{
	width: 299px;
	height: 42px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.calculator #calculate_btn1 button	{
	color: #fff;
	width: 299px;
	height: 42px;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	background: #139033;
}
.calculator #calculate_btn1 button span	{
	top: 0;
	left: 0;
	width: 299px;
	height: 42px;
	position: absolute;
	background: url(../../images/bg_calculator_button_continue.jpg) no-repeat left top;
}

#update_container	{
	float: right;
	width: 300px;
	height: 45px;
}
#update_container table	{
	width: 300px;
}
#update_container td	{
	width: 144px;
	height: 45px;
}
.updatebutton1	{
	height: 26px;
	width: 143px;	
	color: #009933;
	display:block;
	font-size: 1.2em;
	padding-top: 10px;
	text-indent: 40px;
	background: url(../../images/bg_calculator_home.jpg) no-repeat left top;	
}
