@charset "utf-8";
/* CSS Document */
.preload3 {
	background: url(../images/sideBannerFull.png);
}
.preload4 {
	background: url(../images/tdBackground.jpg);
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #C0C0C0;
	margin: 20px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/* background-image:  url(../images/gradient_back_ground.jpg); */
	background-image:  url(../images/binding-dark.png);
	/* background-repeat:repeat-x; */
	min-height: 600px;
	behavior: url("csshover3.htc"); 
}

.core #mainContainer {
	width: 946px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.core #flags {
	padding: 5px 0px 5px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.core #subContainer {
	width: 946px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height:20px;
}
.core #logo {
	background: #F1F1F1;
	border: 1px solid #000;
	height: 98px;
}
.core #menuBar {
	padding: 3px 0px 3px 0px;
	background: #BCBCBC;
	height: 28px;
}
.core #mainContent {
	border: 1px solid #000;
}
.core #rightSideBar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #D5D5D5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 20px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	text-align: left;
	font-size: small;
	margin-top: 15px;
}
.core #rightSideBar p {
	text-align: center;
}
.core #subContent {
	margin: 0px 200px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the rightSideBar div contains, the column space will remain. You can remove this margin if you want the #subContent div's text to fill the #rightSideBar space when the content in #rightSideBar ends. */
	padding: 0px 30px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#subContent ul li {
	list-style-type: circle;
	margin-top: 0.5em;
}
#showExchangeDirections ul li {
	list-style-type: circle;
	margin-top: .5em;
}
.core #calculator {
	padding: 0px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
.core #footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color: #333333;
	text-align:justify;
	padding-bottom: 0;
	padding-left: 0;
}
.core #footer li {
	display:inline;
	padding: 17px;
}
.core #footer a {
	color:#000;
	text-decoration:none;
}
.core #footer a:hover {
	color:#39F;
	text-decoration:underline;
}
.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;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* misc css rules */
.decorplan {
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
	font-weight: normal;
	line-height: 60%;	
}
.it {
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:20px;
	line-height: normal;
	font-weight: normal;
	line-height: 60%;	
}
.title {
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.hightlight {
	background: yellow;
}
.hightlightRed {
	background: red;
}
/* Begin button and decimal styles */
.button {
	font-size:14px;
	font-family:Comic Sans MS,sans-serif;
	color:#000000;
	width:90px;
	height:30px;
	background-color:#DDDDDD;
	border-top-style:solid;
	border-top-color:#EEEEEE;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#EEEEEE;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width:1px;
	cursor: pointer;
	cursor: hand;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}
.button:hover {
	background-color:#CCCCCC;
	border-top-style:solid;
	border-top-color:#999999;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#999999;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width:1px;
}

.opera .button{
	padding-top: 4px;	
}

.decimal {
	font-size:14px;
	text-align:center;
	height:22px;
	width:16px;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#999999;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width:1px;	
	padding-top: 4px;
}

.updown {
	font-family:Comic Sans MS,sans-serif;
	color:#000000;
	width:18px;
	height:30px;
	background-color:#DDDDDD;
	border-top-style:solid;
	border-top-color:#EEEEEE;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#EEEEEE;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width:1px;
	background-position:center;
	background-repeat:no-repeat;
	cursor: pointer; cursor: hand;
	padding:0 0 0 0;
	margin: 0 0 0 0;	
}
.updown:hover {
	background-color:#CCCCCC;
	border-top-style:solid;
	border-top-color:#999999;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#999999;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width:1px;
}
/* Begin Misc styles */
.buttonPlan {
	font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	font-weight: bold;
}

.buttonIt {
	font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:19px;
	line-height: 90%;
}
.buttonCopy {
	font-size:6px;
}
/* End button and decimal styles */

.auto{
	border: 1px solid #333333;
	background-color:#fff;
	color:#000;
	padding:5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:0;
	TEXT-ALIGN: right;
}
td.resetFactor:hover{
	cursor: pointer; cursor: hand;
	background-color:#E1EFFF;
}

td.curFocus { /* turns cell back-ground color on focus */
	background-color:#E1EFFF;
}
.stepBackground{
	background-image: url(../images/td_Background.jpg);
	background-repeat: repeat-x;
}
.stepHover{
	cursor: pointer;
	cursor: hand;
	background-color: #800000;
	background-image: url(none);
}
td.stepText{
	padding: 0;
	color: #ccc;
	font-size:16px;
	text-align: center;
	height:50px;
}





.tdBackground{
	background-image: url(../images/td_Background.jpg);
	background-repeat: repeat-x;
	padding: 0;
	color: #ccc;
	font-size:16px;
	text-align: center;
	height:50px;
}
.h3Currency{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: #800000 none repeat scroll 0 0;
	background-repeat: repeat-x;
	border:1px solid #333333;
	color: #ccc;
	text-decoration:underline;
	cursor:pointer;
	margin:0;
	padding:5px;
}
.h4Currency{
	background-image: url(../images/td_Background.jpg);
	background-repeat: repeat-x;
	padding: 15px 0px 0px 52px;
	border: 1px ridge #333;
	color: #ccc;
	font-size:16px;
	text-align: left;
	height:35px;
}
a.autoScroll:hover{
	color: #ccc;
	background-color:#800000;
}
a.autoScroll{
	color: #ccc;
	background-color:#3a93d2;
}

/* Overlay */
.core #currencyTable{ /* currency table in modal div */
	height: 200px;
	overflow: auto;
}
.core #exchangeTable tr {
	height: 20px;
}
.radioSelected{
	color:#F00
}
.option{
	cursor: pointer;
	cursor: hand;
	background-color: #800000;
	background-image: url(none);
}	
.calculatorLink{
	background-image: url(../images/td_Background.jpg);
	background-repeat: repeat-x;
	padding: 3px 0px 0px 5px;
	color: #ccc;
	font-size:16px;
	font-weight:bold;
	height:25px;
	display: block;
	border: solid #333 1px;	
}

