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

a:text    {color:#000; text-decoration:none}
a:link    {color:#000; text-decoration:none}
a:visited {color:#000; text-decoration:none}
a:active  {color:#000; text-decoration:none}
a:hover   {color:#35a245; text-decoration:none}
/* ALL LINKS NO DEFINED CLASS ACT LIKE THIS
*/
/* RED LINKS 

a.orange:text    {color:#FF6600; text-decoration:none}
a.orange:link    {color:#FF6600; text-decoration:none}
a.orange:visited {color:#FF6600; text-decoration:none}
a.orange:active  {color:#FF6600; text-decoration:none}
a.orange:hover   {color:#FF6600; text-decoration:underline}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body {
	
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	FONT-WEIGHT: normal;    
    color: #2E415F;
	background-color:#fff;
}
#main {
	background: url(../img/bg.png) no-repeat fixed;
	background-repeat: repeat-x;
	max-width: 100%;
	  height: 100%;
	  margin: 0 auto;
	  background-color: #fff;/*93050a */
  
}
#logoWrap { 
	background: url(../img/logo/NY_logo.png) no-repeat top left transparent; 
	margin: 0px; 
	width: 170px; 
	height: 170px; 
	position: relative; 
	float: left;	
	text-align:center;
	}
#bannerWrap {
	background: url(../img/logo/banner.png) no-repeat top left transparent;
	padding: 5px 5px;
	margin: 5px 5px 5px; 
	width: 832px; height: 170px;
	text-align:right; 
	float:right;
	/*
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;*/
	}
#header { 
	background: url(../img/header.jpg) no-repeat top left transparent;
	overflow: hidden; 
	background-color:#35a245; 
	margin: 0 auto; 
	width: 1024px; 
	height: 175px; 
	position: relative;
	padding-bottom:5px;
	-moz-box-shadow: 0 0 5px 5px #300; 
	-webkit-box-shadow: 0 0 5px 5px #300; 
	box-shadow:0 0px 5px 0px #300;
	}
#container {
	overflow: hidden;
	position: relative;
	margin: 0 auto; 
	width: 100%;
	height:100%;
	background-color:#fff;
	-moz-box-shadow: 0 0 5px 5px #300; 
	-webkit-box-shadow: 0 0 5px 5px #300; 
	box-shadow:0 2px 5px 1px #300; 
  
}
#about_container {
	overflow: hidden;
	position: relative;
	margin: 0 auto; 
	width: 1024px;
	background-color:#fff;
	padding-left:5px;
	-moz-box-shadow: 0 0 5px 5px #300; 
	-webkit-box-shadow: 0 0 5px 5px #300; 
	box-shadow:0 0px 5px 0px #300; 
  
}
#gal_container {
	overflow: hidden;
	position: relative;
	margin: 0 auto; 
	width: 1024px;
	background-color:#fff;
	padding-left:5px;
	-moz-box-shadow: 0 0 5px 5px #300; 
	-webkit-box-shadow: 0 0 5px 5px #300; 
	box-shadow:0 0px 5px 0px #300; 
  
}
#contact_container {
	overflow: hidden;
	position: relative;
	margin: 0 auto; 
	width: 1024px;
	background-color:#fff;
	padding-left:5px;
	-moz-box-shadow: 0 0 5px 5px #300; 
	-webkit-box-shadow: 0 0 5px 5px #300; 
	box-shadow:0 0px 5px 0px #300; 
  
}
.about_tx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-right:5px;
	font-weight: lighter;
	font-size: 14px;
	}
.info_tx {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	margin-right:10px;
	font-weight: bold;
	font-size: 16px;
	}
.big_tx {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	margin-right:10px;
	font-weight: bold;
	font-size: 28px;
	}
.simplebox {
	background-image:url(../img/about.JPG);
  width: 600px;
  height:380px;
  float:left;
  margin: 10px 10px;
  border: solid #CCC 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


section {
  /* position is static by default */
  margin-left: 200px;
}
footer {
  position: static;
  bottom: 0;
  left: 0;
  height: 70px;
  color: #CCC;
  background-color: #fff;
  width: 100%;
  text-align:center;
}
/* Menu */
#menu { 
	overflow: hidden; 
	background-color:#fff; 
	margin: 0 auto; 
	width: 1024px; 
	position: relative;
	padding-bottom:0px;
	-moz-box-shadow: 0 0 5px 5px #300; 
	-webkit-box-shadow: 0 0 5px 5px #300; 
	box-shadow:0 0px 5px 0px #300;
	}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
	}

li {
    float: left;
}

li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	-moz-box-shadow: 0 0 1px 0px #300; 
	-webkit-box-shadow: 0 0 1px 0px #300; 
	box-shadow:0 0px 1px 0px #300;
}

li a:hover:not(.active) {
    background-color: #4CAF50;
	color:#F00;
}

.active {
    background-color: #4CAF50;
	color:#F00;
}
#map { 
	float: right;
	overflow: hidden; 
	background-color:#fff; 
	margin: 0 auto; 
	width: 60%; 
	position: relative;
	padding-bottom:5px;
	
	border:#CCC solid 1px;
	}
.contact { 
	float: left;
	overflow: hidden; 
	background-color:#fff; 
	margin: 5px  auto; 
	width: 40%; 
	position: relative;
	padding-left:5px;
	padding-bottom:5px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	}