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

.display-small{
	display: inherit !important;
}


.principal_menu li{
		display: inline;
		float: left;
		width: 100%;
		background-color: #FFF;
		
				
}

.principal_menu li a{
		text-decoration: none;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: center; 
		font-size: 1.2em;
		font-weight: normal;
		color: #FFF;
		float:left;
		width: 100%;
		height: auto;
		padding-left: 1em;
		padding-right: 1em;
		margin: 0.1em;
		background-color: #2A8A15;
		
}


#nav li {
  width: 100%;
  display: block;
  font-size: 1em;
  margin: 0.3em;
  
}
p.subcontent{
	width: 95%;
}

.mobile_min{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

#nav{
		margin-left: 2em;
}

.tabs > ul > li{
	margin:0 2px 0 0;
	padding:0.2em 0.5em;
}

.tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding:10px 10px 25px;
	background: #FFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
	margin:1em;
	float: left;
	color:#333;
	height: auto;
	width: 98%;
	overflow: hidden;
}
.panel{
	padding: 0em;
}