/*------------------------------------------------------------------------------
CSS FOR
       -- HEALTHWARE-CONSULTING --
--------------------------------------------------------------------------------*/

body {
  padding: 0;
  margin: 0;
  background: #f1faff url(../images/body_bg.gif) top center repeat-x;
  font: 12px arial;
  color: #001758;
  
  position: relative;
} 

a img {
  border: 0;
} 

div.destroyer {
  clear: left; 
}

div.wrapper {
  width: 750px;
  margin: 0 auto;
}

div.topper {
  height: 86px;
  background: transparent url(../images/topper_bg.jpg) top left no-repeat; 
}

div.topper h1, div.topper h2 {display:none;}

div#menu {
  height: 24px;
  background: #3a3d6c url(../images/menu_bg.gif) top right no-repeat; 
}

div.menu_front {
  width: 10px;
  height: 24px;
  background: transparent url(../images/menu_front.gif) top left no-repeat; 
  float: left;
}

div.menu_cap {
  width: 43px;
  height: 24px;
  background: transparent url(../images/menu_cap.png) top left no-repeat; 
  float: left;
}

div#menu ul,
div#menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 24px;
  float: left;
}
  
div#menu ul {
  background: #a38e03 url(../images/menu_ul_bg.gif) top left repeat-x;
}

div#menu li {
  position: relative; 
}

div#menu a.first {
  border-left: 0; 
}

div#menu ul li.current a:hover,
div#menu ul li.current a {
  background: #e8d765 url(../images/a_current.gif) top left repeat-x; 
}

div#menu ul li.current ul li a:hover {
  background: #fff; 
}

div#menu ul li.current ul li a{
  background: none; 
}

div#menu a {
  color: #302a00; 
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  padding: 4px 15px 5px 15px;
  border-left: 1px solid #8d7c09;
}

div#menu li:hover,
div#menu a:hover {
  background: #e8d765;
}

div#menu ul ul {
  position: absolute; 
  top: -9999px;
  width: 210px;
  height: auto;
  background: #e8d765 url(../images/ul_bg.gif) top left repeat-x;
  display: block;
  border: 1px solid #8d7c09;
  border-top: 0;
  border-bottom: 0;
}

div#menu ul ul li a {
  display: block;
  width: 200px;
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #8d7c09;
  line-height: 14px;
}

div#menu ul ul li a:hover {
  background: #fff; 
}

div#menu ul li.hover ul,
div#menu ul li:hover ul {
  top: 24px; 
  left: 0;
}

div.holder {
  min-height: 245px; 
  background: transparent url(../images/holder_bg.jpg) top right no-repeat;
}

div.submenu {
  height: 22px;
  margin-left: 15px;
  font-size: 10px;
}

div.submenu_cap {
  float: left;
  background: transparent url(../images/submenu_bg_right.png) top right no-repeat;
  width: 15px;
  height: 22px;
}

div.submenu ul {
  min-width: 545px;
  margin: 0;
  padding: 0 1px 0 15px; 
  list-style: none;
  height: 22px;
  float: left;
  background: transparent url(../images/submenu_bg.png) top left no-repeat;
}

div.submenu ul li {
  float: left;
  padding: 0 7px 0 0;
  background: transparent url(../images/submenu_right.gif) top right no-repeat;
}

div.submenu ul a {
  padding: 0 0 0 7px;
  float: left;
  display: block;
  height: 17px;
  line-height: 17px;
  background: transparent url(../images/submenu_left.gif) top left no-repeat;
  
  color: #001141;
  text-decoration:none;
}

div.submenu ul a:hover {
  text-decoration: underline; 
}

div.location {
  background: transparent url(../images/location_bg.png) top left no-repeat;
  height: 26px; 
  padding: 5px 0 0 40px;
  font-size: 16px;
  color: #cad7ff;
  font-weight: 700;
}

div.content {
  float: left;
  width: 428px;
  padding: 10px 25px 0 55px;
  min-height: 224px;
  background: transparent url(../images/content_bg.png) top left no-repeat; 
  margin-left: 26px;
}

div.content a {
  color: #a36000;
}

div.content a:hover {
  text-decoration: none; 
}

div.content p {
  /*text-indent: 30px; */
}

div.content h1 {
  color: #0035d8;
  font-size: 14px;
  background: transparent url(../images/h1_bg.gif) center left no-repeat;
  margin: 0;
  padding: 0 0 0 30px;
}

div.footer {
  background: transparent url(../images/footer.png) top left no-repeat;
  height: 44px; 
  padding-top: 24px;
  margin-top: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 10px;
}

div.footer ul a {
  color: #302a00;
  text-decoration: none; 
}

div.footer ul a:hover {
  text-decoration: underline;
}
  
div.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.footer li {
  display: inline; 
  padding: 0 5px;
}

div.footer span a,
div.footer span {
  color: #c3d1d9; 
  text-decoration: none;
}

div.footer span a:hover {
  color: #4ba6d9; 
  text-decoration: underline;
}

div.testsmall {
  width: 216px; 
  float: left;
  margin-top: 210px;
  color: #6c6e70;
}

div.testsmall div.top {
  height: 38px;
  background: transparent url(../images/testsmall_top.png) top left no-repeat; 
  cursor: pointer;
}

div.testsmall div.text {
  background: transparent url(../images/testsmall_text.gif) top center repeat-y; 
  padding: 0 15px;
}

div.testsmall div.bottom {
  height: 20px;
  background: transparent url(../images/testsmall_bot.gif) top left no-repeat; 
}

div#testimonial {
  display: none; 
  width: 400px;
 
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: -200px;
}

div#testimonial div.top {
  height: 43px;
  background: transparent url(../images/testimonial_top.png) top left no-repeat; 
}

div#testimonial div.quote {
  padding: 5px 20px 10px 20px;
  position: relative;
  background: transparent url(../images/testimonial_quote.png) top left repeat-y;
}

div#testimonial div.teste_height {
  float: left;
  width: 1px;
  height: 100px;
  margin-left: -1px;
}

div#testimonial div.quote_content {
  float: left;
  width: 300px;
}

div.quote span.close {
  position: absolute;
  bottom: 0;
  right: 20px; 
  color: #d08524;
  cursor: pointer;
}

div#testimonial div.bot {
  height: 37px;
  display: block;
  background: transparent url(../images/testimonial_bot.png) top left no-repeat;
}

textarea#information,
form.contact input {
   background: #e5f6ff;
   border: 1px solid #003a5a;
   margin-bottom: 5px;
}

input#title,
input#phone,
input#email,
input#company,
input#name {
  width: 170px; 
  margin-top: 5px;
}

textarea#information {
  width: 300px;
  height: 80px;
  overflow: auto;
}


form.contact div {
  display: block;
  height: 30px; 
}

label.spaced {
  display: block; 
  width: 70px;
  height: 22px;
  padding-top: 8px;
  float: left;
}

input#implementation {
  margin-left: 78px; 
}

input#review {
  margin-left: 10px; 
}

input#workflow,
input#review,
input#project,
input#implementation,
input#reimplementation {
  margin-top: 5px; 
  margin-bottom: 2px; 
  border: 0;
}

label.move_down {
  display: block;
  margin-top: 12px;
  margin-bottom: -12px;
}

input:hover.button {
  background: #fff; 
  cursor: pointer;
}










/* SUDDEN SURPRISE DROPDOWN NEEDED!!! OH SHI- !!! */


