/*
--------------------------------------------------
Tabber GLOBAL STYLES
Last revised 12 June 2008
--------------------------------------------------
*/
.tabberlive .tabbertabhide { /* required to hide non-active content */
		display: none;
		}
.tabber { /* before setup of tabber interface */
		overflow: auto;
 		margin-bottom: .75em;
		}
.tabberlive { /* after setup of tabber interface */
 		margin-bottom: .75em;
		}

.tabbernav { /* tab navigation list */
		font: bold 12px/1.75 "Gill Sans", "Gill Sans MT", "Trebuchet MS", Arial, sans-serif;
		text-transform: uppercase;
		height: 27px;
		margin: 0;
		border-bottom: 1px solid #DCDCDC; /* Gainsboro */
		}
.tabbernav li { /* active tab */
		float: left;
		display: block;
		list-style: none;
		padding-right: 6px;
		background: transparent url(../images/utility/dropshadow-tab.png) no-repeat bottom right; /* PMS 295 83% */
		}
.tabbernav li a {
		text-align: center;
		letter-spacing: .1em;
		padding: 3px .875em;
		display: block;
		border-bottom: none;
		background: #D3D596 url(../images/utility/background-subnav-olive.gif) repeat-x center; /* Signature olive green 33% */
		}
.tabbernav li a:link, .tabbernav li a:visited {
		color: #898B11; /* Signature olive green */
		}
.tabbernav li a:hover {
		color: #FFF; /* White */
		background: #ADAE5B url(../images/utility/background-subnav-olive-hover.gif) repeat-x center; /* Signature olive green 67% */
		}
.tabbernav li a:active {
		color: #191970; /* MidnightBlue */
		border-bottom: 1px solid #FFF;
		background: #FFF url(../images/utility/background-subnav-active.png) repeat-x bottom;
		}
.tabbernav li.tabberactive a {
		color: #191970 !important; /* MidnightBlue */
		border-bottom: 1px solid #FFF;
		background: #FFF url(../images/utility/background-subnav-active.png) repeat-x bottom;
		}

/*
.tabbertab = the tab content
 Add style only after the tabber interface is set up (.tabberlive)
*/
.tabberlive .tabbertab {
		min-height: 24.75em;
		clear: both;
		overflow: auto;
		padding: 0 0 .75em;
		}
.tabberlive .tabbertab h1 {
		margin-top: .525em;
		}
.tabberlive .tabbertab p {
		margin-top: .75em;
		}

/* Hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
		/* display: none; */
		}