/*@charset "utf-8";*/
/* CSS Document */

body
{
	margin: 0;
	background: url(../images/bgFade.gif) top left repeat-x;
}

body * 
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #0a4279;
	font-size: 11px;
}

body a:link
{
	color: #0075bd;
	text-decoration: none;
}

body a:visited
{
	color: #4ea9e3;
	text-decoration: none;
}

body a:hover
{
	text-decoration: underline;
}

/* ********************************** */
/* ********* General Styles ********* */
/* ********************************** */

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
}

h1
{
	color: #0a4279;
	font-weight: bold;
	font-size: 16px;
}

h2
{
	color: #ef2c71;
	font-weight: bold;
	font-size: 12px;
}

h3
{
	color: #ef2c71;
	font-weight: bold;
	font-size: 11px;
}

.boxLeft, .boxRight
{
	float: left;
	margin: 0;
	padding: 0;
}

p
{
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
}


/* ********************************** */
/* ****** Main + BG Containers ****** */
/* ********************************** */

.no-cookies-notification {
	background-color: Salmon;
    color: #fff;
    display: none;
    height: 20px;
    line-height: 18px;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    width: 100%;
}

.mainContainer
{
	margin: 0 auto 0 auto;
	width: 918px;
	text-align: center;
}

.bgClouds
{	
	margin: 0 auto 0 auto;
	background: url(../images/bgClouds.jpg) top center no-repeat;
}

.bgCanvasHome
{
	margin: 0 1px 0 1px;
	width: 916px;
	height: 618px;
	background: url(../images/bgCanvas_home.gif) top left no-repeat;
}

.bgCanvasSub
{
	margin: 0 1px 0 1px;
	width: 916px;
	overflow: hidden;
	background: url(../images/bgCanvas_sub.gif) top left no-repeat;
}

/* IE6 hack for canvas positioning */




/* ********************************** */
/* ************* Header ************* */
/* ********************************** */

.header
{
	height: 84px;
	width: 100%;
}

.header a.logoCNS
{
	display: block;
	width: 160px;
	height: 84px;
	float: left;
}

.header .searchBox
{
	float: right;
	padding: 4px 4px 4px 5px;
	text-align: right;
	margin: 25px 7px 0 0;
	background: url(../images/searchBoxBg.gif) top left no-repeat;
}

/* IE6 hack for searchBox positioning & padding */

* html body .header .searchBox
{
	padding: 4px 2px 4px 5px;
	margin-right: 3px;
}

.header .searchBox .searchFld
{
	width: 192px;
	vertical-align: top;
	height: 16px;
	padding: 3px 2px 1px 4px;
	color: #4c7da5;
	border: 1px solid #7fa2bf;
	line-height: 16px;
}

/* IE6 hack for searchFld padding */

* html body .header .searchBox .searchFld
{
	padding: 2px 2px 1px 4px;
}

.header .searchBox .searchBtn
{
	margin: 1px 0 0 1px;
	padding: 0 0 3px 0;
	height: 21px;
	width: 56px;
	background: url(../images/searchBtnBg.gif) top left no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
	border: none;
	vertical-align: top;
}

/* IE6 hack for searchBtn padding */

* html body .header .searchBox .searchBtn
{
	padding: 0;
}

/* ********************************** */
/* ******* Home Flash Banner ******** */
/* ********************************** */

#flashMainLayer
{
	z-index: 1;
	position: absolute;
	left: 0;
	top: 83px;
	width: 100%;
	text-align: center;
}

#flashCenterLayer
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 918px;
}

.altHomeBanner
{
	width: 613px;
	height: 300px;
	background: url(../images/altHomeBanner.jpg) top left no-repeat;
}

.altHomeBanner .emptySpace
{
	width: 613px;
	height: 272px;
	margin: 0;
	padding: 0;
}

.altHomeBanner .bannerNav
{
	width: 596px;
	height: 28px;
	margin: 0 0 0 19px;
	padding: 0;
}

* html body .altHomeBanner .bannerNav
{
	margin: 0 0 0 18px;
}

.altHomeBanner .bannerNav a.menuBtn
{
	display: block;
	float: left;
	margin: 0 0 0 1px;
	height: 28px;
	width: 98px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	line-height: 27px;
	color: #ffffff;
	text-decoration: none;
}

.altHomeBanner .bannerNav a.menuBtn:hover
{
	background-color: #008fe3;
}


