@charset "UTF-8";
a img { border: none; }
body {
	margin: 0;
	padding: 0;
	background-color: #818991;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;

}

h1 {
	font-size: 19px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
h2 {
	text-align: left;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
h3 {
	text-align: left;
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
h4 {
	text-align: left;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	visibility: hidden;
}

.wrapper {
	background-color: #231F20;
	margin-right: auto;
	margin-left: auto;
	height: 1110px;
	width: 960px;
	position: relative;
}

/* Horizontal Menu Items */
#hamitems {
	display: flex;
	visibility: hidden;
	position: absolute;
	top: -100px;
}
/* [ON BIG SCREENS] */
/* Wrapper */
#hamnav {
	width: 480px;
	/* Optional */
  position: absolute;
	margin-right: auto;
	margin-left: auto;
	background-color: #818991;
	visibility: hidden;
	top: -100px;
}

.header {
	height: 240px;
	width: 960px;
	position: absolute;
	top: 0px;
	background-color: #231F20;
	background-image: url(../images/header.png);
}
.headType {
	height: 165px;
	width: 260px;
	position: absolute;
	top: 17px;
	right: 75px;
}
.nav1 {
	background-color: #231F20;
	position: absolute;
	height: 50px;
	width: 960px;
	top: 240px;
}
.navSlice {
	background-color: #231F20;
	position: absolute;
	height: 50px;
	width: 510px;
	background-image: url(../images/navSlice2.png);
}
.smedia1 {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #231F20;
}
.smedia2 {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #231F20;
	left: 50px;
}
.smedia3 {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #231F20;
	left: 100px;
}
.smedia4 {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #231F20;
	left: 150px;
}
.smedia5 {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #231F20;
	left: 200px;
}






.nav2 {
	background-color: #231F20;
	position: absolute;
	height: 50px;
	width: 450px;
	left: 510px;
}
.home {
	background-color: #A4C2DB;
	position: absolute;
	height: 50px;
	width: 150px;
	background-image: url(../images/homeOn.png);
}
.about {
	background-color: #A4C2DB;
	position: absolute;
	height: 50px;
	width: 150px;
	left: 150px;
}
.contact {
	background-color: #A4C2DB;
	position: absolute;
	height: 50px;
	width: 150px;
	left: 300px;
	background-image: url(../images/contactOn.png);
}
.leftBar {
	background-color: #231F20;
	height: 530px;
	width: 240px;
	position: absolute;
	left: 0px;
	top: 290px;
	background-image: url(../images/leftBar.png);
}
.leftType1 {
	height: 120px;
	width: 185px;
	position: absolute;
	top: 25px;
	left: 25px;
}
.leftType2 {
	height: 260px;
	width: 170px;
	top: 135px;
	left: 45px;
	position: absolute;
}
.leftType2B {
	height: 120px;
	width: 185px;
	position: absolute;
	top: 410px;
	left: 25px;
}
.leftType3 {
	height: 100px;
	width: 160px;
	top: 175px;
	left: 65px;
	position: absolute;
	visibility: hidden;
}
.leftType4 {
	height: 100px;
	width: 160px;
	top: 175px;
	left: 65px;
	position: absolute;
	visibility: hidden;
}
.leftType4B {
	height: 120px;
	width: 185px;
	position: absolute;
	top: 410px;
	left: 25px;
	visibility: hidden;
}
.slideShowC {
	background-color: #231F20;
	position: absolute;
	height: 480px;
	width: 720px;
	left: 240px;
	top: 290px;
	visibility: hidden;
	overflow: hidden;
}
.slideShow {
	background-color: #231F20;
	position: absolute;
	height: 480px;
	width: 720px;
	left: 240px;
	top: 290px;
}


.bottomLeft {
	background-color: #231F20;
	position: absolute;
	height: 240px;
	width: 480px;
	top: 820px;
	left: 0px;
	background-image: url(../images/bottomLeft.png);
}
.bottomRight {
	position: absolute;
	height: 240px;
	width: 480px;
	top: 820px;
	left: 480px;
	background-image: url(../images/bottomRight.png);
	background-color: #231F20;
}
.bottomRightType {
	height: 135px;
	width: 420px;
	position: absolute;
	top: 50px;
	left: 25px;
}

.footer {
	background-color: #231F20;
	position: absolute;
	height: 50px;
	width: 960px;
	top: 1060px;
	background-image: url(../images/footer.png);
}
