
ul.tabs {
	border-left-color: #c6c6c6 !important;
	border-bottom-color: #c6c6c6 !important;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 10px;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0px;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid;
	border-left: 1px solid;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #c6c6c6;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	font-style: normal;
	font-weight: normal;
	font-family: MuseoSlab500Regular;
	border-style: none;
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 20px; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/                                                                               
	background-image: url(none);                                                                               
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}


.tab_container {
	border: 1px solid #c6c6c6;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	}
.tab_content {
	padding: 20px;
	font-size: 12px;
}
.tab {
	padding-left: 0px !important;
	background-image: url(none) !important;
}
.conclusion {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #868930;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.tab_content p {
	line-height: 175%;
}
.conclusion p {
	padding-top: 0px;
	color: white;
	line-height: 175%;
}
.conclusion h3 {
	margin-bottom: 0px;
	color: white;
	line-height: 175%;
}
.conclusion h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	color: #404040;
	line-height: 150%;
}
.sidebar_casestudies {
	color: #475446;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
.tabs {
	border-left-style: solid;
	border-bottom-color: #c6c6c6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.sidebar_casestudies h3 {
	line-height: 26px;
	color: #868930;
}

