html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a[href^="error:"]					{ background: red; color: white; text-decoration: blink; }
input[type="checkbox"], input[type="radio"]		{ border:0; background:transparent;}

strong							{ font-weight:bold; }
em									{ font-style:italic; }


ul, li							{ position:relative; }
ul									{ margin:.5em; }
li									{ list-style:disc; margin-left:1em; }
ol li								{ list-style:decimal; }


.fr									{ float:right; }
.fl									{ float:left; }

.l									{ text-align:left; }
.r									{ text-align:right; }
.c									{ text-align:center; }
.m									{ vertical-align:middle; }

.cl									{ clear:left; }
.cr									{ clear:right; }
.cb									{ clear:both; }

.hid								{ display:none; }

.img-left							{ float:left; margin-right:1em; margin-bottom:1em; }
.img-right							{ float:right; margin-left:1em; margin-bottom:1em; }

.marb							{ margin-bottom:15px; }

.dump								{ color:black; background:yellow; border:1px solid black; position:relative; z-index:100001; }

td, th								{ vertical-align:middle; }body { 
	background-color:#f9f9f9; color:#222; font-size:1em;
	background-attachment:fixed; background-position:center top; background-repeat:no-repeat; 
	background-size:cover; -moz-background-size:cover; -webkit-background-size:cover; 
	background-image:url('/images/bg.jpg');
	font-family:myriad pro,trebuchet ms;
	line-height:130%;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

h1, h2, #header p {
	font-size:30px;
	color:#00722E;
	text-shadow:1px 1px 1px #fff;
	behavior:url('/pub/css/PIE.php');	
}

h1, #header p {
	text-transform:uppercase;
	font-weight:bold;
}

h3 {
	font-size:20px;
	font-weight:bold;	
}

h4 {
	font-weight:bold;
	color:#00722E;
}

a {
	color:#133F00;	
}

a:hover {
	color:#00722E;	
}

#content h1 {
	margin-bottom:.75em;	
}

h2, h3, h4, p, ul, ol, table, form {
	margin:.75em 0;
}

#header p {
	margin:0;	
}

#header p.sub {
	margin-top:30px;
	color:#000;
	font-size:16px;	
}

.gradient1, h2 .more {
	background:rgb(98,152,41);
	background-image: linear-gradient(bottom, rgb(98,152,41) 0%, rgb(71,127,34) 100%);
	background-image: -o-linear-gradient(bottom, rgb(98,152,41) 0%, rgb(71,127,34) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(98,152,41) 0%, rgb(71,127,34) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(98,152,41) 0%, rgb(71,127,34) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(98,152,41) 0%, rgb(71,127,34) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(98,152,41)),
		color-stop(1, rgb(71,127,34))
	);
	-pie-background: linear-gradient(rgb(98,152,41), rgb(71,127,34));
	behavior: url('/pub/css/PIE.php');
}

#eltodo {
	width:960px;
	margin:2em auto;
}

#header {
	height:60px; margin-bottom:2em;	
	position:relative;
}

#header h1, #header p {
	position:absolute; right:0; top:0; line-height:60px;	
}

#main {
	background:#fff; background:rgba(255,255,255,.9);
	border-radius:10px;
	behavior: url('/pub/css/PIE.php');
	padding:10px;
	position:relative;
}

#content {
	padding:40px 20px;
	position:relative;
}

#bar {
	height:50px;
	line-height:50px;
	border-radius:8px;
	behavior: url('/pub/css/PIE.php');
	position:relative;
}

#nav {
	position:absolute; right:0; top:0;	
	text-transform:uppercase;
}

#nav ul {
	margin:0; padding:0;	
}

#nav li {
	display:block; float:left; 
	border-left:1px dashed #75a151;
	padding:0 1em; margin:0;
}

#nav a {
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	color:#fd0;	
}

#langs {
	position:absolute; left:1em; top:15px;
	vertical-align:middle;	
}

#langs img {
	display:block; float:left;
	margin-right:5px;	
}

#footer {
	background:#ddd;
	border-radius:8px;
	behavior: url('/pub/css/PIE.php');
	padding:5px 20px;	
	position:relative;
}

#footer .copy {
	float:left;	
	line-height:43px;
}

#footer .logos {
	float:right;	
}

#footer .logos img {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;	
}

.c-homepage .item {
	float:left;
	width:280px;
	margin:0 10px;
}

.c-homepage .image {
	margin-bottom:1.5em;	
}

.c-homepage .image img {
	box-shadow:0 0 6px rgba(0,0,0,.6);
	border-radius:8px; 
	behavior: url('/pub/css/PIE.php');
	position:relative;
}

h2 .more {
	font-size:.5em;
	padding:3px 8px;
	color:#fff;
	text-decoration:none;
	text-shadow:none;
	border-radius:5px;
	behavior: url('/pub/css/PIE.php');
	position:relative;
	top:-.2em;
}

h2 .more:hover {
	color:#fd0;
}

    img#expando {
    display: none;
    position: absolute;
    z-index: 1;
    -ms-interpolation-mode: bicubic;
    }
     
    .wide img#expando,
    .tall img#expando {
    display: block;
    }
     
    .wide img#expando {
    height: auto;
    width: 100%;
    }
     
    .tall img#expando {
    height: 100%;
    width: auto;
    }
