@charset "UTF-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body { 
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(/images/gradien.png);
	background-repeat: no-repeat;
	background-size:100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF;
	line-height: 16px;
}
/* typography.css */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#900;
}
h1 {
	font-size:22px;
	margin-bottom:0px;
	display: block;
	height: 30px;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
}
h2 {
	font-size:17px;
	margin-bottom:5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	color: #000;
}
.h2Bold {
	font-weight:bold;
}
h3 {
	font-size:12px;
	margin-bottom:5px;
	font-weight: bold;
	margin-top: 5px;
	color: #666;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
.blockquote {
	color:#e66a06;
	font-style:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 14px;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
}
ul, ol {
}
ul {
	list-style-type:none;
	list-style-image: url(../images/common/Star1.gif);
	margin-bottom: 10px;
	line-height: 16px;
}
ul li {
	margin-left:20px;
}
ol {
	margin-bottom: 10px;
	line-height: 16px;
}
ol li {
	list-style-type:decimal;
	line-height: 16px;
	margin-left:20px;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	border-collapse:collapse;
	border: 1px solid #666;
	margin-top: 5px;
	margin-bottom:20px;
	margin-left: 97px;
	
}
th {
	font-weight:bold;
}
thead th {
	background:#f09a1c;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
th, td {
	padding:0px;
	text-align: center;
}
tr.even td {
	background:#d5d5d5;
	color: #000;
}
tr.odd td {
	background:#c2c2c2;
	color: #000;
}
tfoot {
	font-size: 9px;
	font-weight: bold;
}
caption {
	padding:6px 6px 6px 6px;
	font-size: 10px;
	font-weight: normal;
}
/*---------------------------------------------------------------------------------------------
 * Accesibility Menu starts
 */
 
#accessibility {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #000;
	font-size: 0.87em;
	padding-left: 20px;
	padding-right:20px;
	height: 10px;
	display: block;
}
#accessibilityLinks {
	display: block;
	width: auto;
	float: left;
	height: 17px;
	vertical-align: bottom;
	margin-top: 4px;
}
#fontChanger {
	float: right;
	display: block;
	width: auto;
	height: 17px;
}
#fontChangerText {
	position: relative;
}
li#fontChanger {
	position: absolute;
	top: 40px;
	right: 0.8em;
	border-left-width: 0px !important;
}
#fontChanger ul {
	position: relative;
	display: inline;
	line-height: 25px;
	padding-top: 2px;
}
#fontChanger ul li {
	position: relative;
	border-width: 0 !important;
}
#fontChanger img {
	border-width: 0;
	text-decoration: none;
}
/*---------------------------------------------------------------------------------------------
 * Accesibility Menu ends
 */
 
/*---------------------------------------------------------------------------------------------
 * Links start
 */
a:link {
	color: #0000cc;
	text-decoration: underline;
	font-weight:normal;
}
a:active {
	color: #999999;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	color:#660000;
	text-decoration: underline;
	font-weight:normal;
}
a:visited {
	color: #660000;
	text-decoration: underline;
	font-weight:normal;
}
#footer a:link {
	color: #000;
	text-decoration: underline;
	font-weight:normal;
}
#footer a:active {
	color: #e66a06;
	text-decoration: underline;
	font-weight:normal;
}
#footer a:hover {
	color: #660000;
	text-decoration: underline;
	font-weight:normal;
}
#footer a:visited {
	color: #660000;
	text-decoration: underline;
	font-weight:normal;
}
#fontChanger a:link {
	color: #999;
	text-decoration: underline;
}
#fontChanger a:active {
	color: #000;
	text-decoration: underline;
}
#fontChanger a:hover {
	color: #009;
	text-decoration: underline;
}
#fontChanger a:visited {
	color: #000;
	text-decoration: underline;
}
#accessibility a:link {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
#accessibility a:active {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
#accessibility a:hover {
	color: #005;
	text-decoration: underline;
	font-weight: normal;
}
#accessibility a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
#container #header a:link {
	color: #000;
	text-decoration: underline;
}
#container #header a:active {
	color: #000;
	text-decoration: underline;
}
#container #header a:hover {
	color: #333333;
	text-decoration: underline;
}
#container #header a:visited {
	color: #000;
	text-decoration: underline;
}
/*---------------------------------------------------------------------------------------------
 * Links end
 */
 
 /*---------------------------------------------------------------------------------------------
 * classes start
 */


#section {


}


