@charset "utf-8";
/* CSS Document */

/* =MAIN DEFS ************************/
* { 
  	margin: 0; 
  	padding: 0;
}

body {
  	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #336194;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	line-height: 14px;
	text-align: center;
	margin: 30px 0;
	}
#container {
	width: 760px;
	margin: 0 auto;
	position: relative;
	}
p, ul, ol { 
  	margin-bottom: 18px; 
}
/*ul {
  	list-style-type: square;
 	 margin-left: 2em;
}*/
h1 { 
 	 font-size: 24px; 
 	 line-height: 36px;
}
h2 { 
  	font-size: 18px; 
  	line-height: 18px; 
  	margin-bottom: 18px;
}
h3 { 
  	font-size: 13px; 
  	line-height: 18px; 
	margin-bottom: 18px;
}
h4 { 
  	font-size: 12px; 
  	line-height: 18px; 
	margin-bottom: 18px;
}
.left { 
 	 float: left; 
 	 margin: 0 18px 18px 0; 
}
.right { 
  	float: right; 
  	margin: 0 0 18px 18px; 
}

/* =HOME CONTAINER *********************/
body.home div#container {
	background-image: url(../images/bg_container_home.gif);
	background-repeat: repeat-y; 
	}

body.home div#containerbottom {
	background-image: url(../images/bg_container_home_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

/* =ABOUT CONTAINER *********************/
body.about div#container {
	background-image: url(../images/bg_container_about.gif);
	background-repeat: repeat-y; 
	}

body.about div#containerbottom {
	background-image: url(../images/bg_container_about_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

/* =MERCH CONTAINER *********************/
body.merch div#container {
	background-image: url(../images/bg_container_merch.gif);
	background-repeat: repeat-y; 
	}

body.merch div#containerbottom {
	background-image: url(../images/bg_container_merch_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

/* =FAQ CONTAINER *********************/
body.faq div#container {
	background-image: url(../images/bg_container_faq.gif);
	background-repeat: repeat-y; 
	}

body.faq div#containerbottom {
	background-image: url(../images/bg_container_faq_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
/* =HEADER *********************/
div#header {
	background-color: #FFFFFF;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	position: relative;
	padding-top:12px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	}
div#header h1 {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 55px;
	width: 215px;
	margin: 0 0 6px 0;
	text-indent: -1000em;
	}
div#header a, a:active, a:hover, a:visited {
	cursor:pointer;
	}
div#threeline {
	position: absolute;
	top: 22px;
	right: 44px;
	text-transform: uppercase;
	width: 150px;
	letter-spacing: 6px;
	}
div#threeline p {
	color: #1b3f75;
	line-height: 24px;
	}
div#threeline p #financial {
	letter-spacing: 9px;
	}
div#threeline p #processes {
	letter-spacing: 8px;
	}
	
/* =MENU ***********************/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	color: #666666;
	list-style: none;
	text-align: left;
	height: 1%;
}
#nav {
	padding-left: 18px;
	}
#nav a {
	display: block;
	background-color: #FFFFFF;
	padding: 5px;
	height: 1%;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
#nav li { /* all list items */
	float: left;
	width: 7.5em; /* width needed or else Opera goes nuts */
}
#nav li.linkhome { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
}
#nav li ul li {
	width: 16em;
	}
#nav li ul li a {
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #000;
	}
#nav li ul li a:hover {
	background-color: #1b3f75;
	color: #FFFFFF;
	}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

div#secondaryimage {
	width:760px;
	height:107px;
}

/* =MAINIMAGE *****************/
div#mainimage {
	background-image: url(../images/main_home.jpg);
	width: 760px;
	height: 156px;
	text-align: left;
	font-size: 11px;
	}
div#mainimage p {
	color: #FFFFFF;
	width: 230px;
	margin-left: 510px;
	padding-top: 15px;
	line-height:18px;
	}
	
/* =PRIMARYCONTENT ****************/
div#primarycontent {
	color: #666;
	}
div#primarycontent a {
	color: #1b3f75;
	}
div#primarycontent a:hover {
	text-decoration: none;
	}
