.slide-container {
	position:relative;	
	width:746px;
	
	height:auto;
	text-align:center;
	margin:0 -15px;
	padding-top:0px;
}

.slide-show{
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	height:279px;
	width:746px;
	position:relative;
	left:0px;
}

.indentmenu{
	font: bold 11px Arial;
	width: ; /*leave this value as is in most cases*/
        position: absolute;
        top: 250px;
		right:0px;
}

.indentmenu ul{
	margin: 2px;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	background: transparent;
}

.indentmenu ul li{
	display: inline; margin:0;
}

.indentmenu ul li a{
	float: left;
	margin: 2px;
	color: #000; /*text color*/
	padding: 1px 6px;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #fff;
}

.indentmenu ul li a:hover{
	background:#ddd;
}

.indentmenu ul li a:visited{
	color: #000;
}

.indentmenu ul li a.selected{
	color: white !important;
	border: 1px solid #1e749b;
	background:#1e749b;
}

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

.tabcontent{
	display:none;
}

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

.banner_content {
	left:10px;
	top:220px;
	position:absolute;
	color:#A7C6DD;
}

