/* General
============================================= */
body {
  color: #0D132B;
  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;
}

a, a:link, a:active, a:visited {
  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: #0D132B;
  height: 125px;
}

#header h3 {
  background: url(/images/ftqlogo.gif) no-repeat center center;
  float: left;
  width: 114px;
  height: 77px;
  padding: 0px 1px 1px 0px;

}

#header h3 span {
  display: none;

}

#header a {
  font-size: 11px; 
  color: #596073;
}

#header a:hover {
  color: #fff;
  text-decoration: none;
}


/* Menu's
============================================= */
#topmenu {
  position: relative;
  right: 0;
  width: 780px;
}

#topmenu a {
  padding: 0 5px 0 5px;
}

#topmenu #mainmenu a {
  font-size: 1.0em;
  border-right: 1px solid #596073;
}

#topmenu #mainmenu span {
  font-size: 1.0em;
  color: #596073;
  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 #596073;
}

#topmenu #mainmenu input#searchsubmit {
  border: 1px solid #596073;
  color: #fff;
  font-weight: bold;
  background: transparent;
}

#topmenu ul li {
  padding-top: 5px;
}

#topmenu ul li, #topmenu #mainmenu div {
  float: left;
}




/* Footer
============================================= */
#footer {
  position: relative;
  clear: both;
  width: 100%;
  background: #0D132B;
  color: #596073;
  height: 100px;
}

#footer a, #footer a:link, #footer a:active {
  color: #596073;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
}

#footer p {
  margin-top: 10px;
  margin-left: 225px;
}

.footspace {
  position: absolute;
  bottom: 40px;
}

/* Main
============================================= */
#main {
  height: 100% !important;
  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: #0D132B;
  font-size: 11px;
  padding-left: 13px;
}

#sidebar a {
  color: #596073;
}

#sidebar a:hover {
  color: #fff;
  text-decoration: none;
}

#sidebar ul {
  background: #0D132B;
  color: #596073;
  
  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: #596073;
  background: transparent url(/images/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/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/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/arrowleftwhite.jpg) no-repeat left center;
  margin-bottom: 9px;
}

#sidebar li.current_page_ancestor a {
  color: #fff;
  background: transparent url(/images/arrowdownwhite.jpg) no-repeat left center;
  margin-bottom: 9px;
}

#sidebar li.current_page_ancestor a:hover {
  background: transparent url(/images/arrowdownwhite.jpg) no-repeat left center;
  margin-bottom: 9px; 
}

#content {
  background: #0D132B;
  float: left;
  width: 780px;
}

#article {
  text-align: left;
  height: 100%;
  margin-left: 205px;
  background: #fff;
  padding-left: 30px;
  padding-top: 30px;
  line-height: 18px;  
  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 {
min-height: 10px;  
margin-bottom: 20px;
}
#title {
  color: #85C5F3;
  font-weight: bold;
}

#fleet h3 {
  background: #9297a3;
}

#fleet ul {
  margin: 0;
  padding: 0;
}

#fleet ul li {
  display: inline;
  list-style: none;
}

#fleet .lcol {
  width: 200px;
}

#sitemap h3 {
  background: url(/wp-content/uploads/2006/09/stiemap.jpg) no-repeat;
}

#sitemap h3 span {
  display: none;
}

#printemail {
  margin: 120px 0px 10px 20px;
}

#printemail img {
  border: none;
}

#printemail ul li {
  display: inline;
  padding: 20px;
}


#searchprintemail {
}

#searchprintemail img {
  border: none;
}

#searchprintemail ul li {
  display: inline;
  padding: 20px;
}

