/* Misc */

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

.row {
  width: 100%;
  clear: left;
  float: left;
}

.content-size {
  width: 1080px;
  margin: 0 auto;
}

.news-item ol, .news-item ul {
  list-style: disc outside none;
  margin-left: 20px;
}

.content-size-inner {
  width: 1020px;
  margin: 0 auto;
}

.styled-select {
  text-transform: uppercase;
  position: relative;
  width: 100%;
  height: 29px;
  z-index: 1;
}

.styled-select .selected-conteiner {
  display: inline-block;
}

.styled-select .select-overlay {
  width: 220px;
  height: 27px;
  background: url(../images/bkg/html/select.png) no-repeat;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  color: #d56924;
  text-indent: 17px;
  line-height: 29px;
  top: 0;
}

.styled-select select {
  width: 220px;
  height: 27px;
  line-height: 29px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 2;
  cursor: pointer;
  border: #506677 solid 1px;
  bottom: 0;
}

.styled-select input[type=text] {
  border: 1px solid #7E8994;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 0 2px #7E8994 inset;
  padding: 4px;
  width: 210px;
  font-size: 12px;
  font-weight: bold;
  color: #d56924;
  text-indent: 11px;
  top: 0;
}

.styled-select .select-validator {
  color: Red;
  font-size: 18pt;
  font-weight: bold;
  margin-left: 5px;
  position: absolute;
  text-decoration: blink;
}

.styled-radiobutton {
  font-size: 12px;
  height: 21px;
  position: relative;
  font-weight: bold;
  color: #153043;
}

.styled-radiobutton .radiobutton-text {
  line-height: 21px;
  background: url(../images/bkg/html/checkbox.png) no-repeat;
  padding: 0 0 0 30px;
  display: inline-block;
  cursor: pointer;
}

.styled-radiobutton .radiobutton-text-active {
  background-position: 0 -21px;
}

.styled-radiobutton input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.styled-a {
  color: #153043;
  text-decoration: none;
  display: block;
  width: 220px;
  height: 27px;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/bkg/html/a.png) no-repeat;
  text-indent: 17px;
  line-height: 26px;
  border: #7f8a94 solid 1px;
  position: relative;
}

.styled-a:hover {
  background: url(../images/bkg/html/capsule-roll-over.png) no-repeat;
}

.home-construction {
  color: #000000;
  background: url(../images/bkg/html/construction-home-button.png) no-repeat;
}

.home-construction:hover {
  background: url(../images/bkg/html/construction-home-button-rollover.png) no-repeat;
}

.styled-a-small:hover {
  background: url(../images/bkg/html/capsule-roll-over-small.png) no-repeat;
}

.styled-a-small {
  position: relative;
  color: #153043;
  text-decoration: none;
  display: block;
  width: 177px;
  height: 28px;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/bkg/html/a-small.png) no-repeat;
  text-indent: 10px;
  line-height: 28px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

a.website {
  color: #f07525;
  text-decoration: none;
}

a.website:hover {
  text-decoration: underline;
}

p {
  padding: 18px 0 0 0;
}

.colorf07525 {
  color: #f07525;
}

/* end Misc */
html {
  height: 100%;
}

body {
  background: #101114 url(../images/bkg/pages-bkg.jpg) no-repeat center top;
  font-family: Arial, Helvetica, sans-serif;
  color: #0f3652;
  font-size: 11pt;
  min-width: 1220px;
  min-height: 100%;
  height: 100%;
}

#page-overlay {
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.outer-page {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: url(../images/bkg/dots.png) repeat 0 4px;
}

/*.front #inner-page:before {*/
/*background: url(../images/bkg/inner-content-home.png) repeat-y center top;*/
/*}*/

/*#inner-page:before {*/
/*width: 1220px;*/
/*margin: 0 auto;*/
/*background: url(../images/bkg/inner-content-a.png) repeat-y center top;*/
/*padding-bottom: 20000px;*/
/*margin-bottom: -20000px;*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*top: 0;*/
/*content: '';*/
/*z-index: -1;*/
/*}*/

#page-overlay #help-on {
  position: absolute;
  top: 88px;
  right: 21px;
  width: 56px;
  height: 100px;
  vertical-align: top;
  float: right;
}

/*Fix for jumping block in Opera*/
@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  #page-overlay #help-on {
    position: relative;
    top: 168px;
  }
}

#page-overlay #help-on div.font-letters {
  width: 60px;
  height: 25px;
  padding-left: 6px;
  vertical-align: bottom;
  visibility: hidden;
}

#page-overlay #help-on div.font-letters div.large-font {
  float: left;
  padding-bottom: 4px;
  width: 15px;
}

#page-overlay #help-on div.font-letters div.default-font div.hr {
  background-color: #fff;
  margin-top: 4px;
  height: 2px;
  width: 15px;
}

#page-overlay #help-on div.font-letters div.default-font {
  float: left;
  padding-bottom: 4px;
  width: 15px;
}

#page-overlay #help-on div.font-letters div.small-font {
  float: left;
  padding-bottom: 4px;
  width: 15px;
}

#page-overlay #help-on div.font-letters hr {
  color: #fff;
}

#page-overlay #help-on div.bubble-container {
  padding-top: 13px;
}

/*
#page-overlay #help-on div.bubble
{
	background:url(images/misc/help-on.png) no-repeat;
	width: 58px;
	height: 49px;
}*/

#page-overlay #help-on div.bubble-container a.bubble {
  display: block;
  background: url(../images/misc/help-off.png) no-repeat;
  width: 58px;
  height: 49px;
}

#page-overlay #help-on div.bubble-container a.bubble-active {
  display: block;
  background: url(../images/misc/help-on.png) no-repeat;
  width: 58px;
  height: 49px;
}

.home-page-emergency {
  background: url(../images/bkg/home-page-bkg_emergency.jpg) no-repeat center top !important;
}

#inner-page {
  padding-top: 111px;
  width: 1220px;
  margin: 0 auto;
  background: url(../images/bkg/inner-content-a.png) repeat-y center top;
}

.front #inner-page {
  background: url(../images/bkg/inner-content-home.png) repeat-y center top;
}

.inner-page-emergency {
  background: url(../images/bkg/inner-page-emergency.jpg) no-repeat center 1px !important;
}

#inner-content {
  position: relative;
  *zoom: 1;
}

#inner-content:before,
#inner-content:after {
  display: table;
  content: "";
  line-height: 0;
}

#inner-content:after {
  clear: both;
}

/* Top Menu */
#top-menu {
  background: url(../images/bkg/bg-menu.png) repeat-x;
  height: 124px;
  position: absolute;
  width: 100%;
  top: 0;
}

#top-menu #main-menu {
  width: 1292px;
  margin: auto;
}

#top-menu #main-menu .logos a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#top-menu #main-menu li {
  width: 149px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  margin: 0 1px 0 0;
  white-space: nowrap;
  z-index: 5;
}

#top-menu #main-menu li.left {
  background: #09263c;
  width: 10px;
  height: 30px;
}

#top-menu #main-menu li.right {
  background: #09263c;
  width: 9px;
  height: 30px;
  float: right;
  margin: 0;
}

#top-menu #main-menu li a.root {
  width: 159px;
  float: left;
  background: #09263c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
}

#top-menu #main-menu li a.root:hover {
  background: #294f6b;
  background: url(../images/misc/selected-main-menu-item.jpg);
  width: 159px;
  height: 30px;
}

#top-menu #main-menu .dropdown-level-1 {
  position: absolute;
  width: 199px;
  top: 30px;
  left: 0;
  display: none;
  z-index: 2;
}

#top-menu #main-menu .dropdown-level-1 li {
  border-bottom: 1px solid #000;
  width: 199px;
  float: none;
  background: #09263c;
  padding: 4px 0 4px 0;
  position: relative;
}

#top-menu #main-menu .dropdown-level-1 li a.el {
  cursor: pointer;
  display: block;
  width: 199px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #09263c;
  line-height: 23px;
  text-decoration: none;
  text-align: center;
}

#top-menu #main-menu .dropdown-level-1 li a.last {
  border-bottom: 0px;
}

#top-menu #main-menu .dropdown-level-1 li a.el-root {
  background: url(../images/misc/dropdown-bullet.png) no-repeat 187px 7px;
}

#top-menu #main-menu .dropdown-level-1 li a.el-root-last {
  background: url(../images/misc/dropdown-bullet-left.png) no-repeat 8px 7px;
}

#top-menu #main-menu .dropdown-level-1 li a.el:hover {
  background: url(../images/misc/selected-menu-item.jpg);
  width: 199px;
  height: 23px;
}

#top-menu #main-menu .dropdown-level-1 li a.el-root:hover {
  background: url(../images/misc/selected-menu-item-bullet-right.jpg);
  width: 199px;
  height: 23px;
}

#top-menu #main-menu .dropdown-level-1 li a.el-root-last:hover {
  background: url(../images/misc/selected-menu-item-bullet-left.jpg);
  width: 199px;
  height: 23px;
}

#top-menu #main-menu .dropdown-level-2 {
  border-left: 1px solid #19354a;
  position: absolute;
  width: 199px;
  top: 0px;
  left: 199px;
  display: none;
  z-index: 3;
}

#top-menu #main-menu .dropdown-level-last {
  border: 1px solid #19354a;
  position: absolute;
  width: 199px;
  top: 0px;
  left: -201px;
  display: none;
  z-index: 1113;
}

#top-menu #main-menu .dropdown-level-1 li:hover .dropdown-level-last {
  display: block;
}

#top-menu #main-menu .dropdown-level-last li {
  width: 199px;
  float: none;
  background: #09263c;
  padding: 4px 0 4px 0;
}

#top-menu #main-menu .dropdown-level-last li a.el {
  display: block;
  width: 199px;
  font-size: 12px;
  color: #fff;
  background: #09263c;
  line-height: 23px;
  text-decoration: none;
  text-align: left;
  text-indent: 8px;
}

#top-menu #main-menu .dropdown-level-last li a.el:hover {
  color: #c16c36;
  background: #09263c;
}

#top-menu #main-menu .dropdown-level-2 li {
  width: 199px;
  float: none;
  background: #09263c;
  padding: 4px 0 4px 0;
}

#top-menu #main-menu .dropdown-level-2 li a.el {
  display: block;
  width: 170px;
  font-size: 12px;
  color: #fff;
  background: #09263c;
  line-height: 23px;
  text-decoration: none;
  text-align: left;
  text-indent: 8px;
}

#top-menu #main-menu .dropdown-level-2 li a.el:hover {
  color: #ff8434;
  background: #09263c;
}

#top-menu #main-menu li:hover .dropdown-level-1 {
  display: block;
}

#top-menu #main-menu .dropdown-level-1 li:hover .dropdown-level-2 {
  display: block;
}

/* End Top Menu */

#logo {
  padding: 5px 0 0 0;
  margin: 0 auto;
  padding-left: 213px;
  padding-top: 43px;
  width: 297px;
  height: 130px;
  background: url(../images/will-rogers-logo3.png) no-repeat center bottom;
}

#emergency_button {
  width: 252px;
  height: 24px;
  left: 135px;
  margin-top: -20px;
  position: relative;
}

#emergency_button a, #emergency_button a:visited {
  display: block;
  background: url(../images/view_details.gif) no-repeat 0 0;
  width: 252px;
  height: 24px;
}

#emergency_button a:hover {
  background: url(../images/view_details.gif) no-repeat 0 -24px;
  cursor: pointer;
}

.emergency {
  background: url(../images/will-rogers-logo_emergency.png) no-repeat center bottom !important;
}

/* Top bar  */
#top-bar {
  padding: 0 0 0 20px;
  width: 1040px;

/ / position : relative;
/ / z-index : 2;
  margin-top: -60px;
}

.content-size-inner #top-bar table td, .content-size #top-bar table td {
  vertical-align: bottom;
}

.content-size-inner #top-bar td.time-container, .content-size #top-bar td.time-container {
  width: 248px;
}

.content-size-inner #top-bar td.search-container, .content-size #top-bar td.search-container {
  width: 264px;
}

#top-bar td.search-container a {
  margin: 0 auto;
  display: block;
  background: url(../images/search-go.png) no-repeat left center;
  width: 61px;
  height: 27px;
}

#top-bar td.search-container a:hover {
  display: block;
  background: url(../images/search-go-hover.png) no-repeat left center;
  width: 61px;
  height: 27px;
}

#top-bar .time {
  font-size: 18px;
  font-weight: bold;
  margin: 4px 140px 0px 0px;
  position: relative;
  text-align: right;
  text-shadow: #575d62 -1px 1px 3px;
  z-index: 1;
}

#top-bar .time-zone {
  font-size: 14px;
}

#top-bar a#home-page-link {
  background: url(../images/home.png) top center;
  display: block;
  height: 26px;
  margin: 0px 0px 0px 38px;
  width: 70px;
}

#top-bar a#home-page-link:hover {
  background-position: bottom center;
}

.front #inner-page .time {
  color: #fff;
}

#inner-page .time {
  color: #0f3652;
}

#top-bar .slogan {
  font-size: 15px;
  color: #406681;
  position: absolute;
  z-index: 0;
  top: 22px;
  line-height: 17px;
  left: 0;
  width: 100%;
  text-align: center;
}

#top-bar #search {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #1b405b;
  float: right;
  position: relative;
  z-index: 1;
}

#top-bar #search input.searchBox {
  color: Gray;
}

#top-bar #search td {
  vertical-align: middle;
}

#top-bar #search table {
  height: 17px;
}

#top-bar #search .form-text {
  width: 118px;
  font: 12px Arial, Helvetica, sans-serif;
  color: #1b405b;
}

/*  end top bar */

/* Home Page */
#home-services {
  padding: 13px 0 0 0;
  clear: both;
}

#home-services .container {
  margin: 0 0 0 20px;
}

#home-services .service {
  position: relative;
  float: left;
  width: 253px;
  height: 225px;
  background: url(../images/bkg/home/service.png) no-repeat;
  margin: 0 9px 0 0;
}

#home-services .service div.airline {
  position: relative;
  margin-left: 56px;
  margin-top: 16px;
  background: url(../images/bkg/home/airlines-text.png) no-repeat;
  width: 139px;
  height: 22px;
  padding-bottom: 16px;
}

#home-services .service div.maps {
  position: relative;
  margin-left: 86px;
  margin-top: 16px;
  background: url(../images/bkg/home/maps-text.png) no-repeat;
  width: 139px;
  height: 22px;
  padding-bottom: 16px;
}

#home-services .service div.parking {
  position: relative;
  margin-left: 60px;
  margin-top: 16px;
  background: url(../images/bkg/home/parking-text.png) no-repeat;
  width: 139px;
  height: 22px;
  padding-bottom: 16px;
}

#home-services .service div.news {
  position: relative;
  margin-left: 81px;
  margin-top: 16px;
  background: url(../images/bkg/home/news-text.png) no-repeat;
  width: 139px;
  height: 22px;
  padding-bottom: 16px;
}

#home-services .service-list {
  width: 222px;
  margin: 0 auto;
  padding: 18px 0 0 0;
}

a.airlines-search {
  display: block;
  width: 99px;
  height: 28px;
  background: url(../images/airlines-search.png) no-repeat;
}

a.airlines-search:hover {
  display: block;
  width: 99px;
  height: 28px;
  background: url(../images/airlines-search-hover.png) no-repeat;
}

#home-services a.directions-go {
  display: block;
  width: 61px;
  height: 27px;
  background: url(../images/go.png) no-repeat;
}

#home-services a.directions-go:hover {
  display: block;
  width: 61px;
  height: 27px;
  background: url(../images/go-hover.png) no-repeat;
}

#home-services a.news {
  text-decoration: none;
  position: relative;
  display: block;
  width: 117px;
  height: 27px;
  background: url(../images/more-news.png) no-repeat;
}

#home-services a.news:hover {
  display: block;
  width: 117px;
  height: 27px;
  background: url(../images/more-news-hover.png) no-repeat;
}

#home-services .news-title {
  line-height: 26px;
  background: url(../images/bkg/html/news-strip-background.png) no-repeat;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-indent: 8px;
  margin: 6px 0 0 0;
  width: 252px;
  height: 26px;
  border-left: #b4c0ca solid 1px;
}

#home-services .alerts-title {
  line-height: 26px;
  background: url(../images/bkg/html/news-strip-background.png) no-repeat;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-indent: 8px;
  margin: 6px 0 0 0;
  width: 252px;
  height: 26px;
  border-left: #b4c0ca solid 1px;
  overflow: hidden;
}

#home-services ul.news-list {
  margin: 0 0 0 14px;
}

#home-services ul.news-list li {
  font-size: 12px;
  background: url(../images/misc/home-news-bullet.png) no-repeat left center;
  padding: 0 0 0 17px;
  line-height: 14px;
  margin: 10px 0 0 0;
}

#home-services ul.news-list li a {
  color: #10212c;
  text-decoration: none;
}

#home-services ul.news-list li a:hover {
  text-decoration: underline;
}

#home-services .news-more-button {
  position: relative;
  margin: 14px 0 0 60px;
  text-align: center;
}

#home-services .small-services-container {
  float: left;
  padding: 10px 0 0 20px;
}

#home-services .service-small {
  position: relative;
  width: 201px;
  height: 159px;
  float: left;
  margin: 0 8px 0 0;
  background: url(../images/bkg/home/service-small.png) no-repeat;
}