/* ********************************** */
/* ************ Top Nav ************* */
/* ********************************** */

.topNav
{
	height: 39px;
	width: 100%;
	text-align: right;
}

.topNav a.menuBtn
{
	display: block;
	float: right;
	margin: 8px 9px 0px 0px;
	height: 22px;
	width: 83px;
	background: url(../images/topNavBg.gif) #008fe3 top left no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
	color: #ffffff;
	text-decoration: none;
}

/* IE6 hack for menuBtn positioning */

* html body .topNav a.menuBtn
{
	margin: 8px 4px 0px 5px;
}

.topNav a.menuBtn:visited
{
	color: #ffffff;
	text-decoration: none;
}

.topNav a.menuBtn:hover
{
	background-image: url(../images/topNavBg_On.gif);
	text-decoration: none;
}


/* ********************************** */
/* ************ Side Nav ************ */
/* ********************************** */

.sideNav
{
	/*height: 39px;*/
	width: 100%;
	text-align: right;
}

.sideNav div.menuBtn
{
	
	background: url(../images/sideNavBlt.gif) top left no-repeat;
}

.sideNav div.menuBtn a, .sideNav div.menuBtn a.selected, .sideNav div.menuHdr a
{
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	height: 25px;
	width: 200px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #0075bd;
	text-decoration: none;
	background: url(../images/sideNavSep.gif) bottom left no-repeat;
}


div.menuBtn ul li a
{
	display:block;
	padding: -20px 0 0 0px!important;
	height: 24px!important;
	width: 200px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal!important;
	line-height: 24px!important;
	color: #0075bd;
	text-decoration: none;
	background: url(../images/leftNavBlt.gif) bottom left no-repeat!important;	
}

.sideNav div.menuHdr a
{
	padding: 0;
	width: 215px;
	font-size: 12px;
	color: #0a4279;
}

.sideNav div.menuBtn a:visited, .sideNav div.menuHdr a:visited
{
	color: #0075bd;;
	text-decoration: none;
}

.sideNav div.menuBtn a:hover, .sideNav div.menuHdr a:hover
{
	color: #ef2c71;
	text-decoration: none;
}

.sideNav div.menuBtn span.selected
{
	color: #ef2c71;
}


/* ********************************** */
/* ********** Upper Content ********* */
/* ********************************** */

