@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: none;
}
@font-face {
	font-family: Omnes;
	src: url(../font/omnes-regular-webfont.woff) format("woff"),
	url(../font/omnes-regular-webfont.eot) format("eot"),
	url(../font/omnes-regular-webfont.ttf) format("truetype"),
	url(../font/omnes-regular-webfont.svg) format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family : OmnesBold;
    src: url(../font/omnes-semibold-webfont.woff) format("woff"),
	url(../font/omnes-semibold-webfont.eot) format("eot"),
	url(../font/omnes-semibold-webfont.ttf) format("truetype"),
	url(../font/omnes-semibold-webfont.svg) format("svg");
	font-weight: bold;
	font-style: normal;
}
body {
	background-image:url(../layout/background_pattern.png);
	background-color:#d7d7d7;
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	color: #999999;
	text-decoration: none;
}
a img {
	outline: none;
}
a:hover {
	color: #009cde;
	text-decoration: underline;
}
h1 {
	font-size: 22pt;
	font-weight: normal;
	line-height: 22pt;
}

.holiday-semibold-subhead {
    color: #333333;
    font-family: "omnes";
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    height: 50px;
    margin-bottom: 15px;
}

.holiday-subhead {
	color: #EC2F22 !important;
    font-family: "omnes";
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	line-height: 22px;
	color: #000;
}
.mainContent h2 {
	line-height: 21px;
	color: #000;
}

.country-selector-promo h2 {margin: 0;}

h3 {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 16px;
}
h4 {
	font-size: 14px;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}
hr {
	margin: 6px 0 6px 0;
}
hr.oval {
	position: relative;
	width: 60%;
	height: 40px;
	overflow: hidden;
	margin: 0px auto;
	border: 0;
}
hr.oval:before {
	content: '';
	width: 90%;
	height: 15px;
	left: 5%;
	position: absolute;
	z-index: 50;
	border-radius: 0 0 100% 100% / 0 0 150% 150%;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .35);
}
hr.oval:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	z-index: 100;
	border-bottom-left-radius: 1000px 70px;
	border-bottom-right-radius: 1000px 70px;
	background: #fff;
}
img {border: 0;}
#agents {
	padding: 5px;
	width: 950px;
	background-color: white;
}

ol>li{
	background: none !important;
	list-style-type:decimal !important;
	margin-left: 20px;
	padding-left: 5px !important;
}

.disc{
	background: none !important;
	list-style-type:disc !important;
	margin-left: 20px;
	padding-left: 5px !important;
}