#home-services .service-small div.direction-caption {
  position: relative;
  margin-left: 27px;
  margin-top: 14px;
  padding-bottom: 18px;
  background: url(../images/bkg/home/driving-directions-caption.png) no-repeat;
  width: 149px;
  height: 17px;
}

#home-services .service-small div.partnering-with-us-caption {
  margin-left: 20px;
  margin-top: 14px;
  padding-bottom: 18px;
  background: url(../images/bkg/home/partnering-with-us.png) no-repeat;
  width: 152px;
  height: 18px;
}

#home-services .service-small div.current-weather-caption {
  margin: 14px auto 0;
  background: url(../images/bkg/home/current-weather-caption.png) no-repeat;
  width: 118px;
  height: 12px;
}

#home-services .service-small div.current-weather-desc {
  background: url(../images/bkg/home/current-weather-desc-box.png) no-repeat;
  width: 214px;
  height: 130px;
  padding: 50px 0 0 50px;
  margin-left: -31px;
  margin-top: -19px;
  color: #fff;
}

#home-services .service-small div.current-weather-desc .temperature {
  font-size: 68px;
  font-family: Arial, sans-serif;
  margin-top: 7px;
  display: inline-block;
}

#home-services .service-small div.current-weather-desc img {
  margin-top: 20px;
}

#home-services .service-small div.passenger-service-caption {
  margin-left: 22px;
  margin-top: 14px;
  padding-bottom: 18px;
  background: url(../images/bkg/home/passenger-service-caption.png) no-repeat;
  width: 153px;
  height: 17px;
}

#home-services .service-small div.current-development-caption {
  margin-left: 10px;
  margin-top: 14px;
  padding-bottom: 18px;
  background: url(../images/bkg/home/current-developments-caption.png) no-repeat;
  width: 178px;
  height: 17px;
}

#home-services .service-small h3 {
  font-size: 20px;
  color: #153043;
  line-height: 48px;
  text-align: center;
  font-weight: normal;
  letter-spacing: -1px;
}

#home-services .driving-directions {
  position: relative;
  font-size: 11px;
  color: #153043;
  font-weight: bold;
  margin: 0 0 0 13px;
}

#home-services .driving-directions a#revert {
  display: block;
  width: 15px;
  height: 26px;
  background: url(../images/bkg/revert.png) no-repeat;
  margin: 0 0 0 3px;
}

#home-services .driving-directions td {
  vertical-align: middle;
}

#home-services .driving-directions input {
  font-size: 11px;
  color: #153043;
}

#home-services .driving-directions .to {
  margin: 5px 0 0 0;
}

#home-services .driving-directions .from, #home-services .driving-directions .to {
  text-align: right;
}

#home-services .driving-directions .from input {
  width: 120px;
}

#home-services .driving-directions .to input {
  width: 135px;
}

#home-services .driving-directions .go {
  padding: 15px 0 0 0;
  text-align: center;
}

#home-services div.partnering-with-us {
  float: left;
  margin: 0 8px 0 0px;
}

#home-services div.partnering-with-us div.text {
  font-size: 14px;
  color: #153043;
  font-weight: bold;
  width: 105px;
  padding: 0 0 0 15px;
  line-height: 16px;
}

#home-services div.iphone-app div.download {
  margin: 13px 0 0 9px;
}

#home-services div.video {
  width: 201px;
  height: 159px;
}

#home-services div.passenger-service a.styled-a-small, #home-services div.cur-dev a.styled-a-small, #home-services div.service-small a.styled-a-small {
  margin: 0 0 5px 13px;
}

#home-services .bottom-buttons {
  width: 1060px;
  padding: 8px 0 18px 12px;
}

#home-services .bottom-buttons .button {
  display: block;
  width: 255px;
  height: 35px;
  float: left;
  margin: 0 6px 0 0;
  color: #0f3652;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  z-index: 5;
}

#home-services .bottom-buttons .weather {
  position: relative;
  width: 255px;
  height: 35px;
  background: url(../images/bkg/weather.png) no-repeat;
}

#home-services .bottom-buttons .weather:hover {
  width: 255px;
  height: 35px;
  background: url(../images/bkg/weather-hover.png) no-repeat;
}

#home-services .bottom-buttons .contacts {
  position: relative;
  width: 255px;
  height: 35px;
  background: url(../images/bkg/contacts.png) no-repeat;
}

#home-services .bottom-buttons .contacts:hover {
  width: 255px;
  height: 35px;
  background: url(../images/bkg/contacts-hover.png) no-repeat;
}

#home-services .bottom-buttons .site-map {
  position: relative;
  width: 255px;
  height: 35px;
  background: url(../images/bkg/site-map.png) no-repeat;
}

#home-services .bottom-buttons .site-map:hover {
  width: 255px;
  height: 35px;
  background: url(../images/bkg/site-map-hover.png) no-repeat;
}

#rss, #facebook, #twitter {
  position: relative;
}

#home-services .bottom-buttons .logos {
  width: 255px;
  height: 35px;
  background: url(../images/bkg/bottom-button.png) no-repeat;
  line-height: normal;
  padding-top: 6px;
}

/* end Home page*/

/* Inner Page */
.inner-page-content {
  clear: left;
  float: left;
  margin: 20px 0 0 0;
  width: 1080px;
}

.inner-page-title {
  width: 1020px;
  height: 63px;
  background: url(../images/bkg/inner-page-title.png) no-repeat;
  float: left;
}

.inner-page-title div.title {
  text-align: center;
  margin: 5px 0 0 0;
}

.inner-page-sections {
  margin: 20px 0 0 0;
  float: left;
  clear: left;
  width: 1020px;
}

.inner-page-content .left-section {
  width: 734px;
  float: left;
}

.inner-page-content .left-section div.content {
  background: #d4e5f1;
  width: 690px;
  padding: 22px;
  font-size: 14px;
  line-height: 16px;
  color: #0f3652;
  margin: 12px 0 0 0;
}

.inner-page-content .right-section {
  width: 265px;
  float: right;
}

.inner-page-content .right-section div.logo {
  text-align: right;
  position: relative;
  top: -13px;
}

.inner-page-content h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  color: #e67127;
  text-align: center;
  text-shadow: #7e3e15 0 -1px 2px;
  letter-spacing: -1px;
  padding: 0 0 11px 0;
  background: url(../images/misc/h2-bkg.gif) repeat-x left bottom;
}

.title-revisied {
  width: 1216px;
  height: 88px;
  background: url(../images/bkg/page-title-revisied.png) no-repeat 1px 0px;
  margin-left: -63px;
  *zoom: 1;
}

.title-revisied:before,
.title-revisied:after {
  display: table;
  content: "";
  line-height: 0;
}

.title-revisied:after {
  clear: both;
}

.title-revisied-emergency {
  background: url(../images/bkg/page-title-revisied-emergency-info.png) no-repeat 1px 0px;
}

.title-revisied div.title-page-not-found {
  padding-top: 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 7px 0 0 0;
}

.title-revisied div.title {
  text-align: center;
  margin: 9px 0 0 0;
}

.departures {
  font-size: 12px;
  color: #0f3652;
}

.departures a.departures-phone {
  text-decoration: none;
  position: relative;
  display: block;
  width: 63px;
  height: 32px;
  background: url(../images/misc/phone.png) no-repeat;
}

.departures a.departures-phone:hover {
  display: block;
  width: 63px;
  height: 32px;
  background: url(../images/misc/phone-hover.png) no-repeat;
}

.company a {
  text-decoration: none;
  color: #0F3652;
}

.departures .sort {
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 0 0;
}

.departures .sort td {
  vertical-align: middle;
}

.departures .sort .styled-radiobutton label {
  font-size: 14px;
  font-weight: bold;
}

.departures .data-table {
  width: 100%;
}

.departures .data-table td {
  height: 32px;
  font-size: 12px;
  color: #0f3652;
  text-align: center;
  vertical-align: middle;
  background: #d4e5f1;
  border-bottom: #0f3652 solid 1px;
  border-right: #0f3652 solid 1px;
}

.departures .data-table td.last {
  border-right: 0 !important;
}

.departures .data-table td.head, .departures .data-table td.take-a-fly-head {
  background: #0f3652;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-right: #fff solid 1px;
}

.departures .data-table td.take-a-fly-head {
  background: #e67127;
}

.departures .data-table td.take-a-fly {
  background: #819aab;
}

.departures .data-table td.take-a-fly .plain {
  position: relative;
  display: block;
  width: 104px;
  height: 31px;
  background: url(../images/misc/plain.png);
  cursor: pointer;
}

.departures .data-table td.take-a-fly .plain:hover {
  display: block;
  cursor: pointer;
  width: 104px;
  height: 31px;
  background: url(../images/misc/plain-hover.png);
}

.departures .data-table table.company {
  margin: 0 0 0 10px;
}

.departures .data-table table.company td {
  border: 0;
}

.departures .bottom-bar {
  height: 22px;
  width: 727px;
  background: #0f3652;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  padding: 0 7px 0 0;
  line-height: 22px;
}

.departures .bottom-bar a.next {
  background: url(../images/misc/bottom-bar-arrow.png) no-repeat right center;
  padding: 0 22px 0 0;
  color: #fff;
  text-decoration: none;
}

.departures .bottom-bar a.next:hover {
  text-decoration: underline;
}

.departures .system-info {
  margin: 21px 0 0 0;
}

.departures .system-info td {
  vertical-align: middle;
}

.departures .system-info .copy {
  font-size: 10px;
}

div.search-form {
  width: 264px;
  height: 264px;
  background: url(../images/bkg/search-form-dep.png) no-repeat;
}

div.search-form div.content {
  width: 230px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

td.content a {
  color: #f07525;
  font-weight: bold;
  text-decoration: none;
}

div.content div.search-title-container {
  width: 100%;
  border-bottom: 3px dotted #b5bbc0;
  margin-bottom: 16px;
}

div.search-form div.content div.search-title {
  position: relative;
  background: url(../images/titles/search-box-title.png);
  width: 132px;
  height: 31px;
  margin-bottom: 14px;
}

div.search-form div.content form {
  margin: 15px 0 0 3px;
}

div.search-form div.content form .submit {
  text-align: center;
}

.departures .disclaimer {
  font-size: 11px;
  width: 230px;
  margin: 0 auto;
  padding: 5px 0 0 0;
  line-height: 13px;
}

/* end Inner Page */

/* Track a flight */
#trackaf-title {
  padding: 20px 0 0 1px;
  float: left;
  clear: left;
}

#trackaf-content {
  position: relative;
  float: left;
  clear: left;
  width: 1078px;
  height: 516px;
  display: inline;
  background: url(../images/bkg/track-page-content.jpg) no-repeat;
  position: relative;
  margin: -5px 0 0 1px;
  line-height: 14px;
}

#trackaf-content div.container {
  clear: left;
  margin: 10px 0 10px 0;
}

#trackaf-content span.status, div.status {
  font-size: 14px;
  clear: both;
  margin: 20px 10px 0 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 25px;
  background: url(../images/error.png) 4px 3px no-repeat;
  background-color: #FFDFF7;
  border: 1px solid red;
  color: red;
}

#trackaf-content div.thanks {
  color: #fff;
  font-size: 14px;
  padding: 50px 0 0 20px;
}

#trackaf-content div.flight-not-found {
  padding: 30px 0 0 30px;
  line-height: 20px;
  width: 100%;
  color: #fff;
  font-size: 14px;
}

#trackaf-content div.flight-not-found a {
  font-weight: bold;
  color: #e16e26;
  text-decoration: none;
}

#trackaf-content div.flight-not-found a:hover {
  font-weight: bold;
  text-decoration: underline;
}

#trackaf-content .flights-checkbox-list label {
  margin-left: 5px;
}

#trackaf-content .flights-checkbox-list td.header {
  font-size: 14px;
  font-weight: bold;
  color: #e16e26;
  line-height: 20px;
  padding-bottom: 10px;
}

#trackaf-content .flights-checkbox-list label:hover {
  cursor: pointer;
  color: #e16e26;
}

#trackaf-content .flights-checkbox-list div {
  border: 1px dotted gray;
  height: 300px;
  width: 60%;
  overflow: auto;
  margin-bottom: 30px;
}

#trackaf-content .flights-checkbox-list div td {
  padding-left: 10px;
}

#trackaf-content a.remove {
  background: url("../images/remove_flight.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 29px;
  width: 190px;
}

#trackaf-content a.remove:hover {
  background: url("../images/remove-flight-hover.png") no-repeat scroll 0 0 transparent;
}

#trackaf-content .flights-checkbox-list td {
  height: 40px;
}

#trackaf-content .flights-checkbox-list td input {
  padding-bottom: 25px;
}

#trackaf-content div.thanks a {
  color: #fff;
}

#trackaf-content div.thanks a:hover {
  color: #e16e26;
}

#trackaf-content .fade {
  width: 1075px;
  height: 29px;
  background: #0f3550 url(../images/bkg/track-fade.jpg) no-repeat;
  font-size: 14px;
  color: #fff;
  margin: 10px 0 0 0;
  text-align: center;
  line-height: 29px;
  float: left;
}

#trackaf-content .track-form {
  font-size: 14px;
  color: #f67525;
  font-weight: bold;
  margin: 15px 0 0 70px;
  line-height: 14px;
  float: left;
  width: 440px;
}

#trackaf-content .track-form a.track-my-flight-button {
  display: block;
  width: 133px;
  height: 28px;
  background: url(../images/track-my-flight.png) no-repeat;
}

#trackaf-content .track-form a.track-my-flight-button:hover {
  display: block;
  width: 133px;
  height: 28px;
  background: url(../images/track-my-flight-hover.png) no-repeat;
}

#trackaf-content .unsubscribe-form a.cancel-flight-updates-button {
  display: block;
  width: 190px;
  height: 29px;
  background: url(../images/cancel-flight-updates.png) no-repeat;
}

#trackaf-content .unsubscribe-form a.cancel-flight-updates-button:hover {
  display: block;
  width: 190px;
  height: 29px;
  background: url(../images/cancel-flight-updates-hover.png) no-repeat;
}

#trackaf-content .unsubscribe-form {
  font-size: 14px;
  color: #f67525;
  font-weight: bold;
  margin: 15px 0 0 70px;
  line-height: 14px;
  float: left;
}

#trackaf-content td {
  vertical-align: middle;
}

#trackaf-content .track-form .select-overlay {
  color: #0f3652;
}

#trackaf-content .track-form .month .select-overlay, #trackaf-content .track-form .day .select-overlay, #trackaf-content .track-form .year .select-overlay {
  text-indent: 9px;
}

#trackaf-content .track-form .month, #trackaf-content .track-form .month select {
  width: 77px;
}

#trackaf-content .track-form .month .select-overlay {
  width: 77px;
  background-position: right top;
  left: 324px;
}

#trackaf-content .track-form .day, #trackaf-content .track-form .day select {
  width: 53px;
}

#trackaf-content .track-form .day .select-overlay {
  width: 53px;
  background-position: right top;
}

#trackaf-content .track-form .year, #trackaf-content .track-form .year select {
  width: 60px;
}

#trackaf-content .track-form .year .select-overlay {
  width: 60px;
  background-position: right top;
}

#trackaf-content .track-form .styled-radiobutton label {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

#trackaf-content .track-form .label, .unsubscribe-form .label {
  text-align: right;
}

#trackaf-content .track-form .form-flight {
  width: 135px;
  font-size: 12px;
}

#trackaf-content .track-form .form-email, .unsubscribe-form .form-email {
  width: 215px;
  font-size: 14px;
}

#trackaf-content .track-form .text, .unsubscribe-form .text {
  color: #fff;
  font-weight: normal;
  line-height: 18px;
  width: 216px;
  padding: 0 0 15px 0;
}

#trackaf-content .track-form td {
  vertical-align: middle;
}

#trackaf-content .download-app {
  display: block;
  width: 172px;
  height: 28px;
  background: url(../images/download-the-app.png) no-repeat;
  position: absolute;
  left: 563px;
  top: 355px;
}

/* Track a flight */
/*FAQs*/
#faqs {
  width: 1020px;
  float: left;
  clear: left;
  padding-top: 30px;
  padding-left: 20px;
  font-size: 14px;
}

#faqs p {
  padding: 0;
}

#faqs a {
  color: inherit;
  text-decoration: underline;
}

#faqs a:hover {
  color: #e16e26;
  text-decoration: underline;
}

#faqs div.faq-container {
  width: 1035px;
  float: left;
  color: #0f3652;
  font-family: Arial;
  padding-bottom: 20px;
}

#faqs div.faq-container div.faq-question {
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
}

#faqs div.faq-container div.faq-answer {
  line-height: 16px;
  padding-left: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
}

#faqs .separator-line {
  width: 100%;
  height: 2px;
  background-color: #d86a25;
}

#faqs div.faq-buttons-panel {
  float: left;
  height: 156px;
  padding-left: 5px;
  background: url(../images/bkg/gen-airlines-buttons-bkg.jpg) no-repeat;
}

#faqs div.faq-buttons-panel .faq-buttons {
  margin-top: 23px;
}

#faqs div.faq-buttons-panel .faq-buttons td {
  padding-right: 5px;
}

/*---*/

/*Travel Tips*/
#traveltips {
  width: 1020px;
  float: left;
  clear: left;
  padding-top: 30px;
  padding-left: 20px;
  font-size: 14px;
}

