/* CSS Document */
body {
    text-align: center;
	font-family: Arial;
	background-color: #EEF8ED;
	margin-top: 0px;
}

#tableborders {
    border: 1px solid #000000;
}


#topheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	padding-right: 6px; /* top right left bottom */
}
#topheading .menuitem {   
	margin-right: 20px;	
}

#catchphrase {  
	padding-left: 15px;
	font-family: Verdana;
	font-size: 29px;
	font-weight: bold;
	text-align: left;
}
#catchphrase .flag{  
	position: relative;
	top: -87px;
	left: 8px;  
}

#menupadding {
   padding-left: 10px;
   padding-right: 8px;
   padding-top: 0px;
   padding-bottom: 8px;
}

#contentpadding {
   padding-left: 5px;
   padding-right: 8px;
   padding-top: 0px;
   padding-bottom: 8px;
}

/******** TYRING LIST *********/


#listmenutop {
width: 154px;
}
#listmenutop ul {
  margin-left: 0px; 
  margin-top:0;
  margin-bottom:0;
  margin-right:0;
  padding-left: 0px;
  padding-top:0;
  padding-bottom:0;
  padding-right:0;
  list-style-type: none;
  font-family: Verdana
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
} 
#listmenutop li {
  margin: 0;
  padding:0;
} 
#listmenutop a {
  display: block;
	width: 154px;
	height: 30px;
  padding: 5px 0px 0px 0px; /* top right left bottom */
  background: url(../images/menubutton.gif) no-repeat center top; 
  text-decoration: none; /*lets remove the link underlines*/
	color: #FFFFFF;
	text-align: center;
} 
#listmenutop span {
  display: block;
	width: 154px;
	height: 30px;
  padding: 5px 0px 0px 0px; /* top right left bottom */
  background: url(../images/menubutton_selected.gif) no-repeat center top; 
  text-decoration: none; /*lets remove the link underlines*/
	color: #FFFF00;
	text-align: center;
}
#listmenutop a:link, #listmenutop a:active, #listmenutop a:visited {
  text-decoration: none; /*lets remove the link underlines*/
	color: #FFFFFF;
	text-align: center;
}

#listmenutop a:hover {
  background: url(../images/menubutton_selected.gif) no-repeat center top; 
  text-decoration: none; /*lets remove the link underlines*/
	color: #FFFF00;
	text-align: center;
}


#listmenu {
width: 154px;
}
#listmenu ul {
  margin-left: 3px; 
  margin-top:0;
  margin-bottom:0;
  margin-right:0;
  padding-left: 3px;
  padding-top:0;
  padding-bottom:0;
  padding-right:0;
  list-style-type: none;
  font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
} 
#listmenu li {
  margin: 0;
  padding:0;
} 
#listmenu a {
  display: block;
	width: 154px;
	height: 31px;
  padding: 7px 0px 0px 0px; /* top right left bottom */
  background: url(../images/leftnavbutton.gif) no-repeat center top; 
  text-decoration: none; /*lets remove the link underlines*/
	color: #000000;
	text-align: center;
} 
#listmenu span {
  display: block;
	width: 154px;
	height: 31px;
  padding: 7px 0px 0px 0px; /* top right left bottom */
  background: url(../images/leftnavbutton_selected.gif) no-repeat center top; 
  text-decoration: none; /*lets remove the link underlines*/
	color: #FFFFFF;
	text-align: center;
}
#listmenu a:link, #listmenu a:active, #listmenu a:visited {
  text-decoration: none; /*lets remove the link underlines*/
	color: #000000;
	text-align: center;
}

#listmenu a:hover {
  background: url(../images/leftnavbutton_selected.gif) no-repeat center top; 
  text-decoration: none; /*lets remove the link underlines*/
	color: #FFFFFF;
	text-align: center;
}


#listmenugrey {
  width: 154px;
}
#listmenugrey ul {
  margin-left: 3px; 
  margin-top:0;
  margin-bottom:0;
  margin-right:0;
  padding-left: 3px;
  padding-top:0;
  padding-bottom:0;
  padding-right:0;
  list-style-type: none;
  font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
} 
#listmenugrey li {
  margin: 0;
  padding:0;
} 
#listmenugrey a {
  display: block;
	width: 154px;
	height: 37px;
  padding: 11px 0px 0px 0px; /* top right left bottom */
  background: url(../images/envelopeterms_button.gif) no-repeat center top; 
  text-decoration: none; /*lets remove the link underlines*/
	color: #FFFFFF;
	text-align: center;
} 
#listmenugrey a:link, #listmenugrey a:active, #listmenugrey a:visited {
  text-decoration: none; /*lets remove the link underlines*/
	color: #FFFFFF;
	text-align: center;
}