#topbar .section ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;

}
#topbar .section li
{
float:left;
}
#topbar .section a:link, #topbar .section a:visited
{
display:block;

font-weight:bold;
color:#000;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
#topbar .section a:hover, #topbar .section a:active
{
background-color:#FF9;
}

#topbar
	{



	}



.orange {
	color: #e66e06;
}
.vDots {
	background-image: url(../images/common/vDots.gif);
	background-repeat: repeat;
}
.bgB4B4B4 {
	background-color: #B4B4B4;
}
.formText {
	font-size: 12px;
	color: #000;
}
.formTextBold {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.formFieldContact1 {
	/*background-color: #e2bb28;*/
	margin-bottom: 2px;
	font-size: 11px;
	margin-top: 2px;
	width: 250px;
	height: auto;
	border: 1px solid #666;
	color: #000;
	padding: 1px;
}
.small {
	font-size:10px;
	line-height:10px;
	font-weight: normal;
	color: #000;
}

.smallwhite {
	font-size:10px;
	line-height:10px;
	font-weight: normal;
	color: #000;
}

.smallBold {
	font-size:9px;
	line-height:10px;
	font-weight: bold;
}
.smallBoldHighlighted {
	font-size:9px;
	line-height:10px;
	font-weight: bold;
	color:#E37B27;
}
.registeredAddress {
	font-size:9px;
	line-height:10px;
	font-weight: bold;
	color:#656565;
	padding: 0;
	margin:0;
}
.cardTextSmallBold {
	font-size:9px;
	line-height:11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #333;
}
.large {
	font-size:13px;
	margin-bottom:10px;
	color: #666;
}
.largeUl {
	list-style-type:none;
	list-style-image: url(../images/common/Star1.gif);
	padding-left: 0px;
	padding-right:60px;
	margin-bottom: 0px;
	line-height: 16px;
	color: #666;
}
.largeBold {
	font-size:13px;
	margin-bottom:10px;
	font-weight: bold;
	color: #787878;
}
.dots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 20px;
}
.big {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#000;
}
.removed {
	background:#900;
	color:#fff;
}
.middle {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
}
.creditCardMiddle {
	text-align: center;
}
.middleSpaced {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.apr {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}
.aprSpaced {
	font-size: 18px;
	text-align: center;
	margin-bottom:15px;
}
.placeholder {
	height: 60px;
	width: 468px;
	border: 1px solid #000;
	display: block;
}
.img-15pxMarginBottom {
	margin-bottom: 15px;
}
#container {
	width: 995px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;



}
#header #link {
	display: block;
	height: 60px;
	width: 468px;
	top: 30px;
	left: 507px;
	float: right;
	clear: none;
}
#header {
	
	background-image: url(/images/top.jpg);
	background-repeat: no-repeat;
	height: 88px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	z-index: 50;
}
#header #logo {
	display: block;
	height: 51px;
	width: 331px;
	margin-top: 0px;
	float: left;
}
#container #header #Nav {
	display: block;
	float: right;
	height: 34px;
	width: 442px;
	position: relative;
	top: 1px;
	right: 12px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #header #about {
	display: block;
	height: 19px;
	width: 125px;
	font-weight: bold;
	text-align: center;
	top: 1px;
	left: 546px;
	z-index: 100;
	padding-top: 14px;
	position: absolute;
}
#container #header #FAQ {
	display: block;
	height: 19px;
	width: 125px;
	font-weight: bold;
	text-align: center;
	z-index: 101;
	padding-top: 14px;
	position: absolute;
	top: 1px;
	left: 690px;
}
#container #header #contact {
	display: block;
	height: 19px;
	width: 125px;
	float: left;
	font-weight: bold;
	text-align: center;
	top: 1px;
	left: 834px;
	z-index: 100;
	padding-top: 14px;
	position: absolute;
}
#container #body {
	width: 885px;

}
#container #body #padControl {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#container #body #padControl .imgSpacer {
	padding:0;
	margin:0 3px 6px 3px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: auto; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;

}
#mainContent {

	color: #000;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 615px;
	float: left;
	display: inline;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* padding keeps the content of the div away from the edges */
	display: block;
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 15px;
}
.sidebarHeadline {
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	display: block;
	font-size: 10px;
	line-height: 12px;
	font-weight:normal;
}
.sidebarHeadlineBd {
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin-top: 0px;
	font-weight:bold;
	color: #2d8900;
}
#creditCards {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	height: 210px;
	float: left;
	width: 595px;
}
#container #header #adBanner {
	display: block;
	height: 71px;
	width: 331px;
	float: right;
	margin-top: 0px;
}
/*---------------------------------------------------------------------------------------------
 * Footer starts
 */

#footer {
	background-image: url(../images/common/footerBG.gif);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 0;
	padding-right: 26px;
	padding-bottom: 0;
	padding-left: 26px;
	display: block;
	width: 943px;
	margin-bottom: 15px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.tableBorder {
	border: 1px solid #B4B4B4;
	margin-right: 100px;
	margin-left: 100px;
}
.largestText {
	font-size: 20px;
}
#container #body #validation {
	display: block;
}
/*---------------------------------------------------------------------------------------------
 * Footer ends
 */


/*---------------------------------------------------------------------------------------------
 * Repayment Table starts
 */

