@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------*/
/* LUCID DESIGN GROUP, INC.																						  */
/* COPYRIGHT (C) 2004-2010																						  */
/*----------------------------------------------------------------------------------------------------------------*/

body {
  background:#F5F3ED; /* light blue #F6FDFF */
  background-image:url('/images/bkg_bd_network.jpg');
  background-repeat:no-repeat;
  background-position:top;
  margin:0;
  padding:0;
  color:#000;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
  } 
#tabs {
  float:left;
  width:100%;
  background:url("/images/border.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  letter-spacing: 0.2px;
  }
#tabs ul {
  margin:0;
  padding:0 10px 0 0;
  list-style:none;
  }
#tabs li {
  float:left;
  background:url("/images/tabs/tab_off_leftdoor.png") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  }
#tabs a {
  float:left;
  display:block;
  background:url("/images/tabs/tab_off_rightdoor.png") no-repeat right top;
  padding:6px 39px 5px 27px;
  text-decoration:none;
  color:#FFF;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#FFF;
  background:url("/images/tabs/tab_hover_rightdoor.png") no-repeat right top;
  }
  #tabs li:hover {
  background:url("/images/tabs/tab_hover_leftdoor.png") no-repeat left top;
  }
#tabs #current {
  background-image:url("/images/tabs/tab_on_leftdoor.png");
  font-weight:bold;
  }
#tabs #current a {
  background-image:url("/images/tabs/tab_on_rightdoor.png");
  color:#333;
  padding-bottom:5px;
  }
  #tabs #inactive {
  /* text-shadow: #000000 0.5px 0.5px 1px; */
  font-weight:bold;
  }