span.bannerLinks a {
	font-weight: bold;
	font-size: 16px;
	color: black;
}
.bannerLinks a:hover {
	color: #009cde;
	text-decoration: none;
}
.categoryLink {
	font-weight: bold;
	color: #009cde;
	display: inline-block;
	border-radius: 5px;
	margin: 5px 15px 5px 0;
	padding: 5px;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.categoryLink:hover {
		background-color: #ceeffc;
	color: black;
	text-decoration: none;
}
.categoryLinkSelected {
	font-weight: bold;
	color: #009cde;
	display: inline-block;
	border-radius: 5px;
	padding: 5px;
	margin: 5px 15px 5px 0;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ceeffc;
	color: black;
	text-decoration: none;
}

.clear-25 {clear: both; margin-bottom: 20px;line-height:0;}

.breadcrumbs {
	height: 20px;
	float: left;
	clear: both;
}

a.blue-link {color:#009cde;}

.contentSection a, .contentSection2 a
{color:#009cde;}

li.langListVisible {display: inline;}
li.langListInvisible {display: none;}

/* -----------------------------------------------------------
	faq title
----------------------------------------------------------- */
.faq-title {font-size: 14px; padding: 5px 0px; color: #009CE5; }
.faq-title a:hover {color: #666; }
.normal-text-faq p {text-decoration: none;}

.question {color: #fff; font-size: 14px; float: left; margin-right: 5px; background-color: #00AFEA; padding: 3px; text-align: center; -webkit-border-radius: 5px; border-radius: 5px; margin-top: -3px; font-weight: bold; }


.normal-text-faq {font-size: 12px; color: #666; margin: 5px 25px 5px 10px; line-height: 21px; }
p.normal-text-faq { margin:0;}
.inline-hover a {color: #009CDE;}
.inline-hover  {color: #009CDE;}
.normal-text-faq ul { list-style: none; }
.normal-text-faq li { list-style: none; }





.collapsibleList li a {
    color: #149BC9;
    line-height: 25px;
    margin-top: 20px;
    text-decoration: none;
}

.collapsibleList li{
	cursor: pointer;
	padding-left: 1.2em;
	background: none !important;
	margin-bottom: 5px;
	color: #009CDE !important;
}
.collapsibleList li span:hover{
	text-decoration: underline;
}

.mainContent .contentSection > ul.collapsibleList {
	font-size: 12px;
	line-height: 20px;
	margin-left: -20px;

}
.collapsibleList li ul {
	margin: 5px 25px 0 10px;
}
.collapsibleList li ul li{
	color: #666 !important;
}

li.collapsibleListOpen > span {
	list-style-type: none;
	text-decoration: none;
	background: url('../img/icon-collapse.png') no-repeat 0 0 !important;
	padding-left: 25px !important;
	display: block;
}

li.collapsibleListClosed > span {
	list-style-type: none;
	text-decoration: none;
	background: url('../img/icon-expand.png') no-repeat 0 0 !important;
	padding-left: 25px !important;
	display: block;
}

.collapsibleList li li.collapsibleListOpen ul, .collapsibleList li li.collapsibleListClosed ul {
	display: block !important;
}

li.collapsibleListOpen li{
	background: none !important;
	padding: 5px 0 0 8px;
	margin-left: 8px;
	list-style-type: none !important;
}

li.collapsibleListOpen li ol li{
	list-style-type: decimal !important;
	margin-left: 20px;
	padding-left: 0 !important;
}

li.collapsibleListOpen li ul li {
	
	list-style-type: disc !important;
	padding-left: 0;
	margin-left: 25px;
}

.blue-underline {color: #009CDE; text-decoration: none;}
.red-steps {color: #000; font-weight: bold; text-transform: uppercase;}
.phone-numbers {color: #EC261B; font-weight: bold; text-transform: uppercase;}
.icon-phone {color: #EC261B;}


.contentCurve {
	height: 100px;
	position: relative;
	top: -40px;
	z-index: -999;
	-webkit-border-radius: 0 0 600px 600px / 0 0 50px 50px;
	-moz-border-radius: 0 0 600px 600px / 0 0 50px 50px;
	border-radius: 0 0 600px 600px / 0 0 50px 50px;
	background-color: #555;
	margin-bottom: -35px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contentCurveWide {
	height: 100px;
	position: relative;
	top: -40px;
	z-index: 1;
	-webkit-border-radius: 0 0 600px 600px / 0 0 50px 50px;
	-moz-border-radius: 0 0 600px 600px / 0 0 50px 50px;
	border-radius: 0 0 600px 600px / 0 0 50px 50px;
	background-color: #555;
	margin-bottom: -35px;
}
.contactSidebar {
	width: 180px;
	height: 140px;
	margin-top: 10px;
	padding: 15px;
	font-size: 22px;
	font-weight: bold;
}
.contactSidebar img{
	 vertical-align: middle;
}
#country1 {
	width: 220px;
	height: 60px;
	background-image:url(../layout/country_mexico.jpg);
}
#country1:hover {
	background-image:url(../layout/country_mexico_over.jpg);
}
#country1tooltip {
	display: none;
	position: absolute;
	top: 140px;
	right: 50%;
	margin-right: -455px;
	padding: 10px;
	width: 200px;
	height: 100px;
	background-color: white;
	border: #CCC thin solid;
	-moz-box-shadow:    -3px 2px 5px #000;
	-webkit-box-shadow: -3px 2px 5px #000;
	box-shadow:         -3px 2px 5px #000;
}
#country1tooltip:hover {
	display: block;
	z-index: 9999;
}
#country1:hover + #country1tooltip {
	display: block;
	z-index: 9999;
}

.zebraRowTable, .zebraColTable {
	border: 1px dotted #CCC;
	width: 650px;
}

.zebraRowTable td, .zebraColTable td {
	padding: 10px;
	border: 1px dotted #ccc;
}

.zebraRowTable tr:nth-child(even) {
	background: #F6F4F4;
}

.zebraColTable tr td:nth-child(odd) {
	background: #F6F4F4;
}

.zebraRowTable tr:first-child td, .zebraColTable tr:first-child td {
	background: #ceeffc;
}

table {
	border-collapse: collapse;
}

.contentSection table ul li {
	margin-left: 0;
}

#country2 {
	width: 220px;
	height: 60px;
	background-image:url(../layout/country_poland.jpg);
}
#country2:hover {
	background-image:url(../layout/country_poland_over.jpg);
}
#country2tooltip {
	display: none;
	position: absolute;
	top: 200px;
	right: 50%;
	margin-right: -455px;
	padding: 10px;
	width: 200px;
	height: 100px;
	background-color: white;
	border: #CCC thin solid;
	-moz-box-shadow:    -3px 2px 5px #000;
	-webkit-box-shadow: -3px 2px 5px #000;
	box-shadow:         -3px 2px 5px #000;
}
#country2tooltip:hover {
	display: block;
}
#country2:hover + #country2tooltip {
	display: block;
	z-index: 9999;
}
#country3 {
	width: 220px;
	height: 60px;
	background-image:url(../layout/country_UK.jpg);
}
#country3:hover {
	background-image:url(../layout/country_UK_over.jpg);
}
#country3tooltip {
	display: none;
	position: absolute;
	top: 260px;
	right: 50%;
	margin-right: -455px;
	padding: 10px;
	width: 200px;
	height: 100px;
	background-color: white;
	border: #CCC thin solid;
	-moz-box-shadow:    -3px 2px 5px #000;
	-webkit-box-shadow: -3px 2px 5px #000;
	box-shadow:         -3px 2px 5px #000;
}
#country3tooltip:hover {
	display: block;
	z-index: 9999;
}
#country3:hover + #country3tooltip {
	display: block;
	z-index: 9999;
}
.clearfloat {
	clear: both;
	line-height: 0;
}
div.noBorder, p.noBorder
{
	border: none;
}

#content {
	width: 960px;
	margin: 0 auto;
	padding: 0 auto;
	display: block;
	color: #333;
}
.contentSection1 {
	width: 200px;
	height: 100%;
	padding: 0px;
	float: left;
}
.contentSection2 {
	width: 480px;
	background-color: none;
	padding: 20px 0 20px 30px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 18px;
}
.contentSectionSidebar {
	float:right; 
	padding: 10px; 
	width: 212px;
	margin-top: 80px;
	background-color: none;
}

.contentSectionSidebar > img:first-child, .contentSectionSidebar > img.first {
	margin-top: -80px;
	float:right;
	position:relative;
	right: -10px;
	top: -10px;
}
.contentSection2 li {
	list-style-type: none;
	background: url('../img/bullet-disc.png') no-repeat 0 4px;
	/*margin-left: -17px;*/
	height: auto;
	padding-left: 20px;
}
.contentForm {float: left; }


.contentForm input{
	display: block;
	background-color: #f2f3f2;
	padding: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #C7C7C7;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float:none;
	clear: both;
	width: auto;
	-webkit-border-radius: 3px;
border-radius: 3px; 
}

