body{
  background: black url(../images/bg_body_1.jpg) top center no-repeat;
  margin: 0;
  padding: 0 0 25px 0;
  behavior: url(../resources/csshover.htc);
}
body.about{
  background: black url(../images/bg_body_7.jpg) top center no-repeat;
}
body.services{
  background: black url(../images/bg_body_5.jpg) top center no-repeat;
}
body.practice{
  background: black url(../images/bg_body_8.jpg) top center no-repeat;
}
body.careers{
  background: black url(../images/bg_body_2.jpg) top center no-repeat;
}
body.consulting{
  background: black url(../images/bg_body_6.jpg) top center no-repeat;
}
body.links{
  background: black url(../images/bg_body_3.jpg) top center no-repeat;
}
body.tools{
  background: black url(../images/bg_body_4.jpg) top center no-repeat;
}

a, a:hover{
  color: rgb(160,10,10);
  z-index: 5;
}
a img{
  text-decoration: none;
  border: none;
}

.clear{
  clear: both;
}
.nobreak{
  white-space: nowrap;
}

.highlight{
  color: rgb(235,213,160);
}

iframe{
  border: 1px solid black;
}

ul{
  list-style-type: square;
  list-style-image: url(../images/bullet_red.gif);
  list-style-position: outside;
  padding: 0;
  padding-left: 19px;
}
li{
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
}

#page ul strong{
  font-weight: 700;
}
#page ul.float{
  margin-top: 0;
  padding-top: 0;
}

#container{
  position: relative;
  width: 800px;
  margin: 80px auto 25px auto;
  padding: 0;
  background: white url(../images/bg_container.jpg) bottom right no-repeat;
  z-index: 2;
}
#logo{
  float: left;
  clear: left;
  margin: 0;
  padding: 0;
  width: 276px;
}

#navbar{
  height: 30px;
  margin: 0;
  padding: 0;
  background: rgb(160,10,10) url(../images/bg_navbar.jpg) top left repeat-y;
}
#navbar .navbar_tab{
  position: relative;
  display:block;
  float: left;
  clear: none;
  width: 110px;
  height: 10px;
  margin: 0;
  padding: 12px 10px 8px 20px;
  border-right: 1px solid white;
  color: white;
  font-family: "Arial Narrow","Arial",sans-serif;
  letter-spacing: .75pt;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
#navbar .navbar_tab:hover{
  background: rgb(110,0,0);
}
#navbar #practice.navbar_tab{
  width: 144px;
}
#navbar #consulting.navbar_tab{
  border: none;
  width: 171px;
}
#navbar .selected{
  color: rgb(160,10,10);
  background: white;
}
#navbar .selected:hover{
  color: black;
  background: white;
}

#quicknav{
  float: right;
  clear: none;
  margin-top: 60px;
  padding-right: 10px;
  border-bottom: 1px solid rgb(130,130,130);
  width: 480px;
}
#quicknav .quicklink{
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 2px 0 2px 12px;
  background: url(../images/bg_quicklink.gif) center left no-repeat;
  color: rgb(130,130,130);
  font-family: "Arial Narrow","Arial",sans-serif;
  letter-spacing: .5px;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
#quicknav .quicklink:hover{
  color: black;
}

#page{
  margin: 80px 75px 55px 103px;
  color: black;
  font-family: "Verdana","Arial","Helvetica",sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  line-height: 12pt;
  overflow: hidden;
  width: 620px;
}
#page h1{
  position: relative;
  font-family: "Times New Roman", "Times", serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: normal;
  color: black;
  margin-top: 1em;
  margin-bottom: -.5em;
  padding-bottom: 0;
  z-index: 4;
}
#page h2{
  position: relative;
  font-family: "Verdana","Arial","Helvetica",sans-serif;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  color: black;
  margin-top: 1.5em;
  margin-bottom: -.75em;
  padding-bottom: 0;
  z-index: 4;
}
#page p.intro{
  font-family: "Times New Roman", "Times", serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: normal;
  line-height: 14pt;
  color: black;
}
#page img{
  margin: 0;
  margin-bottom: -15px;
}
#page .float{
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 3em;
  margin-top: .5em;
  margin-bottom: 1.5em;
  line-height: 1.3em;
}
#page .location_float{
  float: left;
  clear: none;
  margin: 5px 32px 16px 0;
  line-height: 1.3em;
  width: 172px;
}
#page .float h2{
  margin-bottom: 0;
}
#page .float img{
  margin: 0;
}
#page .frame{
  border: 1px solid black;
}
#page p{
  position: relative;
  z-index: 3;
}

#footer{
  position: relative;
  width: 785px;
  margin: 0;
  padding: 4px 0 4px 15px;
  border-top: 1px solid rgb(130,130,130);
  color: rgb(130,130,130);
  font-size: 9px;
  font-family: "Verdana","Arial","Helvetica",sans-serif;
  text-decoration: none;
  clear: both;
  z-index: 3;
}

#navbar .navbar_tab .navbar_menu{
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 105px;
  margin: 0;
  padding: 12px 15px 12px 20px;
  background: black;
}
#navbar .navbar_tab #menu_practice{
  width: 139px;
}
#navbar .navbar_tab:hover .navbar_menu{
  display: block;
}
.navbar_menu a{
  display: block;
  margin-bottom: .5em;
  color: white;
  font-family: "Helvetica","Arial",sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.navbar_menu a:hover{
  color: rgb(160,10,10);
}

#polaris{
  position: relative;
  left: -70px;
}

#page.main{
  margin: 0;
  margin-top: 110px;
  padding: 10px 75px 20px 103px;
  color: white;
  background: black;
  border: 1px solid white;
}

#page.main div.home_intro{
  margin-bottom: 15px;
}

#page.main #dc_intro{
  display: none;
  height: 30px;
  position: relative;
}

#page.main div.home_intro #dc_opening{
  left: 0;
  position: absolute;
  z-index: 20;
}

#page.main div.home_intro #dc_washington{
  display: none;
  left: 0;
  position: absolute;
  z-index: 10;
}

#locations{
  position: relative;
  right: -75px;
  width: 699px;
  float: right;
  clear: none;
  overflow: hidden;
}
#locations img.frame{
  margin: 0 0 0 2px;
  border: 1px solid white;
}

.main #footer{
  color: white;
  background: black;
  border: 1px solid white;
  border-top: none;
  width: 783px;
}

#footer div.float{
  float: right;
  clear: none;
  margin-right: 15px;
}

#container.careers{
  background-image: url("../images/bg_container_careers.jpg");
}

#page img.careers_button{
  position: relative;
  width: 90px;
  float: left;
  clear: none;
  margin: 10px 15px 10px 0;
  z-index: 4;
}

#page img.careers_blank{
  position: relative;
  width: 290px;
  float: right;
  z-index: 3;
}

#intro_swf{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 800px;
  height: 398px;
  border: none;
  z-index: 1;
}