.slide-container {
	background:url('../images/new/slider-bg.png') repeat-x center bottom;
	position:relative;	
	height:auto;
	text-align:center;
	padding:0 0 44px 0;
    z-index:1;
}

.slide-show{
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	height:225px;
	position:relative;
/*	left:10px;*/
z-index:1;
}

.indentmenu{
	font: bold 11px Arial;
	width: 100%; /*leave this value as is in most cases*/
    z-index:1;
}

.indentmenu ul{
	margin: 2px;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	background: transparent;
	right:0;
	position:absolute;
    z-index:1;
}

.indentmenu ul li{
	display: inline;
    z-index:1;
}

.indentmenu ul li a{
	background:#ddd;
	float: left;
	margin: 2px;
	color: #000; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border: 1px solid #ddd;
    z-index:1;
}

.indentmenu ul li a:hover{
	background:#ddd;
    z-index:1;
}

.indentmenu ul li a:visited{
	background:#ddd;
    z-index:1;
	color: #8d65aa;
}

.indentmenu ul li a.selected{
	color: #522C6D !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	border: 1px solid #ADC607;
	background:#ADC607;
    z-index:1;
}

.tabcontentstyle{ /*style of tab content container*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
    z-index:1;
}

.tabcontent{
	display:none;
    float:left;
    z-index:1;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}

.banner_content {   
    float:left;
	background:#adc607;
	color:white;
	width:300px;
	left:0px;
	top:142px;
	position:absolute;
	padding:2px 0 5px 0;
    z-index:1;
}
.banner_content h3{
	color:white;
	font-weight:normal;
	margin:0 0 0 7px;
    z-index:1;
}
.banner_content p{
	margin:0 0 0 15px;
    z-index:1;
}
