@charset "utf-8";
/* CSS Document */

/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #ffffff url(images/bg-brushed-metal.jpg);
	color: #4c4c4c;
	font: normal 13px Tahoma, Helvetica, Arial, sans-serif;
	line-height: 18px;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #666;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 24px;}
h2 {font-size: 18px; color:#74B624;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}
h6 {font-size: 12px;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {margin-bottom: 11px;}

a:focus,a:hover {color: #6ba0dd;}
a {
	color: #2264af;
	text-decoration: none;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 0;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Tables /

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;} 
/*/
/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
/*fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;} */
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, input[type=text], textarea, select {
	width:100%;
	color: #4c4c4c;
	background-color:#ffffff;
	font-size:13px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	border:1px solid #c3c3c3;
	background-image:url(images/formfield_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
input.text:focus, input[type=text]:focus, textarea:focus, select:focus,
input.text:hover, input[type=text]:hover, textarea:hover, select:hover {
	background-color:#f1f1f1;
	background-image:none;
	border:1px solid #999999;}

input.button, input[type=submit], input[type=button] {
	font-size:13px; 
	color: #ffffff; 
	padding: 4px 14px;
	text-decoration: none;
	cursor: pointer;
	background-image:url(images/nav-bg.gif);
	background-repeat:repeat-x;
	border:0;
}
input.button:active, input[type=submit]:active, input[type=button]:active,
input.button:hover, input[type=submit]:hover, input[type=button]:hover {
	color:#76c714;
	background-color:#050505;
	background-image:none;
	background-repeat:repeat-x;
	border:0;
}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered {
	background-color: #FFF;
	border: 5px solid #ccc;
}
	a:hover img.bordered, a img.bordered:hover { 
		border: 5px solid #aaa;
	}
img.shadowed {
	-moz-box-shadow:0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.3);
}
	a:hover img.shadowed, a img.shadowed:hover { 
		-moz-box-shadow:0 1px 5px #f7941e;
		-webkit-box-shadow:0 1px 5px #f7941e;
	}

img.alignleft, img.left {margin: 0 20px 20px 0;}
img.alignright, img.right {margin: 0 0 20px 20px;}
img.aligncenter, img.center {margin: 0 0 20px 0;}

/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Columns */

.col2 {width: 47%;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Layout 
------------------------------------------------------------------- */

#page {
	background-image: url(images/bg-top-grad-brushed.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#wrapper {
	width:892px;
	list-style-type:none;
	background-image:url(images/shadow-bg.png);
	background-repeat:repeat-y;
	behavior: url(iepngfix.htc);
	margin: 0 auto;
}
#top-area {
	border-left:10px solid #74b624;
	border-right:10px solid #74b624;
	margin: 0 0 0 20px;
	width:832px;
	background-color: #f1f1f1;
	padding-bottom: 13px;
}
._2column {
	background-image: url(images/2column-foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
._1column {
	background-image: url(images/s1-foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#top-area._2column #content-bg {
	background-image: url(images/2column-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	
}

#header {
	background-color: #FFFFFF;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 75px;
	width: 832px;
}

#mainlogo {
	background-image: url(images/main-logo.gif);
	height: 75px;
	width: 309px;
	background-repeat: no-repeat;
	display: block;
	border-style: none;
	text-indent: -1000px;

}
#topnav {
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 42px;
}
#flashbanner {
	background-color: #2D4756;
	height: 217px;
	width: 832px;
}

#content-holder {
	background-image: url(images/bg-doc.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	padding: 12px 12px 0 12px;
	width: 808px;
}



#content-area {
	background-color:#FFFFFF;
	background-image: url(images/bg-section.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 569px;
	padding: 0px;
	padding-bottom:12px;
	margin: 0px;
	min-height:555px;

}
#content-area-full {
	background-color:#FFFFFF;
	background-image: url(images/bg-section.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 808px;
	padding: 0px;
	margin: 0px;
	min-height:555px;
}


/* for Internet Explorer */
/*\*/
* html #content-area, * html #content-area-full {
height: 555px;
}
/**/
#content-area ul li, 
#content-area-full ul li,
#sidebar ul li,
#DOMWindow ul li {
	list-style:none;
	background-image:url(images/bullet-logo.gif);
	background-repeat:no-repeat;
	background-position: left 6px;
	padding-left:1.5em;
}

#content-area p, #sidebar p, #content-area-full p {
	padding-top: 0;
}

#content-area h1, #sidebar h1, #content-area-full h1 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 17px 0 17px 17px;
	line-height: 24px;
}



#content-area .section_text {
	
	background-image: url(images/h1-sep.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:535px;
	padding: 11px 17px 6px 17px;
	behavior: url(iepngfix.htc);
}

#content-area-full .section_text {
	
	background-image: url(images/h1-sep.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:774px;
	padding: 11px 17px 6px 17px;
	behavior: url(iepngfix.htc);
}

#sidebar {
	width: 227px;
	position: absolute;
	top: 12px;
	right: 12px;
}


