/*--GENERAL STYLE--
---------------------------*/
body {
  background-color: #999;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 943px;
  margin: 2px auto;
  text-align: left;
  border: 2px solid #000000;
  background-color: #1a2e60;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  margin: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #000000;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content-inner ul {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}

.clear {
  clear: both;
}

.gray {
    color: #999;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'HelveticaNeue Thin', Helvetica, Arial, sans-serif;
}

hr {
    background: #6d768e;
    color: #6d768e;
    border: 1px solid #6d768e;
    margin: 10px 0 0 0;
}

th, td {
  vertical-align: top;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end clearfix */

/*--HEADER STYLE--
---------------------------*/
#header {
  background: #FFFFFF url(../images/header-banner.jpg) no-repeat top right;
  border-bottom: #FFFFFF solid 1px;
  width: 943px;
  height: 167px;
  position: relative;
}

#header form {
  border: none;
  margin: 0;
  height: 24px;
  padding: 0 0 0 16px;
  background: none;
  border: none;
}

#search-box {
  height: 24px;
  width: 213px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  padding: 0 32px 0 0;
  margin: 12px 0 0 0;
  background: transparent url(../images/search-box.png) no-repeat 0 0;
}

#header-search {
  height: 14px;
  width: 175px;
  position: absolute;
  top: 7px;
  left: 16px;
  background: none;
  font-size: 9px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

#search-button {
  position: absolute;
  right: 35px;
  top: 0;
  width: 21px;
  height: 24px;
  background: url(../images/search-box-button.png) no-repeat top right;
  border: none;
  margin: 0;
  padding: 0;
}

#header-nav {
  position: absolute;
  top: 120px;
  left: 10px;
  font-weight: bold;
}

#header-nav li {
  display: inline;
  height: 30px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  list-style: none;
}

#header-nav .last {
  background: none;
}

#header-nav a {
  padding-right: 10px;
  margin-left: 10px;
  width: 61px;
  background: url(../images/pipe-character-header.gif) no-repeat right center;
}

#logo {
  position: relative;
  top: 35px;
  left: 16px;
}
/*--NAVIGATION STYLE--
---------------------------*/
#main-nav {
  background-color: #000000;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 11px;
  z-index: 20;
  height: 31px;
}

#main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #000000;
}

#main-nav li {
  float: left;
  list-style: none;
  position: relative;
  padding: 7px 0 10px 0;
  margin: 0;
}

#main-nav a {
  color: #FFFFFF;
  padding: 0 15px;
  letter-spacing: 1px;
  background: #000000 url(../images/pipe-character.gif) no-repeat right center;
}

#main-nav li ul {
	position: absolute;
	top: 31px;
	left: -9999px;
	width: auto;
	border: 2px solid #000000;
	border-top: none;
	display: block;
	background-color: #FFFFFF;
	filter: alpha(opacity=90);
    opacity: 0.9;
    z-index: 100;
	float: none;
	padding: 10px 0;
    margin: 0;
	height: auto;
}

#main-nav li ul li ul {
    background: transparent;
    border: 0px solid #000;
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
    float: left;
    clear: both;
    padding: 0;
}

#main-nav li ul li ul li {
    padding: 0;
    margin: 0 15px 0 10px;
}

#main-nav li ul li {
  text-align: left;
  position: relative;
  float: left;
  clear: both;
  margin: 5px 15px 5px 10px;
  padding: 0;
}

#main-nav li:hover ul {
	/* left: 15px; */
}

#main-nav li ul a {
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: bold;
  height: auto;
  background-color: #FFFFFF;
  background-image: none;
  width: 180px;
}

#main-nav li ul a:hover {
  color: #fca712;
  text-decoration: none;
}
#main-nav a:hover {
  text-decoration: none;
}

#main-nav a.current, #main-nav a.currentParent {
  color: #fca712;
  text-decoration: none;
}

#main-nav .last {
  background: none;
}

#main-nav .col a {
  text-align: left;
  position: relative;
  float: left;
  clear: both;
  margin: 5px 15px 5px 10px;
  padding: 0;
}

#main-nav .col.first a {
  margin-left: 0;
}