.alert { background-color: #fbe3e4; padding: 8px; color: #8b2108; font-size: 12px; margin: 5px 0px 5px 0px;}
.alert-icon { font-family: FontAwesome;}


.currentPage {color: #333;}

.red {color: red;}
.red-spam {color: red;margin-top:10px;display:inline-block;margin-right:3px;}
.red-spam-strong {color:red; font-weight: bold;}
p .red-spam {margin-top: 0;}


.submitBtn {
	border-top: 1px solid #96d1f8;
   background: #007bd2;
   background: -webkit-gradient(linear, left top, left bottom, from(#009bde), to(#007bd2));
   background: -webkit-linear-gradient(top, #009bde, #007bd2);
   background: -moz-linear-gradient(top, #009bde, #007bd2);
   background: -ms-linear-gradient(top, #009bde, #007bd2);
   background: -o-linear-gradient(top, #009bde, #007bd2);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
/*   font-size: 14px;
   font-family: Georgia, serif;*/
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
}

#country-language-select
{
	width: 275px; height: 29px;
	float: right;
	font-size: .8em;
	color: #999;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}


#country-language-select li {
}

#country-language-select option {
	padding: 0 5px;	
}

#country-list {
	width: 120px;
	margin-right: 10px;
}

.language-list {
	width: 100px;
}

#country {
	width: 273px;
	height: 23px;
	float: right;
	font-size: .8em;
	padding-top: 7px;
	margin-left: 2px;
	color: #999;
}
#country a{color: #666;}
#country a:hover{color:#009cde;}
#country img {
	position: relative;
	top: 2px;
}

#country-lang {
	width: 273px;
	min-height: 100px;
	float: left;
	font-size: .8em;
	padding-top: 7px;
	margin-left: 2px;
	color: #999;
}

ul#country-lang li {background: none;}

#curveTest {
	height:375px;
	width:960px;
	background-image: url(../layout/slider.jpg);
	background-position: top;
	-webkit-border-radius: 0 0 55% 55% / 0 0 8% 8%;
	-moz-border-radius: 0 0 55% 55% / 0 0 8% 8%;
	border-radius: 0 0 55% 55% / 0 0 8% 8%;
}
hr.dotted {
  border-top: 1px dotted #999;
  border-bottom: 0px;
  color: #FFF;
  background-color: #fff;
  height: 0px;
  width:100%;
  float: left;
  *margin: 0;
}
.secondaryContent hr.dotted {
	margin: 5px 0 10px;
	*margin: 0;
}
.secondaryContent img.left {
	margin: 0;
}

.footer-menu p, .footer-menu li {font-size: 12px;}
.footerTextLarge {font-size: 11px;}
#footer {
	margin: 20px 0 0 0;
	padding: 15px;
	width: 930px;
	font-size: 10px;
	color: #999;
	text-align: left;
	border-top-style: solid;
	border-top-color: #da291c;
	border-top-width: 5px;
	background-color: white;
}
.footerLeft {
	width: 715px;
	float: left;
}
.footerRight {
	width: 180px;
	/*height: 200px;*/
	float: right;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}
.footerTextLarge {
	font-size: 11px;
}
.footnote {
	font-size: 11px;
	font-style: italic;
	padding-top: 15px;
}
.forms a{
	color: #009cde;
}
form fieldset {
	padding: 10px 0;
}
form fieldset button {
	padding-top: 5px;	
}
#header {
	height: 100px;
}
#home {
	height: 30px;
	width: 30px;
	background-color: #f2f3f2;
	float: left;
	padding: 5px 5px 5px 3px;
	margin: 30px 10px 10px 0;
	vertical-align: bottom;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:    inset 0 0 3px #999;
	-webkit-box-shadow: inset 0 0 3px #999;
	box-shadow:         inset 0 0 3px #999;
}
input {
	display: block;
	float: left;
	border: none;
	width: 150px;
	font-size: 12px;
	margin: 3px 3px 3px 8px;
	padding: 2px;
	color: #666;
	background-color: #E3E3E3;
}

#logo {
	background-color: white;
	margin-top: 20px;
	float: left;
}
.largeLink {
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
.listNav {
	height: 100%;
	margin-top: 32px;
}
.listNav ul {
	list-style: none;
}
.mainContent .listNav ul {
	margin-bottom: 0;
}
.listNav {
	height: 100%;
	margin-top: 32px;
}
.listNav ul {
	list-style: none;
}
.mainContent .listNav ul {
	margin-bottom: 0;
}
.listNav li {
	padding: 15px 20px 15px 20px;
	border-bottom: 1px dotted #CCC;
	position:relative;
	font-weight: bold;
	text-shadow: 1px 1px 0.05em #FFF;
	background: none;
	z-index:0;
	font-size: 16px;
	color: black !important;
}
.listNav li.currentSelectedLi {
	background: url(../layout/arrow_right.png) no-repeat 97% 17px !important;	
}
ul.listNavSub li.selectedLi {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
ul.listNavSub li.currentSelectedLi 
{
	background: url(../layout/arrow_right.png) no-repeat 97% 5px !important;
	padding-right: 20px;
}
.listNav a{
	color: black;
}
.listNav a:hover{
	text-decoration: none;
}
.listNavSub li{
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	border: none;
	z-index:0;
}
.listNavSubSelected li{
	background-color: none;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 20px;
	border: none;
	z-index:0;
}
.listNavSubSelected li:hover{
	text-decoration: none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.topListNav li:hover {
	background-color: #FFF;
	-moz-box-shadow:    -3px 2px 5px #666;
	-webkit-box-shadow: -3px 2px 5px #666;
	box-shadow:         -3px 2px 5px #666;
	z-index: 1;
}
.listNavSub li:hover
{
	background-color: #FFF;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	z-index: 1;
}
.listNavSub li a:hover, .listNavSub li.selectedLi a {color: #009CDE;}

.listNavSpacer {
	display:inline;
	height: 100%;
	background-color: red;
}
#locator {
	width: 1050px;
	height: 750px;
	margin-left: -45px;
	margin-top: 20px;
	border: none;
	background-color: white;
	border:thin #CCC solid;
}
#locatorShadow {
	height: 450px;
	width: 1110px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -555px;
	z-index: -2;
}
.mainContent {
	width: 960px;
	background-image: url(../layout/bg_gradient_container.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
/*	border-style:solid;
	border-color: #CCC;
	border-width: thin;*/
	margin-top: 20px;
	overflow: hidden;
	text-align: left;
	-webkit-border-radius: 0 0 600px 600px / 0 0 50px 50px;
	-moz-border-radius: 0 0 600px 600px / 0 0 50px 50px;
	border-radius: 0 0 600px 600px / 0 0 50px 50px;
	padding-bottom: 25px;
}

ul#nav {
	height: 28px;
	width: auto;
	float: left;
	margin: 30px 10px 0 0;
	padding: 12px 10px 0 20px;
	background-color: #ceeffc;
	color: #333333;
	font: bold 14px Arial, Helvetica, sans-serif;
	-moz-box-shadow:    inset 0 0 3px #999;
	-webkit-box-shadow: inset 0 0 3px #999;
	box-shadow:         inset 0 0 3px #999;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nav a {
	color: #333333;
}
#nav a:hover {
	color: #009CDE;
}
.navigation {
	width: 25px;
	height: 25px;
	float: right;
	padding: 0px;
	background-image:url(../layout/home_icon.png);
	background-repeat:no-repeat;
	display: block;
}
.printBtn {
	font-size: 15px;
	height: 20px;
	font-weight: normal;
	text-align: right;
	padding-right: 0px;
	float: right;
}
.printBtn a, .printBtn button
{
	color: #009cde;
	font-size: 15px;
}

.mainContent input {
	float: none;
	width: auto;

}

.productsBtn {
	height: 27px;
	width: 116px;
	margin: 30px 0 0 0;
	padding-top: 12px;
	color: #FFF;
	background-color: #555555;
	float: left;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:    inset 0 0 3px #999;
	-webkit-box-shadow: inset 0 0 3px #999;
	box-shadow:         inset 0 0 3px #999;
}
.productsMenu {
	background-color: white;
	border-width: thin;
	border-color: black;
	display: none;
	position: absolute;
	top: 102px;
	*top: 99px;
	left: 50%;
	margin-left: 363px;
	z-index: 999;
	-moz-box-shadow:     0 2px 10px #000;
	-webkit-box-shadow:  0 2px 10px #000;
	box-shadow:          0 2px 10px #000;
	width: 200px;
}
.productsMenu a {
	color: #666;
}
.productsMenu a:hover {
	color: #009cde;
}
.productsBtn:hover + .productsMenu {
	display: block;
}
.productsMenu:hover {
	display: block;
}

div.productsMenuContent {width: 200px; padding: 5px 10px 10px 10px;}

.selectedLi {
	background: none !important;
	color: #666;
	-moz-box-shadow:    -3px 2px 4px #666 !important;
	-webkit-box-shadow: -3px 2px 4px #666 !important;
	box-shadow:         -3px 2px 4px #666 !important;
	z-index: 1 !important;
}
#signIn {
	height: 40px;
	font-size: 14px;
	margin: 30px 0 0 5px;
	display: block;
	float: left;
	background-image:url(../layout/signin.jpg);
}
#signIn:hover {
	background-image:url(../layout/signin_over.jpg);
}
#slider {
	height: 450px;
	margin: 20px 0 0 0;
	position: relative;

}
.banner_txt {
	float: left;  
    padding: 45px 10px 5px 50px;
    position: absolute;
    width: 550px;
    color:#000;
	font-weight: bold;
}
.banner_txt h1{
	font-family: OmnesBold, sans-serif;
	font-size: 42pt;
	font-weight: normal;
	line-height: 44pt;
	color: #da291a;
}
.banner_txt h2{
	font-family: Omnes, Arial, sans-serif;
	color: #000000;
	font-size: 25pt;
	line-height: 25pt;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 8px;
	margin-top:5px;
}
.banner_txt p
{
	font-family: Omnes, sans-serif;
	color: #666;
	font-size: 16pt;
	margin-bottom: 12px;
	line-height: 20pt;
	letter-spacing: 1px;
	font-weight: normal;
}
#agentLogos {	
	text-align: left;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