div#primarycontent a:visited {
	color: #2659A6;
	}

/* =HOME PRIMARYCONTENT ************/
body.home div#primarycontent {
	float: left;
	width: 540px;
	margin: 0 0 0 24px;
	text-align: left;
	}
body.home div#primarycontent h2 {
	color: #1b3f75;
	font-weight: lighter;
	font-size: 15px;
	}

/* =INTRO *********************/
body.home div#primarycontent div#intro {
	background-color: #1b3f75;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 18px 0;
	}
body.home div#primarycontent div#intro .col1 {
	padding: 10px 0;
	}
body.home div#primarycontent div#intro .col2 {
	padding: 18px 0 10px 0;
	}
body.home div#primarycontent div#intro .col1 p  {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	}
body.home div#primarycontent div#intro .col1 h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	}
body.home div#primarycontent div#intro .col2 p {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
	}
a.white {
	color:#ffffff;
	text-decoration:none;
}
/*#intro h2 a.white {
	color:#ffffff;
	text-decoration:none;
}

#intro p a.white {
	color:#ffffff;
	text-decoration:none;
	margin:0;
	padding:0;
}*/
	
/* =HOME SECONDARYCONTENT *************/
body.home div#secondarycontent {
	float: left;
	margin: 18px 0 0 24px;
	padding: 0;
	width: 172px;
	text-align: left;
	color: #FFFFFF;
	}
body.home div#secondarycontent h2 {
	margin-bottom: 10px;
	}
body.home div#secondarycontent h3 {
	color: #1b3f75;
	margin-bottom:9px;
	}
body.home div#secondarycontent h2.service {
	margin-bottom:10px;
	margin-top:20px;
	}	
body.home div#secondarycontent ul {
	margin-bottom:12px;
	}
body.home div#secondarycontent a {
	color:#1b3f75;
	text-decoration:none;
	}
body.home div#secondarycontent a:hover {
	color:#fff;
	text-decoration:underline;
	}
/* =MERCH PRIMARYCONTENT ************/
body.merch div#primarycontent {
	float: left;
	margin: 0 0 0 70px;
	width: 460px;
	text-align: left;
	}
/*body.merch div#primarycontent h2 {
	color: #999999;
	font-weight: lighter;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 48px;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 52px;
	font-size: 16px;
	letter-spacing: 1px;
	vertical-align: middle;
	}*/

body.merch div#primarycontent h2 {
	height:51px;
	width:450px;
	margin-bottom:10px;
	margin-top:5px;
	text-indent: -1000em;
}

body.merch div#primarycontent ul ul {
	margin-bottom:0px;
}

