.slide-container {
	position:relative;	
	width:720px;
	height:auto;
	text-align:center;
	margin: 0px;
	padding: 0;
}

.slide-show{
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	height:210px;
	width:720px;
	position:relative;
	padding: 0 0 20px 5px;
}

.indentmenu{
	font: bold 11px Arial;
	position:absolute;
	margin: 175px 0 0 0;
}
.indentmenu ul{
	margin: 0 0 0 20px;
	padding: 0;
	/* width: 80%; width of menu*/
	background: transparent;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	margin: 2px;
	color: #000; /*text color*/
	padding: 0;
	text-decoration: none;
	border: 0;
	background:url(../images/noactive.png) 50% 50% no-repeat;
	width: 22px;
	height: 22px;
}

.indentmenu ul li a:hover{
	background:url(../images/active1.png) 50% 50% no-repeat;
}

.indentmenu ul li a:visited{
	color: #000;
}
.indentmenu ul li span.none {display:none;}
.indentmenu ul li a.selected{
	color: white !important;
	padding-top: 0; /*shift text down 1px*/
	padding-bottom:0;
	border: 0;
	background:url(../images/active1.png) 50% 50% no-repeat;
}
.indentmenu ul li a.selected span.none {
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:22px
}
.tabcontentstyle{ /*style of tab content container*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding:0;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}

.banner_content {
	width:430px;
	left:10px;
	top:220px;
	position:absolute;
	color:#A7C6DD;
}