#agentLogos h2 {
	font-weight: bold;
	margin: 0 0 -10px 0;
	/*margin-bottom: -10px;*/
}

.agentLogos{margin: 0;}
.agentLogosReverse
{
	position: relative;
	top: -10px;
}

.banner_txt h3{
    color: #39393A;
    font-family: arial;
    font-weight: lighter;
    margin: 5px 0 0 75px;
}
.banner_txt img{
    margin:5px 0 0;
    
}
#sliderShadow {
	height: 450px;
	width: 1020px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -510px;
	z-index: -2;
}
#sliderNav {
	width: 960px;
	height: 95px;
	position: relative;
	top: -29px;
	margin: 0;
	background: url(../layout/slider-bottom-bg.png) no-repeat 0 0;
}
#sendMoney a, #receiveMoney a {
	color: #fff;
	font-size: 30px;
	padding-top: 30px;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	padding-bottom: 20px;
}
#sendMoney {
	width: 480px;
	height: 85px;
	display: block;
	float: left;
}

#receiveMoney {
	width: 460px;
	height: 85px;
	display: block;
	float: left;
	padding-left: 20px;
}

#sendMoney.active a, #receiveMoney.active a {
	color: #000;
}

.heroInteractiveFeaturedImg
{
	position: relative; float: left; margin: 0 15px 0 0; top: -11px;
}

#payBills {
	width: 320px;
	height: 85px;
	display: block;
	float: left;
	background-image:url(../layout/paybills_btn.png);
}
#payBills:hover {
	background-image:url(../layout/paybills_btn_over.png) !important;
}
.quoteBox {
	margin: 30px 0 !important;
	padding: 5px 10px;
	font-size: 12px;
	border: 1px solid #999;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.secondaryContent {
	margin: 10px 0 0 0;
	position: relative;
	top: -30px;
	min-height: 170px;
	font-size: 12px;
	text-align: left;
}
.secondaryContentReverse {top: 0; margin: 0 0 30px 0;}
.secondaryContent img {
	position: relative;
	top: 2px;
}
#searchBox {
	width: 200px;
	height: 28px;
	background-color: #f2f3f2;
	padding-top: 2px;
	float: right;
}

#searchBox input {
	background-color: #f2f3f2;
}
#searchBox button {
	margin-top: 2px;
	padding-left: 5px;
	border-left: 1px solid #fff;
	display: inline-block;
	color: #999;
}
#searchLinks {
	float: right;
	height: 17px;
	font-size: 11px;
	letter-spacing: 0.5px;
	color: #999999;
	padding: 8px;
}
.sliderLink {
	font-size: 14px;
	color: #000;
}
.sliderLink:hover{
	color: #009cde;
}
.secondaryBox {
	float: left;
	width: 216px;
	height: 165px;
	padding: 10px;
	background-color: white;
	margin-right: 5px;
	-moz-box-shadow:    inset 0 0 5px #999;
    -webkit-box-shadow: inset 0 0 5px #999;
    box-shadow:         inset 0 0 5px #999;
    position: relative;
}

div.secondaryBox:last-child, .lastSecondaryBox
{margin-right: 0 !important;}