.linkBackground{
	background-color:#E1EFFF;
}
#simplemodal-overlay {background-color:#000000; cursor:wait;}

/* Container */
#simplemodal-container {width:675px; height:310px; color:#000; background-color:#FFF; border-style:ridge; border-top:31px solid #307AAA; border-right:4px solid #307AAA; border-bottom:4px solid #307AAA; border-left:4px solid #307AAA; padding:12px; margin-bottom:0px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/close.png) no-repeat; width:21px; height:21px; display:inline; z-index:3200; position:absolute; top:-26px; right:1px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}
#currencyModal a.modalCloseImg {
	background:url(../images/close.png) no-repeat; /* adjust url as required */
	width:21px;
	height:21px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
[if lt IE 7]>
<style type='text/css'>
	#currencyModal a.modalCloseImg {
		background:none;
		right:-14px;
		width:22px;
		height:26px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
			src='../images/close.png', sizingMethod='scale'
		);
	}
	#disclaimerModal a.modalCloseImg {
		background:none;
		right:-14px;
		width:22px;
		height:26px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
			src='../images/close.png', sizingMethod='scale'
		);
	}
</style>
<![endif]

#disclaimerModal a.modalCloseImg {
	background:url(../images/close.png) no-repeat; /* adjust url as required */
	width:21px;
	height:21px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#contactWrapper {
	margin:0 auto;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#D5D5D5;
	border: 1px solid #969696;
}
.message {
	background-color:#D5D5D5;
	color:#000;
	display:none;
	padding:10px;
	margin-left:10px;
}
#contactWrapper .contact {text-align:left;}
#contactWrapper .contact ul {list-style-type:none;width:5750px; padding: 10px 15px 10px 15px; margin: 0px 0px 0px 0px;}
#contactWrapper .contact li {list-style-type:none; line-height:30px}
#contactWrapper .contact li.special {display:none;}
#contactWrapper .contact input {
	width:250px;
	border: 1px solid #969696;
}
#contactWrapper .contact textarea {width:655px;border: 1px solid #969696;}