/*--FOOTER STYLE--
---------------------------*/
#footer {
  border-bottom: #253867 solid 1px;
  background-color: #FFFFFF;
  position: relative;
  height: 180px;
}

#footer a {
  display: block;
}

#copyright {
  font-size: 10px;
  text-align: center;
  padding-bottom: 5px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 160px;
  left: 253px;
}

#copyright a {
  display: inline;
}

#legal-ease {
  position: absolute;
  top: 10px;
  left: 7px;
}

#consulting-group {
  position: absolute;
  height: 100px;
  width: 229px;
  top: 10px;
  right: 0;
  background: url(../images/footer-consulting-group.gif) no-repeat 0 0;
}


#consulting-group:hover{
  background: url(../images/footer-consulting-group-hover.gif) no-repeat 0 0;
}

#taglaw {
  position: absolute;
  top: 110px;
  left: 808px;
}

#pop-up-wrapper {
  background: transparent url(../images/leda-pop-up-bkgrd.png) no-repeat 0 0 !important;
  background: #000;
  width: 597px;
  height: 0;
  position: absolute;
  display: none;
  bottom: 180px;
  left: 15px;
  margin: 0;
  padding: 20px 0 0 0;
  color: #fafafa;
  z-index: 50;
}

#pop-up-wrapper a {
  display: block;
}

#pop-up-close {
  position: absolute;
  top: 5px;
  right: 20px;
  display: none;
  width: 27px;
  height: 8px;
  display: block;
  color: #fff;
}

#leda-logo {
  position: absolute;
  top: 20px;
  left: 16px;
}

#pop-up-wrapper h2 {
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  right: 90px;
  top: 17px;
  padding: 0;
  margin: 0;
}

#pop-up-content {
  position: absolute;
  top: 40px;
  left: 16px;
  margin: 0;
  border-top: 1px solid #d1d5df;
  padding: 0;
}

#pop-up-content p {
    padding: 10px 0;
    margin: 0;
}

#pop-up-content a {
    color: #fff;
    text-decoration: underline;
    display: inline;
}

#pop-up-content form {
  line-height: 40px;
  padding: 0;
  margin: 0;
}

#pop-up-content textarea {
    height: 60px;
    width: 460px;
    padding: 10px;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    font-style: italic;
}

#leda-button {
  position: relative;
  top: 35px;
  right: 0;
}

.newsFeature {
    padding: 0 0 15px 0;
}

#private-login-form {
    display: none;
}

#user-login-form h1 {
    margin: 10px 0;
    color: #014eb2;
    font-size: 18px;
}

#user-login-form table td {
    padding: 10px 10px 10px 0;
}


.jqmOverlay {
    background: #ccc;
}


div.jqmConfirm input[type="submit"] { padding: 4px; margin: 10px 30px; background: #000; color: #FFF; border: 1px solid #AAA; }

/* jqModal confirm CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */

div.jqmConfirm { /* contains + positions the alert window */
  display: none;

  position: fixed;
  top: 17%;
  width: 100%;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmConfirm {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmConfirmWindow {
  height:auto;
  width: auto;
  margin: auto;

  max-width:400px;
  padding: 0 10px 10px;

  background:#FFF;
  border:1px dotted #FFF;
}

.jqmConfirmTitle{
  margin:5px 2px;
  height:20px;
  color:#000;
  background:#FFF;
}
body #content div.jqmConfirm div.jqmConfirmTitle h1, .jqmConfirmTitle h1 {
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#000;

  float:left;
  height:20px;
}

div.jqmConfirm .jqmClose em{display:none;}
div.jqmConfirm .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background:transparent url(confirm/close_icon_double.png) 0 0 no-repeat;
}

div.jqmConfirm a.jqmClose:hover{ background-position: 0 -20px; }

div.jqmConfirmContent{
  border-top:px;
  color:#000;
  font:11px/14pt arial;
  padding:5px 20px 5px;
  margin:5px;
  border:1px dotted #111;
  letter-spacing:0px;
  background:#FFF url(confirm/darkgrid.png);
}
.rss-icon {position: absolute; top: 90px; right: 30px;}