/* CSS Document */
.anchors {
	background:url(../images/tab_head_bg.gif) repeat-x;
	height:25px;
}

/* tag clouds */
.fragment {
	background:url(../images/tabbg.gif) no-repeat;
	/*border:solid 1px #cccc99;*/
	clear: both;
	position:relative;
	bottom: 0px;
	width:796px;
	height:224px;
	margin-top:9px;

}
html>body .fragment {
z-index:0;
}
#primary {
	margin: 0;
	z-index:1;
	position:relative;
	height:40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
html>body #primary {
	z-index:0;
	position:relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 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:0px;
	background-color: #4A83A8;
}

.clear_tab, .clear_tab a {
        padding:0  !important;
		margin:0 !important;
		background:none  !important;		
}

.tabContent h3 {
	color:#274050;
	font-weight:bold;
}
.tableft {
	width:345px;
	float:left;
	padding-left:29px;
	padding-right:25px;
	padding-top:25px;
	font-size:13px;
	line-height:18px;
	color:#ffffff;
	font-weight:bold;
	
}
.tabheading{
	font-size: 20px; 

}


.tabright {
	width:363px;
	float:left;
	height:204px;
	background:url(../images/section1_img.gif) no-repeat;
	margin-top:5px;
	padding-left:29px;
	padding-top:15px;
	font-size:13px;
	line-height:18px;
	color:#ffffff;
	font-weight:bold;
}