#traveltips a {
  text-decoration: underline;
  color: #0F3652;
}

#traveltips a:hover {
  color: #e16e26;
}

#traveltips p {
  padding: 0;
}

#traveltips .travel-tip-container td.travel-tip-icon {
  text-align: center;
  vertical-align: middle;
  border-right: 2px dotted #b5bbc0;
}

#traveltips .travel-tip-parent-container td {
  padding-top: 10px;
}

#traveltips div.travel-tip-body-container {
  width: 915px;
  float: left;
  color: #0f3652;
  font-family: Arial;
  padding-top: 22px;
}

#traveltips div.travel-tip-image {
  width: 120px;
  height: auto;
  clear: left;
  float: left;
}

#traveltips div.travel-tip-body-container div.travel-tip-header {
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 25px;
  padding-bottom: 4px;
}

#traveltips div.travel-tip-body-container div.travel-tip-body {
  line-height: 16px;
  padding-left: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
}

#traveltips div.travel-tip-body-container div.travel-tip-body ul {
  padding-top: 10px;
  margin-left: 25px;
}

#traveltips div.travel-tip-body-container div.travel-tip-body li {
  list-style: disc;
  padding: 0 0 10px 0;
}

#traveltips .separator-line {
  width: 100%;
  height: 2px;
  background-color: #d86a25;
}

/*Driving Directions */

#directions-main {
  width: 1020px;
  position: relative;
  float: left;
  margin-top: 25px;
  margin-left: 100px;
}

#directions-main p {
  padding: 0;
}

#directions-main div.direction-container {
  width: 1020px;
  color: #0f3652;
  font-family: Arial;
}

#directions-main div.direction-container div.map-box {
  background: url(../images/bkg/google-map-border.jpg) no-repeat;
  width: 752px;
  height: 466px;
  padding-top: 20px;
  padding-left: 18px;
}

#map_canvas {
  padding-left: 10px;
  width: 700px;
  height: 446px;
}

#directions-main div.direction-container div.direction-header {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
}

#directions-main div.direction-container div.direction-body {
  line-height: 15px;
  font-size: 14px;
  padding-bottom: 14px;
}

#directions-main div.direction-container div.direction-separator-line {
  padding-bottom: 14px;
  height: 10px;
  background: url(../images/bkg/driving-directions-separator.png) no-repeat;
  width: 100%;
}

#directions-main div.directions-box-container {
  margin-top: 8px;
  top: 0px;
  left: 770px;
  float: right;
  position: absolute;
}

#directions-main div.directions-box {
  width: 253px;
  height: 215px;
  background: url(../images/bkg/directions-box-background.png) no-repeat;
}

#directions-main div.directions-bottom-text {
  padding-left: 10px;
  font-size: 12px;
  width: 245px;
  height: 50px;
}

#directions div.directions-box-container div.content {
  padding-top: 20px;
}

#directions-main div.directions-box-container div.directions-text {
  margin-top: 20px;
  margin-left: 46px;
  padding-bottom: 17px;
  background: url(../images/titles/directions.png) no-repeat;
  background-position: center center;
  width: 161px;
  height: 20px;
}

#directions-main div.directions-box-container div.separator {
  margin-left: 12px;
  height: 1px;
  border-bottom: 2px dotted #b5bbc0;
  width: 230px;
}

#directions-main div.directions-box-container table {
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 19px;
}

#directions-main div.directions-box-container td.go {
  text-align: center;
}

#directions-main div.directions-box-container div.from {
  margin-bottom: 14px;
}

#directions-main div.directions-box-container div.to {
  margin-bottom: 24px;
}

#directions-main div.directions-box-container div.from input {
  color: #153043;
  font-size: 12px;
  width: 146px;
}

#directions-main div.directions-box-container div.to input {
  color: #153043;
  font-size: 12px;
  width: 170px;
}

#directions-main div.directions-box-container a#revert {
  background: url("../images/bkg/revert.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 26px;
  margin: 0 0 0 3px;
  width: 15px;
}

#directions-main div.directions-box-container td.revert {
  padding-top: 13px;
}

#directions-main #directions {
  width: 1000px;
  font-size: 13px;
}

#directions-main #directions a {
  text-decoration: none;
  font-weight: bold;
  color: #0F3652;
}

#directions-main #directions table tr:hover {
  color: #c66121;
}

/* Rates*/
#rates {
  float: left;
  width: 1080px;
  padding-left: 70px;
}

#rates p {
  padding: 0;
}

#rates div.first-row div.parking-icon {
  padding-left: 44px;
  padding-top: 32px;
  width: 91px;
  float: left;
}

#rates div.first-row div.parking-banner {
  padding-left: 30px;
  padding-top: 20px;
  padding-right: 32px;
  width: 619px;
  float: left;
}

#rates div.first-row div.parking-banner .upper-stripe {
  width: 619px;
  height: 102px;
  background: url(../images/upper-stripe.jpg) no-repeat;
  position: relative;
}

#rates div.first-row div.parking-banner .upper-stripe .upper-text {
  margin-left: 107px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #000;
  width: 485px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  font-size: 18px;
}

#rates div.first-row div.parking-banner .upper-stripe .upper-map-link-block {
  background: url(../images/see-map-button.png) no-repeat;
  width: 108px;
  height: 45px;
  position: absolute;
  bottom: -13px;
  right: -15px;
}

#rates div.first-row div.parking-banner .upper-stripe .upper-map-link-block .upper-map-link {
  display: block;
  width: 108px;
  height: 45px;
}

#rates div.first-row {
  height: 138px;
}

#rates div.second-row div.separator {
  width: 1022px;
  margin-left: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d86a25;
}

#rates div.first-row div.vertical-separator {
  margin-top: 7px;
  float: left;
  height: 116px;
  border-left: 2px dotted #bdc2c6;
}

#rates div.first-row div.parking-text {
  margin-left: 25px;
  margin-top: 55px;
  float: left;
  width: 510px;
  vertical-align: bottom;
}

#rates div.first-row div.parking-text h2 {
  vertical-align: middle;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding-right: 8px;
}

#rates div.first-row div.parking-text h3 {
  vertical-align: middle;
  float: left;
  font-size: 18px;
  font-weight: normal;
}

#rates div.first-row div.button {
  margin-top: 20px;
  margin-left: 33px;
  width: 336px;
  float: left;
}

#rates div.first-row a.parking {
  text-decoration: none;
  position: relative;
  display: block;
  background: url("../images/misc/parking-map.jpg") no-repeat;
  width: 336px;
  height: 101px;
}

#rates div.first-row a.parking:hover {
  background: url("../images/misc/parking-map-mover.jpg") no-repeat;
  background-position: -1px;
  display: block;
  width: 336px;
  height: 101px;
}

#rates div.second-row {
  height: 20px;
}

* + html #rates div.second-row {
  height: 60px;
}

#rates div.second-row div.parking-information-header {
  margin-left: 50px;
  font-size: 18px;
  font-weight: bold;
  width: 675px;
  float: left;
}

#rates div.second-row div.rates-header {
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  float: left;
}

#rates div.third-row div.parking-information-text {
  margin-top: 12px;
  margin-left: 50px;
  font-size: 14px;
  width: 655px;
  line-height: 16px;
  float: left;
}

#rates div.third-row div.parking-information-text span.bold {
  font-weight: bold;
}

#rates div.third-row div.parking-information-text ul {
  padding-top: 10px;
  margin-left: 25px;
}

#rates div.third-row div.parking-information-text li {
  list-style: disc;
  padding: 0 0 10px 0;
}

#rates div.third-row div.rates-box {
  position: relative;
  margin-top: 12px;
  margin-left: 11px;
  padding-bottom: 15px; /*background: url(../images/bkg/price-box.png) no-repeat center;*/
  background-color: #0f3652;
  width: 337px;
  float: left;
}

#rates div.third-row div.rates-box div.rates {
  margin-top: 7px;
  margin-left: 10px;
}

#rates div.third-row div.rates-box div.rates div.rate-item {
  width: 310px;
  height: 30px;
  margin-top: 20px;
}

#rates div.third-row div.rates-box div.rates div.rate-item div.digits-container {
  width: 88px;
  float: left;
}

#rates div.third-row div.rates-box div.rates div.rate-item div.digits-container div.dollar {
  float: right;
  padding-right: 3px;
  padding-top: 5px;
}

#rates div.third-row div.rates-box div.rates div.rate-item div.digits-container div.digits {
  color: White;
  float: right;
  padding-right: 3px;
  font-size: 29px;
}

#rates div.third-row div.rates-box div.rates div.rate-item div.digits-container div.perday {
  float: right;
  padding-right: 7px;
}

#rates div.third-row div.rates-box div.rates div.rate-item div.rates-text {
  height: 40px;
  color: #fff;
  font-size: 14px;
}

#rates div.third-row div.rates-box div.rates div.rate-item div.separator {
  border-bottom: 1px solid #d86a25;
}

#rates div.third-row div.rates-box div.rates-effective {
  position: absolute;
  font-size: 12px;
  font-style: italic;
  color: white;
  top: 285px;
  left: 40px;
}

/* Accessibility*/
#accessibility {
  float: left;
  width: 1080px;
  padding-left: 70px;
}

#accessibility p {
  padding: 0;
}

#accessibility div.first-row div.parking-icon {
  padding-left: 44px;
  padding-top: 32px;
  width: 91px;
  float: left;
}

#accessibility div.first-row {
  height: 138px;
}

#accessibility div.first-row div.vertical-separator {
  margin-top: 7px;
  float: left;
  height: 116px;
  border-left: 2px dotted #bdc2c6;
}

#accessibility div.first-row div.parking-text {
  margin-left: 25px;
  margin-top: 55px;
  float: left;
  width: 510px;
  vertical-align: bottom;
}

#accessibility div.first-row div.parking-text h2 {
  vertical-align: middle;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding-right: 8px;
}

#accessibility div.first-row div.parking-text h3 {
  vertical-align: middle;
  float: left;
  font-size: 14px;
  font-weight: normal;
}

#accessibility div.first-row a.parking {
  position: relative;
  text-decoration: none;
  display: block;
  background: url("../images/misc/parking-map2.jpg") no-repeat;
  width: 336px;
  height: 101px;
}

#accessibility div.first-row a.parking:hover {
  display: block;
  background: url("../images/misc/parking-map-over.jpg") no-repeat;
  width: 336px;
  height: 101px;
}

#accessibility div.first-row div.button {
  margin-top: 20px;
  margin-left: 33px;
  width: 336px;
  float: left;
}

#accessibility div.second-row {
  height: 300px;
  margin-left: 41px;
}

#accessibility div.second-row div.separator {
  width: 1022px;
  border-bottom: 2px solid #d86a25;
}

#accessibility div.second-row div.left-column {
  float: left;
  width: 695px;
  margin-top: 40px;
}

#accessibility div.second-row div.left-column div.text {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

#accessibility div.second-row div.left-column div.text h2 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 3px;
}

#accessibility div.second-row div.left-column div.phone-shape {
  background: url(../images/bkg/accessibility-phone-shape.jpg) no-repeat;
  width: 499px;
  height: 61px;
  padding-left: 10px;
  padding-top: 12px;
  font-size: 14px;
}

#accessibility div.second-row div.left-column div.phone-shape h2 {
  font-size: 18px;
  color: #e16e26;
}

#accessibility div.second-row div.vertical-separator {
  float: left;
  width: 2px;
  height: 100%;
  margin-left: 25px;
  margin-top: 17px;
  border-right: 2px solid #d86a25;
}

#accessibility div.second-row div.right-column {
  margin-top: 40px;
  margin-left: 40px;
  float: left;
  width: 228px;
  font-size: 14px;
  line-height: 16px;
}

#accessibility div.second-row div.right-column h2 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 3px;
}

#accessibility div.second-row div.right-column i {
  font-style: italic;
}

#accessibility div.second-row div.right-column a {
  color: #f07525;
  font-weight: bold;
  text-decoration: none;
}

#accessibility div.second-row div.right-column a:hover {
  text-decoration: underline;
}

/* Other Transportation */

#othertransport {
  width: 1022px;
  float: left;
  display: inline;
  margin: 0 0 0 30px;
  clear: left;
}

#othertransport p {
  padding: 0px;
  padding-bottom: 20px;
}

#othertransport table {
  margin-top: 33px;
}

#othertransport table td.separator {
  border-bottom: 2px solid #c66121;
}

#othertransport div.title {
  /*	margin-bottom: 11px; 	margin-left: 20px; 	background: url(../images/titles/buses.png); 	width: 83px; 	height: 26px;*/
  margin-bottom: 11px;
  margin-left: 20px;
  line-height: 29px;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e16e26;
}

#othertransport div.taxi-limo {
  margin-bottom: 11px;
  margin-left: 20px;
  background: url(../images/titles/taxi-limo.png);
  width: 164px;
  height: 23px;
}

#othertransport div.van-shuttles {
  margin-bottom: 11px;
  margin-left: 20px;
  background: url(../images/titles/van-shuttle.png);
  width: 215px;
  height: 28px;
}

#othertransport div.text {
  width: 990px;
  font-size: 14px;
  margin-left: 20px;
  margin-top: 14px;
  margin-bottom: 22px;
}

#othertransport a {
  text-decoration: none;
  color: #0F3652;
}

#othertransport a:hover {
  color: #e16e26;
}

#othertransport div.text span.bold {
  font-weight: bold;
}

/*baggage*/

#baggage {
  float: left;
  width: 1040px;
  margin-left: 9px;
  line-height: 20px;
  font-size: 14px;
}

#baggage p {
  padding: 0;
  padding-bottom: 20px;
}

#baggage a {
  color: #0F3652;
}

#baggage a:hover {
  color: #e16e26;
}

#baggage div.body {
  margin-top: 20px;
  margin-left: 20px;
}

#baggage div.body li {
  list-style-type: disc;
  padding-bottom: 20px;
  margin-left: 20px;
  line-height: 16px;
}

/*Wi-Fi*/
#wifi {
  float: left;
  width: 1071px;
  height: 505px;
  background: url(../images/bkg/wifi-bkg.jpg) no-repeat;
  margin-left: 9px;
  line-height: 16px;
  font-size: 13px;
}

#wifi p {
  padding: 0;
  padding-bottom: 20px;
}

#wifi div.header {
  width: 1020px;
  height: 138px;
  margin-left: 20px;
}

#wifi div.header div.computer-icon {
  margin-left: 22px;
  float: left;
  margin-top: 30px;
  padding-right: 21px;
  background: url(../images/misc/computer.png) no-repeat;
  width: 73px;
  height: 60px;
}

#wifi div.header div.separator {
  float: left;
  border-left: 2px dotted #b5bbc0;
  padding-right: 24px;
  height: 115px;
}

#wifi div.header div.header-text {
  padding-top: 30px;
}

#wifi div.header div.header-text h3 {
  font-size: 18px;
  font-weight: bold;
}

#wifi div.body {
  margin-left: 20px;
  position: relative;
  height: 372px;
}

#wifi div.body div.laptop {
  position: absolute;
  top: -15px;
  left: -20px;
  background: url(../images/misc/laptop.png) no-repeat;
  width: 522px;
  height: 384px;
  z-index: 1;
}

#wifi div.body div.body-text {
  margin-left: 360px;
  margin-top: 30px;
  width: 666px;
}

#wifi div.body div.customer-support {
  margin-left: 360px;
  padding-top: 10px;
  width: 666px;
}

#wifi div.body div.body-text div.customer-support span.orange {
  color: #e16e26;
  font-weight: bold;
}

/*Pet relief*/

#petrelief {
  width: 1079px;
  float: left;
  font-size: 13px;
}

#petrelief p {
  padding: 0;
}

#petrelief div.header {
  width: 1020px;
  height: 138px;
  margin-left: 20px;
  border-bottom: 2px solid #c66121;
}

#petrelief div.header div.pet-icon {
  margin-left: 22px;
  float: left;
  margin-top: 30px;
  padding-right: 21px;
  background: url(../images/misc/pet.png) no-repeat;
  width: 94px;
  height: 77px;
}

#petrelief div.header div.separator {
  float: left;
  border-left: 2px dotted #b5bbc0;
  padding-right: 24px;
  height: 115px;
}

#petrelief div.header div.header-text {
  padding-top: 30px;
}

#petrelief div.header div.header-text h3 {
  font-size: 18px;
  font-weight: bold;
}

#petrelief div.body {
  margin-top: 70px;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 1020px;
  font-size: 14px;
}

#petrelief div.fence {
  width: 1080px;
  height: 285px;
  background: url(../images/bkg/pet-relief-area.jpg) no-repeat center;
}

/*Search*/
#searchresults {
  width: 1000px;
  float: left;
  margin: 10px 0 0 50px;
  line-height: 16px;
  font-size: 13px;
}

#searchresults #cse-search-results body {
  font-size: 14px;
  font-weight: bold;
}

#searchresults a {
  text-decoration: none !important;
}

/*
404
*/

#page404 {
  width: 1020px;
  height: 200px;
  margin: 80px 30px 0 30px;
  float: left;
  line-height: 16px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

/*Amenities*/
#amenities {
  width: 1020px;
  float: left;
  margin: 0 30px 0 30px;
  line-height: 20px;
  font-size: 13px;
}

#amenities a {
  color: #0F3652;
}

