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

.slide-show{
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	height:208px;
	width:728px;
	position:relative;
	left:0px;
}

.indentmenu{
	/*width: 100%; /*leave this value as is in most cases*/
	/*float: left;*/
	position: absolute;
	left: 0px;
	top: 0px;
	height: 28px;
	width: 100%;
}

.indentmenu ul{
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 8px;
	top: 8px
	/* width: 80%; width of menu*/
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	margin: 0px;
	color: #000; /*text color*/
	padding: 4px 10px;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #999;
}

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

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

.indentmenu ul li a.selected{
	color: white !important;
	padding: 4px 10px;
	border: 1px solid #ccc;
	background:#1a1a1a;
}

.tabcontentstyle{ /*style of tab content container*/
	width: 728px;
	padding: 0px;
}

.tabcontent{
	display:none;
}

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

.banner_content {
	width:620px;
	left:60px;
	top:32px;
	position:absolute;
	color:#fff;
}

.banner_content H2 {
	margin-top: -28px;
	width: 400px;
}

.banner_content p {
	width: 350px;
}

.slide-container a {
	padding: 0px;
	color: #636363;
	text-decoration: none;
}
