@charset "utf-8";
* { 

}
/* Application Layout Styles */
body {
	background: url(images/body.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

p, li {
	font-size: 13px;
	line-height: 1.3em;
}

a {
	color: #3b4d9a;
}
a:hover {
	text-decoration: none;
}

#page-container {
	width: 880px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding: 10px 20px 40px 20px;
	background: #fff;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	/*border-left: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;*/
}

#header-info {
	padding: 10px 20px 5px 10px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 20px;
}
#header-info .logo {
	display: block;
	float: right;
	width: 225px;
	padding-top: 15px;
}
#header-info h1 {
	display: block;
	width: 590px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #3b4d9a;	
	clear: left;	
}
#header-info p {
	display: block;
	width: 560px;
	float: left;
	font-size: 13px;
	text-align: justify;	
}
#wizard-container {
	width: 840px;
	margin: 0 auto;
}

#footer-container {
	width: 840px;
	color: #999999;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#footer-container p {
	font-size: 0.7em;
	padding-top: 0px;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#appform {

}

#appform h3 {
	display: block;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3b4d9a;
	padding-bottom: 5px;
	border-bottom: 1px solid #E2E2E2;
}
.form-left {
	float: left;
	width: 46%;
}
.form-right {
	float: right;
	width: 49%;
	padding-left: 3%;
}
.wizard-nav
{
	padding: 10px 0;
	border: 1px solid #ddd;
	width: 800px;
	margin: 10px auto;
}
.wizard-nav a
{
	background: #eee;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-decoration: none;
	padding: 10px;
	width: 162.5px;
	display: inline;
	margin: 0;
}
.wizard-nav a.active { background: #dfd; }

.wizardcontrols .wizardnext { margin-left: 76%; width: 12%; }
.wizardcontrols .wizardprev { width: 12%; }
#FirstPage .wizardcontrols .wizardnext { margin-left: 88%; }

/* Form Elements */
form {
	color: #333;
}

form label {
    display:block;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    line-height: 15px;
    margin-top: 20px;
}
input, textarea {
	color: #666666;
	border: 1px solid #BDB9A8;
	background:#f6f5f1;
	line-height: 1;
	padding: 7px 5px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
input:focus, textarea:focus {
	border: 1px solid #4D64C4;
}
.general-input {
	width: 330px;
	margin-top: 8px;
}
input.general-input:focus {
	background-image: url(images/pencil-icon.png);
	background-repeat: no-repeat;
	background-position: 317px center;
}
.financial-input {
	width: 125px;
	margin-top: 8px;
}
.five-digits {
	width: 40px;
	padding: 3px;
	margin-top: 12px;
}
.ten-digits {
	width: 85px;
	padding: 3px;
	margin-top: 12px;
}
.sub-label {
	color: #999999;
	font-size: 11px;
}
input.financial-input:focus {
	background-image: url(images/pencil-icon.png);
	background-repeat: no-repeat;
	background-position: 112px center;
}
input.next {
    width: 122px;
    background: url(images/next-step.png);
	border: none;
	height: 42px;
	text-indent: -10000px;
	color: #fff;
	padding: 0;
	margin-top: 20px;
	float: right;
}
input.back {
    width: 92px;
    background: url(images/back.png);
	border: none;
	height: 42px;
	text-indent: -10000px;
	color: #fff;
	padding: 0;
	margin-top: 20px;
	float: left;
}
input.next:focus, input.next:hover {
    background-position: 0px -40px;
    cursor: pointer;
}
input.back:focus, input.back:hover {
    background-position: 0px -40px;
    cursor: pointer;
}
input.submit-results {
    width: 122px;
    background: url(images/view-results.png);
	border: none;
	height: 42px;
	text-indent: -10000px;
	color: #fff;
	padding: 0;
	margin-top: 20px;
	float: right;
}
input.submit-results:focus, input.submit-results:hover {
    background-position: 0px -40px;
    cursor: pointer;
}
.cp-container {
	display: block;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.cb-label {
	display: block;
	float: right;
	width: 370px;
	margin-top: 0;
}
input.cb-input {
	display: block;
	background: none;
	border: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 35px;
}
.radio {
	display: inline;
	border: none;
	background: none;
}
.instructions {
	display: block;
	clear: left;
	font-size: 13px;
	color: #666666;
	padding-right: 25px;
	line-height: 1.2em;
	margin-top: 5px;
	font-style: italic;
}
.privacy {
	display: block;
	font-size: 13px;
	padding-left: 30px;
	background-image: url(images/lock-icon.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	line-height: 1.4em;
	width: 305px;
	text-align: justify;
	background-color: #FFF;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #666666;
}

.results {
	background: #F2F2F2;
	width: 38%;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.calc-static {
	color: #333333;
	border: 2px solid #3b4d9a;
	font-weight: bold;
	background: #cad1ef;
	line-height: 1;
	padding: 7px 5px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 150px;
}
.sub-before {
	line-height: 0;
	margin-bottom: 0;
}
.sub-container {
	display: block;
    margin-bottom: 20px;
	padding-top: 0;
	margin-top: 0px;	
}
.sub-label {
    display: inline;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    line-height: 13px;
	color: #999999;
}
.sub-label-options {
    display: inline;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    line-height: 13px;
    padding-bottom: 4px;	
	color: #999999;
}
.error{
	display: block;
	padding: 5px;
	font-size: 13px;
	color: #CC0000;
	background: #FFDDDD;
	border: 2px dashed #FF3737;
	margin-top: 4px;
}
label.error{
	width: 328px;
}
input.general-input.error{
	display: block;
	padding: 7px 5px 6px;
	color: #CC0000;
	background: #f6f5f1;
	border: 1px solid #FF3737;
	width: 330px;
	font-style: normal;
	font-size: 13px;
}
input.financial-input.error{
	display: block;
	padding: 7px 5px 6px;
	color: #CC0000;
	background: #f6f5f1;
	border: 1px solid #FF3737;
	width: 125px;
	font-style: normal;
	font-size: 13px;
}
input.financial-input.five-digits.error {
	color: #CC0000;
	background: #f6f5f1;
	border: 1px solid #FF3737;
	width: 40px;
	padding: 3px;
	margin-top: 12px;
}

input.financial-input.ten-digits.error {
	color: #CC0000;
	background: #f6f5f1;
	border: 1px solid #FF3737;
	width: 85px;
	padding: 3px;
	margin-top: 12px;
}

fieldset {height: 0px; padding: 0; margin: 0; border: none;}


/* Progress Bar and Indicator */
#progress-container {
	width: 428px;
	margin-left: 200px;
}
#progress,#complete {
    width: 428px;
    margin: 1px 0 19px;
    height: 32px;
    background:url(images/progress-bar-alt.png);
    position:relative;
}
#complete {
    background-position: 0px 57px;
    margin-top: 0;
}
#complete #marker {
    position: absolute;
    top: 0;
    right: -26px;
    background:url(images/progress-markers.png);
    width: 26px;
    height: 32px;
}
#progress .s1 {
    width: 19px;
}
#progress .s0 {
    width: 19px;
}
#progress .s2 {
    width:111px;
}
#progress .s3 {
    width:203px;
}
#progress .s4 {
    width:295px;
}
#progress .s5 {
    width:386px;
}
#progress .s6 {
    width:478px;
}
#progress .s2 #marker {
    background-position: -26px 0;
}
#progress .s3 #marker {
    background-position: -52px 0;
}
#progress .s4 #marker {
    background-position: -78px 0;
}
#progress .s5 #marker {
    background-position: -104px 0;
}
#progress .s6 #marker {
    background-position: -130px 0;
}

