body.projector {
	background: url(project-toprepeat.jpg) white;
	background-repeat: repeat-x;
}

body {
	background: url(nettle-faded.jpg) white;
    background-attachment: fixed;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
	XXbehavior: url(/PIE/PIE.htc);
    font-size: 11pt;
}

body {
	font-family: Helvetica Neue, sans-serif;
    border: none;
    margin: 0;
	padding: 0px;
}

.banner {
	margin: 0px;
	border: none;
	height: 110px;
	padding-left: 237px;
	padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 1px;
	position: relative;
	top: 0px;
	left: 0px;
}

.banner img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

h1, h2 {
	font-family: sans-serif, Lucida Grande, Calibri;
}

h3 {
    margin-bottom: 2px;
    padding-bottom: 0px;
}

h3+p {margin-top: 0px; padding-top: 0px;}

.banner h1.old {
	font: 24pt Helvetica, Calibri, Arial, Helvetica, Sans;
	text-shadow: 0px 0px 3px rgb(255,255,255);
	font-weight: bold;	
}


.fadenav .tabcontent, .fadenav .banner h1 {
	margin-right: 200px !important;
	min-width: 220px !important;
	-webkit-transition-duration: 0.5s;
    -webkit-transition-property: margin-right;
}

html:hover .fadenav .tabcontent, html:hover .fadenav .banner h1 {
	margin-right: 5px !important;
	min-width: 5px !important;
}





.menu ul {
	display: block;
	margin: 0px;
	border: none;
	padding: 4px;
}
.menu ul li {
	height: 18pt;
	display: block;
	color: black;
	background-image: url(slide-icon1.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	border: none;
	padding: 2px 1px 1px 28px;
    -webkit-transition: all 0.2s ease-in;
	position: relative;
}

.menu ul li:hover {
	text-decoration: underline;
	left: 12px;
}

.menu ul li a {
	display: block;
	text-decoration: none;
	color: inherit;
} 

.menu ul li:hover a {
	
}

.menu ul li:target, .menu ul li.thispage  {
        background-image: url(slide-icon2.png);
	
}

.menu a:visited {
	color: gray;
}

.mainbody {
	position: relative;
	border:none;
	margin: 4px;
	padding: 1px;
}

.mainbody .menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	border: 1px solid rgb(205,208,253);
	margin: 5px;
	padding: 5px;
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 2px 5px rgb(205,208,253);
	-webkit-box-shadow: 0px 2px 8px rgba(205,208,253, 0.8);
	-moz-box-shadow: 0px 2px 5px rgb(205,208,253);
    font-face: Tahoma, Verdana, sans;
}

.fadenav .mainbody .menu {
	opacity: 0.4;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: opacity;
}

/* IE without borderradius - fix it with PIE, and deal with side effects */
html.no-borderradius .mainbody .menu {
	behavior: url(/PIE/PIE.htc);
}


html:hover .mainbody .menu {
	opacity: 1.0;
    color: black;
}


input.sitesearch {
	width: 100%;
	font-size: 14pt;
}

/* CSS no-cssreflections correlates fairly well with browsers that have no native HTML5 search field */
.no-cssreflections input.sitesearch {
	width: 85%;
	font-size: 14pt;
	Xbox-sizing: margin-box;
	background-image: url(mglass.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	Xborder-radius: 4px;
	border: 1px solid silver;
	padding-left: 24px;
	behavior: url(/PIE/PIE.htc);
}






.mainbody .tabcontent {
    border: 1px solid rgb(205,208,253);
    margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 237px;
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding: 9px;
	box-shadow: 2px 4px 5px rgb(205,208,253);
    -webkit-box-shadow: 2px 4px 8px rgba(205,208,253, 0.8);
	-moz-box-shadow: 2px 4px 5px rgb(205,208,253);
	behavior: url(/PIE/PIE.htc);
}


.banner h1 {
	font: 28pt sans-serif;
	font-weight: bold;	
    
    border: 1px solid rgb(205,208,253);
    margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding: 9px;
	box-shadow: 2px 4px 5px rgb(205,208,253);
    -webkit-box-shadow: 2px 4px 8px rgba(205,208,253, 0.8);
	-moz-box-shadow: 2px 4px 5px rgb(205,208,253);

    NOTmargin-right: 200px;
    min-width: 220px;
	behavior: url(/PIE/PIE.htc);
}





.cards {}

.cards > .card {
    display: inline-block;
    width: 30%;
    min-width: 230px;
    border: 1px solid black;
    margin: 10px;
    padding: 3px;
	box-shadow: 2px 4px 5px rgb(205,208,253);
    -webkit-box-shadow: 2px 4px 8px rgba(205,208,253, 0.8);
	-moz-box-shadow: 2px 4px 5px rgb(205,208,253);
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
    font-size: 12px;
    vertical-align: top;
}

.cards > .card:hover {
    max-height: 1000px !important;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: max-height;
    }

.footerbox {
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    border: none;
    padding: 0px;
    width: 237px;
    color: rgb(60,60,60);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: color;
    z-index: -10;

}

.footerbox:hover {
    color: black;
    }

.NOTfooterbox {
    bottom: 0px;
    left: 0px;
    margin: 200px 0 0 0;
    border: none;
    padding: 0px;
    width: 100%;
}

.footercontent {
    font-size: 10pt;
    margin: 2px;
}

.icon {
        width: 64px;
        height: 96px;
        display: block;
        font-size: 9pt;
        font-family: Tahoma, Arial;
        border: none;
        padding: 64px 0px 0px 0px;
        text-align: center;
        margin: 4px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
        background: url("icon64-unknown.png");
        background-repeat: no-repeat;

}
.icon[href$=".vcf"] { background-image: url("icon64-vcf.png"); }
.icon[href$=".doc"] { background-image: url("icon64-doc.png"); }

table.formlist {
	width: 100%;
}

.formlist th {
	text-align: right;
}

.formlist td input {
	width: 300px;
}


input:valid ~ .input-validation::before {
    content: "✓";
    color: green;
}

input:invalid {
    color: red;
}

