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

body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url(Images/bg.jpg);
	background-position: center;
	background-repeat: repeat;
}

center{
	padding: 0px;
	margin: auto;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 982px;
	height: auto;
}

#center{
	padding: 0px;
	margin: auto;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 982px;
	height: auto;
}

wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url(Images/bg.jpg);
	background-position: center;
	background-repeat: repeat;
}

.center{
	padding: 0px;
	margin: auto;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 981px;
	height: auto;
}

header {
	background-image: url(../images/header_image.jpg);
	background-repeat: none;
	background-size: auto;
	width: 100%;
	height: 384px;
	padding-top: 20px;
	float: left;
	border-bottom:10px solid white;
}

wrap-logo {
	width: 981px;
	height: auto;
	float: left;
}

topmenu {
	margin: 0;
	padding: 0;
	height: auto;
	width: 981px;
	float: left;
	bottom: 0;
	right: 0;
	position: relative;
	margin-left: 40px;
	padding-top: 228px;
}

topmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: 100%;
	float: right;
}

topmenu li {
  	font-family:'CenturyGothic-Regular';
	float: left;
	padding: 0;
  	margin-left:-30px;
	vertical-align:middle;
	display: table;
}

topmenu li a {
    display: table-cell;
	vertical-align:middle;
	width: 134px;
	height: 44px;
    color: #5c8e3c;
    text-align: center;
    padding: 0;
    text-decoration: none;
	background-image: url(../images/nav_button.png);
	background-position:center;
	background-size: 100%;
	backgroun-repeat: none;
	position: relative;
    z-index:2;
	font-size: 1em;
}

topmenu li a:hover:not(#active) {
    background-image: url(../images/nav_button_hover.png);
	background-position:center;
	background-size: 100%;
	backgroun-repeat: none;
	color: white;
	z-index: 10;
}

#active {
    background-image: url(../images/nav_button_hover.png);
	background-position:center;
	background-size: 100%;
	backgroun-repeat: none;
	color: white;
    top: 0;
    left: 0;
	z-index: 10;
}

.adjust { 
	font-size: 0.7em;
}

.adjust2 { 
	font-size: 0.6em;
}

content-top {
	width: 100%;
	height: 180px;
	pading: 0px;
	margin: 0;
	float: left;
	background-image: url(Images/hand.png);
	background-repeat: no-repeat;
	background-position: center;
	}

content-left {
	width: 456px;
	height: auto;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
	}
	
content-left p {
	font-family:'CenturyGothic-Bold';
	font-size: 35px;
	color: #8a70b2;
	text-align: left;
	float: left;
	}
	
content-left br {
	line-height: 60px;
	}
	
content-right {
	width: 430px;
	height: auto;
	margin: 0;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
}

content-right h1 {
	font-family:'CenturyGothic-Regular';
	font-size: 20px;
	color: #3e4e56;
	text-align: left;
	float: left;
	}
	
content-right p {
	font-family:'CenturyGothic-Regular';
	font-size: 18px;
	color: #3e4e56;
	text-align: left;
	float: left;
	}
	
content-right img {
	padding-top: 0px;
	}
	
content-right br {
	line-height: 25px;
	}
	
content-right a {
	color: inherit;
	text-decoration: none;
	}
	
content-right a:hover {
	color: #5c8e3c;
	text-decoration: none;
	}
	
content-right a:active {
	color: #8a70b2;
	text-decoration: none;
	}

.left {
	float: left;
}

img {
	margin: 0px;
	padding: 0px;
}
.right {
	float: right;
}

footer {
	width: 100%;
	height: 60px;
	float: left;
	padding: 20px;
	margin: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url(Images/footer.png);
	background-position: bottom;
	background-repeat: repeat;
}
