@charset "UTF-8";

/* = = = IsleDesign v2020 Main Stylesheet = = = */
/* - - - Main Page Styles - - - */
html {
	overflow-x: hidden;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/tmp_PageBackground1.jpg);
	background-attachment: fixed;
	background-color: #AAA;
}

#pageFrame {
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	transition: height 0.25s ease-out;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#pageFrame::-webkit-scrollbar {
	display: none;
}

/* - - - - - Header & Nav Styles - - - - - */
#headerNav {
	position: absolute;
	table-layout: fixed;
	white-space: nowrap;
	width: 100%;
	height: 300px;
	left: 0;
	top: 0;
	background-image: url(images/tmp_HeaderNav_BG.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#headerNav .logoArea {
	width: 320px;
	height: 320px;
}

#headerNav .navArea {
	width: 400px;
	height: 85px;
	vertical-align: center;
}

.navArea a:hover {
	text-decoration: none;
}

.navButton {
	display: inline-block;
	width: 60px;
	height: 60px;
	overflow: visible;
	text-align: center;
	vertical-align: bottom;
	margin: 4px;
	background-size: 50px 50px;
	background-position: 50% 40%;
	background-repeat: no-repeat;
	transition: background-size 0.5s, background-position 1s;
	z-index: 6;
}

.navButton:hover {
	background-size: 60px 60px;
	background-position: 50% 20%;
}

.navButton p {
	font-family: "Oswald", "Futura", Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 2px 5px #000;
	text-decoration: none;
	margin-top: 40px;
	color: #FFF;
}

/* - - - - - Main Body Styles - - - - - */
#pageBody {
	left: 0;
	width: 100%;
	height: auto;
	background-image: url(images/tmp_Body_BGtexture.png);
	background-repeat: repeat;
}

#pageBody .top {
	height: 50px;
}

#pageBody .middle {
	width: 950px;
	padding: 15px;
	background-image: url(images/tmp_Body_CornerGraphic.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#pageBody .contentTable {
	width: 950px;
}

/* - - - - - Footer Styles - - - - - */
#footer {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	vertical-align: middle;
	text-align: center;
	background-color: #000;
	background-image: url(images/tmp_Footer_CornerGraphic.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#footer p {
	color: #FFF;
	margin-bottom: 10px;
}

#footer .contentArea {
	display: block;
	width: 500px;
	padding: 4px;
	text-align: center;
	background-image: url(images/tmp_Footer_CenterHighlight.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#footer .socialIcon {
	width: 30px;
	height: 30px;
	border: none;
	margin-left: 4px;
	margin-right: 4px;
}