.sidebar_box {
	background-image: url(images/s3-foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 12px;
	width: 227px;
	background-color: #FFFFFF;
}

.sidebar_archiveslink {
	float: right;
	padding-top: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 17px;
}

.sidebar_box2 {
	background-image: url(images/bg-section.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 227px;
	padding-bottom: 12px;
	background-color: #FFFFFF;
}

.sidebar_box .section_text, .sidebar_box2 .section_text {
	background-image: url(images/h1-sep.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
	width:193px;
	padding: 11px 17px 6px 17px;
	behavior: url(iepngfix.htc);
}

#footer1 {
	background-color: #74B624;
	background-image: url(images/footer1-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 106px;
	width:852px;
	margin: auto;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #c4f18d;
	padding-top: 30px;

}
#footer2 {
	background-image: url(images/footer-bg-black.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 122px;
	width: 892px;
	margin: auto;
	behavior: url(iepngfix.htc);
}



#footer2a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d7d7d;
	width: 450px;
	padding-top: 22px;
	padding-left: 60px;
	line-height: 18px;
}

#footer2b {
	float: right;
	padding-top: 29px;
	padding-right: 45px;
	width: 225px;
	height: 70px;
	text-align:right;
}



#footer1 a {color:#ffffff;

text-decoration:none;

}

#footer1 a:visited, #footer1 a:active { color: #ffffff; }

#footer1 a:hover { color: #95ed29; text-decoration:none;}



#prepaid-cardtypes {background-image: url(images/card-types-icon.jpg);

	background-repeat:no-repeat;

	background-position:25px 14px;

	padding:0 0 20px 120px;

}

#prepaid-valueadded {background-image: url(images/value-added-icon.jpg);

	background-repeat:no-repeat;

	background-position:25px 14px;

	padding:0 0 0 120px;

}

#prepaid-mobile {background-image: url(images/mobile-icon.jpg);

	background-repeat:no-repeat;

	background-position:25px 14px;

	padding:0 0 0 120px;

}

#prepaid-virtual {background-image: url(images/virtual-icon.jpg);

	background-repeat:no-repeat;

	background-position:25px 14px;

	padding:0 0 0 120px;

}




/* ======================================== banners =============================== */



#thecompany #banner,

#executiveteam #banner,

#news #banner,

#events #banner,

#whitepapers #banner,

#careers #banner {

	background-image: url(images/banner-the-company.jpg);

	background-repeat: no-repeat;

	display: block;

	height: 86px;

	width: 832px;

}

#prepaid #banner,

#cardtypes #banner,

#valueadded #banner,

#mobilesolutions #banner,

#virtualsolutions #banner

 {

	background-image: url(images/banner-prepaid.jpg);

	background-repeat: no-repeat;

	display: block;

	height: 86px;

	width: 832px;

}

#services #banner,

#transactionprocessing #banner,

#customprogram #banner,

#cardholder #banner

 {

	background-image: url(images/banner-services.jpg);

	background-repeat: no-repeat;

	display: block;

	height: 86px;

	width: 832px;

}

#security #banner

 {

	background-image: url(images/banner-security.jpg);

	background-repeat: no-repeat;

	display: block;

	height: 86px;

	width: 832px;

}

#partners #banner

 {

	background-image: url(images/banner-partners.jpg);

	background-repeat: no-repeat;

	display: block;

	height: 86px;

	width: 832px;

}

#contactus #banner

 {

	background-image: url(images/banner-contact-us.jpg);

	background-repeat: no-repeat;

	display: block;

	height: 86px;

	width: 832px;

} 

/* ======================================== end banners =============================== */

.events_table {

	background-color: #FFFFFF;

	border-top: 1px solid #d7d7d7;

	border-right: 1px solid #d7d7d7;

	border-bottom: 1px solid #d7d7d7;

	border-left:0;

}

.events_table td {

	font-family:Tahoma, Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#4c4c4c;

	padding:3px 6px;

	border-left:1px solid #d7d7d7;

}

.table_greenhead {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF !important;

	background-image: url(images/table-green-head.gif);

	background-repeat: repeat-x;

	background-position: top;

	text-align: center;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #d7d7d7;

	padding-top: 3px;

	padding-bottom: 3px;

}

.table_blackhead {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF !important;

	background-image: url(images/table-black-head.gif);

	background-repeat: repeat-x;

	background-position: top;

	text-align: center;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #d7d7d7;

	padding-top: 3px;

	padding-bottom: 3px;

}


.table_evenrow {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	background-color: #FFFFFF;

}

.table_oddrow {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFFFF;

	background-color: #f1f1f1;

}

.table_greencell {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFFFF !important;

	background-color: #74b624;

	padding: 3px;

}

.table_greencell2 {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFFFF !important;

	background-color: #61a60d;

	padding: 3px;

}

#home_richsolutions {

	background-image: url(images/icon-rich-solutions.jpg);

	background-repeat:no-repeat;

	background-position:left 3px;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 0px;

	padding-left: 80px;

}

#home_unparprocessing {

	background-image: url(images/icon-unpar-processing.jpg);

	background-repeat:no-repeat;

	background-position:left 3px;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 0px;

	padding-left: 80px;

}

#home_expteam {

	background-image: url(images/icon-exp-team.jpg);

	background-repeat:no-repeat;

	background-position:left 3px;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 0px;

	padding-left: 80px;

}

#home_prepaidinnovation {

	background-image: url(images/icon-prepaid-innovation.jpg);

	background-repeat:no-repeat;

	background-position:left 3px;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 0px;

	padding-left: 80px;

}

#home_sidebtn {

	background-image: url(images/home-side-btn.gif);

	background-repeat: no-repeat;

	background-position: left top;

	display: block;

	height: 215px;

	width: 227px;

	text-indent:-1000px;

}

#home_sidebtn:hover {

	background-position: left bottom;

}



/* Single Line IE Fixes */
/* for Internet Explorer */
/*\*/
* html #content-wrapper { height: 500px; }
/**/

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