#amenities a:hover {
  color: #e16e26;
}

#amenities p {
  padding: 0;
}

span.bold {
  font-weight: bold !important;
}

#amenities div.item {
  width: 1005px;
}

#amenities div.item div.header {
  margin-left: 17px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#amenities div.item div.header div.title {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e16e26;
}

#amenities div.item div.header div.title span {
  font-size: 24px;
}

#amenities div.item div.curbside {
  background: url(../images/titles/curbside-check-in.png) no-repeat;
  width: 266px;
  height: 21px;
}

#amenities div.item div.harold {
  background: url(../images/titles/harolds-shoe-shine.png) no-repeat;
  width: 305px;
  height: 23px;
}

#amenities div.item div.atm {
  background: url(../images/titles/atm-s.png) no-repeat;
  width: 83px;
  height: 26px;
}

#amenities div.item div.chargecart {
  background: url(../images/titles/chargecarts-phone-chargers.png) no-repeat;
  width: 452px;
  height: 23px;
}

#amenities div.item div.firstclass {
  background: url(../images/titles/firstclass-seats.png) no-repeat;
  width: 255px;
  height: 23px;
}

#amenities div.item div.smartcart {
  background: url(../images/titles/smarte-carte-luggage-carts.png) no-repeat;
  width: 437px;
  height: 22px;
}

#amenities div.item div.separator {
  height: 2px;
  border-bottom: 2px solid #c66121;
  width: 100%;
}

#amenities div.item div.text {
  margin-top: 20px;
  margin-left: 17px;
}

#amenities div.item div.text p {
  margin-top: 10px;
}

/* Foods & Beverages */
/* Shopping */
#food, #shopping {
  width: 1020px;
  float: left;
  margin: 14px 30px 0 30px;
  line-height: 20px;
  font-size: 13px;
}

#food div.text-column, #shopping div.text-column {
  float: left;
  width: 700px;
}

#food p, #shopping p {
  padding: 0;
}

#food div.item, #shopping div.item {
  padding-top: 20px;
  margin-left: 17px;
}

#food div.item div.header, #shopping div.item div.header {
  margin-bottom: 10px;
}

#food div.item div.title, #shopping div.item div.title {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e16e26;
  padding-right: 20px;
}

#food div.item div.title span, #shopping div.item div.title span {
  font-size: 14px;
}

#food div.item div.separator, #shopping div.item div.separator {
  height: 2px;
  border-bottom: 2px solid #c66121;
  width: 100%;
}

#food div.item div.text p, #shopping div.item div.text p {
  padding-top: 10px;
}

#food div.button-column, #shopping div.button-column {
  float: left;
  padding-left: 14px;
}

#food div.button-column div.button, #shopping div.button-column div.button {
  padding-bottom: 6px;
}

#food div.button-column a.lower-level-map, #shopping div.button-column a.lower-level-map {
  text-decoration: none;
  display: block;
  background: url(../images/misc/lower-level-map.png) no-repeat;
  background-position: bottom center;
  width: 304px;
  height: 101px;
  left: -15px;
}

#food div.button-column a.lower-level-map:hover, #shopping div.button-column a.lower-level-map:hover {
  background-position: top center;
}

#food div.button-column a.upper-level-map, #shopping div.button-column a.upper-level-map {
  text-decoration: none;
  display: block;
  background: url(../images/misc/upper-level-map.png) no-repeat;
  background-position: bottom center;
  width: 304px;
  height: 101px;
  left: -15px;
}

#food div.button-column a.upper-level-map:hover, #shopping div.button-column a.upper-level-map:hover {
  background-position: top center;
}

/*Military*/

#military {
  line-height: 16px;
  float: left;
  width: 1080px;
  font-size: 14px;
}

#military p {
  padding: 0;
  padding-bottom: 25px;
}

#military div.row {
  margin-left: 25px;
  width: 1020px;
}

#military div.row div.divider {
  clear: left;
  height: 2px;
  margin-top: 12px;
  border-bottom: 2px solid #c66121;
}

#military div.row div.header {
  margin-left: 640px;
  vertical-align: middle;
  height: 100%;
}

#military div.row div.logos {
  float: left;
  width: 658px;
  height: 122px;
  background: url(../images/bkg/logos.png) no-repeat;
}

#military div.row div.header h3 {
  font-size: 18px;
}

#military div.row div.header div.vertical-separator {
  float: left;
  height: 110px;
  padding-top: 10px;
  border-left: 1px dotted #bdc2c7;
}

#military div.row div.information-container {
  width: 499px;
  height: 61px;
  background: url(../images/bkg/military-shape.png) no-repeat;
  margin-bottom: 20px;
}

#military div.row div.information-container div.info {
  padding-top: 12px;
  padding-left: 10px;
}

#military div.row div.header div.text {
  padding-top: 45px;
  vertical-align: middle;
  margin-left: 32px;
}

#military div.body {
  margin-top: 20px;
}

span.orange {
  color: #e16e26;
}

/*Rules*/
#rules {
  line-height: 20px;
  float: left;
  width: 1010px;
  margin-left: 36px;
  margin-top: 15px;
}

#rules table.rules-table {
  padding: 0 10px 0 0;
}

#rules div.rule {
  padding-bottom: 20px;
  font-size: 14px;
}

#rules div.rule-item {
  float: left;
  padding-bottom: 13px;
  width: 100%;
}

div.rule-item table.rule-item-element {
  width: 100%;
}

#rules div.rule-item table.rule-item-element td.date {
  width: 66px;
  padding-right: 17px;
}

div.rule-item table.rule-item-element td.text {
  border-top: 1px dotted #b5bbc0;
  border-bottom: 1px dotted #b5bbc0;
}

#rules div.rule-item table.rule-item-element td {
  text-align: left;
}

#rules div.rule-item div.date-capsule {
  background: url(../images/misc/date-capsule.png) no-repeat;
  width: 67px;
  height: 90px;
  float: left;
}

#rules div.rule-item div.date-capsule div.month {
  text-align: center;
  padding-top: 8px;
  color: #843401;
  font-size: 13px;
  font-weight: bold;
}

#rules div.rule-item div.date-capsule div.day {
  padding: 0;
  text-align: center;
  font-size: 38px;
  color: #fff;
  padding-top: 5px;
}

#rules div.rule-item div.date-capsule div.year {
  text-align: center;
  padding-top: 6px;
  font-size: 13px;
  font-weight: bold;
}

div.rule-item a.download-button {
  padding: 5px 0 5px 0;
  float: right;
  background: url(../images/misc/download-button.png) no-repeat center;
  width: 71px;
  height: 74px;
}

div.rule-item a.download-button:hover {
  padding: 5px 0 5px 0;
  float: right;
  background: url(../images/misc/download-button-hover.png) no-repeat center;
  width: 71px;
  height: 74px;
}

a.download-button-inactive {
  padding: 5px 0 5px 0;
  float: right;
  background: url(../images/misc/download-button-gray3.png) no-repeat center;
  width: 71px;
  height: 74px;
}

a.download-button-inactive:hover {
  padding: 5px 0 5px 0;
  float: right;
  background: url(../images/misc/download-button-gray3.png) no-repeat center;
  width: 71px;
  height: 74px;
}

div.rule-item div.rule-header-title {
  padding-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

div.rule-item div.rule-by {
  line-height: 16px !important;
  font-size: 14px !important;
}

/*Security*/

#security {
  float: left;
  width: 1000px;
  font-size: 13px;
  line-height: 16px;
}

#security p {
  padding: 0;
  padding-bottom: 15px;
}

#security div.header {
  margin: 0 40px 0 40px;
  height: 141px;
  width: 100%;
  border-bottom: 2px solid #c66121;
}

#security div.header div.security-icon {
  margin-top: 32px;
  margin-left: 20px;
  margin-right: 15px;
  background: url(../images/tips-icons/security-icon.png) no-repeat;
  float: left;
  width: 100px;
  height: 74px;
}

#security div.header div.agent-icon {
  margin-top: 32px;
  margin-left: 30px;
  margin-right: 30px;
  background: url(../images/tips-icons/tsa-agent.png) no-repeat;
  float: left;
  width: 66px;
  height: 67px;
}

#security div.header div.header-text {
  margin-left: 30px;
  margin-top: 50px;
  float: left;
}

#security div.header div.header-text h3 {
  font-weight: bold;
  font-size: 18px;
}

#security div.header div.vertical-separator {
  float: left;
  height: 85%;
  margin: 10px 0 10px 0;
  border-left: 1px dotted #bdc2c6;
}

#security div.body {
  padding: 30px 40px 0 40px;
}

#security div.information-container {
  background: url(../images/bkg/military-shape.png) no-repeat;
  width: 499px;
  height: 61px;
  margin-top: 13px;
  margin-left: 40px;
  margin-bottom: 20px;
}

#security div.information-container div.info {
  padding: 20px 0 0 10px;
}

#security a {
  color: inherit;
  text-decoration: underline;
}

#security a:hover {
  color: #f07525;
  text-decoration: underline;
}

/* Terminal Advertising */
#advertising {
  float: left;
  width: 1080px;
  margin-top: -7px;
  font-size: 13px;
  color: White;
  line-height: 16px;
  background-color: #0f3652;
}

#advertising a {
  text-decoration: none;
  color: #0F3652;
}

#advertising a:hover {
  color: #f07525;
}

#advertising p {
  padding: 0;
  padding-bottom: 20px;
}

#advertising div.header {
  background: url(../images/bkg/terminal-advertising-top.jpg) no-repeat;
  width: 1078px;
  height: 80px;
}

#advertising div.body {
  width: 850px;
  margin-top: 16px;
  margin-left: 50px;
}

#advertising div.body ul {
  margin-left: 10px;
}

#advertising div.body li {
  list-style-type: disc;
  padding-bottom: 20px;
  color: #e16f26;
}

#advertising div.body li span.text {
  color: #fff;
}

#advertising div.information-container {
  background: url(../images/bkg/terminal-advertising-bottom.jpg) no-repeat;
  width: 1078px;
  height: 289px;
}

#advertising div.information-container div.info {
  margin-left: 50px;
  padding-top: 20px;
  width: 537px;
}

/*Filming*/
#filming {
  background: url(../images/bkg/filming.jpg) no-repeat;
  float: left;
  width: 1078px;
  height: 726px;
  margin-top: -7px;
  font-size: 13px;
  color: White;
  line-height: 16px;
}

#filming p {
  padding: 0;
  padding-bottom: 20px;
}

#filming div.header {
  background: url(../images/titles/filming-at-wrwa.png) no-repeat;
  width: 327px;
  height: 24px;
  margin-top: 46px;
  margin-left: 50px;
}

#filming div.body {
  width: 850px;
  margin-top: 16px;
  margin-left: 50px;
}

/*Current Event*/
#events {
  float: left;
  width: 1020px;
  margin-left: 30px;
  margin-top: 14px;
}

#events div.events-column {
  float: left;
  width: 696px;
}

#events p {
  padding: 0;
}

#events div.events-column div.event-item {
  float: left;
  padding-bottom: 30px;
}

div.date-capsule {
  background: url(../images/misc/date-capsule.png) no-repeat;
  width: 67px;
  height: 90px;
  float: left;
}

div.date-capsule div.month {
  text-align: center;
  padding-top: 8px;
  color: #843401;
  font-size: 13px;
  font-weight: bold;
}

div.date-capsule div.day {
  padding: 0;
  text-align: center;
  font-size: 38px;
  color: #fff;
  padding-top: 5px;
}

div.date-capsule div.year {
  text-align: center;
  padding-top: 6px;
  color: #843401;
  font-size: 13px;
  font-weight: bold;
}

#events div.events-column div.event-item div.event-header {
  float: left;
  width: 612px;
  height: 88px;
  margin-left: 17px;
  border-top: 1px dotted #b5bbc0;
  border-bottom: 1px dotted #b5bbc0;
}

#events div.events-column div.event-item div.event-header div.event-header-title {
  padding-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

#events div.events-column div.event-item div.event-header div.event-by {
  line-height: 16px;
  font-size: 14px;
}

#events div.events-column div.event-item div.event-text {
  float: left;
  width: 696px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 16px;
}

#events div.events-column div.event-item div.event-posted-by {
  float: left;
  margin-top: 25px;
  font-size: 10px;
  font-weight: bold;
  color: #e16f26;
  height: 17px;
}

#events div.button-column {
  float: left;
  padding-left: 14px;
}

#events div.button-column div.button {
  padding-bottom: 6px;
}

/* Press Releases */

#pressreleases {
  float: left;
  width: 1030px;
  margin-left: 30px;
  margin-top: 14px;
  padding-bottom: 20px;
}

#windowShadow {
  display: none;
  width: 100%;
  min-width: 1220px;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10;
}

#downloadformcontainer {
  position: absolute;
  background: url(../images/bkg/rfp-download-form.png) no-repeat;
  width: 426px;
  height: 360px;
  font-size: 14px;
  z-index: 11;
  display: none;
}

#downloadformcontainer .download-controls {
  padding: 30px 0 0 52px;
}

#downloadformcontainer div.download-controls div.title {
  margin: 19px 0 19px 0;
  font: 13px;
}

#downloadformcontainer .download-controls .input-container {
  margin-bottom: 9px;
}

#downloadformcontainer div.download-controls div.input-container input.input-text {
  border: 1px solid #8a949d;
  font-size: 15px;
  width: 283px;
  height: 23px;
  margin-bottom: 2px;
}

#downloadformcontainer div.download-controls div.input-container div.label {
  color: #f67525;
  font-weight: bold;
  width: 283px;
}

#downloadformcontainer div.download-controls div.submit-container {
  width: 283px;
}

#downloadformcontainer div.download-controls div.submit-container a.submit, #downloadformcontainer div.download-controls div.submit-container a.close {
  float: right;
  display: block;
  background: url(../images/submit.png) no-repeat;
  width: 67px;
  height: 25px;
  margin-right: 5px;
}

#downloadformcontainer div.download-controls div.submit-container a.submit:hover {
  background: url(../images/submit-hover.png) no-repeat;
}

#downloadformcontainer div.download-controls div.submit-container a.close {
  background: url(../images/close.png) no-repeat;
}

#downloadformcontainer div.download-controls div.submit-container a.close:hover {
  background: url(../images/close-hover.png) no-repeat;
}

#pressreleases a {
  text-decoration: none;
}

#pressreleases table td.title {
  padding-bottom: 15px;
  font-size: 14px;
  padding-left: 15px;
  border-bottom: 2px solid #d86a25;
}

#pressreleases table td.title div.text {
  width: 500px;
  height: 100%;
  float: left;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
}

#pressreleases table td.title div.buttons {
  float: right;
}

#pressreleases table td.title div.buttons table td {
  padding-left: 3px;
}

#pressreleases table td.title div.buttons a.construction {
  display: block;
  background: url(../images/misc/construction.png) no-repeat;
  width: 232px;
  height: 47px;
}

#pressreleases table td.title div.buttons a.construction:hover {
  display: block;
  background: url(../images/misc/construction-hover.png) no-repeat;
  width: 232px;
  height: 47px;
}

#pressreleases table td.title div.buttons a.construction-pressed {
  display: block;
  background: url(../images/misc/construction-hover.png) no-repeat;
  width: 232px;
  height: 47px;
}

#pressreleases table td.title div.buttons a.business {
  display: block;
  background: url(../images/misc/business-properties.png) no-repeat;
  width: 264px;
  height: 47px;
}

#pressreleases table td.title div.buttons a.business-pressed {
  display: block;
  background: url(../images/misc/business-properties-hover.png) no-repeat;
  width: 264px;
  height: 47px;
}

#pressreleases table td.title div.buttons a.business:hover {
  display: block;
  background: url(../images/misc/business-properties-hover.png) no-repeat;
  width: 264px;
  height: 47px;
}

#pressreleases table td.content {
  padding-top: 20px;
}

#pressreleases div.userinfo-column {
  font-size: 13px;
  font-weight: bold;
  width: 326px;
  height: 446px;
  float: left;
}

#pressreleases div.userinfo-column div.user-input {
  margin-bottom: 5px;
}

#pressreleases div.userinfo-column div.user-input input {
  margin-bottom: 3px;
  width: 281px;
  height: 19px;
}

#pressreleases div.userinfo-column div.user-password input.password {
  float: left;
  margin-bottom: 3px;
  width: 200px;
  height: 19px;
  vertical-align: middle;
}

#pressreleases div.userinfo-column div.user-password div.login-password-text {
  clear: left;
  text-align: left;
}

#pressreleases div.userinfo-column div.submit-button {
  margin-right: 35px;
  float: right;
}

#pressreleases div.userinfo-column div.submit-button2 {
  float: left;
  padding-left: 16px;
}

#pressreleases div.userinfo-column div.separator {
  clear: right;
  width: 303px;
  padding-top: 15px;
  border-bottom: 2px solid #c66121;
}

#pressreleases div.userinfo-column div.already-have-account {
  font-weight: normal;
  margin-top: 10px;
  padding-bottom: 15px;
}

#pressreleases div.userinfo-column div.styled-input {
  background: url(../images/bkg/styled-input.png) no-repeat;
  width: 285px;
  height: 28px;
}

#pressreleases div.userinfo-column span.big {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}

#pressreleases div.userinfo-column span.small {
  font-size: 11px;
  vertical-align: middle;
}