.merchantcapture {
	background-image: url(../images/merchant_capture.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.teleline {
	background-image: url(../images/teleline_24.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.spoolview {
	background-image: url(../images/spoolview.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.merchant_remit {
	background-image: url(../images/merchant_remit.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.merchant_remit_gold {
	background-image: url(../images/merchant_remit_gold.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.conversion_services {
	background-image: url(../images/conversion_services.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.donation_checkscan {
	background-image: url(../images/donation_checkscan.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.donation_checkscan_gold {
	background-image: url(../images/donation_checkscan_gold.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

 body.faq h2.donation_checkscan_gold {
	height:51px;
	width:450px;
	margin-bottom:10px;
	margin-top:5px;
	text-indent: -1000em;
}

.merchant_checkscan {
	background-image: url(../images/merchant_checkscan.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.merchant_checkscan_gold {
	background-image: url(../images/merchant_checkscan_gold.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.branch_capture {
	background-image: url(../images/branch_capture.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

body.merch div#primarycontent h3 {
	color: #1b3f75;
	font-size: 14px;
	}
body.merch div#primarycontent h4 {
	color: #1b3f75;
	margin-bottom:0px;
	}
body.merch div#primarycontent h2 strong {
	font-weight: bold;
	}

body.merch div#primarycontent ol.number {
	margin-left:20px;
}
body.merch div#primarycontent ol.number li.number2 {
	list-style-type:decimal;
	margin-left:5px;
}

body.merch div#primarycontent ol.number li.number2 li {
	list-style-type:lower-alpha;
	margin-left:25px;
}

body.merch div#primarycontent ul.blue { 
list-style-image: url(../images/blue_bullet.gif);
text-indent: -2px;
margin-left:20px;
}

body.merch div#primarycontent ul.blue ul { 
list-style-image: url(../images/blue_dash.gif);
text-indent: -2px;
margin-left:18px;
}

body.faq div#primarycontent ul.blue { 
list-style-image: url(../images/blue_bullet.gif);
text-indent: -2px;
margin-left:20px;
}

body.faq div#primarycontent ul.blue ul { 
list-style-image: url(../images/blue_dash.gif);
text-indent: -2px;
margin-left:18px;
}

body.about div#primarycontent ul.blue { 
list-style-image: url(../images/blue_bullet.gif);
text-indent: -2px;
margin-left:20px;
}

body.about div#primarycontent ul.blue ul { 
list-style-image: url(../images/blue_dash.gif);
text-indent: -2px;
margin-left:18px;
}

body.faq div#primarycontent ul.blue2 { 
list-style-image: url(../images/blue_bullet.gif);
text-indent: -2px;
margin-left:40px;
}

body.merch div#primarycontent dl.faq {
	margin-bottom: 15px;
	padding: 0 0 0 0;
}
body.merch div#primarycontent dl.faq dt {
	font-weight: bold;
	margin: 0 0 5px 0;
}
body.merch div#primarycontent dl.faq dd {
	margin: 0 0 0 0;
}

body.merch div#primarycontent .screenshot {
	float:left;
	width:148px;
	margin-right:5px;
}

body.merch div#primarycontent .screenshot2 {
	float:left;
	width:222px;
	margin-right:5px;
}

body.about div#primarycontent h4 {
	color: #1b3f75;
	margin-bottom:0px;
	}
body.about div#primarycontent h2 strong {
	font-weight: bold;
	}	
/* =MERCH SECONDARYCONTENT ************/
body.merch div#secondarycontent {
	float: left;
	margin: 18px 0 0 50px;
	width: 160px;
	text-align: left;
	color: #FFFFFF;
	}
body.merch div#secondarycontent a {
	color: #FFFFFF;
	text-decoration: none;
	}
body.merch div#secondarycontent a:hover {	
	text-decoration: underline;
	}
body.merch div#secondarycontent a:visited {
	color: #FFFFFF;
	}
body.merch div#secondarycontent h2 {
	font-size: 14px;
	margin-bottom:0px;
	}
body.merch div#secondarycontent ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 11px;
	line-height: 18px;
	}
div.seperator {
	width: 100px;
	height: 16px;
	overflow: hidden;
	border-top: 2px solid #FFFFFF;
	}
div.bulletfloat {
	float:left;
	width: 220px;
	margin-right:10px;
}
div.bulletfloat2 {
	float:left;
	width: 220px;
	margin-left:10px;
}
/* =FAQ PRIMARYCONTENT ************/
body.faq div#primarycontent {
	float: left;
	margin: 20px 0 0 70px;
	width: 620px;
	text-align: left;
	}
body.faq div#primarycontent ul ul {
	margin-bottom:0px;
}
body.faq div#primarycontent h2 {
	font-size: 16px;
	color: #1b3f75;
	font-weight: normal;
	}
body.faq div#primarycontent h3 {
	font-size: 13px;
	color: #1b3f75;
	font-weight: bold;
	}
body.faq div#primarycontent dl.faq {
	margin-bottom: 15px;
	padding: 0 0 0 0;
}
body.faq div#primarycontent dl.faq dt {
	font-weight: bold;
	color: #1b3f75;
	margin: 0 0 5px 0;
}
body.faq div#primarycontent dl.faq dd {
	margin: 0 0 0 0;
}
body.faq div#primarycontent ul {
	margin-left:40px;
}
body.faq div#primarycontent li {
	list-style-type:decimal;
}
.faqback {
	margin-left:0em;
}
body.faq div#primarycontent .sitemap {
	float: left;
	width: 18.65em;
}
body.faq div#primarycontent .sitemap h3 {
	color: #000;
}
body.faq div#primarycontent .sitemap ul {
	list-style: none;
	margin-left:0px;
}
body.faq div#primarycontent .sitemaph3 {
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	padding-top:4px;
	padding-bottom:4px;
	/*margin-bottom:-10px;*/
}
/* =ABOUT SECONDARYCONTENT *****************/
body.about div#secondarycontent {
	margin: 18px 0 0 20px;
	width: 120px;
	color: #FFFFFF;
	float: left;
	text-align: left;
	}
