body {
	height: 100%;
	margin: 0px;
	font-family: 'proxima_nova_rgregular', "Lucida Sans", Arial, Helvetica sans-serif;
	color: #404040;
	background-color: #ddd;
	font-size: 1em;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/proxima_nova_bold-webfont.eot');
    src: url('fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proxima_nova_light-webfont.eot');
    src: url('fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_light-webfont.woff') format('woff'),
         url('fonts/proxima_nova_light-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proxima_nova_reg-webfont.eot');
    src: url('fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/proxima_nova_reg-webfont.woff') format('woff'),
         url('fonts/proxima_nova_reg-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
	font-family: "proxima_nova_rgbold";
	color: #0076b9;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight:normal;
}

h2 {
	font-family: 'proxima_nova_rgbold';
	color: #0076b9;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	margin-bottom: -10px;
}
h3 {
	font-family: 'proxima_nova_rgbold';
	font-size: 1.2em;
	color: #0076b9;
	margin-bottom: 0px;
	font-weight:normal;
}
a:link, a:visited {
	color: #0076b9;
}
a:hover {
	color: #555;
}
.tinytext {
	color: #0076b9;
	font-size: .8em;
}
hr { border: none 0; border-top: 1px solid #ccc; height: 0px; margin:10px auto; width: 90%;}

.left {
	float: left;
}

.headerbar {
	background: #1b4279;
	max-width: 1100px;
	height: 110px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_BG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}

.logo {
	margin-left: 60px;
	float: left;
}

.tag {
	padding-top: 40px;
	width: 45%;
	float:left;
	height: 68px
}
.socialtop {
	float: right;
	padding: 20px 20px 0px 0px;
	font-size: .7em;
	color: #fff;
	text-align: right;
	width: 300px;
}
.socialtop a {
	text-decoration: none;
	color: #fff;
}
.socialtop a:hover {
	color: #09F;
	text-decoration: underline;
}
.socialtop img {
	padding: 0px 0px 10px 10px;
}
a.morelink:link, a.morelink:visited {
	text-decoration: none;
	font-size: .85em;
	white-space: nowrap;
}
.nav {
	margin-right: auto;
	margin-left: auto;
	max-width: 1050px;
	height: 50px;
	clear: both;
}

.menusublevel {
	font-family: "proxima_nova_rgbold";
	font-size: .9em;
	color: #039;
	margin: 10px auto 10px auto;
	text-align: center;
	width: 90%;
	clear: both;
	line-height: 1.8em;
}

.menusublevel a {
	color: #037acb;
	text-decoration: none;
	padding: 5px;
	margin-right: -3px;
	white-space:nowrap;
}

.menusublevel a:hover {
	text-decoration: underline;
}

.menusublevel a.menusublevelactive {
	background-image: url(../images/sublevel_BG.png);
	background-repeat: repeat;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.maincontent {
	height: 100%;
	width: 100%;
	max-width: 1100px;
	margin: auto;
	clear: both;
	background-color: #FFF;
}
.arrivals {
	width: 50%;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 3%;
	padding: 0px 1% 0px 0px;
}
.arrivalsflightinfo { 
	
}
table.flightinfo {
	border-collapse: collapse;
	border: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #323232;
	width: 95%;
	margin: auto;
}
table.flightinfo td {
	padding: 5px;
	text-align: center;
	border: 0px;
	border-bottom: 1px solid #ccc;
}
table.flightinfo tr.headtext {
	background-color: #0a77bc;
}
table.flightinfo tr.r3 {
background-color:#ea8b87;
}
table.flightinfo tr.r2 {
background-color:#ffde80;
}
table.flightinfo tr.r1 {
background-color:#cfe3c0;
}
table.flightinfo tr.r0 {
background-color:#FFFFFF;
}
table.flightinfo td.headtexttd {
	font-weight: bold;
	color: #fff;
	text-align: center;
	border: 0px;
	border-bottom: 1px solid #ccc;
}
.bluebox {
	background-color:#dbeef8;
	padding:20px 25px;
	color:#0c5789;
	margin:20px auto;
}
.bluebox .dkblue {
	color:#77b7e2;
	font-size:24px;
}
.newsbox {
	width: 43%; float: right;margin-right: 1%;
}
.newsright {
	float: right; 
	width: 64%;
	height: 85px;
	vertical-align: top;
}
.newsright h3 {
	padding:0px;
	margin: 0px;
}
.newsleft {
	width: 145px;
	margin-right: 10px;
	float: left;
}
.pagecontenthome {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
}
.pagecontent {
	height: 100%;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.wrapper {
	background-color: #fff;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin-top: 10px;
}
.wrapperts {
	background-color: #fff;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin-top: 10px;
	background-attachment: fixed;
	background-image: url(../images/flypeibadge.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.wrapac {
	background-color: #fff;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin-top: 0px;
	margin-bottom:-30px;
	background-attachment: scroll;
	/*background-image: url(../images/Air-Canada-Arrive-Landing-Page2.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}

.infoCols {
	text-align: center;	

}

.one_third {
	width: 24%;
	float: left;
	padding: 4.667%
}

.infoCols h1 {
	margin-top: 0px;
	
}
.infoColContent {
	
	min-height: 200px;
	margin-right: auto;
	margin-left: auto;	
}

.infoColContent p {
	font-size: 0.9em;
	text-align: left;
	padding: 8px;
	margin: 0px;
}

.infoColContent img {
	margin-bottom: 8px;	
	width: 100%;
	max-width: 200px;
	
}

.infoSeperator {
	width: 100%;
	max-width: 235px;
	margin-top: -10px;
	margin-bottom: -20px;
}
.boardbox {
	width: 130px;
	height: 220px;
	float: left;
	padding: 10px 20px;
	font-size: .8em;
	color: #044d77;
	text-align: center;
}
.reportbox {
	width: 195px;
	height: 190px;
	float: left;
	padding: 20px;
	font-size: .8em;
	color: #044d77;
	text-align: center;
}
.tables {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;		
}
.tables td{
	background-color: #eee;
	padding: 14px;
}
#travelHelp {
	text-align: left;
	margin-left: 20%;
}
#travelHelp a{
	font-family: "proxima_nova_rgbold";
	color: #404040;
	text-decoration: underline;	
}

#travelHelp ul {
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
}
#travelHelp li {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 6px;
}

.ratesTable {
	width: 100%;
	max-width: 240px;
	text-align: left;
	margin-left: 8%;
}

.ratesTable td{
	padding-bottom: 12px;		
}
.travelAgentTable {
	border: none;
	border-collapse: collapse;
	margin: auto;
	font-size: .85em;
}
.travelAgentTable td {
	padding: 10px;
	
}
	  
table.travelAgentTable tr:nth-child(odd) { background-color:#eee; }


.homebanspace {
	width: 50%;
	max-width: 600px;
	float: left;
	margin-left: 3%;
}

.homebanadspace img {
	width: 595px;
	height: auto;
	padding-bottom: 6px;
}

.twitter {
	width: 390px;
	float: right;
	margin-right: 3%;
}

.legal {
	width: 70%;
	font-size: 0.6em;
	text-align: center;
	padding-right: 15%;
	padding-left: 15%;
	float: left;
	padding-top: 15px;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
	margin-bottom: 15px;
}


.footer {
	background: #2cb3e7;
	width: 96%;
	height: 100%;
	max-width: 1060px;
	min-height: 220px;
	clear: both;
	font-family: "proxima_novalight", Arial, "Helvetica sans-serif";
	color: #FFFFFF;
	padding: 30px 2% 20px 2%;
	margin: 30px auto 0px auto;
	border-top: 6px solid #0085d1;
	font-size: 0.6em;
	text-align: center;
	overflow: auto;
}
.etraveller {
	float: left;
	padding-top: 10px;
	font-size: 1.7em;
}

.leftfoot {
	width: 55%;
	float: left;
	text-align: left;
}

.footer a {
	text-decoration: none;
	padding: 0px 10px;
	font-size: 1.2em;
	color: #FFF;
	white-space: nowrap;
}
.footer a:hover {
	text-decoration: underline;
}
a.footer_pbm:link, a.footer_pbm:visited { color: #a9a9a9 ; text-decoration:none ;  padding: 0px; margin: 0px;}

.footernav {
	padding-bottom: 20px;
	text-align: left;
}

#footertag {
	width: 100%
}
#footertag img {
	 float: left;
}
.weather {
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.submitbutton, a.submitbutton:link, a.submitbutton:visited {
	-webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
	
	background-color:#2cb3e7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #0085d1;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	padding: 5px 20px;
	font-size: 1em;
	margin: 20px 0px;
}
.submitbutton:hover, a.submitbutton:hover {
	
	background-color:#0085d1;
	color: #fff;
}
/* e-Traveller box */
table.signupframe
{	background-image: url(../images/etraveller_bg.jpg);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	
	width: 249px;
	border: 0px;
	border-collapse: collapse;
	margin: auto;
}
table.signupframe td {
	padding: 3px 5px;
}
table.signupframe td.elink, table.signupframe td a.elink:link, table.signupframe td a.elink:visited {
	color: #fff;
	padding: 0px 0px 0px 15px;
	text-decoration:underline;
	font-size: 1em;
}
table.signupframe .required {
font-size: 1.5em;
}
.etravelhead {
	font-weight:bold;
	text-transform:uppercase;
	font-size: 1.2em;
}
.whitesubmit {
	background: #fff;
	color: #006db1;
	padding: 3px 5px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 0px;
}
.signupinput {
	margin: 0px;
	width: 135px;
}
.formleft {
	width: 200px;
	float: left;
	padding: 5px 0px 20px 0px;
	text-align: right;
	clear:left;
	margin-left: 50px;
}
.formright {
	width: 300px;
	float: left;
	padding: 5px 0px 20px 20px;
}
.etravellerarchive {
	width: 830px;
	height: 830px;
	border: none;
}
.img-responsive {
  padding:2px;
  height: auto;
  max-width: 100%;
}
.minicolleft {
	float:left;width:60%;
}
.minicolright {
	font-family: 'proxima_novalight';
	font-size: 1.5em;
	color: #0076b9;
	float:left;
	width: 38%;
	margin-left: 1%;
}
.minicolleftimg {
	float:left;
	width:48%;
	text-align:right;
}
.minicolrightimg {
	float:left;
	width: 48%;
	margin-left: 1%;
	text-align:left;
}
.iflycolumnholder {
	width:95%;
	margin:0px 0px 0px 5%;
}
.iflycolumn {
	width: 28%;
	margin: 1%;
	float:left;
	text-align:center;
	height:400px;
}
.iflystatement {
	width:180px;
	margin:auto;
	padding:0px 38px;
	text-align:center;
}
.showleader {
	clear:both;
	padding: 40px 0px 0px;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 0.25em;
	color: #0076b9;
	margin-bottom:-20px;
}
.showleader img {
	padding: 10px 0px;
	width:100%;
	height: auto;
	max-width: 728px;
}
.newsicon {
	width:150px;
	height:auto;
}
.alertticker {
	background:#dd5f5f;
	font-family: 'proxima_novalight', Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	padding:7px 10px 8px 35px;
	border:1px solid #91171a;
	text-align:center;
	background-image:url(../images/alert_info_icon.png);
	background-repeat:no-repeat;
	background-position:6px 3px;
}
.alertticker a {
	color:#fff;
	font-weight:bold;
}
@media handheld, only screen and (max-width: 1100px) {
.socialtop {
	width: 250px;
}
}
@media handheld, only screen and (max-width: 1100px) {
.headerbar {
	height: 220px;
	text-align:center;
}
.logo {
	margin: auto;
	float: none;
}

.iflycolumn {
	width: 35%;
	margin: 2% 6%;
}
}
@media handheld, only screen and (max-width: 1100px) {
.pagecontent {
	height: 100%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.arrivals {
	width: 90%;
	float: none;
	margin: 2% 4% 2% 2%;
}
.newsbox {
	clear:both;width: 95%; float: none;margin: 2%;
}
.homebanspace {
	width: 95%;
	max-width: 600px;
	float: none;
	margin: auto;
}
.twitter {
	clear: both;
	width: 600px;
	float: none;
	margin: 20px 0 20px 15%;
}
h1 {
	
	font-size: 1.2em;
}
.one_third {
	width: 28%;
	float: left;
	padding: 2.5%
}

#travelHelp {
	text-align: left;
	margin-left: 10%;
}

.ratesTable {
	margin-left: 2%;
}

.legal {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}

#footertag
{
	display: none;
}

.leftfoot {
	width: 40%;
	float: right;
	padding-right: 20px;
}
.footernav {
	padding-bottom: 20px;
	text-align: center;
}
.footer a {
	line-height: 2em;
	
}
.etraveller {
	float: right;
	padding-top: 10px;
	font-size: 1.7em;
	margin-right: 20px;
}
.etravellerarchive {
	width: 100%;
	height: 830px;
	border: none;
}
.minicolleft {
	float:left;
	width:45%;
	text-align:center;
	margin:auto;
}

.minicolright {
	font-family: 'proxima_novalight';
	font-size: 1.5em;
	color: #0076b9;
	float:right;
	width: 45%;
	
	margin:auto;
	text-align:center;
}
.minicolleftimg {
	float:none;
	width:85%;
	margin: 5px auto;
	text-align:center;
}
.minicolrightimg {
	float:none;
	width: 85%;
	margin: 5px auto;
	text-align:center;
}
.minicolleft .img-responsive, .minicolleftimg .img-responsive{
	margin:auto;
	width:325px;
}
.minicolrightimg .img-responsive {
	margin:auto;
	width:325px;
}
.iflycolumnholder {
	width: 100%;
	margin:0px 0px 0px 0px;
}
.showleader {
	padding: 40px 0px 30px;
	margin-bottom:0px;
}
}

@media handheld, only screen and (max-width: 767px) {
.newsbox {
	width: 95%; float: none;margin: 2%;
}

.minicolleft {
	float:none;
	width:90%;
	text-align:center;
	margin:auto;
}

.minicolright {
	
	float:none;
	width: 90%;
	clear:both;
	text-align:center;
}
.minicolleftimg {
	float:none;
	width:85%;
	margin: 5px auto;
	text-align:center;
}
.minicolrightimg {
	float:none;
	width: 85%;
	margin: 5px auto;
	text-align:center;
}
.minicolleft .img-responsive, .minicolleftimg .img-responsive{
	margin:auto;
	width:325px;	
}
.minicolrightimg .img-responsive {
	margin:auto;
	width:325px;
}
p, h1, h2, h3 {
	clear: both;	
}
.headerbar {
	height: 310px;
	text-align: center;
}
.wrapperts {
	background-color: #fff;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin-top: 10px;
	background-attachment: fixed;
	background-image: url(../images/flypeibadge320.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.wrapac {
	background-color: #fff;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin-top: 0px;
	margin-bottom:-30px;
	background-attachment: scroll;
	background-image: url(../images/Air-Canada-Arrive-Landing-Page2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.arrivals, .arrivalsflightinfo {
	width: 97%;
	float: none;
	margin: 2% 2% 2% 2%;	
}
table.flightinfo {
	border-collapse: collapse;
	border: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: normal;
	color: #323232;
	width: 100%;
	margin: auto;
}
table.flightinfo tr.headtext {
	font-size: .6em;
}
table.flightinfo td {
	padding: 2px;
	text-align: center;
	border: 0px;
	border-bottom: 1px solid #ccc;
}
.tag {
	clear:both;
	float:none;
	padding-top: 20px;
	width: 35%;
	min-width: 320px;
	height: 92px;
	text-align: center;
	margin: auto;
}
.socialtop {
	float: none;
	padding: 0px;
	font-size: .7em;
	color: #fff;
	text-align: center;
	width: 250px;
	margin: auto;
}
.socialtop a {
	text-decoration: none;
	color: #fff;
}
.socialtop a:hover {
	color: #09F;
	text-decoration: underline;
}
.socialtop img {
	padding: 0px 0px 10px 10px;
}
.twitter {
	width: 300px;
	float: none;
	margin: 30px auto;
}
h1, h2 {
	font-size: 1.2em;	
}

h3 {
	margin-top: 25px;
}

.homebanspace {
	width: 100%;
	max-width: 300px;
	float: none;
	margin: auto;
}

.homebanadspaceimage {
	width: 300px;
	height: auto;
	padding-bottom: 6px;
}
.one_third {
	width: 247px;
	float: none;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.ratesTable {
	margin-left: 5%;
}
#travelHelp {
	text-align: left;
	margin-left: 20%;
}
.adspace {
	width: 100%;
	max-width: 480px;
	float: none;
}
.travelAgentTable {
	font-size: .7em;
}
.newsright {
	float: none; 
	width: 95%;
	height: 100px;
	vertical-align: top;
}
.newsleft {
	clear:both;
	width: 95%;
	margin: 2%;
	float: none;
}
.leftfoot {
	width: 100%;
	height: 87px;
	float: none;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	text-align: center;
}

.nav {
	margin-right: auto;
	margin-left: auto;
	max-width: 775px;
	
	height: 0px;
}

.formleft {
	float: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	clear: both;
	margin-left: 0px;
}
.formright {
	width: 300px;
	float: none;
	padding: 0px 0px 20px 0px;
}
#footertag img {
	float: none;
}
.weather {
	float: none;
	width: 100%;
	padding: 0px;
	clear:both;
	margin-top: 20px;
}
.viscentrepic {
	width: 300px;
	height: auto;
}
.etraveller {
	float: none;
	margin: auto;
}
.news_pages_image {
	width: 280px;
	height: auto;
}
.iflycolumnholder {
	width: 95%;
}
.iflycolumn {
	width: 100%;
	margin: 4% 0px;
	float:none;
}
.one_half { float:none;clear:left;}
}
@media handheld, only screen and (max-width: 480px) {
.banner ul li {
		min-height: 280px;
}
.banner ul {
		margin: 103px 0px 0px 0px;
	}
.navarrows {
	margin: 160px 0px 0px 0px;
}
}
	
@media (max-width:768px) {
	.hideonmobile { display:none; }
	.shortheader {height:113px;}
}

.home_banner {
	height: 213px;
	width: 100%;
	display: inline-block;
	background-image: url(http://flypei.com/images/runway-banner.jpg);
	background-repeat: no-repeat;
    background-position: center;
	font-size: 15px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding-top: 180px;
}
@media handheld, only screen and (max-width: 480px){
	.home_banner {
		padding-left: 10px;
		padding-right:10px;
	}
}