@charset "utf-8";
/* CSS Document */

h1 {
	font-size:24px;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
}
h2 {
	font-size:18px;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
}
h4 {
	font-size:12px;
	font-weight: bold;
	text-transform:uppercase;
	margin-left: .5em;
}
/***this is to move the stats 10px from the left on the bc_summary page****/
.indent {
	margin-left:10px;
}
/***this is to move the stats 10px from the left on the bc_summary page****/
body {
	background-image:url(../images/gradientboiler.png);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
}
#headerGlobal {
	background:url(../images/main_header1.gif) center no-repeat;
	width:850px;
	background-color:#fff;
	height:154px;
	margin-bottom:.5em;
}
#globalContainer {
	width:950px;
	background-color:#fff;
	margin: 0 auto;
	padding: 0;
	border: 3px double #07a3ca !important;
	padding-bottom:10px;
}
/****************************************************************************************************************/
     /******************************this is for the stepthrough images*************************************/
/********************************************************************************************************************/
#screen_1, #screen_2, #screen_3, #stepThru_1, #stepThru_2, #stepThru_3, #stepThru_4 {
	width:830px;
	height:51px;
	margin:0 auto;
	padding:0;
}
#screen_1 {
	background:url(../images/applicant_stepThrus/screen1.png) center no-repeat;
}
#screen_2 {
	background:url(../images/applicant_stepThrus/screen2.png) center no-repeat;
}
#screen_3 {
	background:url(../images/applicant_stepThrus/screen3.png) center no-repeat;
}
#stepThru_1 {
	background:url(../images/pa_stepThrus/stepOne.png) center no-repeat;
}
#stepThru_2 {
	background:url(../images/pa_stepThrus/stepTwo.png) center no-repeat;
}
#stepThru_3 {
	background:url(../images/pa_stepThrus/stepThree.png) center no-repeat;
}
#stepThru_4 {
	background:url(../images/pa_stepThrus/stepfour.png) center no-repeat;
}
/**************************************************************************************************************/
    /*********************************END this is for the stepthrough images***************************/
/***********************************************************************************************************/

 p {
	margin:.6em 1.6em;
}
form {
	width: 870px;
	margin: 0 auto;
	padding:0;
}
.hint {
	font-weight:bold;
	color:#666666;
}
.required {
	color:#FF0000;
	font-size: 1.25em;
	padding: 0 .3em;
}
#confirmBtn {
	width:30em;
	margin:0 auto;
	clear:both;
	padding: 5px 20px;
}
.textAreaLabel {
	margin-top:0.6em;
}
label, input, select, textarea {
	margin:.3em .2em;
}
.populatedColor {
	background-color:#FFF;
}
.textInfo {
	background-color:#FFFFCC;
}
.pa_correspondentColor {
	background-color:#FCC;
}
.mailCorrrespondentColor {
	background-color:#F90;
}
.textInfo, .populatedColor, .pa_correspondentColor, .mailCorrrespondentColor {
	display: block;
	text-align:right;
	float:left;
	width: auto;
	padding:3px 3px;
	font-weight:bold;
	margin-left:.3em;
}
label {
	display: block;
	text-align: right;
	float:left;
	width: 180px;
	padding:3px 3px;
	font-weight:bold;
}
.confirmationAlign {
	text-align: left;
	width: 220px;
	padding:2px 3px;
	font-weight:bold;
	margin-left:210px;
}
.denialLabelAlign {
	text-align: left;
	width: 340px;
	padding:2px 3px;
	font-weight:bold;
	margin-left:120px;
	font-size:1.2em;
}
textarea:focus, input:focus {
	border: 2px solid #034d7d;
	background-color:#FFFFCC;
}
br {
	clear:both;
}
legend {
	background-color:#95e7fb;
	position: absolute;/***this was added to combat the alignment problem in IE**/
	margin-left: 0.3em;
	border:thin #333333 solid;
	padding: 0.5em;
	font-weight:bold;
	border: 3px double #07a3ca !important;
	top: -1.5em; /***this was added to combat the alignment problem in IE**/
	width: 210px;
}
fieldset {
	position: relative;/***this was added to combat the alignment problem in IE**/
	margin-left:0.5em;
	border: 3px double #07a3ca !important;
	background-color:#d9f2f8;
	margin-bottom:1em;
}
a:link {
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color:#660000;
	text-decoration: underline;
	font-weight:bold;
}
/**********************************************************************************************************/

     /***********************************button states for bc_sumaryPage.cfm*************************/

/**********************************************************************************************************/

