/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding: 13px 1px 13px 26px;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: 0.05em;
	position: absolute;
	top: 497px;
	left: 0px;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0 0 0 8px;
	display: inline;
}

ul.tabbernav li a
{
	padding: 2px 6px 5px 6px;
	border: none;
	text-decoration: none;
	
}

ul.tabbernav li a:link { color: #BCBCBC; }
ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover
{
 color: #FFFFFF;
 border-color: #227;
 text-decoration: none;
}

ul.tabbernav li.tabberactive a
{
	background-color: #CCCCCC;
	color: #000000;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #000;
	background: #CCCCCC;
	border-bottom: 1px solid white;
	text-decoration: none;
}

#tab1-1 
{
	
	margin:0;
	position: absolute;
	top: -495px;
	left: 0px;
	
}

#tab1-1 h3
{
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

#tab1-1 li a
{
	
	color: #666666;
}

#tab1-1 li.tabberactive a
{
	background-color: #CCCCCC;
	border-bottom: 1px solid #fff;
	color: #000000;
}

#tab1-1 li.tabberactive a:hover
{
 color: #000;
 background: #CCCCCC;
 border-bottom: 1px solid white;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	height:auto;
	width: 550px;
	background-color: #F5F5F5;
	position: absolute;
	top: 526px;
	left: 0px;
	text-align: justify;
	padding: 10px 0 0 0; /* overflow:auto; */
	margin:0 0 0 0;
	border: none;
	border-top: solid #CCCCCC 8px;
	color: #333333;
	
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	 display:none;
}
.tabberlive .tabbertab h3 {
	padding-top: 0px;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.tabberlivestart h2 {
	
}

#news {
	
}

#photos {


}

#info {}

#nobar  {
	border-top: solid #CCCCCC 2px;	
}



.padder {
	padding: 0 66px 0 66px;
}

.padderLive {
	padding: 0 26px 0 26px;
}

#nobar h3 {
	display: none;	
}
#nobar h4 {
	
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 8px;
}

#photo-content {
	margin: 12px 0 0 -28px;
}

#photo-content ul li {
	display:inline;
	margin:0 2px 1px 0px;
	border:none;
	list-style: none;
	float: left;
	padding: 0 0 0 0;
	width: 130px;
}

#photo-content li a {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}
