/* General
============================================= */
body {
  color: #5a5b5e;
  background: #efefef;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;  /* Enables font size scaling in MSIE */
  letter-spacing: .5px;
  margin: 0;
  padding: 0;
}

#container {
  position: relative;
  margin: 0;
  padding: 0;
}

a, a:link, a:active, a:visited {
  color: #96999b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h3, h2, h1 {
  margin: 0;
  padding: 0;
}

p, textarea {
  margin: 0;
  padding: 0;
}


/* Header
============================================= */
#header {
  background: #5a5b5e;
  height: 125px;
}

#header h3 {
  background: url(/images/aftclogo.gif) no-repeat center center;
  float: left;
  width: 130px;
  height: 77px;
  padding: 0px 1px 1px 0px;
}

#header h3 span {
  display: none;
}

#header a {
  font-size: 10pt; 
  color: #96999b;
}

#header a:hover {
  color: #fff;
  text-decoration: none;
}


/* Menu's
============================================= */
#topmenu {
  position: relative;
  right: 0;
  width: 900px;
}

#topmenu a {
  padding: 0 5px 0 5px;
}

#topmenu #mainmenu a {
  font-size: 1.0em;
  border-right: 1px solid #96999b;
}

#topmenu #mainmenu span {
  font-size: 1.0em;
  color: #96999b;
  font-weight: none;
  padding: 0 0 0 5px; 
}

#topmenu #mainmenu {
  position: absolute;
  left: 290px;
  top: 10px;
  line-height: 25px;
}

#topmenu #mainmenu input#s {
  margin-left: 5px;
  border: 1px solid #96999b;
}

#topmenu #mainmenu input#searchsubmit {
  border: 1px solid #96999b;
  color: #fff;
  font-weight: bold;
  background: transparent;
}

#topmenu ul li {
  padding-top: 5px;
}

#topmenu ul li, #topmenu #mainmenu div {
  float: left;
}

#topmenu #navmenu {
  position: absolute;
  top: 90px;
  left: 210px;
}

#topmenu #navmenu * {
  margin: 0;
  padding: 0px 10px 10px 0px;
  font-size: 12px;
  font-weight: bold;
}


/* Footer
============================================= */
#footer {
  clear: both;
  width: 100%;
  background: #5a5b5e;
  height: 100px;
}

#footer a, #footer a:link, #footer a:active {
  color: #96999b;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
}

#footer p {
  margin-top: 10px;
  margin-left: 225px;
  color: #96999b;
}

.footspace {
  position: absolute;
  bottom: 40px;
}


/* Main
============================================= */
#main {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #efefef;
  text-align: center;
}

#main img {
  margin: 0;
  padding: 0;
}

#sidebar {
  text-align: left;
  font-size: 11px;
  color: #fff;
  float: left;
  width: 205px;
}

#sidebar h3 {
  background: #5a5b5e;
  font-size: 11px;
  padding-left: 13px;
}

#sidebar a {
  font-weight: none;
  color: #96999b;
}

#sidebar a:hover {
  color: #fff;
  text-decoration: none;
}

#sidebar ul {
  background: #5a5b5e;
  line-height: 1.5em;
  padding-left: 13px;
}

#sidebar li a, #sidebar li ul li a, #sidebar li.current_page_ancestor ul li a, #sidebar li.current_page_item ul li a {
  color: #96999b;
  background: transparent url(/images/aftc_arrowleftgrey.jpg) no-repeat left center;
  padding-left: 13px;
  margin-bottom: 9px;
}

#sidebar li a:hover, #sidebar li ul li a:hover, #sidebar li.current_page_ancestor ul li a:hover {
  color: #fff;
  background: transparent url(/images/aftc_arrowleftwhite.jpg) no-repeat left center;
  padding-left: 13px;
  margin-bottom: 9px;
}

#sidebar li.current_page_item a, #sidebar li ul li.current_page_item a {
  color: #fff;
  background: transparent url(/images/aftc_arrowleftwhite.jpg) no-repeat left center;
  margin-bottom: 9px;
}

#sidebar li.current_page_item a:hover, #sidebar li ul li.current_page_item a:hover {
  background: transparent url(/images/aftc_arrowleftwhite.jpg) no-repeat left center;
  margin-bottom: 9px;
}

#sidebar li.current_page_ancestor a {
  color: #fff;
  background: transparent url(/images/aftc_arrowdownwhite.jpg) no-repeat left center;
  margin-bottom: 9px;
}

#sidebar li.current_page_ancestor a:hover {
  background: transparent url(/images/aftc_arrowdownwhite.jpg) no-repeat left center;
  margin-bottom: 9px;
}