body.about div#secondarycontent a {
	color: #1b3f75;
	text-decoration: none;
	}
body.about div#secondarycontent a:hover {
	text-decoration: underline;
	}
body.about div#secondarycontent a:visited {
	color: #24559D;
	}
body.about div#secondarycontent h2 {
	font-size: 14px;
	margin-bottom:6px;
	}
body.about div#secondarycontent ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 11px;
	line-height: 18px;
	}
	

/* =ABOUT PRIMARYCONTENT *******************/
body.about div#primarycontent {
	width: 530px;
	margin: 18px 0 0 60px;
	float: left;
	text-align: left;
	}
body.about div#primarycontent h2 {
	font-size: 16px;
	color: #1b3f75;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:15px;
	}
body.about div#primarycontent h3.title {
	font-size: 14px;
	margin-top:-15px;
	color: #1b3f75;
	font-weight: normal;
	}
	
/* =COLUMNS ********************/
.col1 {
	width: 215px;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	}
.col2 {
	width: 205px;
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	}
.col3 {
	width: 360px;
	float: left;
	}
.col4 {
	width: 140px;
	margin-left: 18px;
	float: left;
	}
.col5 {
	width: 620px;
	float: left;
	}	
.col6 {
	width: 520px;
	float: left;
	}
.col7 {
	width: 505px;
	float: left;
	}	
/* CHECK SCANNERS ******************/
.col6 .hardware {
	border-bottom: 1px solid #1b3f75;
	margin-bottom: 1em;
	padding-bottom:  1em;
	width: 520px;
}
#primarycontent .col6 .hardware .imagefloat {
	float:left;
	width:160px;
	margin-right:10px;
}
#primarycontent .col6 .hardware .imagefloat .imgmargin {
	border:0px;
	margin-bottom:2em;
}
#primarycontent .col6 .hardware .textfloat {
	float:left;
	width:350px;
}
#primarycontent .col6 .hardware p {
	font-size:1em;
}
/* CONVERSION REFERENCES ******************/
.col7 .reference {
	border-bottom: 1px solid #1b3f75;
	margin-bottom: 1em;
	padding-bottom:  1em;
	width: 475px;
}
#primarycontent .col7 .reference .imagefloat {
	float:left;
	width:160px;
	margin-right:10px;
}
#primarycontent .col7 .reference .imagefloat .imgmargin {
	border:0px;
	margin-bottom:2em;
}
#primarycontent .col7 .reference .textfloat {
	float:left;
	width:300px;
}
#primarycontent .col7 .reference p {
	font-size:1em;
}
/* =FOOTER *****************/
div#footer {
	/*position: relative;*/
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 8px;
	} 
body.home div#footer p {
	margin: 0;
	padding: 0px 0 18px 250px;
	}
body.merch div#footer p {
	margin: 0;
	padding: 0px 0 18px 70px;	
	}
body.about div#footer p {
	margin: 0;
	padding: 0px 0 18px 200px;	
	}
body.faq div#footer p {
	margin: 0;
	padding: 0px 0 18px 70px;	
	}
/* =MISC **********************/
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}
div.clearLeft {
	clear: left;
}
.center {
	text-align:center;
}

.noborder {
	border:0px;
}

.imgright {
	float:right;
	margin-left:15px;
}
.smallertext {
	font-size:.75em;
}

.aboutdt {
	font-size:.85em;
}

.boldblue {
	font-weight: bold;
	color: #1b3f75;
}

.singleline {
	line-height:1em;
}

.push {
	margin-bottom:6px;
	margin-top:3px;
}

.pushaboutphoto {
	margin-top:35px;
}