.slide-container {
	position:relative;	
	width:791px;
	
	height:auto;
	text-align:center;
/*	margin:0px 0px 40px 0px;*/
	padding-top:0px;	padding: 0 0 6px 1px;
}

.slide-show{
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	/*height:260px;*/
	width:520px;
	position:relative;
	left:0px;
}

.indentmenu{
	font: bold 11px Arial;
	width: 100%; /*leave this value as is in most cases*/
	width: 150px;
	position: absolute;
	left: 335px;
	bottom: 15px;
	z-index: 100;	
}

.indentmenu ul{
	list-style: none;
	margin: 0px;	
}

.indentmenu ul li{
	float: left;
	padding: 0 4px;
}

.indentmenu ul li a{
	background: url(../images/banner_white_dot.png) no-repeat left top;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	text-align: center;
	color: #000;
	font-size: 12px;
	text-indent: -9999px;
}

.indentmenu ul li a:hover{
	background: url(../images/banner_red_dot.png) no-repeat left top;
	cursor: pointer;
}

.indentmenu ul li a:visited{

}

.indentmenu ul li a.selected{
	background: url(../images/banner_red_dot.png) no-repeat left top;
	cursor: pointer;
}

.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:0px;
	top:220px;
	position:absolute;
	color:#A7C6DD;
}




ul#news {
	border: 1px solid #ccc;
	padding: 2em;
	background:  #fffeb8;
}

ul#portfolio li img{
/*	border: 1px solid #ccc;
	padding: 4px;*/
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}