#content {
  background: #5a5b5e;
  float: left;
  width: 780px;
}

#search {
  background: #5a5b5e;
  float: left;
  width: 580px;
}

#article {
  text-align: left;
  height: 100%;
  margin-left: 205px;
  background: #fff;
  padding-left: 30px;
  padding-top: 30px;
  line-height: 19px;  
  padding-bottom: 50px;
}

#splash {
  text-align: left;
  height: 100%;
  margin-left: 210px;
  background: #fff;
  line-height: 18px;  
  padding-bottom: 50px;
}

#content b {
  color: #5bb2ed;
}

#content p {
  margin-bottom: 20px;
}

#fleet h3 {
  background: #9297a3;
}

#fleet ul {
  margin: 0;
  padding: 0;
}

#fleet ul li {
  display: inline;
  list-style: none;
}

#fleet .lcol {
  width: 200px;
}

#printemail {
  margin: 150px 0px 10px 20px;
}

#printemail img {
  border: none;
}

#printemail ul li {
  display: inline;
  padding: 20px;
}

/* Content Formatting
============================================= */
/* Content Formatting
============================================= */
.text {
  margin-bottom: 20px; /* Enables First Paragraph in Firefox and Safari */
}

.drop {
  margin-bottom: 20px; /* Enables formatting adjustment */
}

.halfdrop {
  margin-bottom: 10px; /* Enables formatting adjustment */
}

.listtext {
  margin-bottom: 10px;
}

.content_header {
  font-weight: bold;
  color: #5bb2ed;
  margin-bottom: 10px;
}

.news_blurb {
  font-weight: bold;
  color: #5bb2ed;
  font-size:14px;
  line-height: 18px;
}

.news_arrows {
  font-weight: bold;
  color: #5bb2ed;
  font-size:8px;
}

.listtext {
  margin-bottom: 5px;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -.75em
}

.endlisttext {
  margin-bottom: 20px;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -.75em
}

.bdm {
  color: #808080;
  font-size:10px;
  margin-bottom: 10px;
}

.bdmb {
  font-weight: bold;
  color: #808080;
  font-size:10px;
  margin-bottom: 20px;
}

.rhsb {
  color: #777b87;
  font-size:11px;
  line-height:14px;
  margin: 15px 15px 15px 15px;
}

.rhsb p {
  min-height: 10px;  
  margin-bottom: 5px;
}

.rhsbt {
  font-weight: bold;
  color: #fff;
  font-size:12px;
  margin: 15px 0 0 20px;
}

.faqq {
  font-weight: bold;
}

.tableh1 {
  color: #fff;  
  font-weight: bold;
  font-size:14px;
}

.tableh2 {
  color: #fff;  
  font-size:8px;
}

.tablec1 {
  color: #fff;
  font-size:12px
}

.tablec2 {
  font-size:10px
}

.greylink {
 color: #777b87;
 margin-bottom: 10px;
 text-decoration: none;
}

.greylink a {
 color: #777b87;
 font-weight: bold;
 margin: 5px 0px 10px 0px;
 text-decoration: none;
}

.greylink a:link {
 color: #777b87;
 font-weight: bold;
 margin-bottom: 10px;
 text-decoration: none;
}

.greylink a:hover {
 color: #5bb2ed;
 font-weight: bold;
 text-decoration: none;
}

.bluelink {
 color: #777b87;
 margin-bottom: 10px;
 text-decoration: none;
}

.bluelink a {
 color: #777b87;
 font-weight: bold;
 text-decoration: none;
}

.bluelink a:link {
 color: #777b87;
 font-weight: bold;
 text-decoration: none;
}

.bluelink a:hover {
 color: #5bb2ed;
 font-weight: bold;
 text-decoration: none;
}

.sbgreylink {
 color: #777b87;
 text-decoration: none;
 font-size: 11px;
 margin-bottom: 10px;
}

.sbgreylink a {
 color: #777b87;
 font-weight: bold;
 text-decoration: none;
 font-size: 11px;
 line-height: 15px;
 margin-bottom: 10px;
}

.sbgreylink a:link {
 color: #777b87;
 font-weight: bold;
 text-decoration: none;
 font-size: 11px;
 margin-bottom: 10px;
}

.sbgreylink a:hover {
 color: #5bb2ed;
 font-weight: bold;
 text-decoration: none;
 font-size: 11px;
 margin-bottom: 10px;
}

.tablet {
  font-weight: bold;
  color: #fff;
  font-size:12px;
}

/* Misc
============================================= */
.both {
  clear: both;
}
