.slide-container {
	position:relative;	
	width:1002px;
	height:auto;
	text-align:center;
	margin:auto;
	margin-bottom:7px;
        z-index: -1;
}

.slide-show{
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
        margin-left: -50px;
	/*height:300px;*/
	width:1002px;
	position:relative;
	/*left:10px;*/
}

.indentmenu{
	/*font: bold 20px Arial;*/
	width: 118%; /*leave this value as is in most cases*/
	opacity: 0.7;
	/*z-index: -1;*/
	position:absolute; top:280px;
}

.indentmenu ul{
	margin: 0px;
	padding: 0;
	float: right;
	/* width: 80%; width of menu*/
	/*background: transparent;*/
}

.indentmenu ul li{
	display: inline;
margin-top: 80px;
}



.indentmenu ul li a{
	float: left;
	/*margin: 2px 0px;*/
	color: red; /*text color*/
	/*padding: 2px 3px 2px 0px;*/
	text-decoration: none;
	/*border: 1px solid #ccc;*/
	width:16px; height:18px;
	/*background:transparent url(/site/images/number-bg.png) no-repeat;*/
}

.indentmenu ul li a:hover{
	/*background:#ddd;*/
}

.indentmenu ul li a:visited{
	color: #888;
}

.indentmenu ul li a.selected{
	color: #000 !important;
	/*padding: 2px 3px 2px 0px;*/
	/*border: 1px solid #F85601;
	background:#F85601;*/ 
	width:16px; height:18px;
	/*background:transparent url(/site/images/number-bghover.png) no-repeat;*/
}

.tabcontentstyle{ /*style of tab content container*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}

.banner_content {
	width:430px;
	left:10px;
	top:220px;
	position:absolute;
	color:#A7C6DD;
}