#greycolumn {
    background-color: #CCCCCC;
	padding-top: 10px;
    padding-bottom: 8px;
	border-left: 6px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	width: 154px;
}
#greycolumn .spantext{
    font-family: Verdana;
	font-size: 12px;
	color: #000000;
    text-decoration: none; 
	text-align: center;
}


#form {
    text-align: left;	
}
#form .smalltext{
    font-family: Verdana;
	font-size: 10px;
	color: #333333;
    text-decoration: none; 
	text-align: left;
}
#form a{
    font-family: Verdana;
	font-size: 10px;
	color: #333333;
    text-decoration: underline; 
	text-align: left;
	padding-bottom: 4px;
}
#form input.formbutton{
    font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: middle;
	background-color: #CCCCCC;
	height: 20px;
}
#terminology input.formbutton2{
    background-color: #4FAD26;
	color: #FFFFFF;
	font-weight: bolder;
	border-left: 2px solid #333333;	
	border-bottom: 2px solid #333333;
}


#rightcontentsarea {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 0px;
   padding-bottom: 8px;
   width:610px;
}

#leftcontentsarea {
   width: 164px;
}

#envelopebox {        
	width: 295px;
	height: 173px;
    background: url(../images/envelopebg_03.gif) no-repeat left top; 
	cursor: hand;
}
#envelopebox .textheading {
	position: relative;
	top: 15px;
	left: 15px;  
    font-family: Verdana;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
} 
#envelopebox a.textheading {
	position: relative;
	top: 15px;
	left: 15px;  
    font-family: Verdana;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
} 
#envelopebox .textdescription {
	position: relative;
	top: 25px;
	left: 15px;
	padding-right: 20px;  
    font-family: Arial;
	font-size: 12px;
	color: #000000;
} 
#envelopebox .imgbanker {
	position: relative;
	bottom: -7px;
	left: 159px;
} 
#envelopebox .imgpocket {
	position: relative;
	bottom: -61px;
	right: -127px;
}
#envelopebox .imgwallet {
	position: relative;
	bottom: 13px;
	left: 160px;
} 
#envelopebox .imgbooklet {
	position: relative;
	bottom: 28px;
	left: 181px;
}

#bottommenu {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	padding-right: 6px; 
	padding-left: 15px;
	margin-right: 6px; 
	margin-left: 15px;
}
#bottommenu a {   	
	color: #000000;	
	text-decoration: none;
	padding-right: 6px; 
	margin-right: 6px; 
}

#greenbarpadding {
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#greenbar {
	background-color: #54B948;
	padding: 6px;;
}
#greenbar .copyright {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	position: relative;
	left: 397px;
}
#greenbar .amexvisamaster {
	position: relative;
	top: 2px;
	left: 2px;  
}
.copyright, .copyright a {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.greenreportheading {
	background-color: #54B948;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.greenreporttable {
	font-size: 12px;
	color: #000;
}

#easystep img.one{
   position: relative;
   left: 10px;
}
#easystep span.on{
   position: relative;
   left: 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
	font-style: italic;
	color: #000000;
	text-decoration: underline; 
}
#easystep span.off{
   position: relative;
   left: 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
	font-style: italic;
	color: #999999;
	text-decoration: underline; 
}

.contactusmap {
	position: relative;
	top: -20px;
	left: 10px;
} 
.contactusphone {
  position: relative;
	top: -230px;
	left: 0px;
}

p.contactustext { 
  font-family: Arial;
	font-size: 13px;
	color: #000000;
}
a.contactustext { 
	color: #000000;
}

span.contactusphrase {  
	padding-left: 15px;
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #006B33;
}

#rightstrippadding {
  padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#leftstrippadding {
  padding-left: 10px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}
span.lightgreenstripheading {  
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
span.lightgreenstriptext {  
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	color: #000000;
}
span.lightgreenstripmedtext {  
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	color: #000000;
	line-height: 30px;
}
span.lightgreenstripsubheadingtext {  
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
	text-align: center;
	color: #000000;
}

span.pageheading {  
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
ol {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#terminology {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 30px;
}
#terminology .starclass {
	font-size: 11px;
	font-weight: bolder;
	color: #FF0000;
}

#qa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#faqdivider {    
    border-top: 1px groove #FFFFFF;
}

#qawindow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#qawindow span {
   padding-left: 16px;
}

.succcesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CC00;
}
.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

span.pricetext {  
	padding-left: 15px;
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
span.pricevalue {  
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
}
span.priceconditiontext {  
	padding-left: 15px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
span.formconditiontext {  
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

#pricecheckstrip {
	padding-left: 15px;
    font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background: url(../images/lightgreenstrip.gif) repeat left top; 
}

ul.checklist {margin-top:0; padding-top:0; padding-bottom:0; line-height:14px;}
