/* RESET */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p,
a, code, em, img, q, s, samp,
small, strike, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
embed, 
	dummy {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	text-decoration: none;
	}
/* /RESET */

body, html {
	background: #ACC0C7;
	background-image: url('i/background.jpg');
	background-size: 100vw 100vh;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	}

h1 {
	float: left;
	margin: 0 5px 0 0;
	padding: 35px 50px 5px 20px;
	border-radius: 0 0 5px 5px;
	font-family: 'Roboto', Arial, serif;
	font-size: 18px;
	font-weight: 300;
	color: #758C92;
	/*background: #FFFFFF;*/
	background-image: url('i/header-background-signature.png');
	height: 60px;
	width: 210px;
	}
h2, h3, p {
	margin-left: 10px;
	padding-top: 130px;
	font-family: 'Roboto Slab', Georgia, serif;
	font-size: 16px;
	font-weight: 500;
	color: #7EFF00;
	}
h3 {
	font-size: 14px;
	font-weight: 300;
	padding: 25px 0 10px 0;
	color: #FFFFFF;
	}

.separatorLine {
	margin: 0 20px;
	float: left;
	width: 4px;
	height: 55px;
	background: #C0143C;
	background: #FFFFFF;
	}

#menuContainerId {
  position: absolute;
  top: 0;
  position: fixed;
}

#menuContainerId.fixed {
  position: fixed;
  top: 0;
}


.menuPlaceholder {
	height: 150px;
	}

.menuContainer {
	width: 100%;
	padding: 0 0 0 0;
	}
	.menuContainerInner {
		width: 900px;
		margin: 0 auto;
		/*border-radius: 0 0 5px 5px;*/
		border-bottom: #7EFF00 3px solid;
		background-image: url('i/header-background.png');
		}

a.menuItem {
	float: right;
	margin: 0 0 0 0;
	/*border-radius: 0 0 5px 5px;*/
	font-family: 'Roboto', Arial, serif;
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
	padding: 65px 15px 10px 15px;
	text-decoration: none;
	height: 25px;
	}
a.menuItem:hover {
	color: #7EFF00;
	background: #032942;
	}


.eml {
	width: 870px;
	padding: 5px 15px 5px 15px;
	text-align: right;
	color: #718e9f;
	font-family: 'Roboto', Arial, serif;
	font-size: 11px;
	background-image: url('i/header-background.png');
	}
	.eml a {
		color: #718e9f;
		}
	.eml a:hover {
		color: #7EFF00;
		}


.thumbnails {
	width: 920px;
	margin: 0 auto;
	}
.col {
	width: 460px;
	/*margin: 10px;*/
	float: left;
	}
.thumbnailContainer {
	width: 400px;
	/*height: 400px;*/
	overflow: hidden;
	padding: 20px;
	margin: 10px;
	float: left;
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	}
	.thumbnailContainer img {
		border-radius: 5px 5px 5px 5px;
		}
.thumbPreview {
	border: 0;
	}





.clr {
	clear: both;
	}