@import url(/css/generic.css);
@import url(/css/xstandard.css);
/*
 * Site Specific Styles
 */

html {
 min-height: 100%;
 height: auto;
}

body {
  /*background: #E9E9E9 url(/images/main-bg.gif) top repeat-x;*/
  text-align: center;
  font-family: "Verdana", "MS Serif", "New York", serif;
  font-size: 75%;
  color: #000000;
  margin: 0 auto 0 auto;
  background: #fff url(/images/main-bg.gif) top repeat-x;
}


a {
  color: #0158A6;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.invis{
  visibility:hidden;
  margin-left:-10000px;
}

#site-container {
  background: #fff url(/images/container-bg.jpg) top left no-repeat;
  width: 760px;
  margin: 0 auto 0 auto;
  border-left: 4px solid white;
  border-right: 4px solid white;
  text-align: left;
  overflow: hidden;
  display: inline-block;
}
#site-container {
  display: block;
}

#header-box {
  width: 760px;
  height:164px;
  position:relative;
}

#header-box #ej-tab{
  position:absolute;
  top:0;
  left:30px;
  background:url(/images/ej_strip.gif) no-repeat ;
  width:45px;
  height:99px;
}

#header-box #eurojet-caption {
  position:absolute;
  width: 314px;
  top:53px;
  left:191px;
}
#header-box #eurojet-logo {
  position:absolute;
  top:53px;
  right:30px;
  width:168px;
  height:44px;
  background:url(/images/eurojet-t-logo.gif) no-repeat;
}
#header-box #top-nav {
  position:absolute;
  bottom:0px;
  float: left;
}
#header-box #top-nav img {
  float: left;
  border-right: 1px solid #fff;
}
#header-box #top-nav img.last {
  float: left;
  border-right: none;
}
#content-montage {
  float: left;
  width: 760px;
  height: 110px;
  margin: 0;
}

#site-content-body {
  float: left;
  background: #fff;
  margin-top: -5px;
  border-top: 1px solid #fff;
  width: 760px;
  overflow: hidden;
}

/* Styles for the left navigation menu block */
#site-content-left-nav {
  width: 167px;
  text-align: right;
  float: left;
}
#site-content-left-nav ul {
  font-family: "Verdana", "MS Serif", "New York", serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#site-content-left-nav ul li {
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
  list-style: none;
}
#site-content-left-nav ul li {
  /*background: #59707E;*/
  background: #595a5d;

}
#site-content-left-nav a {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 18px;
  display: block;
  padding: 4px;
}

/* Styles for the left navigation sub menu block */
#site-content-left-nav ul.sub {
  font-family: "Verdana", "MS Serif", "New York", serif;
  font-size: 0.75em;
  font-weight: bold;
  margin: 0;
}
#site-content-left-nav ul li.sub {
  font-size: 0.75em;
  background: #fff;
}
#site-content-left-nav a.sub {
  color: #59707E;
  text-decoration: none;
  line-height: 18px;
  display: block;
  padding: 0 5px 0 0;
}

#site-content-left-nav img.below-leftnav {
  margin-top: 8px;
}
#site-content-right {
  float: left;
  width: 531px;
  padding: 15px 0 0 30px;
  /*background: blue;*/
}
#site-content-right h2 {
  font-family: "Verdana", "MS Serif", "New York", serif;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  color: #59707E;
  font-size: 2.0em;
  background: #fff url(/images/dots.gif) bottom repeat-x;
}
#site-content-right h4 {
  font-family: "Verdana", "MS Serif", "New York", serif;
  margin: 5px 0 15px 0;
  padding: 0;
  color: #59707E;
  font-size: 1.0em;
}

#site-content-right p {
  color: #696869;
}

#footer {
  float: left;
  /*background: #59707E;*/
  background:#595a5d;
  margin-bottom: 4px;
  width: 760px;
}

#footer-text {
  float: right;
  width: 500px;
  color: #fff;
  padding: 4px;
  padding-right: 15px;
  text-align: right;
  font-weight: bold;
}
#footer-text a {
  text-decoration: none;
  color: #fff;
}
#footer-text a:hover {
  text-decoration: underline;
  color: #fff;
}

p.smaller{
font-size:smaller;
text-align:center;
margin:0.8em 0 0.8em 0;
}

tr.nowhite{
border:0;
margin:0;
padding:0;
cellspacing:0;
cellpadding:0;
}

