* {margin:0;padding:0; outline:0; box-sizing: border-box; font-size: inherit; font-family: inherit;}
* {}
/*body {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}*/
body {background: #3e9425 url('../images/main-bg.jpg') top center fixed; width: 100%; height:100%; background-repeat: repeat-x; font-size: 100%;	font-family: Arial, Helvetica;	line-height: 1.4em;	color: #000; overflow-y: scroll;}
.innerwrap {max-width: 900px; margin: 0 auto; background: white; margin-top: 30px; margin-bottom: 30px; box-shadow: 0px 0px 30px rgba(0,0,0,1); padding: 30px;}

/**/
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url(http://fonts.gstatic.com/s/dosis/v4/2G6sVpO-7ZhC0_ceUPvsmQ.woff2) format('woff2'), url(http://fonts.gstatic.com/s/dosis/v4/tYjwoPxcNbCapURVAi2M5g.woff) format('woff');
}

header {
	position: relative;
	background-color: #fff;
	padding-top: 0px;
	min-height: 170px;
	margin-bottom: 40px;
	}

#logo {	
	position: absolute;
	top:-5px; left:20px; z-index: 1;
	width:100px; height:126px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	cursor: pointer;
	}

header h1 {
	background-color: #0075c5;
	color: #fff;
	padding: 20px 20px 20px 150px;
	margin-bottom: 0;
	font-family: Dosis;
	font-weight: normal;
	font-size: 1.1em;
	cursor: pointer;
	}
header h1 em {
	font-size: 0.7em;
	}
h1 {
	color: #0075c5;
	font-family: Dosis;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 30px;
	}
h2 {
	color: #0075c5;
	font-family: Dosis;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
h2 a {
	color: #000;
	text-decoration: none;
	}
h2 a:hover {
	color: #0075c5;
	}
nav {
	background-color: #000;
	color: #fff;
	padding: 10px 20px 10px 150px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1em;
	font-family: Dosis;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	}
nav a {
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	font-size: 15px;
	}
nav a:hover {
	text-decoration: underline;
	}
article {
	padding: 0 20px;
	}
article p, article li {
	text-align: justify;
	font-size: 14px !important;
	}
.cl {
	display: block;
	clear: both;
	height: 0; line-height: 0;
	font-size: 0;
	}
.cf:before, .cf:after {
	content: " ";
	display: table;
	}
.cf:after {
	clear: both;
	}
.cf {
	*zoom: 1;
	}
	
ul.arr {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
ul.arr li {
	background: transparent url(../images/arr.gif) top left no-repeat;
	padding-left: 12px;
	line-height: 18px;
	}

p {
    margin-bottom: 10px;
}

article img.pic {
    float: none;
    padding: 2px;
    border: 2px solid #bbb;
    margin: 10px 0;
}

#worklong div.cf {
	text-align: center;
	}
#worklong div.cf div img {
	padding: 1px;
	border: 1px solid #ccc;
	width: 256px;
	}
#worklong div.cf div {
	display: inline-block;
	text-align: left;
	margin: 10px;
	width: 260px;
	vertical-align: top;
	}

	
@media screen and (min-width: 800px) {
	header {
		padding-top: 40px;
		}
	header h1 {
		font-size: 2em;
		padding-left: 180px;
		}
	nav {
		padding-left: 180px;
		}
	#logo {
		top:0;
		width:141px; height:177px;
		}
	article img.pic {
		float: right;
		margin: 0 0 20px 20px;
		}	
	#worklong div.cf div img {
		width: 96%;
		}
	#worklong div.cf div {
		width: 40%;
		}
}