@charset "UTF-8";


/* classic slising doors example css as seen on http://www.alistapart.com/articles/slidingdoors/*/

.tabs {
  float:left;
  width:100%;
  background: #fff url("bg.gif") repeat-x bottom;
  line-height: 1.6;
  }
.tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
.tabs ul li {
	float:left;
	background:url("left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom: 1px solid #999;
  }
.tabs ul a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tabs a {float:none;}
/* End IE5-Mac hack */
.tabs a:hover {
  color:#333;
  }
.tabs ul .current {
  background-image:url("left_on.gif");
  border-width:0;
  }
.tabs ul .current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }



.js .tabs .current-info,
.js .tabs .accessibletabsanchor{
position:absolute;
left:-999em;
  }
.js .tabs .content{
clear:both;
margin:3em 1em 1em 1em;
}

/**************
.js .tabs{
width:500px;
}

h1{
margin:1em;
}
.tabs{
padding:2em;
}
***************/