.secondaryBox h2 {font-weight: bold; margin-top: 0; border-left: 4px solid #da291c; padding-left: 7px;}
.secondaryBox img.marketingCalloutImg {width: 248px; float:left;}

.secondaryBoxTwoColumn {width: 458px; height: 165px; margin-right: 2px;}
.no-csstransforms .secondaryBoxTwoColumn {width: 452px;}
.secondaryBoxThreeColumn {width: 699px; height: 165px;}
.secondaryBoxFourColumn {width: 940px; height: 165px;}

.innerSecondaryBox {float: right; width: 190px; padding: 10px 10px 0 0;}
.innerSecondaryBoxThreeColumn {width: 430px;}
.innerSecondaryBoxFourColumn {width: 670px;}
.innerSecondaryBoxFullWidth {float: left; padding: 10px; min-width: 90%; max-width: 95%; overflow: hidden;}

.secondaryBoxLink { position: absolute; bottom:12px;}
.sitemapColumn {
	float: left;
	width: 300px;
}
.sitemapColumn h3 a {color: #333333;}
#slider {
	width: 960px;
	height: 380px;
	overflow: hidden;
	margin: 20px auto 0 auto;
	position: relative;
	-webkit-border-radius: 0 0 55% 55% / 0 0 8% 8%;
	-moz-border-radius: 0 0 55% 55% / 0 0 8% 8%;
	border-radius: 0 0 55% 55% / 0 0 8% 8%;
}

.mainContent .searchPage {
	font-size: 12px;
	color: #666;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border: 1px solid #E2E2E2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:    inset 1px 1px 0px -8px #CCC;
	-webkit-box-shadow: inset 1px 1px 0px -8px #CCC;
	box-shadow:         inset 1px 1px 0px -8px #CCC;
	background-color: #E2E2E2;
	float: left;
	width: 90%;
}
.searchResults {
	width: 600px;
}
.searchResults h2 {
	color: #009cde;
	font-weight: normal;
	margin-bottom: 5px;
}


.smallContent {
	float: left;
	width: 150px;
	padding: 15px 10px 10px 15px;
	font-size: 12px;
	text-align: left;
}
div.smallContent ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
div.smallContent li {
	padding: 5px 0 0 0;  
}
.scroll {
	height: 450px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
}
.scroll a{
	color: #009cde;
}
.scrollContainer div.panel {
	padding: 0;
	height: 410px;
	width: 960px; /* change to 560px if not using JS to remove rh.scroll */
	background-color: white;
	text-align: left;
	font-size: 12px;
}

#info1, #info2
{background-image: url(../layout/slider_blank.png);}

#slider1
{
	padding: 0;
	margin: 0;
}

.tableLeft {
	width: 360px;
	padding-top: 10px;
	float: left;
	vertical-align: middle;
}
.tableRight {
	width: 90px;
	text-align: right;
	float: right;
	padding: 15px;
	vertical-align: middle;
}
.transfer1 {
	padding: 20px;
	float:left;
	width: 225px;
}
.transferBox {
	float: left;
	width: 390px;
	margin-top: 20px;
	padding: 20px 20px 0 20px;
	height: 315px;
	color: white;
	font-size: 12px;
	background-color: #555555;
	-webkit-border-radius: 0 0 55% 55% / 0 0 8% 8%;
	-moz-border-radius: 0 0 55% 55% / 0 0 8% 8%;
	border-radius: 0 0 80% 80% / 0 0 5% 5%;
}
#topSearch {
	height: 30px;
	color: black;
}
.twoColumn {
	width: 290px;
	padding-right: 40px;
	float: left;
}
.transferBox input {
	display: inline;
	border: none;
	float: none;
	padding: 5px 10px;
	margin: 0;
	width: 20px;
}



/* -----------------------------------------------------------
	2 col layout
----------------------------------------------------------- */

.contentSection {
	width: 660px;
	padding: 20px 60px 20px 60px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 30px;
}

.contentSection {
	width: 660px;
	background-color: none;
	padding: 0px 0 20px 46px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 18px;
}
.contentSection li {
	list-style-type: none;
	height: auto;
	padding: 0 0 5px 20px;
	background: url('../img/bullet-disc.png') no-repeat 0 5px;
}

.contentSection ol li {
	margin-left: 20px;
}

.contentSection2 h4{
	display: inline;
}


/* -----------------------------------------------------------
	country selector
----------------------------------------------------------- */


.selector-layout #header #topSearch, .selector-layout #header .right {
	display: none;
}

.selector-layout #header #logo {
	margin-top: 50px;
}

.selector-layout .contentSection {
	width: 90%;
	padding-bottom: 0;
}

.selector-layout .contentSection #country-selector-areas .left.small {
	width: 30%;
	padding-right: 5%;
	margin-right: 2%;
	background: url(../img/bg-country-divider.png) no-repeat bottom right;
	min-height: 400px;
}

.selector-layout .contentSection #country-selector-areas .left.wide {
	width: 63%;
	background: url(../img/bg-country-map.png) no-repeat bottom center;
	padding-bottom: 250px;
}

.selector-layout .contentSection .countries li {
	background: none;
	font-size: 16px;
	margin-left: 60px;
	padding-left: 0;
	float: left;
	clear: both;
}

.selector-layout .contentSection .countries li.divider {
	border: none;
	border-top: 1px solid #ccc;
	line-height: 18px;
	padding-top: 5px;
	margin-top: 3px;
}

.selector-layout .contentSection .countries li a {
	color: #0099cc;
}

.selector-layout .customSelect {
	width: 220px;
	color: #000;
	font-size: 13px;
	border-radius: 5px;
	padding: 7px 10px;
	margin-bottom: 5px;
	cursor: pointer;
	background: #e2e2e2 url(../img/icon-dropdown-country.png) no-repeat 96% 50%;
	-moz-box-shadow: inset 1px 1px 1px #888;
	-webkit-box-shadow: inset 1px 1px 1px #888;
	box-shadow:inset 1px 1px 1px #888;
}

.selector-layout .customSelectInner {
	width: auto !important;
	cursor: pointer;
}

.selector-layout .darkblue {
	position: absolute;
	float: none;
	right: 0;
	top: 20px;
	width: 80px;
}

.selector-layout #country-lang {
	position: relative;
	width: 70%;
	margin-left: 20%;
	overflow: hidden;
}

.selector-layout option {
	padding: 0 5px;
}

