﻿body {
	background-color: #bfbfbf;
}

img {
	border: none 0;	
}

#content {
	width: 951px;
	height: 1800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5B5B5B;
	background-color: White;
	padding-bottom: 0;
}

#content .pricing {
	font-weight: normal;
	color: Black;	
	float: left;
}

#content .pricing .option {
	width: 550px;	
	margin: 30px 10px 0 20px;
	border: solid 1px Gray;
	border-collapse: collapse;
}

#content .pricing .option td {
	padding: 1px 2px 1px 2px;
	border: solid 1px Gray;	
}

#content .pricing .option .title {
	background-color: #eaecf5;	
	font-family: Arial, Times New Roman;
	font-size: 14pt;	
	color: Black;
	text-align: center;
}

#content .pricing .option .title .tm {
	font-size: 8pt;	
}

#content .pricing .option .description_title {
	background-color: #d2e1ee;	
	font-family: Arial, Times New Roman;
	font-size: 10pt;
	text-align: center;
	width: 300px;
}

#content .pricing .option .cost_title {
	background-color: #d2e1ee;
	font-family: Arial, Times New Roman;
	font-size: 10pt;
	text-align: center;
}

#content .pricing .option .description {
	font-family: Arial, Times New Roman;
	font-size: 10pt;
	text-align: left;
}

#content .pricing .option .cost {
	font-family: Arial, Times New Roman;
	font-size: 10pt;
	text-align: center;
	vertical-align: bottom;
}

#content #testimonials {
	float: left;
	clear: right;
	width: 300px;
	height: 680px;	
	margin-left: 20px;
	font-family: Sans-Serif;
	font-style: italic;	
	font-weight: normal;
	font-size: 10pt;
	color: #033c6e;
}

#content #testimonials .signature {
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
}

/* Check 21 Modal Popup */
#content .check21_popup {
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #004a8c;
	width: 700px;
	height: 300px;
}

#content .check21_popup .header {
	background-color: #ffffff;
	background-image: url(../images/popup-header-bg.png);
	width: 700px;
	height: 30px;
	cursor: pointer;	
}

#content .check21_popup .header .title {
	font-family: Arial, Times New Roman;
	font-weight: bold;	
	color: White;
	width: 400px;
	text-align: right;
	float: left;
	margin-top: 5px;
}

#content .check21_popup .header .close {
	width: 300px;
	text-align: right;
	float: left;
}

#content .check21_popup .header .close input {
	background-image: url(../images/popup-close-normal.png);
	color: White;
	font-weight: bold;
	font-family: Verdana;	
	width: 40px;
	border-width: 1px;
	margin-top: 5px;
	margin-right: 3px;
}

#content .check21_popup .header .close input:hover {
	background-image: url(../images/popup-close-over.png);
}

#content .check21_popup .body {
	background-color: #ffffff;
	width: 700px;
	height: 270px;
	font-weight: normal;
	color: Black;
}

#content .check21_popup .body .table_of_contents {
	margin: 25px 15px 25px 15px;
	font-family: Arial, Times New Roman;
	font-size: 10pt;
}

#content .check21_popup .body .table_of_contents .heading {
	font-size: 12pt;
	font-family: Arial, Times New Roman;
	font-weight: bold;	
}

#content .check21_popup .body .table_of_contents .link {
	padding: 2px 2px 2px 2px;
	margin-left: 25px;	
}

#content .check21_popup .body .content {
	margin-left: 25px;	
}

#content .check21_popup .body .content .heading {
	font-size: 12pt;
	font-family: Arial, Times New Roman;
	font-weight: bold;	
}

#content .check21_popup .body .content .question {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 30px;
}

#content .check21_popup .body p {
	margin: 10px 35px 20px 35px;
	font-size: 14pt;
}

/* ACH Modal Popup */
#content .ach_popup {
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #004a8c;
	width: 700px;
	height: 350px;
}

#content .ach_popup .header {
	background-color: #ffffff;
	background-image: url(../images/popup-header-bg.png);
	width: 700px;
	height: 30px;
	cursor: pointer;	
}

#content .ach_popup .header .title {
	font-family: Arial, Times New Roman;
	font-weight: bold;	
	color: White;
	width: 400px;
	text-align: right;
	float: left;
	margin-top: 5px;
}

#content .ach_popup .header .close {
	width: 300px;
	text-align: right;
	float: left;
}

#content .ach_popup .header .close input {
	background-image: url(../images/popup-close-normal.png);
	color: White;
	font-weight: bold;
	font-family: Verdana;	
	width: 40px;
	border-width: 1px;
	margin-top: 5px;
	margin-right: 3px;
}

#content .ach_popup .header .close input:hover {
	background-image: url(../images/popup-close-over.png);
}

#content .ach_popup .body {
	background-color: #ffffff;
	width: 700px;
	height: 320px;
	font-weight: normal;
	color: Black;
}

#content .ach_popup .body .table_of_contents {
	margin: 25px 15px 25px 15px;
	font-family: Arial, Times New Roman;
	font-size: 10pt;
}

