html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear, hr { clear: both; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #111111;
}
p {
	color: #111;
	margin:0;
	padding:0;
	line-height:1.2em;
}
a:link, a:hover, a:visited, a:active {
    color: #15135f;
    text-decoration:none;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.hl-red {
	color: #F00
}
h1 {
	color: #ff0000;
	font-size: 28px;
	line-height: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 25px;
	color: #ff0000; 
	line-height: 1.2em;
	font-weight: bold;
}
img {
	margin: 0;
	padding: 0;
}
.defcur {
	cursor: default;
}
.alignleft {
	float: left;
}
#container {
	padding: 30px 20px 50px;
}
#container .full {
	float: left;
	width: 1160px;
}
#container .left {
	float: left;
}
#container .right {
	width: 755px;
	margin: 30px 0 020px;
	float: right;
}
.body-wrapper {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* [disabled]min-height: 1200px; */
}
#header {
	background-color: #FFF;
}
.codes-nav {
    width: 625px;
   margin: 0 auto;
}
.codes-nav li {
	float:left;
	display:block;
}
.codes-nav a {
    text-decoration:none;
    color:#ff0000;
    padding: 0 5px;
}
.codes-nav a:hover {
    background:#ff0000;
    color:#fff;
}
.logo {
    padding: 22px 0 9px 18px;
    float: left;
}
.header-wrapper {
    width: 1200px;
    height: 191px;
    background-attachment: scroll;
    background-image: url(../images/header-bg.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
.top-banner {
	background: #95ffff;
	padding: 19px 0 0 0;
	clear: both;
}

#header .header-top {
	background-attachment: scroll;
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation-wrapper {
    height: 44px;
    background: #95ffff;
}
#main-menu {
    margin-left:20px;
    height:44px;
    line-height:44px;
}
#main-menu a {
    color:#15135f;
    background:#95ffff;
    padding:10px 20px;
    text-decoration:none;
    background:url(../images/nav-div.gif) right center no-repeat;
}
#main-menu li li a {
    background:none;
}
#main-menu a:hover {
    color:white;
    background:#15135f;
}
#main-menu li {
    float:left;
    display:block;
    position:relative;
}
#main-menu li ul {
    display:none;
}
#main-menu li:hover ul {
    display:block;
    position:absolute;
    left:0;
    top:100%;
}
#main-menu li li {
    background:#95ffff;
    border-top: solid thin white;
}
#main-menu li li a {
    padding-left:30px;
    float:left;
    width:333px;
    line-height:1em;
}
#footer{
	font-size: 96%;
	height: 64px;
	background: #95ffff;
	margin-bottom: 45px;
}
#footer .bottom-nav {
	margin-left: 26px;
}
.bottom-nav li a:hover {
	color: white;
	background: #15135f;
}
.bottom-nav li a, .bottom-nav li {
	
	color: #000066;
	line-height:64px;
	display: block;
	float: left;
	list-style: none;
	text-decoration: none;
	padding: 0;
}
.bottom-nav ul li a {
	padding: 0 9px;
}
.bottom-nav ul li {	
	background-attachment: scroll;
	background-image: url(../images/nav-div.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.bottom-nav li:nth-of-type(1) {
	padding-left: 0;
}
.bottom-nav li:nth-last-child(1) {
	background-image: none;
}
.BasicInput {
    width: 128px;
}
.ConvertForm {
	width: 217px;
}
.output {
	width: 158px;
}
#conversion td {
    text-align:center;
}
#conversion tr {
    height:35px;
}
.iata .tdline {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.iata td {
    height:32px;
}
.ocean img {
    display: block;
    margin: 5px auto 5px auto;
}
.ocean td {
	text-align: center;
	height: 35px;
}
.desc {
    float:right;
    width:550px;
	margin:30px 0;
}
.air img {
    float: left;
    margin: 20px 0;
}
.contact td{
    padding:4px;
}
.social {
    float:right;
    margin-top:6px;
}