.summaryButtonContainer {
	width:99%;
	height:240px;
	margin:15px 0 0 0;
	padding:0;
}
.textHeight {
	margin: 0 auto;
	margin-top:2.6em;
	line-height:2em;
	width:190px;
	font-size:20px;
	text-align:center;
	font-weight:bold;
}
.summaryButtonContainer a, .summaryButtonContainer .ncNumLink a, .summaryButtonContainer .finalSummary a {
	display:block;
	width: 268px;
	padding:1px 0 5px 0;
	color:#FFF;
	background:url(../images/slidingDoor_paButton.png) 0 0 no-repeat;
	text-decoration: none;
	height: 133px;
	float:left;
	margin-left:0.5em;
}
.summaryButtonContainer a:hover, .summaryButtonContainer .ncNumLink a:hover, .summaryButtonContainer .finalSummary a:hover {
	background-position: 0 -151px;
	color:#FF0;
	margin-left:0.5em;
}
/**********this is for the text on bc_summaryPge.cfm*****/
p.textInstruction {
	width:90%;
	margin-top: 3px;
}
/**********this is for the text on bc_summaryPge.cfm*****/

/*****************************************************************************************************/

/***************************this is for the description script for the buttons***********************/

/*****************************************************************************************************/
.infoBox_bcSummary {
	width:100%;
	height:32px;
}
.leftInfo, .middleInfo, .rightInfo {
	width: 238px;
	height:100%;
	font-weight:bold;
}
.leftInfo {
	float:left;
	margin-left:28px;
}
.middleInfo {
	margin-left:296px;
}
.rightInfo {
	float:right;
	margin-right:48px;
}
/*****************************************************************************************************/

/***************************END this is for the description script for the buttons***********************/

/*****************************************************************************************************/


/**********borders for dividerBorder at the bottom bc_summaryPge.cfm*****/


.borderDivider {
	width:99%;
	height:58px;
	background:url(../images/summaryPage/dividers.png) center no-repeat;
	margin-top:1em;
	padding:0;
}
/**********borders for dividerBorder at the bottom bc_summaryPge.cfm*****/
/**********************************************************************************************************/

/***********************************button states for bc_sumaryPage.cfm**********************************/

/**********************************************************************************************************/
	

	
#dontKnow {
	margin-left: 220px;
	color:#330000;
	border:medium #000000 solid;
	width:350px;
	padding:3px;
	font-size: 1.25em;
	font-weight: bold;
}
.note {
	font-weight:bold;
}
img .infoButton {
	text-decoration:none;
	background-color:#00CC33;
}
#toolTipBox {
	display: none;
	padding: 5px;
	font-size: 12px;
	border: black solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	background-color:#00FF66;
	color: #000000;
}
.altColors {
	background:#ffffcc;
}
th {
	background:#0a5091;
	color:#fff;
	padding:3px;
}
table {
	background:#FFFFFF;
	margin: 0 auto;
	padding: 0;
}
table.confirmation {
	width:550px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 10em;/*	font-size:.9em;*/
  }
td.alignTableTextRight {
	text-align:right;
	font-weight:bold;
	padding-right: .7em;
}
/******this is for the findboilerInfo Page to style it****/
#findUserID {
	margin:0 auto;
	padding: .25em;
	width: 38em;
	background-color:#FFFF99;
	border: 3px double #07a3ca !important;
	margin-bottom:1.5em;
	background-color:#d9f2f8;
}
.idlabel {
	text-align:center;
	font-size: 1.4em;
	width:16em;
	padding:.25em 0;
	margin:0 5.75em;
}
#submit {
	margin:0 auto;
	padding: 0;
	width:9em;
}
.enterInfo {
	width:10em;
	margin: 0 11.25em;
	margin-top: 1em;
}
#printerPDF {
	width: 105px;
	height: 105px;
	margin-left: 700px;
	margin-bottom:10px;
}
/**********************************************************************************************************/

/***********************************Radio Buttons Settings*************************************************/

/**********************************************************************************************************/

input.alignRadioButton {
	margin:0;
	padding:0;
}
/**********************************************************************************************************/

/********************table properties for radio buttons (denial_1stResponse.cfm page) *******************************/

/**********************************************************************************************************/

table.attachSupportingDoc {
	background-color:#F69;
	margin-left:3em;
}



/**********************************************************************************************************/

/*******************end table properties for radio buttons (denial_1stResponse) *************************/

/**********************************************************************************************************/
.altcolor_heading{
	background-color:#ccc;	

	
}