#pressreleases div.release-column {
  width: 880px;
  float: left;
}

#pressreleases div.rfps-column {
  width: 1030px;
  float: left;
}

#pressreleases p {
  padding: 0;
}

#pressreleases div.release-item {
  width: 90%;
  float: left;
  padding-bottom: 13px;
}

#pressreleases div.release-item table.release-item-element {
  width: 100%;
}

#pressreleases div.release-item table.release-item-element td.date {
  width: 66px;
  padding-right: 17px;
}

#pressreleases div.release-item table.release-item-element td.text {
  border-top: 1px dotted #b5bbc0;
  border-bottom: 1px dotted #b5bbc0;
  vertical-align: middle;
}

#pressreleases div.release-item table.release-item-element td {
  text-align: left;
}

#pressreleases div.release-item div.date-capsule {
  background: url(../images/misc/date-capsule.png) no-repeat;
  width: 67px;
  height: 90px;
  float: left;
}

#pressreleases div.release-item div.date-capsule div.month {
  text-align: center;
  padding-top: 8px;
  color: #843401;
  font-size: 13px;
  font-weight: bold;
}

#pressreleases div.release-item div.date-capsule div.day {
  padding: 0;
  text-align: center;
  font-size: 38px;
  color: #fff;
  padding-top: 5px;
}

#pressreleases div.release-item div.date-capsule div.year {
  text-align: center;
  padding-top: 6px;
  color: #843401;
  font-size: 13px;
  font-weight: bold;
}

#pressreleases div.release-item a.download-button {
  position: relative;
  cursor: pointer;
  padding-top: 13px;
  float: right;
  display: block;
  background: url(../images/misc/download-button.png) no-repeat center;
  width: 71px;
  height: 74px;
}

#pressreleases div.release-item div.dotted-separator {
  margin: 8px 8px 8px 0;
  height: 80px;
  border-left: 1px dotted gray;
  float: right;
}

#pressreleases div.release-item a.download-button:hover {
  padding-top: 13px;
  float: right;
  background: url(../images/misc/download-button-hover.png) no-repeat center;
  width: 71px;
  height: 74px;
}

#pressreleases div.release-item div.header-container {
  float: left;
  width: 100%;
}

#pressreleases div.release-item div.release-header-title {
  text-transform: uppercase;
  padding-top: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

#pressreleases div.release-item div.release-by {
  line-height: 16px;
  font-size: 14px;
}

#pressreleases div.archive-column {
  float: left;
  width: 110px;
  padding-right: 10px;
  text-transform: uppercase;
}

#pressreleases div.archive-column div.archive-month {
  display: none;
}

#pressreleases div.separator {
  float: left;
  background: url(../images/bkg/stats-separator.png) no-repeat;
  width: 24px;
  height: 475px;
}

#pressreleases div.archive-column a.button-month, #pressreleases div.archive-column a.button-month-active {
  display: block;
  background: url(../images/misc/month-button.png) no-repeat;
  width: 94px;
  height: 26px;
  font-weight: bold;
  color: #0f3652;
  font-size: 14px;
  margin-bottom: 2px;
  margin-left: 14px;
}

#pressreleases div.archive-column a.button-month-active, #pressreleases div.archive-column a.button-month:hover {
  background: url(../images/misc/month-button-active.png) no-repeat;
}

#pressreleases div.archive-column a.button, #pressreleases div.archive-column a.button-active {
  display: block;
  background: url(../images/misc/year-button.png) no-repeat;
  width: 108px;
  height: 26px;
  font-weight: bold;
  color: #0f3652;
  font-size: 14px;
  margin-bottom: 2px;
}

#pressreleases div.archive-column a.button-active {
  background: url(../images/misc/year-button-active.png) no-repeat;
}

#pressreleases div.archive-column a.button:hover {
  background: url(../images/misc/year-button-hover.png) no-repeat;
}

#pressreleases div.archive-column a.button-pressed {
  display: block;
  background: url(../images/misc/year-button-hover.png) no-repeat;
  width: 108px;
  height: 26px;
  font-weight: bold;
  color: #0f3652;
  font-size: 14px;
  margin-bottom: 2px;
}

#pressreleases a.button, a.button-month, a.button-month-active, a.button-pressed, a.button-active {
  position: relative;
  padding-top: 12px;
  padding-left: 14px;
  padding-right: 5px;
  color: #0f3652;
}

#pressreleases div.archive-column a.button div.inner-button, a.button-pressed div.inner-button, a.button-active div.inner-button, #pressreleases div.archive-column a.button-month div.inner-button, #pressreleases div.archive-column a.button-month-active div.inner-button {
  position: relative;
  padding-top: 12px;
  padding-left: 14px;
  color: #0f3652;
}

#pressreleases div.archive-column div.button h3 {
  float: left;
  padding-right: 5px;
}

/* sitemap */

#sitemap {
  float: left;
  font-size: 14px;
  margin: 18px 30px 0 57px;
}

#sitemap a {
  text-decoration: none;
  color: #0F3652;
}

#sitemap div.item {
  margin-right: 30px;
  float: left;
}

#sitemap ul.section {
  line-height: 17px;
  font-size: 14px;
  font-weight: bold;
}

#sitemap ul.inner {
  font-weight: normal;
}

#sitemap ul.inner2 {
  font-weight: normal;
  padding-left: 30px;
}

#sitemap .dividev-container {
  text-align: center;
  padding: 20px 0 20px 0;
}

#sitemap .divider {
  background: url(../images/sitemap-divider.png);
  width: 965px;
  height: 9px;
}

/* Alerts */

#alerts {
  width: 1080px;
  margin: 13px 0 0 25px;
  float: left;
  font-size: 14px;
}

#alerts .date {
  width: 85px !important;
}

#alerts h3 {
  font-size: 20px;
  font-weight: bold;
}

#alerts .alert-list {
  float: left;
  width: 586px;
}

#alerts .alert-list .alert-item .title, #alerts .alert-list .alert-item .text {
  margin-top: 26px;
}

#alerts .alert-list .alert-item .posted-by {
  margin-top: 15px;
  font-size: 10px;
  font-weight: bold;
  color: #e16f26;
}

#alerts .alert-list .alert-item {
  margin-bottom: 20px;
  margin-right: 20px;
}

#alerts .alert-item table td.borders {
  width: 501px;
  border-bottom: dotted 1px #b5bbc0;
  border-top: dotted 1px #b5bbc0;
}

#alerts .weather {
  background: url(../images/bkg/alert-weather.jpg) no-repeat;
  width: 439px;
  height: 429px;
  float: left;
  position: relative;
  margin: 0 0 8px 8px;
}

#alerts a.weather-link {
  position: relative;
  text-decoration: none;
  top: 260px;
  left: 184px;
  position: absolute;
  display: block;
  background: url(../images/misc/link-button.jpg) no-repeat center;
  width: 71px;
  height: 74px;
}

#alerts a.weather-link:hover {
  background: url(../images/misc/link-button.jpg) no-repeat center;
}

#alerts a.weather-link:hover:hover {
  background: url(../images/misc/link-button-hover.jpg) no-repeat center;
}

/*News*/

#news {
  width: 1030px;
  float: left;
  font-size: 14px;
  margin: 18px 30px 0 30px;
}

#news h3 {
  font-size: 18px;
  font-weight: bold;
}

#news p {
  padding: 0;
  padding-bottom: 20px;
}

#news div.news-column {
  float: left;
}

#news div.buttons-column {
  margin-left: 15px;
  float: left;
}

#news div.buttons-column div.button {
  margin-bottom: 6px;
}

div.button .parking {
  text-decoration: none;
  position: relative;
  display: block;
  background: url("../images/misc/parking-map2.jpg") no-repeat;
  width: 336px;
  height: 101px;
}

div.button .parking:hover {
  background: url("../images/misc/parking-map-over.jpg") no-repeat;
}

div.button .alerts2 {
  position: relative;
  text-decoration: none;
  display: block;
  background: url("../images/misc/alerts-advisores.jpg") no-repeat;
  width: 337px;
  height: 101px;
}

div.button .alerts2:hover {
  background: url("../images/misc/alerts-advisores-over.jpg") no-repeat;
}

div.button .security {
  text-decoration: none;
  position: relative;
  display: block;
  background: url("../images/misc/security-tsa.jpg") no-repeat;
  width: 337px;
  height: 101px;
}

div.button .security:hover {
  background: url("../images/misc/security-tsa-over.jpg") no-repeat;
}

div.button .events {
  position: relative;
  text-decoration: none;
  display: block;
  background: url("../images/misc/current-events.jpg") no-repeat;
  width: 309px;
  height: 101px;
}

div.button .events:hover {
  background: url("../images/misc/current-events-over.jpg") no-repeat;
}

div.button .pubs {
  position: relative;
  text-decoration: none;
  display: block;
  background: url("../images/misc/publications.png") no-repeat;
  width: 309px;
  height: 101px;
}

div.button .pubs:hover {
  background: url("../images/misc/publications-hover.png") no-repeat;
}

div.button .stats {
  position: relative;
  text-decoration: none;
  display: block;
  background: url("../images/misc/statistics.png") no-repeat;
  width: 309px;
  height: 101px;
}

div.button .stats:hover {
  background: url("../images/misc/statistics-hover.png") no-repeat;
}

div.button .release {
  position: relative;
  text-decoration: none;
  display: block;
  background: url("../images/misc/press-releases.jpg") no-repeat;
  width: 309px;
  height: 101px;
}

div.button .release:hover {
  background: url("../images/misc/press-releases-over.jpg") no-repeat;
}

div.button .trust {
  display: block;
  background: url("../images/misc/trust-agendas.jpg") no-repeat;
  width: 309px;
  height: 101px;
}

div.button .trust:hover {
  background: url("../images/misc/trust-agendas-over.jpg") no-repeat;
}

div.button .alerts {
  position: relative;
  text-decoration: none;
  display: block;
  background: url("../images/misc/alerts.png") no-repeat;
  width: 309px;
  height: 101px;
}

div.button .alerts:hover {
  background: url("../images/misc/alerts-hover.png") no-repeat;
}

#news div.news-item table {
  width: 700px;
}

#news div.news-item table td {
  vertical-align: middle;
}

#news div.news-item table td.date {
  width: 82px;
}

#news div.news-item table td.borders {
  border-bottom: dotted 1px #b5bbc0;
  border-top: dotted 1px #b5bbc0;
}

#news div.news-item table td div.title {
  line-height: 20px;
  height: 100%;
}

#news div.news-item table td div.posted-by {
  padding-bottom: 34px;
  font-size: 10px;
  font-weight: bold;
  color: #e16f26;
}

#news div.news-item table td div.news-image {
  margin-top: 20px;
}

#news div.news-item table td.text {
  line-height: 16px;
  padding: 20px 0 20px 0;
}

/* Departments */
#departments {
  width: 1080px;
  float: left;
  clear: left;
  position: relative;
  margin: -8px 0 0 0px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  background-color: #0f3652;
}

#departments div.header {
  width: 1078px;
  height: 76px;
  background: url(../images/bkg/departments-top.jpg) no-repeat center;
}

#departments div.footer {
  width: 1078px;
  height: 163px;
  background: url(../images/bkg/departments-bottom.jpg) no-repeat center;
}

#departments p {
  padding: 0;
  margin: 12px 0 0 0;
}

#departments table.dep-table {
  margin: 33px 0 0 50px;
  width: 978px;
}

#departments .dep-table th {
  font-size: 23px;
  color: #e67127;
  line-height: 39px;
  padding: 0;
  background: 0;
  text-shadow: #000 0 -1px 3px;
  text-align: left;
}

#departments .dep-table th.first-col {
  width: 460px;
}

#departments .dep-table th.first-col div.department-caption {
  background: url(../images/titles/department-dep-of-airport-caption.png) no-repeat;
  margin-top: 10px;
  width: 375px;
  height: 21px;
}

#departments .dep-table th.second-col div.airport-trust-caption {
  background: url(../images/titles/department-airport-trust.png) no-repeat;
  margin-top: 10px;
  width: 218px;
  height: 22px;
}

#departments .dep-table th.second-col, #departments table.dep-table td.second-col {
  padding-left: 72px;
  width: 459px;
}

#departments .dep-table td.second-col h3 {
  font-size: 14px;
  color: #e67127;
  font-weight: bold;
  padding-bottom: 14px;
}

#departments .dep-table td.second-col table {
  width: 320px;
}

#departments .dep-table td.second-col table td {
  vertical-align: middle;
  padding: 1px;
}

#departments .dep-table td.second-col div.title {
  font-size: 12px;
  color: #e67127;
  font-weight: bold;
  padding-top: 4px;
  padding-left: 6px;
  line-height: 16px;
  width: 340px;
  height: 25px;
  float: right;
}

#departments table.dep-table td.second-col a.full-bio {
  float: right;
  display: block;
  background: url(../images/misc/full-bio.png) no-repeat;
  width: 72px;
  height: 28px;
}

#departments table.dep-table td.second-col .bio-container {
  float: right;
}

#departments table.dep-table td.second-col a.full-bio:hover {
  background: url(../images/misc/full-bio-hover.png) no-repeat;
}

#departments .dep-table td.second-col div.title span.normal {
  color: #fff;
  font-weight: normal;
}

#departments .dep-table td {
  padding-top: 16px;
  line-height: 16px;
  font-size: 14px;
}

#departments .dep-table td div.paragraph {
  padding-bottom: 20px;
}

#departments .members {
  margin: 47px 0 0 0;
}

/* end Departments */
/* Employment */
#employment {
  line-height: 20px;
  float: left;
  width: 1010px;
  margin-left: 36px;
  margin-top: 15px;
}

#employment table.employment-table {
  padding: 0 10px 0 0;
}

#employment div.rule {
  padding-bottom: 20px;
  font-size: 14px;
}

#employment div.rule-item {
  float: left;
  padding-bottom: 13px;
  width: 100%;
}

div.rule-item table.rule-item-element {
  width: 100%;
}

#employment div.rule-item table.rule-item-element td.date {
  width: 66px;
  padding-right: 17px;
}

div.rule-item table.rule-item-element td.text {
  border-top: 1px dotted #b5bbc0;
  border-bottom: 1px dotted #b5bbc0;
}

#employment div.rule-item table.rule-item-element td {
  text-align: left;
}

#employment div.rule-item div.date-capsule {
  background: url(../images/misc/date-capsule.png) no-repeat;
  width: 67px;
  height: 90px;
  float: left;
}

#employment div.rule-item div.date-capsule div.month {
  text-align: center;
  padding-top: 8px;
  color: #843401;
  font-size: 13px;
  font-weight: bold;
}

#employment div.rule-item div.date-capsule div.day {
  padding: 0;
  text-align: center;
  font-size: 38px;
  color: #fff;
  padding-top: 5px;
}

#employment div.rule-item div.date-capsule div.year {
  text-align: center;
  padding-top: 6px;
  font-size: 13px;
  font-weight: bold;
}

div.rule-item a.download-button {
  padding: 5px 0 5px 0;
  float: right;
  background: url(../images/misc/download-button.png) no-repeat center;
  width: 71px;
  height: 74px;
}

div.rule-item a.download-button:hover {
  padding: 5px 0 5px 0;
  float: right;
  background: url(../images/misc/download-button-hover.png) no-repeat center;
  width: 71px;
  height: 74px;
}

#employment div.header {
  margin-left: 17px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#employment div.header div.title {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e16e26;
}

#employment div.header div.title span {
  font-size: 24px;
}

#employment div.separator {
  width: 1022px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d86a25;
}

#employment div.text {
  margin-top: 20px;
  margin-left: 17px;
}

div.shadow-separator {
  background-image: url(../images/shadow-separator.jpg);
  width: 995px;
  height: 38px;
}

#employment a {
  color: #e16f26;
}

/*#employment
{
	width: 1080px;
	float: left;
	clear: left;
	position: relative;
	margin: -8px 0 0 0px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	background-color: #0f3652;
}
#employment div.first-row
{
	width: 1076px;
	height: 79px;
	background: url(../images/bkg/employment-top.jpg) no-repeat top;
}

#employment div.second-row
{
	margin-top: 10px;
	margin-left: 45px;
	line-height: 16px;
	width: 800px;
	font-size: 14px;
}


#employment div.third-row
{
	line-height: 16px;
	width: 1080px;
	height: 246px;
	font-size: 14px;
	background: url(../images/bkg/employment-bottom.jpg) no-repeat bottom;
}

#employment div.third-row div.info
{
	margin-left: 50px;
	padding-top: 8px;
}
#employment p
{
	padding: 0;
	margin: 12px 0 0 0;
}

#employment div.paragraph
{
	padding-bottom: 20px;
}


#employment span.italic
{
	font-style: italic;
}

#employment span.bold
{
	font-weight: bold;
}

#employment h1
{
	font-weight: bold;
	font-size: 18px;
}

#employment h3
{
	color: #e67127;
	font-weight: bold;
}

#employment a
{
	color: #e67127;
	font-weight: bold;
	text-decoration: none;
}

#employment a:hover
{
	text-decoration: underline;
}


#employment .members
{
	margin: 47px 0 0 0;
} */
/* end Employment */

/* Fellow Airport */
#airports {
  width: 1079px;
  float: left;
  clear: left;
  background-color: #0f3652;
  position: relative;
  margin: -8px 0 0 0px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