#header .customSelect {
	background: #fff url(../img/icon-dropdown-header.png) no-repeat 96% 50%;
	border-right: 1px solid #ccc;
	width: 110px;
	padding: 7px 24px 7px 0;
	text-align: left;
	max-height: 15px;
	overflow: hidden;
	margin-bottom: -3px;
	white-space: nowrap;
}


#header .customSelectInner {
	padding-left: 8px;
	width: 99px !important;
	overflow: hidden;
	text-overflow:ellipsis;
}

.corporate-link-container
{
	border-top: 1px solid #E2E2E2;
}

.country-selector-promo-first
{
	clear:both; display: block; position: relative; float: left;
	width: 395px; margin: 0 5px 10px 0; padding: 15px; border: 1px solid #CCCCCC;
}

.country-selector-promo
{
	display: block; position: relative; float: left;
	width: 395px; margin: 0 0 10px 5px; padding: 15px; border: 1px solid #CCCCCC;
}

/* -----------------------------------------------------------
	quick links
----------------------------------------------------------- */
.sideWidget {
	margin: 35px 15px 15px 15px;
	padding: 15px;
	width: 170px;
	font-size: 12px;
	border: 1px solid #CCC;
	border-top: 2px solid #da291c;
	background-color: white;
	background-image:url(../layout/widget_bg.png);
	background-position: top;
	background-repeat:repeat-x;
}
.sideWidgetWide {
	float: right;
	margin: 35px 15px 15px -8px;
	padding: 0 15px 15px 15px;
	width: 180px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #CCC;
	border-top: 2px solid #da291c;
	opacity:0.95;
    filter:alpha(opacity=95);
	background-color: white;
	background-image:url(../layout/widget_bg.png);
	background-position: top;
	background-repeat:repeat-x;
}
.sideWidgetWide li{
	list-style: none;
	margin: 0px 0px 2px 0px;
}

