body {
  margin:0;
  background:#fff;
  font:10pt Verdana, Lucida, Arial, sans-serif;
}

/*
 * LAYOUT
 */

#header-container {
  width:100%;
  background:#fff;
}

#container {
  width:802px;
  margin:15px auto 20px auto;
  background:url(/images/bg_middle.jpg) repeat-y;
}
#container-top {
  height:15px;
  background:url(/images/bg_top.jpg) no-repeat;
}
#container-bottom {
  text-align:right;
  vertical-align:bottom;
  height:55px;
  background:url(/images/bg_bottom.jpg) bottom right no-repeat;
}
#container-bottom img {
  border:0px;
}
#header {
  vertical-align:top;
/*  background:url(/images/watermark.png) 350px -175px no-repeat;*/
}
#header h1 {
  float:left;
  display:inline;
  width:100%;
  margin:15px 0px 10px 20px;
}
#header h1 span {
  display:none;
}
#header h1 img {
  border:0px;
  float:left;
}
#header h1 img#logo-text {
  margin:15px 0px 0px 25px;
}
#header h2 {
  color:#ff8500;
  text-align:right;
  font-size:120%;
  padding:0px 30px 0px 0px;
  clear:both;
  margin-top:0px;
  height:40px;
  /*
  float:right;
  display:inline;
  */
}

td#main-content {
  padding-top:15px;
  font-size:85%;
  height:300px;
  vertical-align:top;
}
.content {
  line-height:1.3em;
}
.content a {
  color:#888;
}
.content a:hover {
  color:#ff8500;
}
.content span.heading {
  color:#ff8500;
}
.content strong {
  color:#ff8500;
  font-size:110%;
}

.company-popup {
  padding:20px 10px 10px 30px;
}

#content-left {
  display:inline;
  float:left;
  margin-top:0px;
  margin-left:35px;
  margin-right:10px;
  width:360px;
  text-align:justify;
}

#content-right {
  display:inline;
  float:right;
  margin-top:0px;
  margin-right:35px;
  width:340px;
}

#content-wide {
  display:inline;
  float:left;
  margin-top:0px;
  margin-left:35px;
  width:735px;
  text-align:justify;
}

#left-embedded-image {
  float:left;
  margin:0px 15px 5px 0px;
}
#left-embedded-image td {
  width:250px;
  height:250px;
  background:#aaa;
  text-align:center;
  color:#fff;
}

#right-embedded-image {
  float:right;
  margin:0px 15px 5px 0px;
}
#right-embedded-image td {
  width:250px;
  height:250px;
  background:#aaa;
  text-align:center;
  color:#fff;
}

table#footer {
  width:100%;
  border-top:1px solid #999;
}

table#footer td {
  height:100px;
  background:#fff;
  text-align:center;
  vertical-align:top;
  padding-top:15px;
}


/*
 * DROP-DOWN MENU
 */

#menu-container {
  float:right;
  display:inline;
  margin:6px 30px 0px 0px;
  background:#fff;
}
#menu-container ul a {
  color:#000;
  text-decoration:none;
}
#menu-container ul, #menu-container li {
  margin:0px;
  padding:0px;
  text-align:left;
}
ul.top-level {
  font-size:85%;
  font-weight:bold;
}
ul.top-level, ul.top-level li {
  list-style:none;
}
ul.top-level li {
  float:left;
}
ul.top-level a {
  padding:0px 0px 0px 0px;
}
ul.top-level a:hover {
  color:#888 !important;
}
ul.sub-menu {
  position:absolute;
  font-weight:normal;
  font-size:90%;
  margin-top:0px !important;
  z-index:100;
}
ul.sub-menu li {
  float:left;
  width:200px;
}
ul.sub-menu li a {
  display:block;
  float:left;
  width:195px;
  padding:5px 0px 5px 5px;
  background-color:#ccc;
/*  background-color:#eda;*/
/*  background-color:#ff8500;*/
  border-bottom:1px solid #ba9;
}
ul.sub-menu li a.has-children {
  padding-right:15px;
  width:180px;
  background-image:url(/images/menu_arrow.gif);
  background-position:190px 8px;
  background-repeat: no-repeat;
}
ul.sub-menu li a:hover {
  /*background-color:#cb9;*/
  background-color:#ff8500;
  /*background-color:#bbb;*/
  color:#000 !important;
}
ul.sub-menu ul {
  position:absolute;
}
ul.sub-menu, ul.sub-menu ul {
  width:200px;
  display:none;
}
ul.sub-menu div {
  float:right;
}


div.logo-bottom {
  padding-top:15px;
  float:left;
  display:inline;
  margin-right:30px;
}
div.logo-bottom img {
  border:0px;
}