#content .ach_popup .body .table_of_contents .heading {
	font-size: 12pt;
	font-family: Arial, Times New Roman;
	font-weight: bold;	
}

#content .ach_popup .body .table_of_contents .link {
	padding: 2px 2px 2px 2px;
	margin-left: 25px;	
}

#content .ach_popup .body .content {
	margin-left: 25px;	
}

#content .ach_popup .body .content .heading {
	font-size: 12pt;
	font-family: Arial, Times New Roman;
	font-weight: bold;	
}

#content .ach_popup .body .content .question {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 30px;
}

#content .ach_popup .body p {
	margin: 10px 35px 20px 35px;
	font-size: 14pt;
}

/* FAQ Modal Popup */
#content .faq_popup {
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #004a8c;
	width: 700px;
	height: 600px;
}

#content .faq_popup .header {
	background-color: #ffffff;
	background-image: url(../images/popup-header-bg.png);
	width: 700px;
	height: 30px;
	cursor: pointer;	
}

#content .faq_popup .header .title {
	font-family: Arial, Times New Roman;
	font-weight: bold;	
	color: White;
	width: 400px;
	text-align: right;
	float: left;
	margin-top: 5px;
}

#content .faq_popup .header .close {
	width: 300px;
	text-align: right;
	float: left;
}

#content .faq_popup .header .close input {
	background-image: url(../images/popup-close-normal.png);
	color: White;
	font-weight: bold;
	font-family: Verdana;	
	width: 40px;
	border-width: 1px;
	margin-top: 5px;
	margin-right: 3px;
}

#content .faq_popup .header .close input:hover {
	background-image: url(../images/popup-close-over.png);
}

#content .faq_popup .body {
	background-color: #ffffff;
	width: 700px;
	height: 570px;
	font-weight: normal;
	color: Black;
}

#content .faq_popup .body .table_of_contents {
	margin: 25px 15px 25px 15px;
	font-family: Arial, Times New Roman;
	font-size: 10pt;
}

#content .faq_popup .body .table_of_contents .heading {
	font-size: 12pt;
	font-family: Arial, Times New Roman;
	font-weight: bold;	
}

#content .faq_popup .body .table_of_contents .heading .tm {
	font-size: 8pt;
}

#content .faq_popup .body .table_of_contents .link {
	padding: 2px 2px 2px 2px;
	margin-left: 25px;	
}

#content .faq_popup .body .content {
	margin-left: 25px;	
}

#content .faq_popup .body .content .heading {
	font-size: 12pt;
	font-family: Arial, Times New Roman;
	font-weight: bold;	
}

#content .faq_popup .body .content .heading .tm {
	font-size: 8pt;
}

#content .faq_popup .body .content .question {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 30px;
}

#content .faq_popup .body p {
	margin: 10px 35px 20px 35px;
	font-size: 10pt;
}

#content .faq_popup .body li {
	font-size: 10pt;	
}

/* Apply Modal Popup */
#content .apply_popup {
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #004a8c;
	width: 700px;
	height: 400px;
}

#content .apply_popup .header {
	background-color: #ffffff;
	background-image: url(../images/popup-header-bg.png);
	width: 700px;
	height: 30px;
	cursor: pointer;	
}

#content .apply_popup .header .title {
	font-family: Arial, Times New Roman;
	font-weight: bold;	
	color: White;
	width: 400px;
	text-align: right;
	float: left;
	margin-top: 5px;
}

#content .apply_popup .header .close {
	width: 300px;
	text-align: right;
	float: left;
}

#content .apply_popup .header .close input {
	background-image: url(../images/popup-close-normal.png);
	color: White;
	font-weight: bold;
	font-family: Verdana;	
	width: 40px;
	border-width: 1px;
	margin-top: 5px;
	margin-right: 3px;
}

#content .apply_popup .header .close input:hover {
	background-image: url(../images/popup-close-over.png);
}

#content .apply_popup .body {
	background-color: #ffffff;
	width: 700px;
	height: 370px;
	font-weight: normal;
	color: Black;
	font-family: Sans-Serif;
	font-size: 10pt;
	color: #535454;		
}

#content .apply_popup .body .form {
	background-image: url(../images/box-apply-bg.png);
	background-repeat: repeat-y;
	width: 500px;	
	height: 210px;
	margin: 25px 0 0 80px;	
}

#content .apply_popup .body .form .box_top {
	background-image: url(../images/box-apply-top.png);	
	background-repeat: no-repeat;
	height: 8px;
	width: 500px;
}

#content .apply_popup .body .form .box_bottom {
	background-image: url(../images/box-apply-bottom.png);	
	background-repeat: no-repeat;
	height: 8px;
	width: 500px;
	float: left;
	clear: both;
	display: block;
	margin-bottom: 10px;
}

#content .apply_popup .body .form .box_title {
	background-image: url(../images/box-apply-title-gradient.png);
	background-repeat: repeat-x;
	height: 22px;
	width: 473px;
	margin-left: 1px;
	padding-left: 25px;
}

