/* $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;
}
#content .tabberlive .tabbertab h2 {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 2px;
	color: #666666;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber, .tabberlive {
	display: block;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	width: 690px;
	font-size: 11px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#content ul.tabbernav
{
	border: none;
	margin:0;
	padding: 0px;
	background: none;
}

#content ul.tabbernav li
{
	border: none;
	list-style: none;
	margin: 0 3px 0 0;
	display: inline;
	background: none;
	padding: 0px;
}

#content ul.tabbernav li a
{
	padding: 5px 7px;
	border-top: none;
	background: #cccccc;
	text-decoration: none;
	margin: 0 3px 0px 0px;
	color: #837C71;
	display: block;
	float: left;
}


#content ul.tabbernav li a:link { color: #837C71; }
#content ul.tabbernav li a:visited { color: #837C71; }

#content ul.tabbernav li a:hover
{
	background-color: #ebebeb;
	color: #c4442a;
}

#content ul.tabbernav li.tabberactive a
{
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: #c4442a;
}

#content ul.tabbernav li.tabberactive a:hover
{
	background-color: #ffffff;
	color: #c4442a;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	margin: 0px 0px 0px;
	padding: 5px 15px 4em;
	clear: left;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:300px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab3 .tabbertab {
}
.tabberlive#tab1 .tabbertab {
 overflow:auto;
}

.tabberlive .tabbertab img{
	float: left;
	margin: 0 15px 0 0;
}



/* =======================  Global  ======================= */

#container {
	background: #ffffff;
	margin: 0px auto 0px;
	padding: 0px;
	width: 690px;
}

	

/* =======================  Home  ======================= */

#container-home {
	background: #e8e8e8 url("../images/click_back3.jpg") no-repeat 1px 1px;
	margin: 0px auto 0px 0px;
	padding: 0px;
	width: 690px;
	border: 2px solid #ccc;
}

#content p.home {
	font: 12px:
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h2.home {
	
	height: 90px;
	margin: 0px 0px 0px 0px;
	}

h2.home span{
	display: none;
	}




/* =======================  Content  ======================= */
#content {
	font-family: Arial, Verdana, Lucida Grande, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-left: 0px solid #776D5F;
	width: 690px;
	}
	
	
	
h1 {
	margin: 0px;
	padding: 0px;
}
#content a {
	color: #c4442a;
	text-decoration: none;
}
#content a:hover {
	color: #c4442a;
	text-decoration: underline;
}

#content h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 175%;
	margin: 0px 0px 5px;
	padding: 0px;
	}

#content h3 {
	font-size: 120%;
	color: #666666;
	margin: 20px 0px 3px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 120%;
	}
.leadin {
	font-size: 11px;
	font-weight: bold;
	color: #7B7162;
	margin: 0px 2px 0px 0px;
	padding: 0px;
}


#container #content h3.tight {
	font-size: 120%;
	color: #86B9CC;
	margin: 0px 0px 3px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
	
#content h4 {
	font-size: 110%;
	margin: 20px 0px 5px;
	padding: 0px;
}
#content ul {
	margin: 0px 0px 10px;
	padding: 5px 0px 0px;
	list-style: none;
	font-size: 11px;
	border-top: 1px solid #7A7062;
	width: 600px;
	line-height: 140%;
}
#content li {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px 20px;
	border-bottom: 1px solid #7A7062;
	font-weight: bold;
	color: #E5E0DB;
}

#content p {
	line-height: 140%;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 110%;
	color: #666666;
	}
	

		

		