.contact { font-size: 12px; color: #666; line-height: 18px;}

.contactHR {
  border-top: 1px dotted #999;
  border-bottom: 0px;
  color: #FFF;
  background-color: #fff;
  height: 0px;
  width:100%;
  float: left;
}


/* -----------------------------------------------------------
	faq links
----------------------------------------------------------- */
.sideWidgetfaq {
	margin: 45px 15px 15px 15px;
	padding: 15px;
	width: 170px;
	font-size: 12px;
	border: 1px solid #CCC;
	border-top: 2px solid #da291c;
	background-color: white;
	background-image:url(../layout/widget_bg.png);
	background-position: top;
	background-repeat:repeat-x;
}
.sideWidgetWidefaq {
	margin: 315px 15px 15px -8px;
	padding: 0 15px 15px 15px;
	width: 180px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #CCC;
	border-top: 2px solid #da291c;
	opacity:0.95;
    filter:alpha(opacity=95);
	background-color: white;
	background-image:url(../layout/widget_bg.png);
	background-position: top;
	background-repeat:repeat-x;
}
.sideWidgetWidefaq li{
	list-style: none;
	margin: 0px 0px 2px 20px;
}

.quickFaqs li {
	list-style-type: none;
	background: url('../img/bullet-disc.png') no-repeat 0 4px;
	margin-left: -5px;
	margin-bottom: 8px;
	height: auto;
	padding-left: 22px;
	color: #666;
}


.contact { font-size: 12px; color: #666; line-height: 18px;}


.contactHR {
  border-top: 1px dotted #999;
  border-bottom: 0px;
  color: #FFF;
  background-color: #fff;
  height: 0px;
  width:100%;
  float: left;
}

.icon-print {color: #000;}\
.cheveron { list-style: disc;}

/*.contentSection2 li li { list-style-position: inside; list-style-type:circle; background: none;}*/
.contentSection2 li li { list-style-type:square; background:none; padding-left:0; margin-left:15px;}
a.link2blue { color:#009CDE; text-decoration: none;}
a.link2blue:hover { text-decoration: underline;}
.expandableLinks {
    margin: 0;
    text-align: left;
}
.expandableLinks a {
    border-right: 1px solid #747474;
    padding: 0 6px;
    color: #009CDE;
}
.expandableLinks a.collapseExpandable {
    border-right: 0 none;
    padding-right: 0;
}

.contact-container {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    background-image: url("../layout/bg_gradient_container.png");
    background-position: center top;
    background-repeat: repeat-x;
    border-color: #DA291C #CCCCCC #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 2px 1px 1px;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 15px 15px 0px;
    opacity: 0.95;
    padding: 0 15px 15px;
    width: 630px;
}


.form-title {font-size: 21px; margin: 20px 0px 5px 0px; }
.required-fields {font-size: 12px; color: #666; font-style: italic; }


/* Added by Tim palac on 2/25 to customize the site */
#page-404 {position: relative; text-align: center; min-height: 500px; background-position:top; background-repeat:repeat-x;}
.page-404 {width: 500px; margin: auto; text-align: center; padding-top: 30px;}

.message-404 {position: absolute; width: 220px; top: 80px; right: 30px; margin: 0; padding: 0; border: none;}

.page-404 ul li {vertical-align: top;}

.transfer1 {
	 padding: 20px;
	 float:left;
	 width: 225px;
}

.transferBoxEmpty {
	float: left;
	padding: 0px; 
	/*border: 1px solid #D7D7D7;*/ 
	width: 670px;
	/*width: 390px;
	padding: 20px 20px 0 20px;*/
	margin-top: 10px;
	height: 315px;
	color: white;
	font-size: 12px;
}


.transferBox {
	float: left;
	/*width: 390px;	
	padding: 20px 20px 0 20px;
	height: 315px;*/
	margin-top: 20px;
	padding: 10px; width: 410px; height: 335;
	color: white;
	font-size: 12px;
	background-color: #555555;
	-webkit-border-radius: 0 0 55% 55% / 0 0 8% 8%;
  -moz-border-radius: 0 0 55% 55% / 0 0 8% 8%;
   border-radius: 0 0 80% 80% / 0 0 5% 5%;
}
.transferBox input{
	display: inline;
	float: none;
	padding: 5px 10px;
	margin: 0;
	width: 20px;
}

#mycarousel li {
	width: 200px;
	height: 60px;
	text-align: center;
}



/* -----------------------------------------------------------
	Custom Slider CSS and  Form Css
----------------------------------------------------------- */

div.bx-pager{position:absolute;z-index:9999;bottom:35px;right:25px;}
div.bx-pager a.pager-link{width:12px;height:12px;background:url(../layout/slider-pager.png) no-repeat 0 0;display:block;text-indent:-99999px;overflow:hidden;cursor:pointer;float:left;margin-left:4px;}
div.bx-pager a.pager-link:hover{background-position:0 -12px;}
div.bx-pager a.pager-active{background:url(../layout/slider-pager.png) no-repeat 0 -12px;}
div.bx-window {margin-top: -25px;}


a.bx-prev{width:20px;height:32px;display:block;font-size:25px;color:green!important;position:absolute;z-index:9999;top:173px;left:19px;background:url(../layout/slider-arrow.png) no-repeat 0 0;text-indent:-99999px;overflow:hidden;cursor:pointer;}
a.bx-next{width:20px;height:32px;display:block;font-size:25px;color:red!important;position:absolute;z-index:9999;top:173px;right:19px;background:url(../layout/slider-arrow.png) no-repeat -21px 0;text-indent:-99999px;overflow:hidden;cursor:pointer;}
a.bx-prev:hover{background-position:0 -32px;}
a.bx-next:hover{background-position:-21px -32px;}


.transferBox h2 { font-weight: normal;}
.transferBox .frmRow{clear:both; margin:0 0 10px;}
.labeltextfield{display:block; font-size:15px; float:left; width:132px; text-align: right; padding-right: 15px; padding-top: 5px;}
.rwoAmout{width:110px;float:right;}

.rwoAmout input{width:90%;background:#fff;border-radius:3px;padding:8px 5px; margin: 4px 0px;}

.frmbutton button{width:161px;height:35px;display:block;background:url(../layout/estimator_btn.jpg) no-repeat;text-indent:-99999px;overflow:hidden;border:none;cursor:pointer;}

.selector,.selectorSmall .selector{position:relative; font-size:12px; color:#888; float:left; padding-left:10px;}

.selector span{display:block; height:31px; width:245px; padding:8px 3px 8px 3px; -webkit-border-radius: 3px;
border-radius: 3px; height: 15px; background: #fff url() no-repeat 225px 5px; margin: 4px 0px 4px 0px; border-width: 1px; text-align:left;  }

.selector select option,.selectorSmall .selector select option{font-size:12px;color:#888;padding:5px 5px 5px 3px;}

.selector select{cursor:pointer;position:absolute;top:10px;left:10px;height:31px;width:255px;border:none;}

.selectorSmall .selector span{display:block; height:31px; width:132px; padding:8px 3px 8px 3px; -webkit-border-radius: 3px;
border-radius: 3px; height: 15px; background: #fff url() no-repeat 112px 5px; margin: 4px 0px 4px 0px; border-width: 1px;}

.selectorSmall .selector select{cursor:pointer;position:absolute;top:5px;left:12px;height:31px;width:132px;border:none;}
.selectorSmall{width:135px;float:left;}
.arrow { position: absolute; right: 8px; top:10px;}


.select { background:url() no-repeat 0 0; position: relative;}
.new-form {width: 430px; height: 150px; float: left;}



.Includefee,.frmbutton{float:right;clear:both;}
.frmbutton { padding: 8px 0 0 0;}

.dotted {
  border-top: 1px dotted #999;
  border-bottom: 0px;
  color: #FFF;
  background-color: #fff;
  height: 0px;
  width:100%;
  float: left;
  line-height: 0;
}

.location-btn { position: absolute; width: 150px; height: 100px; right:58px; top:297px;}

/*------ Mexico tool tips --------*/

.mexico {background-image: url("../layout/country_mexico.jpg"); background-position: 5px 8px; background-repeat: no-repeat; width: 235px; float: left; margin: 10px 0px;}
.mexico ul {margin: 0px;}
.mexico li  {list-style: none; margin: 23px 65px; font-size: 14px; float: left;}


#singleContainerCountry1{
	position: relative;
	float: left;
	width: 235px;	
	height: 85px;
	overflow: hidden;
	border-top: 0 none;
    border-bottom: 1px dotted #999999;
}
#singleContainerCountry1 .front {
	position: absolute;
	/*
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	*/
	z-index: 900;
	background: #fff;
	text-align: center;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 235px;
	height: 85px;	
	
}

#singleContainerCountry1 .back {
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
	background: #FFF;
	z-index: 800;
	text-align: center;
	width: 235px;
	height: 85px;	
}
#singleContainerCountry1 .back img{
	float: left;
	padding: 20px 0 0 20px;
}
#singleContainerCountry1 .back p{
	text-align: left;
	line-height: 18px;
	font-size:  12px;
	width: 235px;
	margin: 0px 0px 0px 8px;
}


/*------ Poland tool tips --------*/

.poland {background-image: url("../layout/country_poland.jpg"); background-position: 5px 8px; background-repeat: no-repeat; width: 235px; float: left; margin: 10px 0px;}
.poland ul {margin: 0px;}
.poland li  {list-style: none; margin: 23px 65px; font-size: 14px; float: left;}


#singleContainerCountry2 {
	position: relative;
	float: left;
	width: 235px;	
	height: 85px;
	overflow: hidden;
	border-top: 0 none;
    border-bottom: 1px dotted #999999;
}
#singleContainerCountry2 .front {
	position: absolute;
	/*
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	*/
	z-index: 900;
	background: #fff;
	text-align: center;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 235px;
	height: 85px;	
	
}

#singleContainerCountry2 .back {
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
	background: #FFF;
	z-index: 800;
	text-align: center;
	width: 235px;
	height: 85px;	
}
#singleContainerCountry2 .back img{
	float: left;
	padding: 20px 0 0 20px;
}
#singleContainerCountry2 .back p{
	text-align: left;
	line-height: 18px;
	font-size:  12px;
	width: 235px;
	margin: 0px 0px 0px 8px;
}


/*------ UK tool tips --------*/

.uk {background-image: url("../layout/country_UK.jpg"); background-position: 5px 8px; background-repeat: no-repeat;width: 235px; float: left; margin: 10px 0px;}
.uk ul {margin: 0px;}
.uk li  {list-style: none; margin: 23px 65px; font-size: 14px; float: left;}


