body{
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	color:#fff;
	text-align:justify;
	background-image:url("../images/background3.jpg");

}
#content1{
	width:1000px;
	overflow:hidden;
	margin:50px auto;
	background:white;
}
.photobanner{
	height:150px;
	width:1400px;
	margin-bottom:60px;
	margin-top:10px;
}
/*keyfrme annimations*/
.first{
	-webkit-animation:bannermove 30s linear infinite;
	-moz-animation:bannermove 30s linear infinite;
	-ms-animation:bannermove 30s linear infinite;
	-o-animation:bannermove 30s linear infinite;
	animation:bannermove 30s linear infinite;
}
@keyframes "bannermove"{
	0%{
		margin-left:0px;
	}
	100%{
		margin-left:-2125px
	}
}
@-moz-keyframes "bannermove"{
	0%{
		margin-left:0px;
	}
	100%{
		margin-left:-2125px
	}
}
@-webkit-keyframes "bannermove"{
	0%{
		margin-left:0px;
	}
	100%{
		margin-left:-2125px
	}
}
@-ms-keyframes "bannermove"{
	0%{
		margin-left:0px;
	}
	100%{
		margin-left:-2125px
	}
}
@-o-keyframes "bannermove"{
	0%{
		margin-left:0px;
	}
	100%{
		margin-left:-2125px
	}
}
.photobanner img{
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition: all 0.5s ease;
}
.photobanner img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
	
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#background{
	background-image:url("../images/bg-page-top-curve.jpg");
	background-repeat:no-repeat;
	background-position:top center;
}
#background1{
	background:url("../images/background3.jpg") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-0-background-size:cover;
	background-size:cover;
	
}
#page{
	width:950px;
	margin:0 auto;
	padding:0 5px;
}
#page .header{
	padding:78px 0 0 0;
}
#page .header .footer{
	background-image:url("../images/bg-page-bottom-curve.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	padding:0 0 0 0;
}
#page .header .footer .body{
	background-image:url("../images/bg-page.jpg");
	width:950px;
	overflow:hidden;
}

