/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Page Body */
body {
	font: 400 14px/20px "BentonSans Medium", Arial, Helvetica, sans-serif;
	color: #4d4f53;
}
/* Headings */
.replaced {
	background-repeat: no-repeat;
	overflow: hidden;
	height: 0;
	text-indent: -9999px;
}
.travelers-cheques {
	width: 700px;
	height: 51px;
	cursor: pointer;
	margin: 0px 0px 10px 3px;
}
h2 {
	font: 24px/30px "BentonSans", Arial, Helvetica, sans-serif;
	color: #77216f;
	margin-bottom: 10px;
}
h3 {
	font: 17px/23px "BentonSans", Arial, Helvetica, sans-serif;
	color: #77216f;
	margin-bottom: 10px;
	font: normal 17px;
}
/*Links*/
a:link, a:visited {
	text-decoration: none;
	color: #77216f;
}
a:hover, a:active {
	text-decoration: underline;
}
a.gray {
	color: #4d4f53;
	text-decoration: underline;
}
a.underline {
	text-decoration: underline;
}
/* Buttons */
a.btn, a.btn:hover {
	border: 1px solid #07307b;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #002663;
	background-image: -webkit-linear-gradient(#063682, #002663);
	background-image: -moz-linear-gradient(#063682, #002663);
	background-image: -o-linear-gradient(#063682, #002663);
	background-image: linear-gradient(#063682, #002663);
	background: -ms-linear-gradient(top, rgba(6, 54, 130) 0, rgba(0, 38, 99);
100%);
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 rgba(255,255,255,0.96);
	width: 90px;
	zoom: 1;
	width: 144px;
}
/* Formatting */

p {
	margin-bottom: 1em;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}
.align-center {
	text-align: center;
}
strong {
	font-weight: bold;
}
/* Global styles */
.wrapper {
	width: 942px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.cta {
	background: url(../images/arrow-get-directions.gif) no-repeat left center;
	font-size: 11px;
	padding-left: 16px;
}
#global-sites-link, #change-language-link {
	position: absolute;
	top: 24px;
	right: 20px;
}
.phone {
	font-weight: 800;
}
/* Content Container  */
.content-container {
	padding: 40px;
}
.content-left {
	width: 720px;
	float: left;
}
.content-right {
	width: 100px;
	float: right;
}
/* Two Column Container  */
.two-col-container {
	background-color: #f2f2f2;
	padding: 40px 30px;
}
.two-col-container .col-left {
	width: 385px;
	float: left;
}
.two-col-container .col-right {
	width: 385px;
	float: right;
}

.two-col-container1 {
	background-color: #f2f2f2;
	padding: 40px 70px;
}

.two-col-container1 .col-left1 {
	width: 268px;
	float: left;
	text-align: center;
	
}
.two-col-container1 .col-right1 {
	width: 268px;
	text-align: center;
	float: right;
	
}

.two-col-container1 .col-right1 .x1{
	margin: 7px -16px
	
}
/* Three Column Container  */
.three-col-container {
	background-color: #f2f2f2;
	padding: 20px 30px 40px;
}
.three-col-container .col-1, .three-col-container .col-2, .three-col-container .col-3 {
	width: 268px;
	float: left;
	text-align: center;
	margin: 0 10px;
}
.three-col-container .info-container-top {
	margin: 30px 0 15px;
	height: 140px;
}
.three-col-container.logo-container {
	background-color: #fff;
	padding: 50px 30px 20px;
}
.logo {
	margin-bottom: 20px
}
.logo .country-caption {
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
}
/*Forms*/
.aetc-search-form  .form-wrap {
	width: 364px;
}

.aetc-search-form .form-col-left {
	width: 170px;
	float: left;
}
.aetc-search-form .form-col-right {
	width: 170px;
	float: right;
}
.aetc-search-form label {
	position: absolute;
	left: -999em;
}
.aetc-search-form  .form-row {
	width: 100%;
}
.aetc-search-form input {	
	color: #8b8d8e;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 6px 0 0 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-color: #eee;
	border-style: solid none none;
	border-width: 2px;
	width: 96%;
	background: #fff;
}
.aetc-search-form .select-wrap select {
	color: #002663;
	background: transparent;
	padding: 5px 0 5px 5px;
	line-height: 1;
	border: none;
	border-radius: 0;
	height: 28px;
	-webkit-appearance: none;
}
.aetc-search-form .select-wrap.location_select select {
	width: 300px;
}
.aetc-search-form .select-wrap.country_select select {
	width: 376px;
}
.aetc-search-form .select-wrap.location_select select {
	width: 300px;
}
.aetc-search-form .select-wrap.state_select select {
	width: 187px;
}
.aetc-search-form .select-wrap {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-color: #eee;
	border-top: solid none none;
	border-width: 1px;
	height: 28px;
	overflow: hidden;
	background: url(../images/drop-down-arrow.png) no-repeat 98% #fff;
}
.aetc-search-form .select-wrap.location_select {
	width: 280px;
	margin-bottom: 20px;
}
.aetc-search-form .select-wrap.country_select {
	width: 356px;
	margin-bottom: 10px;
}
.aetc-search-form .select-wrap.state_select {
	width: 167px;
	margin-bottom: 10px;
}
.aetc-search-form .search-bottom {
	margin-top: 10px;
}
.aetc-search-form .search-bottom a.search-btn {
	float: left;
}
/* Footer */
.footer {
	font: 11px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
/* Modal Window */
.euc_headLine {
	color: #fff;
}
/* iNav Footer */
#iNavNGI_FooterMain.iNNewFoot #iNavNGI_FooterCont {
	margin: 0 auto !important;
	float: none !important;
}
/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* for Search button */
button.btn, button.btn:hover {
                border: 1px solid #07307b;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                background: #002663;
                background-image: -webkit-linear-gradient(#063682, #002663);
                background-image: -moz-linear-gradient(#063682, #002663);
                background-image: -o-linear-gradient(#063682, #002663);
                background-image: linear-gradient(#063682, #002663);
                background: -ms-linear-gradient(top, rgba(6, 54, 130) 0, rgba(0, 38, 99);
100%);
                color: #fff;
                display: inline-block;
                font-size: 16px;
                font-weight: normal;
                line-height: 16px;
                padding: 10px 0;
                text-align: center;
                text-decoration: none;
                text-shadow: 0 0 rgba(255,255,255,0.96);
                width: 90px;
                zoom: 1;
                width: 144px;
                cursor:pointer;
}

	
body.de .sstate2 { font-size: 12px; }

body.us .travelers-cheques { background-image: url(../images/heading_travelers_cheques.jpg); }
body.uk .travelers-cheques { background-image: url(../images/heading_travelers_cheques_uk.jpg); }
body.au .travelers-cheques { background-image: url(../images/heading_travelers_cheques_au.jpg); }
body.ca-en .travelers-cheques { background-image: url(../images/heading_travelers_cheques_ca-en.jpg); }
body.de .travelers-cheques { background-image: url(../images/heading_travelers_cheques_de.jpg); }
body.br .travelers-cheques { background-image: url(../images/heading_travelers_cheques_br.jpg); }
body.la .travelers-cheques { background-image: url(../images/heading_travelers_cheques_la.jpg); }
body.tw .travelers-cheques { background-image: url(../images/heading_travelers_cheques_tw.jpg); }
body.ru .travelers-cheques { background-image: url(../images/heading_travelers_cheques_ru.jpg); }
body.kr .travelers-cheques { background-image: url(../images/heading_travelers_cheques_kr.jpg); }
body.cn .travelers-cheques { background-image: url(../images/heading_travelers_cheques_cn.jpg); }
body.jp .travelers-cheques { background-image: url(../images/heading_travelers_cheques_jp.jpg); }
body.fr .travelers-cheques { background-image: url(../images/heading_travelers_cheques_fr.jpg); }
/* Customer Service Phone Numbers */
.hidden { display: none; }