body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	min-width:1020px;
	height:100%;
	background-color:#303030;
}
#headerwrapper{
	width:100%;
	position:relative;
	height: 190px;
  	background: url('img/bg.gif');
}

#header{
	width:1020px;
	height:175px;
	margin: 0 auto;
}
#logo{
	width:600px;
	height:125px;
	margin-top:25px;
	position:absolute;
}
#address{
	width:420px;
	height:125px;
	margin-top:40px;
	position:absolute;
	margin-left:700px;
	color:#fff;
        font-family: Verdana;
  	font-size: 16px;
}
#socialmedia{
	width:250px;
	height:35px;
	position:absolute;
	margin-left:700px;
	margin-top:115px;
	color:#fff;
	font-family:verdana;
	font-size:16px;
}

#fb a:hover{ 
	color:#ffffff; 
	text-decoration:none; 
}

a#fb {
	color:#ffffff; 
	text-decoration:none;
}

#navbar{
	width:1020px;
	height:40px;
	position:absolute;
	margin-top:170px;
	border-radius:10px;
	-moz-border-radius:10px;
	background-color:#0099CC;
  	color: #ffffff;
	cursor:pointer;
	z-index:100;
	-webkit-box-shadow: 0 8px 10px -6px black;
	   -moz-box-shadow: 0 8px 10px -6px black;
	        box-shadow: 0 8px 10px -6px black;
}

	#menu,
	#menu ul,
	#menu li,
	#menu a {
		margin: 0;
		padding: 0;
		border: none;
		outline: none;
	}
	
	/* menu style */
	#menu {
		font-family: Verdana;
		text-align:center;
		list-style: none;
		margin-left:10px;	
		height: 40px;
	
		background:#0099CC;
		color:#FFFFFF;
	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	#menu li {
		position: relative;
		list-style: none;
		float: left;
		display: block;
		height: 40px;
	}
	
	/* style of links under menu */
	#menu li a {
		display: block;
		padding: 5px 22px;
		margin: 0;
		line-height: 28px;
		text-decoration: none;
		height:30px;
		font-size: 18px;
		text-align:left;
		white-space: nowrap;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
	}
	
	#menu li:first-child a { border-left: none; }
	#menu li:last-child a{ border-right: none; }
	
	#menu li:hover > a { background: #636363; }
	
	/* sub nav styles */
	#menu ul {
		position: absolute;
		top: 40px;
		left: 0;
		padding:0 0 5px 0;
		opacity: 0;
		
		background:#636363;
	
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	
		-webkit-transition: opacity .25s ease .1s;
		-moz-transition: opacity .25s ease .1s;
		-o-transition: opacity .25s ease .1s;
		-ms-transition: opacity .25s ease .1s;
		transition: opacity .25s ease .1s;
	}
	
	#menu li:hover > ul { opacity: 1; }
	
	#menu ul li {
		height: 0;
		overflow: hidden;
		padding: 0;
		
		-webkit-transition: height .25s ease .1s;
		-moz-transition: height .25s ease .1s;
		-o-transition: height .25s ease .1s;
		-ms-transition: height .25s ease .1s;
		transition: height .25s ease .1s;
	}
	
	#menu li:hover > ul li {
		height: 36px;
		overflow: visible;
		padding: 0;
	}
	
	#menu ul li a {
		width:100px;
		padding: 4px 14px 4px 14px;
		margin: 0;
		font-size: 13px;
		border: none;
	}
	
	#menu ul li:last-child a { border: none; }



p {word-wrap:break-word;}

#contentwrapper{
	width:100%;
	height:810px;
	position:absolute;
	background-color:#fff;
}

#contentwrapper2{
	width:100%;
	height:1470px;
	position:absolute;
	background-color:#fff;
}

#contentwrapper3{
	width:100%;
	height:700px;
	position:absolute;
	background-color:#fff;
}

#contentwrapper4{
	width:100%;
	height:850px;
	position:absolute;
	background-color:#fff;
}

#contentwrapper5{
	width:100%;
	height:1460px;
	position:absolute;
	background-color:#fff;
}

#contentwrapper6{
	width:100%;
	height:690px;
	position:absolute;
	background-color:#fff;
}

#contentwrapper7{
	width:100%;
	height:550px;
	position:absolute;
	background-color:#fff;
}

#frm
{
margin-left:40px;
}

#slider{
	width:1020px;
	height:400px;
	position:relative;
	background: url('../img/loading.gif') no-repeat 50% 50%;
	-webkit-box-shadow: 0 12px 15px -5px black;
	   -moz-box-shadow: 0 12px 15px -5px black;
	        box-shadow: 0 12px 15px -5px black;
}

#slider img{
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#slider a{
	border:0;
	display: block;
}

.gallery{
	width:800px;
	height:500px;
}

#gallery clearfix{
	list-style: none;
}

#content{
	width:1020px;
	height:300px;
	margin: 0 auto;
	margin-top:50px;
	border-radius:10px;
}

