/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  background: #2c4b52;
  behavior: url('stylesheet/csshover.htc');
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}

h1 {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #2d4546;
}

.cleaner {
  clear: both;
}

#container {
  margin: 0 auto;
  width: 990px;
}

#header {
  width: 990px;
  height: 124px;
  background: #0b2527 url(../images/tagline.gif) 517px 42px no-repeat;
}

#logo {
  margin: 32px 0 0  20px;
  width: 320px;
  height: 85px;
  background: url(../images/logo.gif) 0 0 no-repeat;
  float: left;
}

#nav {
  margin: 95px 0 0 132px;
  font-weight: bold;
  color: #05b9f3;
  float: left;
}

#nav ul.sections {
  list-style: none;
}

#nav ul.sections li {
  padding: 5px 8px;
  font-size: 11px;
  color: #05b9f3;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}

#nav ul.sections li:hover {
  background: #ff6600;
  color: #fff;
}

#nav ul.sections li a {
  color: #05b9f3;
  text-decoration: none;
  display: block;
}

#nav ul.sections li a:hover {
  color: #fff;
}

#nav li ul.dropdown {
  width: 132px;
  padding: 5px 12px;
  border: #ff6600 1px solid;
  background: #2d4546;
  list-style: none;
  position: absolute;
  top: 24px;
  left: 0;
  display: none;
}

#nav ul.sections li:hover ul.dropdown {
  display: block;
}

#nav li ul.dropdown li {
  padding: 0;
  border-bottom: #4b6667 1px solid;
  float: none;
}

#nav li ul.dropdown li:hover {
  background: #7da1a2;
  color: #2d4546;
}

#nav li ul.dropdown li a {
  padding: 5px;
  color: #05b9f3;
  text-decoration: none;
  display: block;
}

#nav li ul.dropdown li a:hover {
  color: #2d4546;
}

#nav li ul.dropdown li.last {
  border-bottom: none;
}

#nav ul.sections li.gap {
  padding: 5px 0px;
}

#main-graphic {
  width: 990px;
  height: 315px;
}

#main-left {
  width: 323px;
  height: 315px;
  float: left;
}

#main-center {
  margin: 0;
  width: 373px;
  height: 315px;
  background: url(../images/main_center.jpg) 0 0 no-repeat;
  float: left;
}

#opening {
  margin-top: 4px;
  width: 373px;
  height: 282px;
}

#main-right {
  width: 294px;
  height: 315px;
  float: left;
}

#content {
  width: 990px;
/*  height: 381px;*/
  background: #e7f5f6 url(../images/content_left_bg.gif) 659px 0 no-repeat;
  border-bottom: #087087 4px solid;
}

#content-left {
  width: 696px;
/*  height: 381px;
  background: #e7f5f6 url(../images/content_left_bg.gif) right 0 no-repeat;*/
  float: left;
}

.content-main-text {
  padding: 40px 90px 40px 40px;
  font-size: 14px;
  line-height: 28px;
  color: #000;
}

.content-left-graphic {
  padding-left: 40px;
  position: relative;
}

#airport-locations {
  padding-top: 80px;
  width: 85px;
  background: url(../images/icon_airport_location.gif) center 12px no-repeat;
  text-align: center;
  position: absolute;
  top: 0;
  right: 35px;
}

#airport-locations a {
  font-size: 14px;
  line-height: 14px;
  color: #0033cc;
  text-decoration: underline;
}

#airport-locations a:hover {
  color: #0099cc;
}

.hilite {
  color: #00548e;
}

#content-right {
  padding-bottom: 20px;
  width: 294px;
/*  height: 381px;*/
  background: #bacccf url(../images/content_right_bg.gif) 0 bottom repeat-x;
  float: right;
}

.news-title {
  margin-bottom: 10px;
  padding: 0 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #000;
  line-heihgt: 18px;
}

#content-right p {
  padding: 0 18px 15px 18px;
}

#content-right a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 13px;
  color: #0033cc;
  text-decoration: underline;
}

#content-right a:hover {
  color: #0099cc;
}

#footer {
  width: 990px;
  height: 123px;
  background: #1e3035;
  text-align: center;
}

.links {
  padding: 30px 0 20px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #00a3d7;
}

.links a {
  color: #00a3d7;
  text-decoration: none;
}

.links a:hover {
  color: #ff6600;
  text-decoration: underline;
}

.copyright {
  font-size: 10px;
  color: #b2d2d9;
}

a.sfo {
  font-size: 10px;
  color: #74959c;
  line-height: 16px;
  text-decoration: none;
}

a.sfo:hover {
  color: #0099cc;
  text-decoration: underline;
}

.separator {
  margin: 0 10px;
}