/*#page .shadow{
	background-image:url("../images/bottom-shadow.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height:35px;
}*/
#page .header .footer .body #sidebar{
	width:211px;
	float:left;
}
#page .header .footer .body #sidebar img#logo{
	border:0;
	margin:5px 5px 5px 5px;
}
#page .header .footer .body #sidebar ul.navigation{
	margin:0 0 50px 8px;
	padding:5px 0 0 0;
	list-style-type:none;
	background-image:url("../images/border-dashed.gif");
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
	width:200px;
	z-index:9990;
}
#page .header .footer .body #sidebar ul.navigation li{
	width:200px;
	height:40px;
	position:relative;
	line-height:40px;
	background-image:url("../images/menu-separator.jpg");
	background-repeat:no-repeat;
	background-position:0 35px;
}
#page .header .footer .body #sidebar ul.navigation li.last{
	background-image:url("../images/border-dashed.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}
#page .header .footer .body #sidebar ul.navigation li a{
	width:214px;
	height:40px;
	height:40px;
	display:block;
	position:absolute;
	left:0;
	top:-5px;
	text-align:center;
	padding-right:10px;
	color:#999999;
	text-decoration:none;
}
#page .header .footer .body #sidebar ul.navigation li a:hover{
	width:214px;
	height:40px;
	height:40px;
	display:block;
	position:absolute;
	color:#669933;
	background:url("../images/sprite.gif");
	background-repeat:no-repeat;
	background-position:200px -228px;
	text-shadow:#ffffff 2px 0px 1px;
}
#page .header .footer .body #sidebar ul.navigation li.active a{
	width:214px;
	height:40px;
	height:40px;
	display:block;
	position:absolute;
	color:#669933;
	background:url("../images/sprite.gif");
	background-repeat:no-repeat;
	background-position:200px -228px;
	text-shadow:#ffffff 2px 0px 1px;
}
#page .header .footer .body #sidebar .connect{
	background-image:url("../images/bg-social-sites.jpg");
	background-repeat:no-repeat;
	height:49px;
	width:186px;
	margin:0 auto;
}
#page .header .footer .body #sidebar .connect a{
	display:block;
	float:left;
	text-decoration:none;
	margin:10px 10px 0 20px;
}
#page .header .footer .body #sidebar .connect a.facebook{
	background-image:url("../images/sprite.gif");
	background-repeat:no-repeat;
	background-position:0 0;
	width:25px;
	height:26px;
	margin-left:20px;
}
#page .header .footer .body #sidebar .connect a.twitter{
	background-image:url("../images/sprite.gif");
	background-repeat:no-repeat;
	background-position:0 -76px;
	width:37px;
	height:26px;
}
#page .header .footer .body #sidebar .connect a.vimeo{
	background-image:url("../images/sprite.gif");
	background-repeat:no-repeat;
	background-position:0 -152px;
	width:32px;
	height:26px;
}
#page .header .footer .body #sidebar .footenote{
	width:186px;
	margin:0 auto;
	padding-top:50px;
}
#page .header .footer .body #sidebar .footenote span{
	color:#cccccc;
	display:block;
	font-size:10px;
	text-align:center;
}
#page .header .footer .body #sidebar .footenote span a{
	color:#cccccc;
	text-decoration:none;
}
#page .header .footer .body #sidebar .footenote span a:hover{
	color:#999999;
}
#page .header .footer .body #content{
	width:739px;
	float:left;
	padding-bottom:50px;
	overflow:hidden;
}
#page .header .footer .body #content .content img{
	border:0;
}
#page .header .footer .body #content .content{
	width:726px;
	background-image:url("../images/bg-inner-page.jpg");
	background-repeat:repeat-y;
	float:left;
	padding-top:20px;
	overflow:hidden;
}
#page .header .footer .body #content .content ul li{
	list-style-type:none;
	padding-right:40px;
}
#page .header .footer .body #content .content ul li span{
	display:block;
	font-style:Italic;
}
#page .header .footer .body #content .content ul li a{
	text-decoration:none;
}
#page .header .footer .body #content .content ul li a:hover{
	color:#cccccc;
}
#page .header .footer .body #content .content ul li a span{
	display:block;
	color:#ffffff;
	margin-top:20px;
	font-style:Italic;
}
#page .header .footer .body #content .content ul li h2 a{
	font-family:Helvetica;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#page .header .footer .body #content .content ul li p{
	font-family:Helvetica;
	font-size:14px;
	color:#ffffff;
}
#page .header .footer .body #content .content ul li p a{
	font-family:Helvetica;
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
}
#page .header .footer .body #content .content ul li p a:hover{
	font-family:Helvetica;
	font-size:14px;
	color:#cccccc;
}
#page .header .footer .body #content .content ul.article li{
	list-style-type:none;
	padding-right:40px;
	display:block;
	margin-bottom:30px;
	overflow:hidden;
}
#page .header .footer .body #content .content ul.article li img{
	float:left;
	margin:0 20px 0 0;
}
#page .header .footer .body #content .content ul.article li h2{
	margin:0;
}
#page .header .footer .body #content .content ul.article li h2 a{
	font-family:Helvetica;
	font-size:18px;
	font-style:Italic;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#page .header .footer .body #content .content ul.article li h2 a:hover{
	font-family:Helvetica;
	font-size:18px;
	font-style:Italic;
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
}
#page .header .footer .body #content .content ul.article li a{
	font-family:Helvetica;
	font-size:14px;
	font-style:Italic;
	color:#ffffff;
	text-decoration:none;
	margin-top:20px;
}
#page .header .footer .body #content .content ul.article li a:hover{
	font-family:Helvetica;
	font-size:14px;
	color:#cccccc;
}
#page .header .footer .body #content .content ul.article li p{
	margin-top:0;
}
#page .header .footer .body #content .content ul.article li p{
	font-family:Helvetica;
	font-size:14px;
	color:#ffffff;
	line-height:20px;
}
#page .header .footer .body #content .content ul.article li p a{
	font-family:Helvetica;
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
}
#page .header .footer .body #content .content ul.article li p a:hover{
	font-family:Helvetica;
	font-size:14px;
	color:#cccccc;
}
#page .header .footer .body #content .featured{
	width:294px;
	position:relative;
	z-index:20px;
	margin:-473px 0 25px 432px;
	overflow:hidden;
	display:block;
}
#page .header .footer .body #content .featured .body{
	background-image:url("../images/bg-slogan.jpg");
	background-repeat:no-repeat;
	width:272px;
	position:relative;
	z-index:40;
	top:-90px;
	height:260px;
	margin:0 10px;
}
#page .header .footer .body #content .featured .body p{
	padding:0 20px;
	margin-left:0;
}
#page .header .footer .body #content .featured .body p a{
	color:#ffffff;
}
#page .header .footer .body #content .featured .body p a:hover{
	color:#cccccc;
}
#page .header .footer .body #content .featured .header{
	background-image:url("../images/bg-heading.jpg");
	background-repeat:no-repeat;
	width:294px;
	height:90px;
}
#page .header .footer .body #content .featured .header ul{
	position:relative;
	top:-70px;
	left:0px;
	width:294px;
	margin:0;
	padding:0;
}
#page .header .footer .body #content .featured .header ul li{
	list-style-type:none;
	float:left;
	line-height:15px;
	padding:0 10px;
}
#page .header .footer .body #content .featured .header ul li p{
	color:#999999;
	font-family:Arial;
	font-size:12px;
	margin-top:0px;
	height:70px;
}
#page .header .footer .body #content .featured .header ul li.first{
	width:70px;
	height:90px;
	float:left;
	text-align:center;
	padding-top:10px;
}
#page .header .footer .body #content .featured .header ul li.first p{
	color:#ffffff;
	font-family:Arial;
	font-size:48px;
	margin-top:10px;
	text-align:center;
}
#page .header .footer .body #content .featured .header ul li.last{
	width:180px;
	height:90px;
	float:left;
}
#page .header .footer .body #content .featured .header ul li.last a{
	color:#999999;
}
#page .header .footer .body #content .featured .header ul li.last a:hover{
	color:#ffffff;
}
#container{
	width:100%px;
	height:350px;
	position:relative;
}



#container ul{
	width:100%px;
	height:350px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	width:100%px;
	height:350px;
	display:list-item;
		
	
}

#container li{
	width:100%px;
	height:350px;
	
	display:none;
}
.dropdown{
	position:relative;
	display:inline-block;
	}
.dropdown-content{
	display:none;
	position:absolute;
	min-width:160px;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	
}
.dropdown-content a{
	color:black;
	padding:12px 16px;
	text-decoration:none;
	display:bloxk;
	
}
.dropdown-content a:hover{background-color:#f1f1f1}
.dropdown:hover . dropdown-content{
	display:block;
}
.dropdown:hover .SERVICE{
	background-color:#3e8e41;
}
div.img {
    margin: 10px;
   /* border: 1px solid #ccc;*/
    float: left;
    width: 160px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
		line-height:20px;	
        text-align: center;
}
.button {
   /* background-color: #4CAF50;*/
    border: none;
    color: white;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
   /* margin: 4px 2px;*/
    cursor: pointer;
}
.button:hover{
	
	background-color: #4CAF50;
	
}
.dropbtn {
  /*  background-color: #4CAF50;*/
	text-align:center;
    color: gray;
    padding: 0px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	text-align: center;
    display: none;
    position: absolute;
   background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    
}