@charset "utf-8";
/* CSS Document */

#tab li a {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  width:120px;
  text-align:left;
  padding:2px 6px 4px;
  background:#666;
  margin:3px;
  *margin:0px;
  display:block;
  text-decoration:none;
  font-weight:bold;
  font-size:0.9em;
  font-style:normal;
}


#tab li a:link, #tab li a:visited {
  background:#999;
  display:block;
  color:#CCC;
}

#tab li a:hover  {
  background:#333;

}
#tab li a:active  {
  background:#666;
}

#tab li a.selected {
  background:#333;
  display:block;
  color:#FFF;
  width:120px;
  cursor:default;
}

.tabContainer {
  position:relative;
  margin: 10px 0 0 10px;
  width:400px;
  height:200px;
  float:left;
  padding-top:2px;
  background:#CCC;
  border:#333;
  border-width:2px;
  border-spacing:2px;

}
.tabContainer h3 {
  padding-bottom:4px;
  color:#F60;
}
.tabContainer p {
  font-size:0.9em;
  padding:2px 12px 10px;
  text-align:left;
}

.tabContainer ul li {
 	list-style:circle;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#600;
}

/*li.services {
	list-style:square;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#600;
}*/
