/* Body */

html, body {
	margin: auto;
	color: #0c1117;
	text-align: center;
	font-size: 10px;
	background: #f0eee3 url(../images/general/background-noise.jpg);
}






#body {
	padding: 0%;
	padding-bottom: 0%;
	-webkit-text-size-adjust: 100%;
}


img  {
	text-decoration: none;
	border-bottom: none;
	border-style: none;
}





/* Content */

#content {
	width: 100%;
	padding: 0px 0px 0px 0px;
	float: left;
	background: #fdfcf5;
	position: relative;
}


#column-full {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0% 5% 10% 5%;
	box-sizing: border-box;
}

#column-left {
	width: 42%;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0% 4% 2% 4%;
	border-right: 1px solid #dbdad2;
}

#column-left-half {
	width: 42%;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0% 4% 2% 0%;
}

#column-right {
	width: 42%;
	float: right;
	margin: 0 0 0 -1px;
	padding: 0% 4% 2% 4%;
	border-left: 1px solid #dbdad2;
}

#column-centered {
	width: 42%;
	float: left;
	text-align: center;
}

#column-board-left {
	width: 45%;
	float: left;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

#column-board-right {
	width: 45%;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
}



/* Rows */

#row {
	width: 100%;
	float: left;
}

#slideleft {
	width: 50%;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	box-sizing: border-box;
}

#slideright {
	width: 50%;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: right;
	box-sizing: border-box;
}


#rowindexphoto {
	width: 100%;
	height: 280px;
	margin: 0%;
	float: left;
	background: url(../images/panorama0.jpg) no-repeat 50% 50%;
	background-size: cover;
	box-sizing: border-box;
}


#rowindexname {
	width: 100%;
	height: 120px;
	margin: 0%;
	padding: 10px;
	float: left;
	background: #9d908a url(../images/headers/logo_wide.svg) no-repeat 50% 50%;
	background-size: 100%;
	box-sizing: border-box;
}


.row-nav {
	width: 100%;
	min-height: 53px;
	padding: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: rgba(186, 176, 182, 0.90);
	border-bottom: dotted 1px  #87877c;
	box-sizing: border-box;
	vertical-align: middle;
}


.row-navblue {
	width: 100%;
	min-height: 53px;
	padding: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: rgba(126, 175, 198, 0.90);
	border-bottom: dotted 1px  #87877c;
	box-sizing: border-box;
	vertical-align: middle;
}


.row-nav-inner {
	height: 10px;
	max-width: 1200px;
	margin: auto;
}


#row-hr {
	width: 100%;
	margin-top: 24px;
	margin-right: 0;
	background: transparent;
	float: left;
	box-sizing: border-box;
}


.row-navspace {
	width: 100%;
	height: 40px;
	background: transparent;
	float: left;
	box-sizing: border-box;
}




/* H Rules */


#rule01 {
	width: 100%;
	margin: 2px 0px 30px 0px;
	height: 1px;
	float: left;
	border-bottom: 1px solid #6f6e6a;
	box-sizing: border-box;
}




/* Images */

img.floatLeft { 
	max-width: 50%;
    float: left; 
    margin-top: 20px; 
    margin-right: 10px; 
    margin-bottom: 20px; 
}

img.floatRight { 
	max-width: 50%;
    float: right; 
    margin-top: 20px; 
    margin-left: 15px; 
    margin-bottom: 20px; 
}

img.floatCenter { 
    text-align: left;
    margin-top: 20px; 
    margin-bottom: 20px; 
    float: left; 
	width: 100%;
	height: 100%;
}
