/* CSS Document */
#mainContainer{
	background:#e2e2e2;
	width:825px;
	}
.anchors {
	background:url(../images/bottom-top-shape.jpg) no-repeat;
	height:25px;	
	list-style:none;
}

/* tag clouds */
.fragment {
	/*border:solid 1px #cccc99;*/
	clear: both;
	position:relative;
	bottom: 1px;
	height:110px;

}
html>body .fragment {
z-index:0;
}
#primary {
	margin: 0;
	padding: 0 0 0 36px;
	z-index:1;
	position:relative;
	height:25px;
}
html>body #primary {
	z-index:1;
	position:relative;
}

/* features */

#content {
	margin: 0;
	padding: 0;
	position:relative;
	bottom: 1px;
	z-index:-5;
}
.tabList {
	position: relative;
	height: 20px;
	padding-left:12px;
}

.tablink a:hover  {
	color: #ffffff;
	text-decoration: underline;
}
.tabContent {
	padding:10px;	
}

.clear_tab, .clear_tab a {
        padding:0  !important;
		margin:0 !important;
		background:none  !important;		
}

.tabContent h3 {
	color:#274050;
	font-weight:bold;
}