#airports div.first-row {
  width: 1078px;
  height: 76px;
  background: url(../images/bkg/fellow-airport-top.jpg) no-repeat top;
}

#airports div.second-row {
}

#airports div.third-row {
  background: url(../images/bkg/fellow-airport-bottom.jpg) no-repeat top;
  width: 1078px;
  height: 172px;
}

#airports p {
  padding: 0;
  padding-bottom: 20px;
}

#airports table.airport-table {
  margin: 35px 0 0 50px;
  width: 978px;
}

#airports table.airport-table .first-col div.wiley-post-airport-caption {
  margin-top: 10px;
  background: url(../images/titles/willey-post-airport.png) no-repeat;
  width: 300px;
  height: 25px;
}

#airports table.airport-table .second-col div.clarence-page-caption {
  margin-top: 10px;
  background: url(../images/titles/clarence-page-airport.png) no-repeat;
  width: 384px;
  height: 24px;
}

#airports div.additional-info {
  width: 506px;
  padding-top: 90px;
  padding-left: 40px;
}

#airports div.additional-info-2 {
  background: url(../images/bkg/fellow-airport-shape-1.jpg) no-repeat;
  width: 463px;
  height: 60px;
}

#airports div.additional-info-2 div.info {
  padding-top: 7px;
  padding-left: 10px;
}

#airports .airport-table th {
  font-size: 23px;
  color: #e67127;
  line-height: 39px;
  padding: 0;
  background: 0;
  text-shadow: #000 0 -1px 3px;
  text-align: left;
  padding-bottom: 11px;
}

#airports .airport-table th.first-col, td.first-col {
  width: 500px;
}

#airports .airport-table th.second-col {
  padding-left: 52px;
  width: 459px;
}

#airports .airport-table td.second-col {
  padding-left: 58px;
  width: 459px;
}

#airports span.italic {
  font-style: italic;
}

#airports span.bold {
  font-weight: bold;
}

#airports h1 {
  font-weight: bold;
  font-size: 18px;
}

#airports h3 {
  padding-top: 4px;
  color: #e67127;
  font-weight: bold;
}

#airports a {
  color: #e67127;
  font-weight: bold;
  text-decoration: none;
}

#airports a:hover {
  text-decoration: underline;
}

/*Will Rogers*/
#willrogers {
  width: 1080px;
  float: left;
  clear: left;
  height: 753px;
  background: url(../images/bkg/will-rogers-story.jpg) no-repeat center;
  position: relative;
  margin: -8px 0 0 0px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}

#willrogers div.text {
  width: 541px;
  margin: 62px 0 0 477px;
}

#willrogers div.text div.paragraph {
  padding-bottom: 15px;
}

/*Pilot info*/
#aerialphoto {
  float: left;
  width: 1050px;
  margin-left: 30px;
  margin-top: 14px;
  line-height: 16px;
}

#aerialphoto div.photo {
  margin-left: 204px;
  background: url(../images/AerialWRWA_2012.jpg) no-repeat;
  width: 642px;
  height: 769px;
}

#aerialphoto div.airport-map {
  margin-left: 3px;
  background: url(../images/airport-map.jpg) no-repeat;
  width: 1016px;
  height: 785px;
}

#pilotinfo {
  float: left;
  width: 1050px;
  margin-left: 30px;
  margin-top: 14px;
  line-height: 16px;
}

#pilotinfo div.text-column {
  float: left;
  width: 700px;
}

#pilotinfo div.pilot-info-text div.header {
  color: #f07525;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 3px;
}

#pilotinfo div.pilot-info-text div.text {
  line-height: 17px;
  padding-left: 22px;
  font-size: 12px;
}

#pilotinfo div.pilot-info-text div.text ul {
  padding-left: 40px;
}

#pilotinfo div.pilot-info-text div.text li {
  list-style-type: disc;
}

#pilotinfo div.pilot-info-text div.text table th {
  text-align: left;
}

#pilotinfo div.pilot-info-text div.text span.orange {
  font-weight: bold;
  color: #f07525;
}

#pilotinfo span.bold {
  font-weight: bold;
}

#pilotinfo span.italic {
  font-style: italic;
}

#pilotinfo div.pilot-info-text div.divider {
  margin: 12px 0 12px 0;
  background: url(../images/bkg/pilot-info-divider.png) no-repeat;
  width: 671px;
  height: 13px;
}

#pilotinfo p {
  padding: 0;
}

#pilotinfo div.button-column {
  float: left;
  padding-left: 14px;
}

#pilotinfo div.button-column div.button {
  padding-bottom: 6px;
}

#pilotinfo div.button-column div.button a.aerial-photo {
  position: relative;
  text-decoration: none;
  display: block;
  background: url(../images/misc/aerial-photo.jpg) no-repeat;
  width: 304px;
  height: 101px;
}

#pilotinfo div.button-column div.button a.aerial-photo:hover {
  display: block;
  background: url(../images/misc/aerial-photo-hover.jpg) no-repeat;
  width: 304px;
  height: 101px;
}

#pilotinfo div.button-column div.button a.airport-map {
  position: relative;
  text-decoration: none;
  display: block;
  background: url(../images/misc/airport-map.jpg) no-repeat;
  width: 304px;
  height: 101px;
}

#pilotinfo div.button-column div.button a.airport-map:hover {
  display: block;
  background: url(../images/misc/airport-map-hover.jpg) no-repeat;
  width: 304px;
  height: 101px;
}

#pilotinfo div.button-column div.button a.alerts {
  position: relative;
  text-decoration: none;
  display: block;
  background: url(../images/misc/pilot-alerts.png) no-repeat;
  width: 304px;
  height: 101px;
}

#pilotinfo div.button-column div.button a.alerts:hover {
  display: block;
  background: url(../images/misc/pilot-alerts-hover.png) no-repeat;
  width: 304px;
  height: 101px;
}

/*Cities page button*/

div.cities-button a.cities-button-link {
  position: relative;
  text-decoration: none;
  display: block;
  background: url(../images/misc/nonstop_flights.jpg) no-repeat;
  background-position: top center;
  width: 304px;
  height: 101px;
  left: -15px;
  margin: 15px 0 7px;
}

div.cities-button a.cities-button-link:hover {
  background-position: bottom center;
}

#nonstoproutes {
  float: left;
  line-height: 16px;
  margin-left: 30px;
  margin-top: 14px;
  width: 1050px;
}

#nonstoproutes div.nonstop-map {
  background: url("../images/okc_map.jpg") no-repeat scroll 0 0 transparent;

  /*background: url("../images/WRWA_routemap_seasonal.jpg") no-repeat scroll 0 0 transparent;
    background: url("../images/WRWA_routemap.jpg") no-repeat scroll 0 0 transparent;*/

  height: 529px;
  margin-left: 3px;
  width: 1016px;
}

/*Airport Trust*/

#airporttrust {
  width: 1080px;
  float: left;
  clear: left;
  line-height: 16px;
}

#airporttrust p {
  padding: 0;
  padding-bottom: 15px;
}

#airporttrust div.bio-image {
  position: relative;
  bottom: -40px;
  float: left;
  margin-top: 33px;
  margin-left: 34px;
}

#airporttrust div.text {
  font-size: 14px;
  line-height: 25px;
  margin-top: 31px;
  width: 612px;
  overflow: auto;
  position: relative;
}

div.back-button-container {
  height: 30px;
  position: relative;
  bottom: 0px;
}

div.back-button-container a {
  float: left;
  display: block;
  background: url(../images/misc/back-button.png) no-repeat;
  height: 28px;
  width: 73px;
}

/* Volunteering */

#volunteering {
  width: 1080px;
  float: left;
  clear: left;
  font-size: 14px;
}

#volunteering a {
  text-decoration: none;
  color: #0F3652;
}

#volunteering a:hover {
  color: #e16e26;
}

#volunteering .volunteering-table {
  width: 1020px;
  margin-left: 30px;
  margin-top: 10px;
  line-height: 16px;
}

#volunteering .volunteering-table td.bottom-separator {
  border-bottom: 2px solid #d86a25;
  height: 1px;
}

#volunteering .volunteering-table .questions-text {
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 18px;
}

#volunteering .volunteering-table td.left-column {
  vertical-align: top;
  width: 500px;
  padding: 5px 0 5px 10px;
  border-bottom: #d86a25 solid 2px;
}

#volunteering .volunteering-table td.text div.download-button-container {
  position: relative;
}

#volunteering .volunteering-table td.text div.download-button-container a.download-button {
  position: relative;
  text-decoration: none;
  background: url(../images/misc/download-button.png) no-repeat center;
  width: 71px;
  height: 74px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: -30px;
}

#volunteering .volunteering-table td.text div.download-button-container a.download-button:hover {
  background: url(../images/misc/download-button-hover.png) no-repeat center;
}

#volunteering .volunteering-table td.text {
  line-height: 16px;
}

#volunteering .volunteering-table td.text ul li {
  vertical-align: top;
  margin-left: 15px;
  list-style-type: disc;
}

#volunteering .volunteering-table td div.divider-vertical {
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 10px;
  background: url(../images/misc/volunteering-divider-vertical.png) no-repeat;
  width: 10px;
  height: 509px;
}

#volunteering span.bold {
  font-weight: bold;
}

#volunteering div.title {
  line-height: 29px;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e16e26; /*	background: url(../images/titles/travelers-aid-airport-volunteers.png) no-repeat; 	width: 312px; 	height: 63px;*/
}

#volunteering .volunteering-table td.right-column {
  padding: 5px 0 5px 10px;
  display: block;
  width: 505px;
  border-bottom: #d86a25 solid 2px;
}

#volunteering .volunteering-table td.right-column table {
  width: 100%;
}

#volunteering div.ymca-military-welcome-center {
  background: url(../images/titles/ymca-military-welcome-center.png) no-repeat;
  width: 260px;
  height: 63px;
}

/* Airlines */
#airlines {
  width: 1080px;
  float: left;
  clear: left;
  left: 0px;
}

#airlines p {
  padding: 0;
}

#airlines #scroll-container {
  position: relative;
  width: 1078px;
  height: 130px;
  background: url(../images/bkg/airlines-scroll-container.png) no-repeat center;
  margin: 0 0 0 2px;
  position: relative;
  z-index: 1;
}

#airlines #scroll-container .mask-left, #airlines #scroll-container .mask-right {
  width: 166px;
  height: 113px;
  background: url(../images/bkg/airlines-mask-left.png) no-repeat;
  display: inline;
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 3;
}

#airlines #scroll-container .mask-right {
  background: url(../images/bkg/airlines-mask-right.png) no-repeat;
  left: 100%;
  margin: 0 0 0 -170px;
}

#airlines #scroll-container #arrow-left, #airlines #scroll-container #arrow-right {
  display: block;
  width: 22px;
  height: 42px;
  background: url(../images/bkg/airlines-arrow-left.png) no-repeat;
  float: left;
  display: inline;
  margin: 40px 0 0 30px;
}

#airlines #scroll-container #arrow-right {
  background: url(../images/bkg/airlines-arrow-right.png) no-repeat;
  float: right;
  margin: 40px 30px 0 0;
}

#airlines #logos-container-overlay {
  position: relative;
  z-index: 1;
  width: 1065px;
  height: 132px;
  overflow: hidden;
  left: 8px;
}

#airlines #scroll-container #logos-container {
  position: absolute;
  top: 21px;
  z-index: 2;
  height: 82px;
}

#airlines #scroll-container #logos-container .logo {
  background: url(../images/bkg/airline-logo-separator.png) no-repeat;
  padding: 0 4px 0 0;
  float: left;
  height: 82px;
}

#airlines .info {
  padding: 5px 0 10px 0;
  border-bottom: #d86a25 solid 2px;
  border-top: #d86a25 solid 2px;
}

#airlines .info td {
  vertical-align: middle;
}

#airlines .info td.clogo {
  text-align: center;
  border-right: #b5bbc0 dotted 1px;
  width: 277px;
}

#airlines .info td.left-separator {
  width: 1px;
  text-align: center;
  border-right: #b5bbc0 dotted 1px;
  padding: 0;
}

#airlines .info td.colAddress {
  vertical-align: middle;
  padding-left: 20px;
  text-align: left;
}

#airlines .info td.colPhone {
  border-bottom: #b5bbc0 dotted 1px;
}

#airlines div.colMediaCaption {
  font-size: 14px;
  font-family: Arial;
  font-style: italic;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 18px;
}

#airlines div.colMediaCaption span.bold {
  font-weight: bold;
}

#airlines a {
  text-decoration: none;
  color: #0F3652;
}

#airlines a:hover {
  text-decoration: underline;
}

#airlines .info .phone, #airlines .info .web, #airlines .info .fax, #airlines .info .email {
  position: relative;
  text-decoration: none;
  color: #e16e26;
  font-size: 24px;
  font-weight: bold;
  text-shadow: #000 0 -1px 1px;
  background: url(../images/misc/airlines-phone.png) no-repeat left center;
  padding: 0 0 0 60px;
  line-height: 42px;
}

#airlines .info .fax {
  background: url(../images/misc/fax.png) no-repeat;
}

#airlines .info .email {
  position: relative;
  text-decoration: none;
  background: url(../images/misc/email-icon.png) no-repeat;
}

#airlines .info div.address {
  line-height: 18px;
}

#airlines .info div.address span.bold {
  font-weight: bold;
}

#airlines .info div.address h3 {
  font-weight: bold;
  color: #f07525;
}

#airlines .info .web {
  line-height: 35px;
  background: url(../images/misc/aitline-web.png) no-repeat;
}

#airlines .description {
  width: 1020px; /*height: 418px;*/
  margin: 12px 0 0 0;
  padding: 0 0 12px 0;
  background: url(../images/bkg/airline-description.jpg) no-repeat bottom center;
  background-color: #0D3654;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
}

#airlines .description p {
  padding: 15px 0 0 20px;
  width: 973px;
}

#airlines .description h4 {
  font-size: 18px;
  color: #fff;
  padding: 15px 0 0 20px;
}

#airlines .description a {
  color: #E16E26;
}

/* end Airlines */

/* General Contacts */
.general-cont-arrows-overlay {
  padding: 8px 0px;
  border-bottom: #d86a25 solid 2px;
  border-top: #d86a25 solid 2px;
}

.general-cont-arrows {
  font-size: 14px;
  color: #0f3652;
}

.general-cont-arrows td {
  background: url(../images/bkg/gen-contacts-arrow.png) no-repeat center 40px;
  text-align: center;
  vertical-align: middle;
}

.general-cont-arrows td.border {
  border-right: #b5bbc0 dotted 1px;
}

.general-cont-arrows div.flight-airlines {
  margin-top: 8px;
  margin-left: 77px;
  background: url(../images/misc/general-contacts-flights-airlines.png) no-repeat;
  width: 192px;
  height: 19px;
}

.general-cont-arrows div.airport-personell {
  margin-top: 8px;
  margin-left: 64px;
  background: url(../images/misc/general-contacts-airport-personel.png) no-repeat;
  width: 208px;
  height: 18px;
}

.general-cont-arrows div.media-questions {
  margin-top: 8px;
  margin-left: 50px;
  background: url(../images/misc/general-contacts-media-questions.png) no-repeat;
  width: 238px;
  height: 16px;
}

.general-cont-arrows .title {
  font-size: 22px;
  font-weight: bold;
  color: #e16e26;
  text-shadow: #000 0 -1px 1px;
  margin: 5px 0 0 0;
}

.general-cont-arrows .click {
  font-weight: bold;
  font-size: 10px;
  margin: 20px 0 0 0;
}

.general-buttons-overlay {
  width: 1020px;
  height: 156px;
  background: url(../images/bkg/gen-airlines-buttons-bkg.jpg) no-repeat;
  margin: 0 0 40px 0;
  padding-top: 23px;
}

.general-buttons {
  margin: 0 0 0 0;
}

.general-buttons a.b-airline-contacts-big {
  position: relative;
  text-decoration: none !important;
  display: block;
  width: 503px;
  height: 101px;
  background: url(../images/misc/b-airline-contacts-big.jpg) no-repeat;
}

.general-buttons a.b-airline-contacts-big:hover {
  display: block;
  width: 503px;
  height: 101px;
  background: url(../images/misc/b-airline-contacts-big-hover.jpg) no-repeat;
}

.general-buttons a.b-airport-contacts-big {
  position: relative;
  text-decoration: none !important;
  display: block;
  width: 503px;
  height: 101px;
  background: url(../images/misc/b-airport-contacts-big.jpg) no-repeat;
}

.general-buttons a.b-airport-contacts-big:hover {
  display: block;
  width: 503px;
  height: 101px;
  background: url(../images/misc/b-airport-contacts-big-hover.jpg) no-repeat;
}

.general-buttons a.b-media-contacts-big {
  position: relative;
  text-decoration: none !important;
  display: block;
  width: 503px;
  height: 101px;
  background: url(../images/misc/b-media-contacts-big.jpg) no-repeat;
}

.general-buttons a.b-media-contacts-big:hover {
  display: block;
  width: 503px;
  height: 101px;
  background: url(../images/misc/b-media-contacts-big-hover.jpg) no-repeat;
}

.general-buttons .airline {
  padding: 0 5px 0 0;
}

.general-buttons a.b-airline-contacts {
  position: relative;
  text-decoration: none;
  display: block;
  width: 336px;
  height: 101px;
  background: url(../images/misc/b-airline-contacts.jpg) no-repeat;
}

