@font-face {
    font-family: Julius Sans One;
    src: url('../fonts/juliussansone-regular-webfont.woff2') format('woff2'),
         url('../fonts/juliussansone-regular-webfont.woff') format('woff');
}

body{
	width: 98%;
	font-size: small;
	font-family: sans-serif;
	line-height:1.75em;
	padding:1% 1% 5% 1%;
	color: #4d4d4d;
	background-color: #f3f3f3;
	margin: 0;
}

.header{
	width:100%;
	margin-bottom: 10px;
	text-align:center;
}

.header img{
	margin: 0 auto;
	width: 100%;
	max-width:400px;
}

h1,h2,h3,h4,h5 {
	font-family: 'Julius Sans One', sans-serif;
}

h1{
	margin-top: 10px;
	margin-left:-3px;
}

a{
	color: #44aa00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul{
	padding-left: 10px;
}

ul li{

}

.header h1{
	font-size: 0.8em;
}

.tabs .nav{
	position: relative;
	top: 1px;
	z-index: 100;
	width: 100%;
	float:left;
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}

.tabs .nav li{
	border-top: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
}

.tabs .nav li.current, .tabs .nav li:hover{
	background-color: #fff;
}

.tabs .nav li.current{
	border-bottom: solid 1px #fff;

}

.tabs .nav li a{
	font-family: 'Julius Sans One', sans-serif;
	font-size: 1.4em;
	color: #44aa00;
	text-decoration: none;
	display: block;
	line-height: 100%;
	height: 35px;
	line-height: 37px;
	padding: 0 15px;
	font-weight: bold;

}

.tabs .nav li:last-child{
	border-bottom: solid 1px #e6e6e6;
}

.content{
	clear:both;	
	background-color: #fff;
	min-height: 300px;
	border: solid 1px #e6e6e6;
	padding: 2%;
	line-height: 2em;
}

.left-25{
	float:left;
	width:auto;
	margin-right: 18px;
}

.footer{
	float:left;
	width: 100%;
	margin-top: 5px;
	color: #999;
}

.footer a{
	text-decoration: none;
	color: #999;
}

.copyright{
	width:100%;
	text-align: center;
}

.footer .links{
	width:100%;
	text-align: center;
}

/* Small devices @screen-sm-min */
@media (min-width: 768px) {
	.header{
		height: 90px;
	}

	.header img{
		float:right;
		padding-right:40px;
	}

	.tabs .nav{
		position: relative;
		top: 1px;
		z-index: 100;
		width: auto;
		float:left;
		margin: 0;
		padding-left:40px;
	}

	.tabs .nav li{
		float:left;
		display: inline;
		margin-right: 2px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border: solid 1px #e6e6e6;
	}

	.tabs .nav li a{
		text-decoration: none;
		display: inline-block;
		float:left;
		line-height: 100%;
		height: 35px;
		line-height: 35px;
		padding: 0 15px;
		font-weight: bold;
	}

	.content{
		clear:both;	
		background-color: #fff;
		min-height: 300px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		border: solid 1px #e6e6e6;
		padding: 2%;
		line-height: 2em;
	}

	.left-25{
		margin-right: 3%;
	}


	.copyright{
		float:left;
		width:50%;
		text-align:left;
	}

	.footer .links{
		float:right;
		width:50%;
		text-align:right;
	}
}