#contents{
	width:980px;
	height:1370px;
	margin: 0 auto;
	margin-top:50px;
	padding:10px 20px;
	font-family:verdana;
	font-size:16px;
	color:#4b4b4b;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	background: url('../img/contentbg.png');
	background-position: bottom right;
    background-repeat: no-repeat;
}
#contents2{
	width:980px;
	height:600px;
	margin: 0 auto;
	margin-top:50px;
	padding:10px 20px;
	font-family:verdana;
	font-size:16px;
	color:#4b4b4b;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

#contents3{
	width:980px;
	height:750px;
	margin: 0 auto;
	margin-top:50px;
	padding:10px 20px;
	font-family:verdana;
	font-size:16px;
	color:#4b4b4b;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	background: url('img/contentbg.png');
	background-position: bottom right;
    background-repeat: no-repeat;
}

#contents4{
	width:980px;
	height:1360px;
	margin: 0 auto;
	margin-top:50px;
	padding:10px 20px;
	font-family:verdana;
	font-size:16px;
	color:#4b4b4b;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	background: url('img/contentbg.png');
	background-position: bottom right;
    background-repeat: no-repeat;
}

#contents5{
	width:980px;
	height:600px;
	margin: 0 auto;
	margin-top:50px;
	padding:10px 20px;
	font-family:verdana;
	font-size:16px;
	color:#4b4b4b;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	background: url('img/contentbg.png');
	background-position: bottom right;
    background-repeat: no-repeat;
}
#contents5 img{
	padding:5px;
}
#contents5 img:hover{
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

#contents6{
	width:980px;
	height:450px;
	margin: 0 auto;
	margin-top:50px;
	padding:10px 20px;
	font-family:verdana;
	font-size:16px;
	color:#4b4b4b;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	background: url('img/contentbg.png');
	background-position: bottom right;
    background-repeat: no-repeat;
}

#contactform{
	width:600px;
	height:500px;
	position:absolute;
}

#map{
	width:400px;
	height:500px;
	position:absolute;
	margin-left:550px;
	font-size:14px;
}

.zoom {
			display:inline-block;
			position:relative;
			border: 1px solid #000;
			-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
		}

		.zoom img {
			display: block;
			
		}

		.zoom img::selection { background-color: transparent; }

#message{
	width:310px;
	height:290px;
	position:absolute;
	margin-top:40px;
	padding:0px 10px 10px 10px;
	font-family: verdana;
	color:#636363;
	font-size:15px;
	z-index:2;
}

.image{
	width:310px;
	height:125px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}


.thumbnails{
	width:70px;
	height:70px;
	padding-right:5px;
	float:left;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.news{
	height:70px;
	padding-bottom:10px;
}

hr{
	float:clear;
}

#about{
	width:310px;
	height:290px;
	position:absolute;
	margin-top:40px;
	padding:0px 10px 10px 10px;
	margin-left:345px;
	font-family: verdana;
	color:#636363;
	font-size:15px;
	z-index:2;
}

.button{
	background: #636363;
	color: white;
	font-size: 14px;
	padding: 4px 10px;
	display: inline-block;
	margin: 0px;
	border-radius: 5px;
	text-shadow: none;
}

a {
	color: #636363;
	outline: none;
	text-decoration: none;
}

a.button:hover{
	background:#0099cc;
	margin-top:-1px;
	color:#fff;
	text-decoration:none;
	-webkit-box-shadow: 0 8px 10px -6px black;
	   -moz-box-shadow: 0 8px 10px -6px black;
	        box-shadow: 0 8px 10px -6px black;
}

#links a:hover{
	color: #0099cc;
	text-decoration: none;
}

#events{
	width:310px;
	height:290px;
	position:absolute;
	margin-top:40px;
	padding:0px 10px 10px 10px;
	margin-left:690px;
	font-family: verdana;
	color:#fff;
	font-size:15px;
	background-color:#0099CC;
	border-radius:10px;
	-moz-border-radius:10px;
	z-index:2;
	-webkit-box-shadow: 0 8px 10px -6px black;
	   -moz-box-shadow: 0 8px 10px -6px black;
	        box-shadow: 0 8px 10px -6px black;
}

#footerwrapper{
	width:100%;
	margin-top:800px;
}

#footerwrapper2{
	width:100%;
	margin-top:1460px;
}

#footerwrapper3{
	width:100%;
	margin-top:690px;
}

#footerwrapper4{
	width:100%;
	margin-top:830px;
}

#footerwrapper5{
	width:100%;
	margin-top:1450px;
}

#footerwrapper6{
	width:100%;
	margin-top:680px;
}

#footerwrapper7{
	width:100%;
	margin-top:530px;
}

#footerwrapper8{
	width:100%;
	margin-top:670px;
}

#footer{
	width:1020px;
	height:30px;
	margin:0 auto;
}
#footer2{
	width:600px;
	height:30px;
	margin-top:25px;
	position:absolute;
	font-family: verdana;
	color:#666666;
	font-size:13px;
}
#links{
	width:420px;
	height:30px;
	position:absolute;
	margin-top:25px;
	margin-left:600px;
	font-family: verdana;
	color:#666666;
	font-size:13px;
}