.general-buttons a.b-airline-contacts:hover {
  display: block;
  width: 336px;
  height: 101px;
  background: url(../images/misc/b-airline-contacts-hover.jpg) no-repeat;
}

.general-buttons a.b-airport-contacts {
  position: relative;
  text-decoration: none;
  display: block;
  width: 336px;
  height: 101px;
  background: url(../images/misc/b-airport-contacts.jpg) no-repeat;
}

.general-buttons a.b-airport-contacts:hover {
  display: block;
  width: 336px;
  height: 101px;
  background: url(../images/misc/b-airport-contacts-hover.jpg) no-repeat;
}

.general-buttons a.b-media-contacts {
  position: relative;
  text-decoration: none;
  display: block;
  width: 336px;
  height: 101px;
  background: url(../images/misc/b-media-contacts.jpg) no-repeat;
}

.general-buttons a.b-media-contacts:hover {
  display: block;
  width: 336px;
  height: 101px;
  background: url(../images/misc/b-media-contacts-hover.jpg) no-repeat;
}

.general-buttons .airport {
  padding: 0 5px 0 0;
}

.airlines-container {
  padding: 13px 0 8px 0;
  border-top: #c66121 solid 2px;
  border-bottom: #c66121 solid 2px;
  width: 1020px;
  margin: 8px auto 0 auto;
}

.airlines-container p {
  padding: 0;
}

.airlines-container .airlines-row {
  width: 1020px;
  height: 148px;
  background: #f0eeee url(../images/bkg/contact-airlines-row.png) no-repeat;
  margin: 0 0 5px 0;
}

.airlines-container .airlines-row-el {
  font-size: 13px;
  color: #0f3652;
  height: 148px;
  line-height: 18px;
}

.airlines-container span.bold {
  font-weight: bold;
}

.airlines-container .airlines-row-el td {
  vertical-align: middle;
}

.airlines-container .airlines-row-el h4 {
  font-size: 16px;
  line-height: 18px;
}

/*Rental car */
.rental-container {
  padding: 13px 0 8px 0;
  border-top: #c66121 solid 2px;
  border-bottom: #c66121 solid 2px;
  width: 1020px;
  margin: 8px auto 0 auto;
}

.rental-container .rental-row {
  width: 1020px;
  height: 148px;
  background: #f0eeee url(../images/bkg/contact-airlines-row.png) no-repeat;
  margin: 0 0 5px 0;
}

.rental-container .rental-row-el {
  font-size: 14px;
  color: #0f3652;
  height: 148px;
  line-height: 18px;
}

.rental-container .rental-row-el td {
  vertical-align: middle;
}

.rental-container .rental-row-el h4 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.rental-container .rental-row-el a {
  font-size: 14px;
}

.rental-container .rental-row-el a.clicktoview {
  color: #0F3652;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}

.rental-container .rental-row-el div.rental-map {
  position: relative;
  color: #E67127;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 25px;
  text-align: center;
  text-shadow: 0 -1px 2px #7E3E15;
}

/*--*/
.medial-contacts {
  width: 1020px;
  height: 574px;
  background: url("../images/bkg/airline-description.jpg") no-repeat scroll -1px bottom #103552;
  margin: 8px auto 0 auto;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.medial-contacts .text {
  padding: 20px 0 0 33px;
}

.medial-contacts .text .address {
  margin: 65px 0 0 0;
}

.medial-contacts .text p {
  padding: 0;
  margin: 13px 0 0 0;
  width: 942px;
}

div.cities-served-nonstop-header {
  margin-top: 7px;
  padding-left: 40px;
  color: #0f3652;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

.city-item-title {
  text-transform: uppercase;
}

/* General Contacts */

/* Footer */
.front #footer .nav a {
  color: #000;
}

.front #footer {
  color: #fff;
  width: 1056px;
}

.front #footer .text {
  padding: 10px 0 30px 0;
}

#footer {
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  overflow: hidden;
  width: 1020px;
  margin: 0 auto;
}

#footer .text {
  float: left;
  /*width: 30%;*/
  padding: 35px 0 50px 0;
  line-height: 12px;
}

#footer .nav {
  font-size: 12px;
  color: #e67127;
  float: right;
  line-height: 12px;
  padding: 35px 10px 0 0;
}

#footer .nav a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#footer .nav a:hover {
  text-decoration: underline;
}

#footer .logos {
  float: right;
  padding: 28px 0 0 0;
}

/* end Footer */

/*Current Projects & Maps From Julia*/

#airoport-guide {
  position: relative;
}

#airoport-guide .airlines-container {
  margin: 0px auto;
  padding: 512px 12px 0px 12px;
  width: 1032px;
  border: none;
}

#airoport-guide object {
  margin-left: 10px;
}

#l_upper {
  background: url(../images/level_upper.png) no-repeat 12px 0;
}

#l_lower {
  background: url(../images/level_lower.png) no-repeat 17px 0;
}

#level_upper {
  height: 512px;
}

#box-item {
  width: 1020px;
}

#part_top {
  margin: 0 auto;
  padding-bottom: 8px;
  background: url(../images/airport.png) no-repeat 25px 0;
  height: 48px;
  width: 1020px;
  border-bottom: 2px solid #c66121;
}

#part_top ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 25px 0px 0px;
  float: right;
}

#part_top ul li {
  margin: 0px 3px 0px 0px;
  padding: 0px;
  float: left;
  width: 232px;
  height: 47px;
}

#part_top ul li a {
  display: block;
  width: 232px;
  height: 47px;
}

#level_u a, #level_u a:visited {
  background: url(../images/upper_level.png) no-repeat 0 0;
}

#level_u a:hover {
  background: url(../images/upper_level_hover.png) no-repeat 0 0;
}

#level_l a, #level_l a:visited {
  background: url(../images/lover_level.png) no-repeat 0 0;
}

#level_l a:hover {
  background: url(../images/lover_level_hover.png) no-repeat 0 0;
}

#parking a, #parking a:visited {
  background: url(../images/parking.png) no-repeat 0 0;
}

#parking a:hover {
  background: url(../images/parking_hover.png) no-repeat 0 0;
}

/*--------------------new style-----------------------------*/
#airoport-guide #map_parking {
  position: relative;
  padding-top: 520px;
  background: url('../images/map_parking.png') no-repeat 9px 0;
  height: 120px;
}

#map_parking img {
  float: right;
  margin-right: 10px;
}

#current_projects, #current_projects_inner {
  margin: 0 auto;
  width: 1040px;
  clear: left;
  border-top: 2px solid #D86A25;
}

#current_projects_inner div.project-documents {
  clear: both;
  width: 100%;
}

#current_projects {
  margin-bottom: 100px;
}

.block_project {
  margin: 30px 0px 0px 0px;
  overflow: hidden;
  clear: both;
}

.col_left {
  margin: 0px 20px 0px 10px;
  float: left;
  width: 295px;
  background: url('../images/bg_left.jpg') no-repeat 100% 0;
}

.col_left img {
  border: none;
}

.col_right {
  padding: 20px 30px 15px 10px;
  float: left;
  width: 675px;
  height: 142px;
  border-top: 1px dotted #b5bbc0;
  border-bottom: 1px dotted #b5bbc0;
}

.col_right div.text {
  height: 80px;
  overflow: hidden;
  margin-bottom: 10px;
}

* html .col_right {
  width: 665px;
}

.block_project h1 {
  font-size: 21px;
}

.block_project p {
  padding: 10px 0px 10px 0px;
  font-size: 15px;
  line-height: 22px;
}

.but_more {
  width: 66px;
  height: 28px;
}

.but_more a, .but_more a:visited {
  display: block;
  background: url('../images/more.png') no-repeat 0 0;
  width: 66px;
  height: 28px;
}

.but_more a:hover {
  background: url('../images/more_hover.png') no-repeat 0 0;
}

#current_projects_inner .col_left {
  margin-right: 15px;
  width: 530px !important;
  background: none;
}

#current_projects_inner .col_right {
  padding-left: 5px;
  padding-bottom: 115px;
  width: 450px !important;
  border-bottom: none;
  height: auto !important;
}

* html #current_projects_inner .col_right {
  width: 440px !important;
}

#current_projects_inner .block_project {
  position: relative;
  margin: 20px 0px 0px 0px;
  padding-bottom: 20px;
}

.but_download {
  position: absolute;
  padding-bottom: 10px;
  bottom: 60px;
  right: 0px;
  height: 92px;
  width: 480px;
  border-bottom: 1px dotted #b5bbc0;
}

.but_download a, .but_download a:visited {
  padding: 10px 0px 0px 10px;
  float: right;
  display: block;
  height: 71px;
  width: 74px;
  background: url('../images/misc/download-button.png') no-repeat 5px 5px;
  border-left: 1px dotted #b5bbc0;
}

.but_download a:hover {
  background: url('../images/misc/download-button-hover.png') no-repeat 5px 5px;
}

.but_back {
  margin-top: 20px;
  clear: both;
  float: right;
  width: 66px;
  height: 28px;
}

.but_back a, .but_back a:visited {
  display: block;
  background: url('../images/back.png') no-repeat 0 0;
  width: 66px;
  height: 28px;
}

.but_back a:hover {
  background: url('../images/back_hover.png') no-repeat 0 0;
}

#current_img {
  padding: 5px 0px;
  height: 30px;
}

/*---------------end styles for airoport quide----------------*/
#project-gallery {
}

#project-gallery .container {
  width: 530px;
  height: 423px;
  overflow: hidden;
  position: relative;
}

#project-gallery .container .scrollpane {
  position: absolute;
  top: 0;
  left: 0;
  width: 3180px;
  height: 423px;
}

#project-gallery .container .scrollpane img {
  float: left;
}

#project-gallery .bottom-toolbar {
  padding: 13px 0 0 0;
}

#project-gallery .bottom-toolbar a.button, #project-gallery .bottom-toolbar a.button-active {
  margin-right: 11px;
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../images/misc/gallery-bullet.png');
}

#project-gallery .bottom-toolbar a.button-active {
  background-position: 0 -16px;
}

.error-message {
  font-weight: bold;
  font-size: 14px;
}

/*---------------end styles for airoport quide----------------*/
.box-help {
  padding-top: 17px;
  width: 203px;
  color: #0f3652;
  font-size: 11px;
  line-height: 13px;
  z-index: 10000;
  position: absolute;
  display: none;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  text-shadow: none;
  letter-spacing: normal;
  cursor: help; /*top: 0;*/
}

.box-help-right {
  background: url('../images/box_top_right.png') no-repeat 0 0; /*right: 0;*/
}

.box-help-left {
  background: url('../images/box_top_left.png') no-repeat 0 0; /*left: 0;*/
}

.box-help-top {
  background: url('../images/box_top_right.png') repeat-y 0 0;
  width: 203px;
  height: 17px;
}

.box-help-right.box-help-top {
  background: url('../images/box_top_right.png') repeat-y 0 0;
}

.box-help-left.box-help-top {
  background: url('../images/box_top_left.png') repeat-y 0 0;
}

.box-help-inner {
  padding: 0px 0px 28px 0px;
  width: 203px;
}

.box-help-right .box-help-inner {
  background: url('../images/box_bottom_right.png') no-repeat 0 100%;
}

.box-help-left .box-help-inner {
  background: url('../images/box_bottom_left.png') no-repeat 0 100%;
}

.box-help-text {
  text-decoration: none !important;
  padding: 0px 20px 0px 20px;
  min-height: 50px;
  width: 163px;
}

.box-help-right .box-help-text {
  background: url('../images/box_center_right.png') repeat-y 0 0;
}

.box-help-left .box-help-text {
  background: url('../images/box_center_left.png') repeat-y 0 0;
}

.active-popup:hover .box-help {
  display: block;
}

div.box-help-holder {
  display: inline-block;
  *display: inline;
}

div#search-box {
  position: relative;
}

/*---------------begin styles for volunteer----------------*/
#volunteer-form {
  margin-top: 20px;
  font-size: 14px;
}

#volunteer-form div.sent-form-status {
  clear: both;
  height: 20px;
  margin: 0 10px 0 10px;
  padding-top: 4px;
  padding-left: 25px;
  background: url(../images/success.png) 4px 3px no-repeat;
  background-color: #DFFFDF;
  border: 1px solid #9FCF9F;
  color: #005F00;
}

#volunteer-form #left_block, #volunteer-form #left_block label, #volunteer-form #left_block, #volunteer-form #month, #volunteer-form #day, #volunteer-form #year, #volunteer-form .data_box_small, #volunteer-form .data_box_long, #volunteer-form .data_box_middle, #volunteer-form #right_block, .block-schedule .check-item, #left_block .label-middle {
  float: left;
}

#volunteer-form #left_block label {
  padding: 0px 10px 0px 0px;
  width: 130px;
  color: #f67525;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  line-height: 20px;
  vertical-align: middle;
}

#volunteer-form #left_block {
  padding-left: 10px;
  padding-right: 20px;
  width: 586px;
}

#volunteer-form .form-item {
  margin: 0;
  overflow: hidden;
  padding: 5px 0px 11px 0px;
  clear: both;
}

/*my injection*/

#volunteer-form .form-item .select-overlay {
  color: #0f3652;
}

#volunteer-form .form-item .month .select-overlay, #volunteer-form .form-item .day .select-overlay, #volunteer-form .form-item .year .select-overlay {
  text-indent: 9px;
}

#volunteer-form .form-item .month, #volunteer-form .form-item .month select {
  width: 77px;
}

#volunteer-form .form-item .month .select-overlay {
  width: 77px;
  background-position: right top;
  left: 324px;
}

#volunteer-form .form-item .day, #volunteer-form .form-item .day select {
  width: 53px;
}

#volunteer-form .form-item .day .select-overlay {
  width: 53px;
  background-position: right top;
}

#volunteer-form .form-item .year, #volunteer-form .form-item .year select {
  width: 60px;
}

#volunteer-form .form-item .year .select-overlay {
  width: 60px;
  background-position: right top;
}

/*my injection*/

#volunteer-form .data_box_small {
  padding: 0px;
  width: 137px;
}

#volunteer-form .data_box_long {
  padding: 0px;
  width: 439px;
}

#volunteer-form .data_box_small, #volunteer-form .data_box_long, #volunteer-form .data_box_middle {
  height: 20px;
  line-height: 20px;
  border: 1px solid #7f8a94;
}

#volunteer-form input.middle {
  margin: 0px 12px 0 12px;
}

#volunteer-form #city {
  width: 288px;
}

#volunteer-form #left_block #label-zip {
  width: 40px;
}

#volunteer-form #zip {
  width: 99px;
}

#volunteer-form .data_box_middle {
  padding: 0px;
  width: 173px;
}

#volunteer-form #left_block .label-middle {
  padding: 0px 0px 0px 15px;
  width: 76px;
  text-align: left;
}

#volunteer-form #left_block .label_double {
  line-height: 15px;
  position: relative;
  top: -3px;
}

#volunteer-form #right_block {
  padding-left: 35px;
  width: 300px;
  height: 580px;
  background: url('../images/div_left.png') no-repeat 0 center;
}

#volunteer-form #right_block h3.title, #volunteer-form .block-schedule h4.title, .block-schedule label {
  color: #f67525;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 29px;
}

#volunteer-form .block-schedule {
  margin-top: 10px;
  clear: both;
}

#volunteer-form .block-schedule h4.title {
  margin-bottom: 10px;
  font-size: 14px;
}

.block-schedule .check-item {
  width: 136px;
}

.block-schedule label {
  padding-left: 10px;
  width: 24px;
  line-height: 20px;
}

#volunteer-form #right_block .form-item {
  padding: 0 0 12px;
}

#volunteer-form #right_block p {
  clear: both;
  color: #c5c3c3;
  line-height: 18px;
}

#volunteer-form #submit_form_container {
  clear: both;
  margin: 20px 0px 0px 0px;
  width: 133px;
  height: 28px;
}

#volunteer-form a.submit_form {
  display: block;
  background: url('../images/submit_my_form.gif') no-repeat 0 0;
  width: 133px;
  height: 28px;
}

#volunteer-form a.submit_form:hover {
  background: url('../images/submit_my_form_hover.gif') no-repeat 0 0;
  cursor: pointer;
}

#volunteer-from .error-control {
  border-color: red;
}

/*---------------end styles for volunteer----------------*/

span.bold {
  font-weight: bold;
}

span.italic {
  font-style: italic;
}

span.underline {
  text-decoration: underline;
}

div.inner-page-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

td.text ul {
  padding-left: 0px;
}

div.inner-page-content ul > li > ul {
  list-style-type: circle;
}

div.inner-page-content ul > li > ul > li > ul {
  list-style-type: square;
}

#app-page-block {
  float: left;
  width: 1080px;
  padding-left: 85px;
}

#app-page {
  background-image: url(../images/pagebgd.jpg);
  background-repeat: no-repeat;
  width: 1031px;
  height: 831px;
  margin-left: 15px;
  position: relative;
}

#app-page-text {
  width: 545px;
  font-size: 14px;
  position: absolute;
  margin-top: 175px;
  margin-left: 30px;
}

#app-page #download-block {
  position: absolute;
  width: 545px;
  margin-top: 300px;
  margin-left: 20px;
}

#app-page #download-block .dwn-item {
  float: left;
}