#content .apply_popup .body .form .separator {
	background-image: url(../images/box-apply-separator-gradient.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 473px;
	line-height: 30px;
	margin-left: 1px;
	margin-bottom: 10px;
	padding-left: 25px;
	float: left;
	clear: left;
}

#content .apply_popup .body .form .box_contents {	
}

#content .apply_popup .body label {
	width: 400px;
	height: 30px;
	display: block;
	font-size: 10pt;
	float: left;
	line-height: 26px;
	vertical-align: middle;
	clear: none;
	margin-bottom: 0;
	margin-left: 25px;
}

#content .apply_popup .body .input_text {	
	background: transparent;
	background-image: url(../images/input-bg.png);
	background-repeat: no-repeat;
	width: 200px; 
	border: none; 
	height: 19px;  
	position: absolute;
	left: 270px;
}

#content .apply_popup .body .required {
	margin-top: 5px;
	line-height: 30px;
}

#content .apply_popup .body input {	
	float: right;
}

#content .apply_popup .message_footer {
	clear: both;
	float: left;	
}

#content .apply_popup .button_footer {
	clear: both;
	float: right;	
}

.modal_background {
	background-color: Transparent;
}

#content #top {
	background-image: url(../images/page-top-bar.gif);
	background-repeat: no-repeat;	
	height: 30px;
}

#content #body {
	height: 989px;
	display: block;
	background-image:url(../images/page-bg.png);
	background-repeat: no-repeat;	
	padding: 0 15px 0 15px;
}

#content #body #heading {
	display: block;
}

#content #body #heading .logo_left {
	display: inline;
	float: left;
	width: 185px;
	margin-left: 20px;
}

#content #body #heading .logo_slogan {
	display: inline;
	float: left;
} 

#content #body #heading .logo_right {
	float: left;
	text-align: right;
	width: 155px;
} 

#content #body #heading .logo_drop {
	clear: right;
	height: 25px;
}

#content #body #heading .seperator {
	height: 140px;
	clear: right;
}

#content #body #column1_3 {
	margin-left: 20px;
	float: left;
}

#content #body #column2_3 {
	float: left;
	width: 380px;
	color: White;
	font-family: Arial, Times New Roman;
	font-size: 10pt;
	font-weight: bold;	
}

#content #body #column2_3 ul {
	margin-top: 0px;
	padding-left: 22px;
}

#content #body #column2_3 li {
	padding-top: 3px;
}

#content #body #column2_3 p {
	margin-left: 10px;	
}
#content #body #column2_3 #p_1 {
	margin-left: 10px;	
}

#content #body #column2_3 .title {
	margin-bottom: 0;
	margin-top: 0;	
	padding-bottom: 0;
}

#content #body #column3_3 {
	width: 260px;
	float: left;
}

#content #body #column3_3 .box_top {
	background-image: url(../images/box-top.png);	
	background-repeat: no-repeat;
	height: 30px;
	width: 182px;
	margin-left: 60px;	
	float: left;
}

#content #body #column3_3 .box_bottom {
	background-image: url(../images/box-bottom.png);	
	background-repeat: no-repeat;
	height: 30px;
	width: 182px;
	margin-left: 60px;	
	float: left;
}

#content #body #column3_3 .box_upper_contents {
	width: 178px;	
	float: left;
	color: #004a8c;
	font-family: Times New Roman;
	font-weight: bold;
	text-align: center;
}

#content #body #column3_3 .box_upper_left {
	background-image: url(../images/box-side-left.png);	
	background-repeat: repeat-y;	
	width: 2px;
	margin-left: 60px;	
	float: left;
	height: 430px;
}

#content #body #column3_3 .box_upper_right {
	background-image: url(../images/box-side-right.png);	
	background-repeat: repeat-y;
	width: 2px;
	float: left;
	height: 430px;
}

#content #body #column3_3 .box_lower_contents {
	width: 178px;	
	float: left;
	color: Blue;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 16pt;
}

#content #body #column3_3 .box_lower_contents ul {
	margin-top: 5px;
	margin-bottom: 0;
}

#content #body #column3_3 .box_lower_left {
	background-image: url(../images/box-side-left.png);	
	background-repeat: repeat-y;	
	width: 2px;
	margin-left: 60px;	
	float: left;
	height: 110px;
}

#content #body #column3_3 .box_lower_right {
	background-image: url(../images/box-side-right.png);	
	background-repeat: repeat-y;
	width: 2px;
	float: left;
	height: 110px;
}

#content #body #footer {
	font-family: Arial, Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	color: Gray;
	padding-bottom: 40px;
}

#content #footer #special_offer {
	font-size: 8pt;
	margin-top: 35px;
	margin-left: 50px;
	margin-right: 50px;
}

#content #footer #special_offer .tm {
	font-size: 6pt;	
}

#content #body #footer .bottom {
	text-align: center;	
	font-size: 8pt;	
	font-family: Sans-Serif;
	margin-top: 10px;
}

#content #body #footer a {
	margin-top: 30px;	
}
