
.tabscontainer {
	float: left;
	margin: 40px 0 0 0;
	width: 100%;
	/*width:914px;*/
}
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	margin-bottom: 40px;
	outline: none}
ul.wholewidth {
	padding-left: 5%;
}
.tabfont {
/*color:#86b753;*/
}
ul.tabs li {
	float: left;
	font-family: "helvetica",arial,helvetica,sans-serif;
	margin: 0;
	height: 40px;
	border-right:  1px solid #fff;
	line-height: 24px;
	overflow: hidden;
	position: relative;
	outline: none;margin-bottom: -1px;
	border-top: 1px solid #fff;
}

ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	background-color:#333;
	display: block;
	font-size: 10pt;
	padding: 7px 15px;
	line-height:24px;
	outline: none;
	font-weight: bold;
}
ul.tabs li a:hover {
	color: #fff;
	background-color: #666;
}

html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover  {
	background-color: #0078b9;
	color: #fff;
	height: 40px;
}
.tab_content {
	border-top: 2px solid #CCCCCC;
	padding: 25px 0px;
	line-height:19px;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.wholewidthtab {
	padding: 25px 7%;
}
.tab_content iframe {
	padding-bottom: 15px;
}

.tab_content p {
	overflow: hidden;
}
.tab_content p a{
	font-weight: bold;
	color: #69C;
}

.tab_content img {
	padding: 0px;

}
.text{
	float: left;
	font-size: 9px;
	color: #666;
	font-weight: bold;
	margin: 4px 0 0 0;
}
ul.bulletssmall {
	margin-bottom: 15px;
	display: block;
}
ul.bulletssmall  li {
margin-left: 15px;
font-size:11px; 
line-height:18px;
text-align: left;
}

@media (max-width:975px) {
	.tabscontainer {
	float:left;
	width: 90%;
	display: block;
	margin: 5% 5% 5% 0%;
	}
	.tab_content {
    margin: 0px auto;
	border-top: 0px solid #CCCCCC;
	margin: 5%;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	text-align: left;
	border-bottom: 0px solid #CCCCCC;
}
    .tab_content p {
	float: left;
	}
	.tabscontainer img {
		width: 25%;
		float: left;
		display: block;
	}
	.tabscontainer div div {
		display: block;
		
	}
	.tabscontainer table tr td {
		float:left;
		
	}
	.tabscontainer iframe {
		width: 80%;
	}
	ul.tabs {
		height: 100%;
		width: 100%;
		display: block;
		padding-bottom: 20%;
	}
	ul.tabs li {
	float: left;
	width:100%
	}
	.wholewidthtab {
		margin: 5%;
		width:90%
	}
}