#download-block .dwn-item .app-download-btn {
  background-image: url(../images/download-btn.png);
  background-repeat: no-repeat;
  width: 165px;
  height: 63px;
  display: block;
  margin-top: 17px;
}

#download-block .dwn-item #app-mac-icons {
  background-image: url(../images/mac-icons.png);
  background-repeat: no-repeat;
  width: 241px;
  height: 102px;
  display: block;
  margin-left: 15px;
}

#download-block .dwn-item .block-text {
  margin-left: 10px;
  font-size: 12px;
  margin-top: 25px;
}

#app-page #images-block {
  width: 1080px;
  height: 300px;
  position: absolute;
  top: 535px;
}

#app-page #images-block .screen {
  float: left;
  padding-right: 10px;
}

/* Emergency Styles */
.column-block {
  float: left;
  width: 320px;
  color: #0f3652;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.column-block.second {
  margin: 0px 20px;
}

.column-block h3 {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 2px solid #e27128;
}

.column-block p {
  margin: 15px 0;
  padding: 0px;
}

.column-block .contact-item {
  margin: 15px 0px 0px 0px;
}

.column-block .contact-item h4 {
  font-size: 11px;
  margin: 0px;
  font-weight: bold;
  line-height: 15px;
}

.column-block .contact-item p, .column-block .logo-item p {
  margin: 0px;
}

.column-block .logo-item {
  margin: 15px 0px 15px 0px;
}

.column-block .logo-item a, .column-block .logo-item a:visited {
  color: #0f3652 !important;
  text-decoration: underline;
}

.column-block .logo-item a:hover {
  text-decoration: none;
}

.title-revisied-emergency {
  padding-top: 24px;
}

/* Emergency Styles END */
.bottom-blocks {
  overflow: hidden;
  clear: both;
  padding-top: 7px;
  padding-left: 12px;
}

.bottom-blocks .bottom-block {
  float: left;
  margin-left: 7px;
}

.bottom-blocks .bottom-block a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.bottom-blocks .bottom-block a:hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../images/bg-transporent.png');
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}

.bottom-blocks .bottom-block a img {
  z-index: -1;
  position: relative;
}

#b-gallery {
  width: 1030px;
  margin: 14px 0 20px 30px;
}

#b-gallery table {
  width: 100%;
}

#b-gallery .title {
  border-bottom: 2px solid #d86a25;
  padding-bottom: 20px;
}

#b-gallery .left-icon,
#b-gallery .right-text {
  display: inline-block;
  vertical-align: middle;
}

#b-gallery .left-icon {
  padding: 20px 23px 20px 0;
  margin: 0 20px;
  border-right: 1px dotted #b6bcc1;
}

#b-gallery .right-text h5 {
  font-size: 18px;
}

#b-gallery .right-text p {
  padding-top: 5px;
}

#b-gallery .content {
  padding-top: 30px;
}

#b-gallery .content ul {
  padding: 0;
  overflow: hidden;
  margin-left: -20px;
}

#b-gallery .content li {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}

#b-gallery .big-img {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

#b-gallery .img-desc {
  font-size: 14px;
  line-height: 18px;
}

#b-gallery .img-desc ul {
  margin-left: 0;
}

#b-gallery .img-desc .separator {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  margin-top: -1px;
}

#b-gallery .img-desc .b-facebook {
  background: url('../images/bkg/b-facebook-bg.png');
  width: 478px;
  height: 48px;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 13px;
  padding-left: 10px;
  text-align: center;
}

#b-gallery .img-desc .b-facebook .fb-like {
  margin-top: 8px;
}

#b-gallery .img-desc li {
  margin-left: 0;
}

#b-gallery .pager a, #b-gallery h4, #b-gallery .img-desc .separator {
  color: #e16e25;
}

#b-gallery .pager a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#b-gallery h4 {
  font-size: 30px;
}

#b-gallery .pager a:hover {
  text-decoration: none;
}

.bottom-blocks .block-custom-slider {
  position: relative;
  width: 341px;
  height: 224px;
}

.bottom-blocks .block-custom-slider a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.tabs-wrapper ul {
  padding: 0 !important;
  overflow: hidden;
  clear: both;
}

.tabs-wrapper .tabs-btns li {
  margin-left: 2px;
}

.tabs-wrapper .tabs-btns li.active {
  opacity: .65;
  filter: alpha(opacity=65);
}

.tabs-wrapper .tabs-content > ul > li {
  position: absolute;
  left: -9999px;
}

.tabs-wrapper .tabs-content > ul > li.active {
  position: static;
}

.tabs-wrapper .tabs-btns li:first-child {
  margin-left: 0;
}

.tabs-wrapper .tabs-btns {
  margin-bottom: 6px;
}

.tabs-wrapper .tabs-btns li {
  list-style: none;
  float: left;
}

.tabs-wrapper .tabs-content li {
  text-align: center;
  list-style: none;
}

.tabs-wrapper .tabs-content li > div {
  text-align: left;
}

/*BADGES PAGES*/

.content-inner-badges {
  width: 690px;
  font-weight: 300;
  padding: 20px 0;
}

.content-inner-badges p {
  padding: 0;
  margin: 15px 0;
}

.content-inner-badges a {
  color: #df6e31;
  text-decoration: underline;
}

.content-inner-badges .text {
  padding-left: 35px;
}

.content-inner-badges a:hover {
  text-decoration: none;
}

.content-inner-badges h3 {
  margin: 0 0 20px 0;
  padding: 25px 3px 14px 3px;
  font-size: 22px;
  color: #df6e31;
  border-bottom: 3px solid #df6e31;
  text-transform: uppercase;
}

.content-inner-badges h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
}

.content-inner-badges ul {
  margin: 30px 0;
  padding-left: 30px;
}

.content-inner-badges ul li {
  list-style: none;
  margin-bottom: 3px;
}

.content-inner-badges .text ul {
  margin: 0;
  padding-left: 0;
}

.content-inner-badges ul li span {
  display: inline-block;
  width: 145px;
}

/* JET SETS*/
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.jetsetsevent-wrapper {
  margin-bottom: 55px;
}

.jetsetsevent-wrapper .hd-part .left-part {
  padding: 30px 0;
  float: left;
}

.jetsetsevent-wrapper .hd-part .right-part {
  border-bottom: 2px solid #e28742;
  float: right;
  width: 81%;
  min-height: 160px;

}

.jetsetsevent-wrapper .headline {
  background-color: #fcb040;
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.jetsetsevent-wrapper .headline:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 1206px;
  background: #fcb040;
  z-index: -1;
}

.jetsetsevent-wrapper .headline .text {
  width: 510px;
  padding: 24px 0;
}

.jetsetsevent-wrapper .headline .text p {
  padding: 10px 0 0 0;
}

.jetsetsevent-wrapper .headline h4 {
  font-weight: 900;
  font-size: 24px;
  color: #4c453b;
  margin: 0;
}

.jetsetsevent-wrapper .headline .content-size-inner {
  background-image: url('../images/img-jet-sets-1.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 145px;
}

.jetsetsevent-wrapper .ft-part .left-part {
  float: left;
    width: 602px;
}

.jetsetsevent-wrapper .ft-part .right-part {
  float: right;
  color: #4c453b;
}

.jetsetsevent-wrapper .stage {
  float: left;
  margin-right: 30px;
  width: 268px;
}

.jetsetsevent-wrapper .stage .img {
  margin-bottom: 20px;
}

.jetsetsevent-wrapper .stage ul {
  margin: 0;
  padding: 0;
}

.jetsetsevent-wrapper .stage li {
    list-style: none;
    position: relative;
    padding-left: 38px;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 24px;
    padding-top: 14px;
}

.jetsetsevent-wrapper .stage li.stage1 {
  color: #fbaf3f;
}

.jetsetsevent-wrapper .stage li.stage1 span:first-child {
  border-right: 2px solid #fbaf3f;
}

.jetsetsevent-wrapper .stage li.stage1:before {
  background: url('../images/icon-jet-sets-1.jpg');
}

.jetsetsevent-wrapper .stage li.stage2 {
  color: #256d6d;
}

.jetsetsevent-wrapper .stage li.stage2 span:first-child {
  border-right: 2px solid #256d6d;
}

.jetsetsevent-wrapper .stage li.stage2:before {
  background: url('../images/icon-jet-sets-2.jpg');
}

.jetsetsevent-wrapper .stage li.stage3 {
    color: #65568e;
}

.jetsetsevent-wrapper .stage li.stage3 span:first-child {
    border-right: 2px solid #65568e;
}

.jetsetsevent-wrapper .stage li.stage3:before {
    background: url('../images/icon-jet-sets-3.jpg');
}

.jetsetsevent-wrapper .stage li:before, .jetsetsevent-wrapper .ft-part .right-part li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 29px;
  height: 23px;
}

.jetsetsevent-wrapper .stage li span {
  display: inline;
  vertical-align: middle;
}

.jetsetsevent-wrapper .stage li span:first-child {
    font-size: 12px;
    font-weight: 700;
    padding-right: 7px;
    margin-right: 5px;
}

.jetsetsevent-wrapper .ft-part .right-part p {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
}

.jetsetsevent-wrapper .ft-part .right-part ul {
  padding: 0;
  margin: 0;
}

.jetsetsevent-wrapper .ft-part .right-part li a {
  color: #4c453b;
  display: block;
  padding: 23px 0 23px 60px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jetsetsevent-wrapper .ft-part .right-part li:hover a {
  background: #d7d7d6;
  color: #fff;

}

.jetsetsevent-wrapper .ft-part .right-part li:hover span:last-child {
  border-left: 2px solid #fff;
}

.jetsetsevent-wrapper .ft-part .right-part li {
  list-style: none;
  position: relative;
  font-size: 16px;
  border-bottom: 2px solid #d0d0d0;
  width: 390px;
}

.jetsetsevent-wrapper .ft-part .right-part li.stage1 a:before {
  background: url('../images/icon-jet-sets-1.jpg');
  left: 10px;
}

.jetsetsevent-wrapper .ft-part .right-part li.stage2 a:before {
  background: url('../images/icon-jet-sets-2.jpg');
  left: 10px;
}

.jetsetsevent-wrapper .ft-part .right-part li.stage3 a:before {
    background: url('../images/icon-jet-sets-3.jpg');
    left: 10px;
}

.jetsetsevent-wrapper .ft-part .right-part span {
  display: inline;
  vertical-align: middle;
}

.jetsetsevent-wrapper .ft-part .right-part span:last-child {
  border-left: 2px solid #4c453b;
  padding-left: 7px;
  margin-left: 7px;
}

.jetsetsevent-wrapper .ft-part .right-part > span {
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block !important;
  padding-left: 10px;
}

.jetsetsevent-wrapper .ft-part .right-part li span:first-child {
  font-size: 32px;
  font-weight: 900;
}

.jetsetsevent-wrapper .calendar {
  width: 300px;
  border: none !important;
}

.jetsetsevent-wrapper .calendar tr:first-child > td {
  background: #4c453b !important;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 12px 0;
}

.jetsetsevent-wrapper .calendar a {
  text-decoration: none;
}

.jetsetsevent-wrapper .calendar th, .jetsetsevent-wrapper .calendar td {
  padding: 2px 0;
  color: #404847;
}

.jetsetsevent-wrapper .calendar th {
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 2px;
}

.jetsetsevent-wrapper .calendar td {
  font-size: 20px;
  vertical-align: middle;
  height: 33px;
}

.jetsetsevent-wrapper .calendar td.hasEvents {
    background-image: url('../images/active-calendar-event.png');
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
}

.jetsetsevent-wrapper .calendar td.hasEvents:hover {
  opacity: .7;
}

.jetsetsevent-wrapper .calendar td.active {
  background-image: url('../images/active-calendar.png');
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center;
  color: #000 !important;
}

.jetsetsevent-wrapper .calendar td.today {
    background-image: url('../images/active-calendar-today2.png');
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
}

.jetsetsevent-wrapper .calendar tr:not(:first-child) td a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 6px;
  box-sizing: border-box;
}

.jetsetsevent-wrapper .calendar tr:not(:first-child) td.active a {
  font-weight: bold;
}

.jetsetsevent-wrapper .calendar tr:not(:first-child) td.active.hasEvents {
  text-decoration: none !important;
}

.jetsetsevent-wrapper .calendar td a {
  color: #404847 !important;
}

.jetsetsevent-wrapper .calendar tr:first-child > td a {
  color: #fff !important;
  display: block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  text-indent: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.jetsetsevent-wrapper .calendar tr:first-child > td td {
  vertical-align: middle;
  padding: 0;
}

.jetsetsevent-wrapper .calendar tr:first-child > td td:first-child {
  padding-left: 20px;
}

.jetsetsevent-wrapper .calendar tr:first-child > td td:first-child a {
  border-right: 8px solid #fff;
}

.jetsetsevent-wrapper .calendar tr:first-child > td td:last-child {
  padding-right: 20px;
}

.jetsetsevent-wrapper .calendar tr:first-child > td td:last-child a {
  border-left: 8px solid #fff;
}

.jetsetsevent-wrapper-inner .hd-part {
  border-bottom: 2px solid #e28742;
  padding: 15px 0;
}

.jetsetsevent-wrapper-inner .hd-part .left-part {
  float: left;
  padding: 25px 28px 25px 0;
}

.jetsetsevent-wrapper-inner .hd-part .right-part {
  float: left;
  padding: 30px 20px;
  border-left: 1px dotted #d0d3d6;
}

.jetsetsevent-wrapper-inner .hd-part .right-part p {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.jetsetsevent-wrapper-inner .hd-part .right-part p span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.jetsetsevent-wrapper-inner .top-control {
  padding: 25px 0;
}

.jetsetsevent-wrapper-inner .top-control a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #28475f;
}

.jetsetsevent-wrapper-inner .bd-part .left-part, .jetsetsevent-wrapper-inner .bd-part .right-part {
  float: left;
}

.jetsetsevent-wrapper-inner .bd-part .left-part {
  width: 500px;
}

.jetsetsevent-wrapper-inner .bd-part .left-part img {
  width: 100%;
}

.jetsetsevent-wrapper-inner .bd-part .right-part {
  width: 475px;
  margin-left: 40px;
}

.jetsetsevent-wrapper-inner .bd-part .right-part h3 {
  color: #e18742;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.jetsetsevent-wrapper-inner .bd-part .right-part .date {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 35px;
}

.jetsetsevent-wrapper-inner .bd-part .right-part .date span {
  font-size: 18px;
  font-style: italic;
  vertical-align: middle;
}

.jetsetsevent-wrapper-inner .bd-part .right-part p {
  font-style: italic;
  font-size: 18px;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 30px;
}

.jetsetsevent-wrapper-inner .bd-part .right-part p a {
  color: #28475f;
  text-decoration: none;
}

.jetsetsevent-wrapper-inner .btn-share {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  background: #28475f;
  padding: 15px;
  margin-right: 34px;
}

.jetsetsevent-wrapper-inner .btn-facebook {
  text-indent: -9999px;
  background: url('../images/social-1.png');
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.jetsetsevent-wrapper-inner .btn-twitter {
  text-indent: -9999px;
  background: url('../images/social-2.png');
  width: 24px;
  height: 23px
}

.jetsetsevent-wrapper-inner .bottom-control a {
  display: inline-block;
  vertical-align: middle;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}

.jetsetsevent-wrapper-inner .bottom-control a:hover {
  opacity: .7;
}

.jetsetsevent-wrapper-inner .bottom-control {
  margin-bottom: 20px;
}

.jetsetsevent-wrapper-inner .ft-part img {
  width: 100%;
}
.jetsetsevent-wrapper .headline h4 {
    margin-bottom: 20px;
}
.jetsetsevent-wrapper .headline h4 > span {
    display: inline-block;
    vertical-align: middle;
}

.jetsetsevent-wrapper .headline h4 > span:first-child {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #000;
}
.jetsetsevent-wrapper .headline .text p {
    padding: 0;
}

.page-security {
  padding: 50px 50px 0;
  line-height: 1.4;
}

.page-security img {
  max-width: 100%;
  height: auto;
}

.page-security .video {
  margin-bottom: 50px;
}

.page-security .header {
  overflow: hidden;
  clear: both;
  border-bottom: 3px solid #c8cecd;
  margin-bottom: 40px;
  padding: 0 40px 40px;
}

.page-security .header .left-part {
  float: left;
  width: 150px;
  margin-right: 40px;
}

.page-security .header .right-part {
  overflow: hidden;
  padding-top: 76px;
}

.page-security .sub-header {
  padding: 0 40px 40px;
  border-bottom: 3px solid #c8cecd;
  margin-bottom: 40px;
}

.page-security .sub-header .items {
  overflow: hidden;
  clear: both;
  margin-top: 30px;
  text-align: center;
}

.page-security .sub-header .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 36px;
  text-align: left;
}

.page-security .sub-header .item:first-child {
  margin-left: 0;
  padding-top: 10px;
  width: 110px;
}

.page-security .sub-header .item:nth-child(2) {
  width: 132px;
  padding-top: 14px;
}

.page-security .sub-header .item:nth-child(3) {
  width: 140px;
}

.page-security .sub-header .item:nth-child(4) {
  width: 128px;
  padding-top: 20px;
}

.page-security .sub-header .item:nth-child(5) {
  width: 129px;
}

.page-security h3 {
  font-size: 26px;
}

.page-security .body {
  padding: 0 16px 100px;
}