@charset "UTF-8";
/* CSS Document */

#MainCanvas {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

	-ms-overflow-y: hidden;
	overflow-y: hidden;
	/* fallback */
	background-color: #d8d8d8;
	background-position: 50% 70%;
	background-repeat: no-repeat;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(radial, 50% 70%, 0, 70% 60%, 100, from(#ededed), to(#d8d8d8)); 
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(50% 70%, closest-corner, #ededed, #d8d8d8);

	background: -moz-radial-gradient(50% 70%, closest-corner, #ededed, #d8d8d8);
	background: -o-radial-gradient(50% 70%, closest-corner, #ededed, #d8d8d8);
	background: -ms-radial-gradient(50% 70%, closest-corner, #ededed, #d8d8d8);
	background: radial-gradient(50% 70%, closest-corner, #ededed, #d8d8d8);

	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
}

#Header-L {
	width: inherit;
	min-width: 100%;
	max-width: 100%;
	height: inherit;
	min-height: 13%;
	max-height: 13%;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../Images/TopLeftBKGFull.svg);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#Header-R-top {
    position: absolute;  /*always fixed to the top of the browser window*/
    bottom: -15%;
    left: 17.8%;
	right: 0;
    width: 65%;
	max-width:65%;
    height: 18%;
	max-height:18%;
    z-index: 51;
	background-image: url(../Images/TopRightBKGtab.svg);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top;
}


#NavDown {
	background-color: transparent;
	width: 10%;
	height: 22%;
	right: 45%;
	top: 0;
	position: absolute;
	display: block;
	cursor: pointer;
}
#NavUp {
	background-color: #transparent;
	width: 10%;
	height: 22%;
	right: 45%;
	top: 0%;
	position: absolute;
	display: none;
	cursor: pointer;
}	
	


/*#Header-R-top {
	width: 50%;
	min-width: 50%;
	height: 12%;
	min-height: 86.4px;
	margin: 0;
	padding: 0;
	float: right;
	background-image: url(../Images/TopRightBKG.svg);
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 51;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
}*/
#Header-R {
	width: 50%;
	min-width: 50%;
	height: 6%;
	min-height: 6%;
	margin: 0;
	padding: 0;
	float: right;
	background: transparent;
	position: absolute;
	z-index: 90;
	left: 50%;
	right: 0;
	top: 6%;
	bottom: 0;
}

#BKGfooter {
	position: absolute;
	background-image: url(..Images/bottomBKG.svg);
	background-repeat: repeat-x;
	background-color: #484a4b;
	overflow: hidden;
	width: 100%;
	height: 7%;
	min-height: 50.4px;
	top: 93%;
	bottom: 0;
	z-index: 10;
}