.results h3 {
	display: block;
	background: none;
	width: 95%;
	color: #666666 !important;
	font-size: 93% !important;
}

#form-handler-response {
	display: none;
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
	
}
#form-handler-response h3 {
	display: block;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3b4d9a;
	padding-bottom: 5px;
	border-bottom: 1px solid #E2E2E2;	
}
#response-intro {
	padding: 8px;
}
#response-intro p {
	font-size: 13px;
	padding: 0;
	margin: 0 0 15px 0;	
}
#response-data-container {
	padding: 10px;
}
.response-data-row {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 13px 11px 13px 11px;
	border-top: 1px solid #97A5DD;
	background: #fff;
}
.rdr-section-bottom {
	border-bottom: 1px solid #97A5DD;
}
.rdr-sep {
	margin-top: 25px;
}
.rdr-calc {
	background: #E0E4F5;
}
.rdr-calc-highlight {
	background-color: #FFFFD5;
}
.response-data-title {
	padding: 4px;
	float: left;
	width: 73%;
	text-align: left;
}
.response-data-title p {
	font-weight: normal;
	color: #333333;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.rdt-calc p {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.response-data-value {
	padding: 4px;
	float: right;
	width: 22%;
	text-align: right;
}
.response-data-value p {
	font-weight: bold;
	color: #666666;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.rdv-calc p {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	margin: 0;
	padding: 0;
}
.calc-indicator {
	font-weight: normal;
	color: #660000;
	font-style: italic;
}
#respMsg {
	display: none;
	padding: 12px;
	font-size: 13px;
	background: #FFEAEA;
	border: 3px solid #CC0000;
	color: #660000;
	margin: 10px 0px 10px 0px;
}
#respMsg a {
	color: #660000;
}

a.restart {
	display: block;
    width: 244px;
    background: url(images/start-new.png);
	border: none;
	height: 42px;
	text-indent: -10000px;
	color: #fff;
	padding: 0;
	margin: 0 auto;
}
input:focus.mask {
	font-size: 20px;
}
a.restart:hover {
    background-position: 0px -40px;
    cursor: pointer;
}

.clear {
	clear: both;
}