/* Styles for the airport pages */
.airport-body {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 6em 0;
}

.airport_menu a { text-decoration: none;}
.airport_menu  a:link    { color: #555; background: transparent;}
.airport_menu  a:visited { color: #555; background: transparent;}
.airport_menu  a:hover   { color: #900; background: transparent;}
.airport_menu  a:active  { color: #ccf; background: transparent;}

.footer a { 
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
}
.footer  a:link    { color: #FFF; background: transparent;}
.footer  a:visited { color: #FFF; background: transparent;}
.footer  a:hover   { color: #900; background: transparent;}
.footer  a:active  { color: #FFF; background: transparent;}

/* nav menu */
span.nobreak {
  white-space: nowrap;
}

.middle {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
	vertical-align: middle;
}

.margin-l-r-1 {
    padding-left:  1em;
    padding-right: 1em;
}

.margin-t-b-1 {
    padding-top:  1em;
    padding-bottom: 1em;
}

.pad-l-r-1 {
    padding-left:  1em;
    padding-right: 1em;
}

.pad-t-b-1 {
    padding-top:  1em;
    padding-bottom: 1em;
}
.valign-top {
	vertical-align: top;
	padding: 0px 0;
}

/* Text on images */
.image-container {
	position: relative;
	font-weight: 700;
	font-size: 120%;
	color: #900;
	font-family: "Helvetica Neue", Tahoma, "Lucida Grande", Helvetica, sans-serif;
}

.bottom-left, .bottom-right {
	position: absolute;
	bottom: .6em;
	margin-left: 1em;
	font-weight: 700;
	font-size: 160%;
	color: purple; /*#900;*/
	font-family: "Helvetica Neue", Tahoma, "Lucida Grande", Helvetica, sans-serif;
}

.bottom-right {
	margin-right: 1em;
	right: 16px;
}