#repaymentTable {
	width:400px;
	margin-bottom: 10px;
}
#repaymentTable table {
	border-collapse:collapse;
	border: 1px solid #666;
	margin-top: 5px;
	margin-bottom:20px;
	margin-left: 97px;
}
#repaymentTable th {
	font-weight:bold;
}
#repaymentTable thead th {
	background:#f09a1c;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#repaymentTable th, td {
	padding:6px;
	text-align: center;
}
#repaymentTable tr.even td {
	background:#d5d5d5;
	color: #000;
	border-left: 1px solid #666;
}
#repaymentTable tr.odd td {
	background:#c2c2c2;
	color: #000;
	border-left: 1px solid #666;
}
#repaymentTable tfoot {
	font-size: 9px;
	font-weight: bold;
}
.tfoot {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
#repaymentTable caption {
	padding:6px 6px 6px 6px;
	font-size: 10px;
	font-weight: normal;
}
/*---------------------------------------------------------------------------------------------
 * Repayment Table end
 */

/*---------------------------------------------------------------------------------------------
 * Credit Card Box starts
 */
#creditcardBox1 {
	display: block;
	width: auto;
	margin-left: 55px;
	z-index: 1;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 520px;
}
#creditcardBox1 table {
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	width: 150px;
}
#creditcardBox1 thead th {
	background:#f09a1c;
	color: #000;
	text-align: center;
}
#creditcardBox1 th, td {
	padding:6px;
	text-align: center;
}
#creditcardBox1 tr {
}
#creditcardBox1 tr.odd td {
	background:#a3a3a3;
	color: #000;
}
#creditcardBox1 tfoot {
	font-size: 9px;
	font-weight: bold;
}
#creditcardBox1 caption {
	padding:6px 6px 6px 6px;
	font-size: 10px;
	font-weight: normal;
}
/*---------------------------------------------------------------------------------------------
 * Credit Card Box ends
 */
 
 /*---------------------------------------------------------------------------------------------
 * PrePaid Card Box 1 starts
 */
#precardBox1 {
	display: block;
	width: auto;
	margin-left: 55px;
	z-index: 1;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 380px;
	color: #FFF;
}
#precardBox2 {
	display: block;
	width: auto;
	margin-left: 55px;
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 380px;
	color: #FFF;
}
#container #body #mainContent #padControl #cardBox1 h2 {
	font-size:15px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
#precardBox1 table {
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 5px;
	margin-right: 5px;
}
#precardBox2 table {
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 5px;
	margin-right: 5px;
}
#precardBox1 th, td {
	padding:6px;
	text-align: center;
}
#precardBox2 th, td {
	padding:6px;
	text-align: center;
}
#precardBox1 tr {
}
#precardBox2 tr {
}
#precardBox1 tfoot {
	font-size: 9px;
	font-weight: bold;
}
#precardBox2 tfoot {
	font-size: 9px;
	font-weight: bold;
}
#precardBox1 caption {
	padding:6px 6px 6px 6px;
	font-size: 10px;
	font-weight: normal;
}
#precardBox2 caption {
	padding:6px 6px 6px 6px;
	font-size: 10px;
	font-weight: normal;
}
/*---------------------------------------------------------------------------------------------
 * PrePaid Card Box ends
 */
 /*---------------------------------------------------------------------------------------------
 * Legal starts
 */
#legalContent ul {
	margin-bottom: 10px;
}
#legalContent li {
	color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#legalContent ol {
	margin-bottom: 10px;
}
#legalContent ol li {
	font-weight:normal;
	color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-type: decimal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: none;
	list-style-position: outside;
}
#legalContent ol li ol li {
	font-weight:normal;
	color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	list-style-type: lower-alpha;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: none;
	list-style-position: outside;
}
/*---------------------------------------------------------------------------------------------
 * Legal ends
 */
 /* /////// Standards Property /////// */

#standards {
	font-size:11px;
	height: auto;
	width: 995px;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: right;
}
#standards a:link, #standards a:visited {
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
}
#standards a:hover, #standards a:active {
	color:#e66a06;
	font-weight:bold;
	text-decoration:none;
}
#standards .copyright {
	color: #fff;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}



 #mainTable table {
	border-collapse:collapse;
	border: 1px solid #333;
	margin-top: 5px;
	margin-bottom:20px;
	margin-left: 0;
	color: #000;
	background-color: #FFF;
}
#mainTable th, td {
	padding:10px;
	text-align: center;
	line-height:13px;
}
#mainTable th {
	font-weight:bold;
	font-size: 10px;
}
#mainTable thead th {
	background:lightyellow;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#mainTable tr {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}
#mainTable td {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	font-size: 9px;
	font-weight: normal;
}
#mainTable tr.even td {
	background:#d5d5d5;
	color: #000;
}
#mainTable tr.odd td {
	background:#c2c2c2;
	color: #000;
}
#mainTable .benefits {
	background:#fcebd2;
	color: #000;
	text-align:left;
}
#mainTable tfoot {
	font-size: 9px;
	font-weight: normal;
}



