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

#wrapper-body {
  width: 808px;
  margin: 0 auto 40px auto;
  padding: 0;
  background-color: #FFFFFF;
  position: relative;
}

#wrapper {
  background-color: #000000;
  position: relative;
}

#wrapper-inner {
  width: 794px;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: #FFFFFF;
  position: relative;
  border-top: solid 7px #799cba;
}

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, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear {
  clear: both;
}

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

h1 {
  font-family: 'Helvetica New', Helvetica, Verdana, Arial, sans-serif;
}

.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 {
  height: 100px;
  padding: 8px 0 0 0;
  position: relative;
}

#logo {
  margin: 11px 0 0 27px;
}

#search-box {
  position: absolute;
  top: 8px;
  right: 30px;
  height: 14px;
  width: 154px;
  background: url(../images/search-bar-bg.gif) no-repeat 0 0;
}

#header-search {
  height: 14px;
  width: 154px;
  position: absolute;
  top: 3px;
  left: 5px;
  background: none;
  font-size: 8px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

#search-button {
  position: relative;
  left: 143px;
  top: -1px;
  width: 17px;
  height: 17px;
  background: url(../images/search-bar-button.png) no-repeat right center;
  border: none;
  margin: 0;
  padding: 0 0 0 10px;
}
/*--CONSULT NAVIGATION STYLE--
---------------------------*/
#consult-main-nav {
  background: transparent url(../images/transparent-bg.png) repeat 0 0 !important;
  background: #000;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 15;
  font-size: 11px;
}

#consult-main-nav ul {
  margin: 0 0 0 16px;
  padding: 0;
  list-style: none;
}

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

#consult-main-nav a {
  padding: 0 30px 0 31px;
  margin: 0;
  display: block;
  color: #FFFFFF;
  font-size: 13px;
  background: url(../images/main-nav-pipe.gif) no-repeat right center;
  text-transform: uppercase;
}
#consult-main-nav li ul {
  position: absolute;
  top: 44px;
  left: -9999px;
  display: block;
  background: transparent url(../images/transparent-bg.png) repeat 0 0 !important;
  background: #000;
  z-index: 16;
  float: none;
  padding: 10px 0 0 0;
  margin: 0;
}

#consult-main-nav li ul li {
  text-align: center;
  position: static;
  margin: 5px 10px 15px 10px;
  padding: 0;
  z-index: 16;
  float: none;
  width: 107px;
}

#consult-main-nav li:hover ul/*, #navBar li.sfhover ul*/ {
	/* left: 0; */
}

#consult-main-nav li ul a {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  background-image: none;
  font-size: 11px;
  text-transform: none;
}

#consult-main-nav a:hover {
  text-decoration: none;
  color: #00b4ff;
}

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

#consult-main-nav .last {
  background: none;
}
/*--CONTENT STYLE--
---------------------------*/
#content-wrapper-outter {
  margin: 0;
  padding: 0;
}

#content-wrapper-outter-image {
  position: absolute;
  padding-bottom: 100px;
  z-index: 10;
}

#content-wrapper-inner {
  z-index: 10;
  width: 794px;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
  background: url(../images/content-wrapper-inner-bg.png) repeat-y 0 0;
}

#content {
  width: 395px;
  margin: 0 0 35px 370px;
  line-height: 200%;
}

#content h1 {
  color: #f8a654;
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 14px 0;
  padding: 22px 0 0 0;
  line-height: 42px;
}

/*--CONSULT SIDE BAR STYLE--
---------------------------*/
#consult-side-bar {
  width: 131px;
  float: left;
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 11px;
  position: relative;
}

#consult-side-bar li {
  margin: 4px 0 13px 24px;
  padding: 0 5px 0 0;
  list-style: none;
}

#consult-side-bar a {
  color: #FFFFFF;
}

#consult-side-bar a:active {
  color: #fca712;
}

#consult-side-bar a:hover {
  color: #00b4ff;
  text-decoration: none;
}

#consult-side-bar a.current, #consult-side-bar a.currentParent {
  color: #fca712;
  text-decoration: none;
}

#consult-side-bar-image {
  position: absolute;
  bottom: 0;
  left: 0;

}
/*--ADDRESS AND COPYRIGHT STYLE--
---------------------------*/
#address, #copyright {
  text-align: center;
  margin: 0;
  padding: 2px 0;
  font-size: 9px;
}

#copyright {
  padding: 6px 0;
}

#address {
  color: #FFFFFF;
}


/*--CONTACT PAGE STYLE--
------------------------------*/
body#contact {
  font-size: 11px;
}

body#contact #content-wrapper-inner {
  background: none;
  padding: 20px 0 60px 55px;
}

.textInput {
  width: 360px;
}


body#contact table {
  padding: 0;
  margin: 0;
}

body#contact h1 {
  color: #f7983a;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0;
}

td {
  vertical-align: top;
}

#table-content {
  line-height: 250%;
}