/* 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: 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
}

.nolisttext {
  margin-bottom: 5px;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1.5em
}

.noendlisttext {
  margin-bottom: 20px;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1.5em
}

.dplisttext {
  margin-bottom: 5px;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em
}

.dpendlisttext {
  margin-bottom: 20px;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em
}
.content_header {
  font-weight: bold;
  color: #5bb2ed;
  margin-bottom: 10px;
}

.news_blurb {
  color: #5bb2ed;
  font-size:16px;
  line-height: 19px;
}

.news_arrows {
  font-weight: bold;
  color: #5bb2ed;
  font-size:8px;
}

.bdm {
  color: #808080;
  font-size:10px;
  line-height: 14px;
}

.bdmb {
  font-weight: bold;
  color: #808080;
  font-size:10px;
  line-height: 14px;
}

.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 {
 font-size: 11px;
 color: #777b87;
 margin-bottom: 10px;
 text-decoration: none;
 line-height:15px;
}

.greylink a {
 font-size: 11px;
 color: #777b87;
 font-weight: bold;
 margin: 5px 10px 10px 0px;
 text-decoration: none;
 line-height:15px;
}

.greylink a:link {
 font-size: 11px;
 color: #777b87;
 font-weight: bold;
 margin-bottom: 10px;
 text-decoration: none;
 line-height:15px;
}

.greylink a:hover {
 font-size: 11px;
 color: #5bb2ed;
 font-weight: bold;
 text-decoration: none;
 line-height:15px;
}

.bluelink {
 color: #0D132B;
 margin-bottom: 10px;
 text-decoration: none;
}

.bluelink a {
 color: #0D132B;
 font-weight: bold;
 text-decoration: none;
}

.bluelink a:link {
 color: #0D132B;
 font-weight: bold;
 text-decoration: none;
}

.bluelink a:hover {
 color: #5bb2ed;
 font-weight: bold;
 text-decoration: none;
}

.mcgrey {
 color: #777b87;
 font-weight:bold;
 margin: 5px; 5px; 5px; 5px;
}

.mctext {
 color: #777b87;
 font-size: 10px;
}

.mcgreylink {
 color: #777b87;
 margin-bottom: 20px;
 text-decoration: none;
}

.mcgreylink a {
 color: #777b87;
 font-weight: bold;
 margin-bottom: 20px;
 text-decoration: none;
}

.mcgreylink a:link {
 color: #777b87;
 font-weight: bold;
 margin-bottom: 20px;
 text-decoration: none;
}

.mcgreylink a:hover {
 color: #5bb2ed;
 font-weight: bold;
 margin-bottom: 20px;
 text-decoration: none;
}

.mcbluelink {
 color: #0D132B;
 margin: 0px 0px 0px 5px;
 text-decoration: none;
}

.mcbluelink a {
 color: #0D132B;
 font-weight: bold;
 margin: 0px 0px 0px 5px;
 text-decoration: none;
}

.mcbluelink a:link {
 color: #0D132B;
 font-weight: bold;
 margin: 0px 0px 0px 5px;
 text-decoration: none;
}

.mcbluelink a:hover {
 color: #5bb2ed;
 font-weight: bold;
 margin: 0px 0px 0px 5px;
 text-decoration: none;
}

.ltnal {
 color: #0D132B;
 font-weight:bold;
 margin: 0px 0px 0px 5px;
 text-decoration: none;
}

.mccontent_header {
  color: #5bb2ed;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

.mccontent_header2 {
  color: #5bb2ed;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.fpbluelink {
 color: #5bb2ed;
 text-decoration: none;
}

.fpbluelink a {
 color: #5bb2ed;
 font-weight: bold;
 text-decoration: none;
}

.fpbluelink a:link {
 color: #5bb2ed;
 font-weight: bold;
 text-decoration: none;
}

.fpbluelink a:hover {
 color: #0D132B;
 font-weight: bold;
 text-decoration: none;
}

.bdmgreylink {
 color: #777b87;
 font-size:10px;
 line-height: 14px;
 text-decoration: none;
}

.bdmgreylink a {
 color: #777b87;
 font-size:10px;
 line-height: 14px;
 text-decoration: none;
}

.bdmgreylink a:link {
 color: #777b87;
 font-size:10px;
 line-height: 14px;
 text-decoration: none;
}

.bdmgreylink a:hover {
 color: #5bb2ed;
 font-size:10px;
 line-height: 14px;
 text-decoration: none;
}

.tablet {
  font-weight: bold;
  color: #fff;
  font-size:12px;
}

/* Misc
============================================= */
.both {
  clear: both;
}