/**** HOMEPAGE ***/
.bgCanvasHome .upperContent
{
	width: 100%;
	height: 320px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

.bgCanvasHome .upperContent .boxLeft
{
	width: 613px;
	padding: 0;
	margin: 0 0 0 19px;
	height: 300px;
}

.bgCanvasHome .upperContent .boxRight
{
	width: 257px;
	padding: 0;
	margin: 0 0 0 10px;
	height: 300px;
}

/* IE6 hack for upperContent boxLeft and boxRight positioning  */

* html body .bgCanvasHome .upperContent
{
	padding-left: 1px;
}

* html body .bgCanvasHome .upperContent .boxLeft
{
	margin-left: 9px;
}

.bgCanvasHome .upperContent .dottedBox
{
	font-size: 10px;
	width: 227px;
	background: url(../images/bgDottedBox_sm.gif) top left no-repeat;
	padding: 10px 15px 0 15px;
	margin: 0 0 10px 0;
	height: 135px;
}

.bgCanvasHome .upperContent .dottedBox h1
{
	padding-left: 16px;
	background: url(../images/boxTitleBlt.gif) top left no-repeat;
}
/**** SUBPAGE ***/
.bgCanvasSub .upperContent
{
	width: 100%;
	height: 210px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

.bgCanvasSub .upperContent .boxLeft
{
	width: 257px;
	padding: 0;
	margin: 0 0 0 19px;
	overflow: hidden;
}

.bgCanvasSub .upperContent .boxRight
{
	width: 613px;
	padding: 0;
	margin: 0 0 0 10px;	
	background-color: #9ed2f1;
	height: 190px;
}

/* IE6 hack for upperContent boxLeft and boxRight positioning  */

* html body .bgCanvasSub .upperContent
{
	padding-left: 1px;
}

* html body .bgCanvasSub .upperContent .boxLeft
{
	margin-left: 9px;
}

.bgCanvasSub .upperContent .dottedBox
{
	font-size: 10px;
	width: 227px;
	background: url(../images/bgDottedBox_lg.gif) top left no-repeat;
	padding: 30px 15px 0 15px;
	margin: 0 0 10px 0;
	height: 170px;
}

/* IE6 hack for spacing between header and text  */

* html body .bgCanvasSub .upperContent .dottedBox p
{
	margin-top: 5px;
}


/* ********************************** */
/* ********** Lower Content ********* */
/* ********************************** */

.lowerContent
{
	width: 100%;
	padding: 10px 0 0 0;
    overflow:hidden;
}

.lowerContent ul
{
	margin: 0;
	padding: 5px 0 0 5px;
}

/*
.lowerContent ul li
{
	list-style-type:none;
	margin: 0;
	padding: 0 0 3px 14px;
	background: url(../images/contentBlt.gif) top left no-repeat;
}
*/
.bgCanvasHome .lowerContent .boxLeft
{
	width: 583px;
	padding: 15px 15px 0 15px;
	margin: 0 0 0 19px;
	background: url(../images/bgBoxFade_lg.jpg) top left no-repeat;
	height: 45px;
}

.bgCanvasHome .lowerContent .boxRight
{
	width: 227px;
	padding: 15px 15px 0 15px;
	margin: 0 0 0 10px;
	background: url(../images/bgBoxFade_sm.jpg) top left no-repeat;
	height: 45px;
}

.bgCanvasHome .lowerContent .boxLeft .boxLeft
{
	width: 275px;
	margin: 0;
	padding: 0;
	background-image: none;
}

.bgCanvasHome .lowerContent .boxLeft .boxRight
{
	width: 275px;
	margin: 0;
	padding: 0;
	float: right;
	background-image: none;
}

/* IE6 hack for lowerContent boxLeft and boxRight positioning  */

* html body .bgCanvasHome .lowerContent
{
	padding-left: 1px;
}

* html body .bgCanvasHome .lowerContent .boxLeft
{
	margin-left: 9px;
}

.bgCanvasSub .lowerContent h1
{
	font-size: 16px;
	line-height: normal;
}

.bgCanvasSub .lowerContent .boxLeft
{
	width: 227px;
	padding: 15px 15px 0 15px;
	margin: 0 0 0 19px;
	background: url(../images/bgBoxFade_sm.jpg) top left no-repeat;
	/*height: 45px; */
	float: left;
}

.bgCanvasSub .lowerContent .boxRight
{
	width: 583px;
	padding: 15px 15px 0 15px;
	margin: 0 0 0 10px;
	background: url(../images/bgBoxFade_lg.jpg) top left no-repeat;
	/*height: 45px; */
	float: left;
}

.bgCanvasSub .lowerContent .boxRight .boxLeft
{
	width: 400px;
	margin: 0;
	padding: 0;
	background-image: none;
}

.bgCanvasSub .lowerContent .boxRight .boxRight
{
	width: 160px;
	margin: 32px 0 0 0;
	padding: 0;
	float: right;
	background-image: none;
}

/* IE6 hack for lowerContent boxLeft and boxRight positioning  */

* html body .bgCanvasSub .lowerContent
{
	padding-left: 1px;
}

* html body .bgCanvasSub .lowerContent .boxLeft
{
	margin-left: 9px;
}


.bgCanvasSub .lowerContent h1
{
	color: #0a4279;
}

.sideBox
{
	width: 140px;
	padding: 10px;
	margin: 0;
	background-color: #fafcfe;
	border: 1px dashed #bfddef;
}

.sideBoxHdr
{
	color: #ef2c71;
	font-weight: bold;
	padding-bottom: 7px;
}

.sideBox ul
{
	margin: 0;
	padding: 0;
}

.sideBox ul li
{
	list-style-type:none;
	margin: 0;
	padding: 0 0 4px 10px;
	background: url(../images/sideBoxBlt.gif) top left no-repeat;
}



/* ********************************** */
/* ************* Footer ************* */
/* ********************************** */

.footer
{
	width: 848px;
	margin-top: 100px;
	padding: 0 35px 10px 35px;
	height: 30px;
	font-size: 10px;
	float: left;
	clear: left;
}

.footer img.logoIATA
{	
	float: left;
	margin-right: 10px;
}

.footer .copy
{	
	width: auto;
	float: left;
	height: 30px;
	line-height: 35px;
}

.footer .botNav
{	
	width: 400px;
	float: right;
	height: 30px;
	text-align: right;
	line-height: 35px;
}

.footer *
{	
	vertical-align: middle;
}