/*--CONSULTING PEOPLE PAGE STYLE--
------------------------------*/
body#consult-people #content-wrapper-inner {
  background: none;
}

body#consult-people #content {
  width: 390px;
  float: right;
  margin: 0 20px 0 0;
}

body#consult-people #content h1 {
  padding-top: 0;
}

body#consult-people #content h1 {
  line-height: normal;
  font-size: 44px;
}

#people-list {
  margin: 10px 0 0 75px;
  padding: 0 0 70px 0;
  font-size: 10px;
  width: 280px;
  font-family: 'Helvetica New', Helvetica, Verdana, Arial, sans-serif;
}

#people-list dt {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0 3px 0;
  text-transform: uppercase;
}

#people-list dd {
  margin: 0 0 0 0;
}

#people-list a {
  color: #40587a;
  padding-right: 30px;
  font-size: 11px;
  font-weight: bold;
}

/*--CONSULTING INDEX PAGE STYLE--
------------------------------*/
body#consult-index #carosel-wrapper {
  position: absolute;
  height: 245px;
  width: 794px;
  margin: 0 0 0 0;
}

body#consult-index #carosel-wrapper img {
  z-index: 1;
}

body#consult-index .case-study-caption-wrapper {
  width: 234px;
  height: 184px;
  background: transparent url(../images/transparent-text-box-bg.png) repeat 0 0 !important;
  background: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 54px;
  left: 22px;
  z-index: 2;
}

body#consult-index .case-study-caption {
  width: 198px;
  margin: 20px 0 0 18px;
  padding-bottom: 25px;
  line-height: 150%;
  font-size: 11px;
}

body#consult-index .case-study-caption a:hover {
  color: #fca712;
}

body#consult-index h2 {
  font-family: 'Helvetica New', Helvetica, Verdana, Arial, sans-serif;
  margin: 0 0 10px 0;
  color: #094987;
  font-size: 21px;
  font-weight: normal;
  line-height: 110%;
}

body#consult-index #carosel-nav {
  position: absolute;
  top: 260px;
  right: 20px;
  height: 14px;
  width: 79px;
  padding-left: 2px;
  z-index: 10;
}

body#consult-index #carosel-nav li{
  margin: 1px 0 0 0;
  padding: 0;
  float: left;
}

body#consult-index #carosel-nav a {
  background-color: #989495;
  height: 12px;
  width: 13px;
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
  text-decoration: none;
}

body#consult-index #carosel-nav a:hover, body#consult-index #carosel-nav .activeSlide {
  background-color: #fff;
  text-decoration: none;
}

body#consult-index #carosel-nav a.last {
  padding-right: 2px;
}

body#consult-index #content-wrapper {
  margin: 237px 0 0 0;
}

body#consult-index #content-wrapper-inner {
  background: #FFFFFF;
  padding-top: 12px;
}

.news-highlight {
  width: 451px;
  position: absolute;
  top: 25px;
  left: 210px;
  padding: 35px 25px 30px 76px;
  z-index: 15;
  line-height: 140%;
  background: #939393 url(../images/news-highlight-large-bg.gif) repeat-y 0 0;
  border-right: #8b8b8b 1px solid;
  display: none;
}

.news-highlight a {
  position: absolute;
  bottom: 15px;
  right: 25px;
}

body#consult-index #news-events {
  width: 175px;
  padding: 0;
  margin: 0;
  font-size: 11px;
  float: left;
  font-family: 'Helvetica New', Helvetica, Verdana, Arial, sans-serif;
  position: relative;
  z-index: 5;
}
body#consult-index #news-events ul {
  margin: 0 0 0 35px;
  padding: 0 0 20px 0;
}

body#consult-index #news-events li {
  padding: 7px 0 5px 15px;
  font-size: 13px;
  width: 161px;
}

body#consult-index #news-events li a {
  font-size: 11px;
}

body#consult-index #news-events li.activeSlide {
  background: #939393 url(../images/news-highlight-small-bg.gif) repeat-y top right;
}

#rss-feed {
  position: absolute;
  left: 10px;
  height: 17px;
  width: 16px;
  background: url(/layout/images/rss-button.png) no-repeat top left;
  text-indent: -999em;
}

#news-events h3 {
  margin: 0 0 10px 35px;
  font-size: 13px;
}

body#consult-index #content {
  margin: 10px 0 0 260px;
  width: 403px;
  font-size: 13px;
  line-height: 150%;
}

body#consult-index #content h1 {
  font-weight: normal;
  font-size: 45px;
  margin: 18px 0 10px 0;
  padding: 0;
  line-height: 100%;
}

body#consult-index #attorneys-at-law {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.rss-icon {position: absolute; top: 10px; right: 30px;}
#breadcrumb {margin: 0 0 10px 240px; font-size: 10px;}
body#contact #breadcrumb{margin: 10px 0 10px 20px;}

.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%;
  left: 0;
}

/* 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{
  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);
}