@charset "utf-8";
/* CSS Document */

ul.tabs {
  margin: 0;
  float: left;
  list-style: none;
  border-bottom: 1px solid #CCC;
    width: auto;
    padding-left: 0;
    position: relative;
    left: -50%;
    top: 31px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 45px;
	line-height: 45px;
	border: 1px solid #cecece;
	border-left: none;
	margin-bottom: -1px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	width: 200px;
	text-align: center;
	font-size: 21px;

}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	outline: none;
		color: #515050;
}
ul.tabs li a:hover {
    background: #aee4fe;
    color: #434343;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background: #e9ebee;
    border-bottom: 1px solid #e9ebee;
}
ul.tabs li.active a {  
  color: #434343;
  font-weight: normal;}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
}
.tab_content h3 a{
	color: #449C11;
}

.tab_content h3{
	font-size:13px;
	margin:0;
	padding:0;
	color:#449C11;
	
}


.columns, .columnsLast{
	float:left;
	width:296px;
	margin-right:40px;
}
.columnsLast{margin:0;}
.columns h5, .columnsLast h5, .tab_content h5 {margin: 20px 0 15px 0; padding:0; padding-bottom: 4px; font-size:20px; color: #6e6b6b; line-height:26px;}


/* FORM FIX MEDIA QUERY   */
 @media only screen and (max-width : 898px)  {
    ul.tabs { }
    ul.tabs li {width: auto;}
 }


 /* MOBILE MEDIA QUERY   */
 @media only screen and (max-width : 680px)  {
ul.tabs {padding-left: 0; width: 100%;}
ul.tabs li {width: 100%; font-size: 17px;  border: 1px solid #ccc;

 }