#singleContainerCountry3{
	position: relative;
	float: left;
	width: 235px;	
	height: 85px;
	overflow: hidden;
	border-top: 0 none;
    border-bottom: 1px dotted #999999;
}
#singleContainerCountry3 .front {
	position: absolute;
	/*
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	*/
	z-index: 900;
	background: #fff;
	text-align: center;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 235px;
	height: 85px;	
	
}

#singleContainerCountry3 .back {
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
	background: #FFF;
	z-index: 800;
	text-align: center;
	width: 235px;
	height: 85px;	
}
#singleContainerCountry3 .back img{
	float: left;
	padding: 20px 0 0 20px;
}
#singleContainerCountry3 .back p{
	text-align: left;
	line-height: 18px;
	font-size:  12px;
	width: 235px;
	margin: 0px 0px 0px 8px;
}

.country {background-position: 5px 8px; background-repeat: no-repeat;width: 235px; float: left; margin: 10px 0px;}
.country ul {margin: 0px;}
.country li  {list-style: none; margin: 23px 65px; font-size: 14px; float: left;}
.countryFeatured li {list-style: none; margin: 23px 65px 23px 0; font-size: 14px; float: left;}

.icon-chevron-right:before { color: #009BDE; }
.country-title {font-size: 14px; text-align: left; margin: 5px 0px 0px 8px; color: #009CDE; font-weight: bold;}
.pull-left-country {margin-left:35px;}
.shadow-divider {background: url("../layout/shadow-divider.png") 0 0 no-repeat; width: 408px; height: 15px;}
.estimator-container {width: 400px; float: left;}
.estimator-title {font-size: 21px; margin: 0px 10px;}
.estimator-icon {background: url("../layout/icon-transfer.png") 0 0 no-repeat; float: left; padding: 0px 35px; width: 130px; color: #cccccc; font-size: 14px; margin: 10px 0px;}
.tn-estimator { margin: 15px 0; width: 177px; height: 101px; float:left; }
.tn-estimator img{opacity:0.7; filter:alpha(opacity=70);}
.tn-estimator img:hover{opacity:1.0; filter:alpha(opacity=100);}

.agent-icon {background: url("../layout/icon-agent.png") 0 0 no-repeat; float: left; padding: 0px 35px; width: 130px; color: #cccccc; font-size: 16px; margin: 10px 0px;}
.tn-agent { margin: 15px 0; width: 177px; height: 101px; float: left; }
.tn-agent img{opacity:0.7; filter:alpha(opacity=70);}
.tn-agent img:hover{opacity:1.0; filter:alpha(opacity=100);}

/* Search Results */
.contentSection .cse .gsc-control-cse, .contentSection .gsc-control-cse {
	padding: 0;
}
.contentSection .gsc-table-result, .contentSection .gsc-thumbnail-inside, .contentSection .gsc-url-top {padding-left: 0;padding-right:0;}

.contentSection .gcsc-branding, .contentSection .gs-webResult div.gs-visibleUrl-long {
	display: none;
}

.contentSection .gsc-results {
	padding-top: 10px;
}

/*header & home changes*/
#signIn {
	background:none;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	color: #555;
	margin: 30px 0 0 5px;
	display: block;
	float: left;
	text-decoration:none;
}
#signIn:hover {
	background:#f1f1f1;
	color: #009cde;
	-moz-box-shadow:    inset 0 0 3px #999;
	-webkit-box-shadow: inset 0 0 3px #999;
	box-shadow:         inset 0 0 3px #999;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.productsMenu {margin-left:253px;}

/*home redesign buttons - centered */


#sendMoney a{text-align:center;text-indent:0;padding-right:50px;}
#sendMoney,
#sendMoney:focus{background-image:url(../layout/sendmoney2_btn.png);}
#sendMoney:hover{background-image: url(../layout/sendmoney2_btn_hover.png) !important;}
#sendMoney:active,
#sendMoney.active{background-image: url(../layout/sendmoney2_btn_active.png) !important;}
#sendMoney a span{background:url(../layout/sendmoney_arrow.png) no-repeat left center;padding-left:50px;}
#sendMoney.active a span{background:url(../layout/sendmoney_arrow_active.png) no-repeat left center;padding-left:50px;}

#receiveMoney a{text-align:center;text-indent:0;}
#receiveMoney,
#receiveMoney:focus{background-image:url(../layout/receivemoney2_btn.png);}
#receiveMoney:hover{background-image: url(../layout/receivemoney2_btn_hover.png) !important;}
#receiveMoney:active,
#receiveMoney.active{background-image: url(../layout/receivemoney2_btn_active.png) !important;}
#receiveMoney a span{background:url(../layout/receivemoney_arrow.png) no-repeat left center;padding-left:50px;}
#receiveMoney.active a span{background:url(../layout/receivemoney_arrow_active.png) no-repeat left center;padding-left:50px;}

#sendMoney.justified a{text-align:right;padding-right:40px;}
#receiveMoney.justified a{text-align:left;}

/* text resize code */
div.resizeBtn{float:right;margin-right:20px;}
div.resizeBtn span{color:#009cde;cursor:pointer;margin:0 0 0 5px;}
div.resizeBtn span.default{font-size:12px;}
div.resizeBtn span.medium{font-size:14px;}
div.resizeBtn span.large{font-size:16px;}

div.resize.medium{font-size:14px;line-height:20px;}
div.resize.medium h2{font-size:26px;line-height:20px;}
div.resize.medium h3{font-size:18px;line-height:20px;}
div.resize.large{font-size:16px;line-height:22px;}
div.resize.large h2{font-size:28px;line-height:24px;}
div.resize.large h3{font-size:20px;line-height:24px;}

/* Added by Ingeniux for services case #24210 */
button#select-country-language-button.darkblue.icon{
	top:85px;
	right:111px;
}

ul#country-lang{min-height:125px;}
/* End services case #24210 */


#holiday-container {
    width: 860px;
    margin: 0 auto;
    clear: both;
}

.left-col {
    float: left;
    width: 250px;
    text-align: center;
	padding:15px;
}

.middle-col {
    float: left;
    text-align: center;
    width: 250px;
	padding:15px;
}

.right-col {
    float: left;
    text-align: center;
    width: 250px;
	padding:15px;
}

.holiday-text {
	font-size: 14px;
	font-weight: bold;
}

.no-bold {
	font-weight: normal;
}

.no-style{
	list-style:none !important;
}

.no-style li{
	margin-left:0px;
}
