.input-table tr{
	padding:10px;
	line-height:35px;
}

input[type=text], input[type=password], input[type=email], input[type=date], select{
	  width: 100%;
  padding: 8px 10px;
  margin: 4px 0;
  box-sizing: border-box;
}

input[type=button], input[type=submit] {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  background-color:#096;
  border-radius:5px;
  padding:15px;
  color:#FFF;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

input[type=button]:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  background-color:#fff;
  border: 2px solid #4CAF50;
  cursor:pointer;
  color:#000;
}

#menu, #menu ul {
	margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:38px;
	/*z-index:30;*/
}

#menu ul {
	line-height:30px;
	margin-left:10px;
}

#menu a:link, #menu a:active, #menu a:visited{
    display:block;
    padding:0px 5px;
    border:0px solid #1B3D3F;
    color:#060;
    text-decoration:none;
	font-size:14px;
	font-weight:bold;
    /*background-color:#1B3D3F;*/
 }

#menu a:hover{
    background-color:#fff;
    color:#1B3D3F;
}

#menu li{
    float:left;
    position:relative;
}

#menu>li>a {
	padding:0 10px !important;
}

#menu ul {
    position:absolute;
    width:12em;
    top:38px;
    display:none;
}

#menu li ul a{
    width:12em;
    float:left;
	padding-left:15px !important;
	margin-left:15px;
	background-color:#fff;
}

#menu ul ul{
	top:auto;
}

#menu li ul ul {
    left:12em;
    margin:0px 0 0 10px;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
    display:none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
    display:block;
}

body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#666;
}
body {
	
	background-color: #D1D3D2;
	margin: 0px;
}
a:link {
	text-decoration: underline;
	/*color:#090;*/
}
a:visited {
	text-decoration: underline;
	/*color:#090;*/
}
a:hover {
	text-decoration: none;
	color:#D5D500;
}

.extra {
	font-size:12px;
	line-height:17px;
}
a{
	-webkit-transition-property: color, text-decoration;
	-moz-transition-property: color, text-decoration;
	transition-property: color, text-decoration;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	text-decoration:none;
}

a:focus {
	text-decoration: none;
	color:#D5D500;
}

a:active {
	text-decoration: underline;
	color:#090;
}

.read-more {
	color:#000000;
	padding:10px 15px;
	background-color:#606815;
	background-color:rgba(96, 104, 21, 0.8);
	text-decoration:none;
	border-radius:5px;
}

.read-more:hover {
	box-shadow:inset 0px 0px 5px 1px rgba(0, 0, 0, 1);
	background-color:#606815;
	background-color:rgba(96, 104, 21, 1);
}


.read-more{
	-webkit-transition-property: box-shadow, background-color;
	-moz-transition-property: box-shadow, background-color;
	transition-property: box-shadow, background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	color:#000;
}

.read-more:focus {
	box-shadow:inset 0px 0px 5px 1px rgba(0, 0, 0, 1);
	background-color:#606815;
	background-color:rgba(96, 104, 21, 1);
}

.main_heading {
	display:block;
	font-size:16px;
	padding:10px;
	margin:0;
	color:#FF0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#004000;
	background-image:-webkit-radial-gradient(#009700, #004000);
	background-image:-moz-radial-gradient(#009700, #004000);
	background-image:radial-gradient(#009700, #004000);
}

h1, .headin1 {
	font-size:26px;
	color:#606815;
	color:rgba(96, 104, 21, 1);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 auto;
	font-style:normal;
	font-weight:normal;
}

h2, .headin2 {
	font-size:22px;
	color:#606815;
	color:rgba(96, 104, 21, 1);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 auto;
	font-style:normal;
	font-weight:normal;
	}

h3, .headin3 {
	font-size:18px;
	color:#000;
	color:rgba(96, 104, 21, 1);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 auto;
	font-style:normal;
	font-weight:normal;
}

div#over-all {
	width:100%;
	float:left;
	height:600px;
	z-index:1;
}

div#out-bar1 {
	width:inherit;
	height:113px;
	padding-top:7px;
	float:left;
	background-color:#DED810;
	background-image:linear-gradient(#DED810, #F8F59E);
	background-image:-moz-linear-gradient(#DED810, #F8F59E);
	background-image:-webkit-linear-gradient(#DED810, #F8F59E);
	text-align:center;
}


div#out-bar2 {
	width:inherit;
	height:50px;
	float:left;
	background-color:#004000;
}

div#out-bar3 {
	width:inherit;
	height:auto;
	float:left;
}

div#out-bar4 {
	width:inherit;
	height:auto;
	float:left;
	background-color:#004000;
	z-index:2;
}

div#wrapper {
	margin:0 auto;
	margin-top:-130px;
	height:auto;
	width:950px;
	position:relative;
	z-index:10;
}

div#in-wrapper {
	width:950px;
	height:auto;
	float:left;
	position:relative;
	z-index:11;
	margin-bottom:30px;
	
}

div#in-bar1 {
	height:51px;
	width:inherit;
	float:left;
}


div#in-bar2 {
	height:40px;
	width:940px;
	padding:5px;
	float:left;
	background-color:#005100;
	background-image: -webkit-radial-gradient(#009700, #004000);
		background-image: -moz-radial-gradient(#009700, #004000);
			background-image:radial-gradient(#009700, #004000);
			border-radius:10px 10px 0 0;
}

div#in-bar2-effect {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
	width:inherit;
	height:inherit;
	background:inherit;
}

div#sitename {
	height:90px;
	padding:5px 5px;
	width:75%;
	margin:0 auto;
	position:relative;
	z-index:13;
	background-color:#005100;
	background-color:#009700;
	background-image: -webkit-radial-gradient(#009700, #004000);
	background-image: -moz-radial-gradient(#009700, #004000);
	background-image: radial-gradient(#009700, #004000);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.7);
	text-align:center;
	color:#FF0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:25px;
	border-radius: 10px 10px 0px 0px;
}

/*div#sitename img{
	float:left;
}*/

div#sitename p{
	margin:0;
	padding-left:10px;
	/*width:550px; */
	text-align:left;
	text-shadow: 0px 0px 3px #FFF;
	font-size:30px;
}

.cla {
	font-size:6px;
}


div#menu-bar {
	background-color:#FFFFD7;
		background-image: -webkit-linear-gradient(-45deg,
	#FFFFD7 25%, #FFF 25%, #FFF 50%,
	#FFFFD7 50%, #FFFFD7 75%, #FFF 75%, #FFF);
	-webkit-background-size:120px 120px;
	background-image: linear-gradient(-45deg,
	#FFFFD7 25%, #FFF 25%, #FFF 50%,
	#FFFFD7 50%, #FFFFD7 75%, #FFF 75%, #FFF);
	background-size:120px 120px;
	background-image: -moz-linear-gradient(-45deg,
	#FFFFD7 25%, #FFF 25%, #FFF 50%,
	#FFFFD7 50%, #FFFFD7 75%, #FFF 75%, #FFF);
	-moz-background-size:120px 120px;
	
	height:40px;
	float:left;
	width:930px;
	text-align:left;
	color:#606815;
	padding:10px;
}

div#in-menu-bar {
	margin:0 auto;
	height:40px;
	width:870px;
}

div#menu-bar ul{
	margin:0;
	padding:0;
	list-style:none;
}

div#menu-bar li {
	float:left;
}

div#menu-bar li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#606815;
	padding:8px 15px;
	display:block;
	text-decoration:none;
}

div#menu-bar li a:hover{
	color:#FFFFD7;
	background-color:#606815;
	background-color:rgba(96, 104, 21, 0.5);
	box-shadow:inset 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}


div#menu-bar li a{
	-webkit-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}


div#place-one {
	height:270px;
	background-color:#FFF;
	float:left;
	width:940px;
	padding:5px;
	margin-bottom:10px;
}

div#in-place-one {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
	width:920px;
	height:250px;
	padding:10px;
	background-color:#FFF;
}

div#slideshow {
	width:650px;
	height:250px;
	float:left;
	overflow:hidden;
}

div#search-site {
		background-color:#FFFFD7;
		background-image: -webkit-linear-gradient(-45deg,
	#FFFFD7 25%, #FFF 25%, #FFF 50%,
	#FFFFD7 50%, #FFFFD7 75%, #FFF 75%, #FFF);
	-webkit-background-size:120px 120px;
	background-image: linear-gradient(-45deg,
	#FFFFD7 25%, #FFF 25%, #FFF 50%,
	#FFFFD7 50%, #FFFFD7 75%, #FFF 75%, #FFF);
	background-size:120px 120px;
	background-image: -moz-linear-gradient(-45deg,
	#FFFFD7 25%, #FFF 25%, #FFF 50%,
	#FFFFD7 50%, #FFFFD7 75%, #FFF 75%, #FFF);
	-moz-background-size:120px 120px;



	width:270px;
	height:200px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#606815;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	padding:45px 0 5px;
}

div#search-site button, div#search-site input{
	margin:0;
}

.search-type {
	padding:5px;
	font-size:16px;
	border:1px #003300 solid;
	height:20px;
}

.search-type:focus {
	border:1px #ABBA25 solid;
}

.search-button {
	border:none !important;
	position:relative;
	top:-1px;
	width:31px;
	height:31px;
	padding:0;
	background:url(../images/thumbs/Search_thumb.png) left no-repeat;
	cursor:pointer;
}

div#place-two {
	height:auto;
	float:left;
	width:950px;
	line-height:20px;
}

div#column-one {
	float:left;
	margin-right:10px;
	width:640px;
	height:auto;
}

div#column-one-row-one {
	float:left;
	width:630px;
	padding:5px;
	height:290px;
	background-color:#FFF;
	margin-bottom:10px;
}


div#in-column-one-row-one {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
	width:610px;
	height:270px;
	padding:10px;
	background-color:#FFF;
	text-align:justify;
}

div#column-one-row-one-othSer {
	float:left;
	width:630px;
	padding:5px;
	height:auto;
	min-height:600px;
	background-color:#FFF;
	margin-bottom:10px;
}


div#in-column-one-row-one-oSther {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
	width:600px;
	height:auto;
	min-height:570px;
	padding:15px;
	background-color:#FFF;
	text-align:justify;
}


div#column-one-row-two {
	float:left;
	width:630px;
	padding:5px;
	height:290px;
	background-color:#FFF;
	margin-bottom:10px;
}


div#in-column-one-row-two {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
	width:610px;
	height:270px;
	padding:10px;
	background-color:#FFF;
	text-align:justify;
}


div#column-one-row-three {
	float:left;
	width:630px;
	padding:5px;
	height:290px;
	background-color:#FFF;
	margin-bottom:10px;
}


div#in-column-one-row-three {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
	width:610px;
	height:270px;
	padding:10px;
	background-color:#FFF;
	text-align:justify;
}


div.blog-one {
	width:285px;
	padding:10px;
	height:220px;
	float:left;
}

div.blog-two {
	width:285px;
	padding:10px;
	height:220px;
	float:left;
}

div#column-two {
	float:left;
	width:300px;
	height:auto;
}

div#column-two-row-one {
	float:left;
	width:290px;
	padding:5px;
	height:280px;
	background-color:#FFF;
	margin-bottom:10px;
}


div#in-column-two-row-one {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
	width:270px;
	height:260px;
	padding:10px;
	background-color:#FFF;
	text-align:justify;
}

div#news {
	width:250px;
	padding:10px;
	height:200px;
	float:left;
	overflow:hidden;
}

div#column-two-row-two {
	float:left;
	width:290px;
	padding:5px;
	height:300px;
	background-color:#FFF;
	margin-bottom:10px;
}


div#in-column-two-row-two {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
	width:270px;
	height:280px;
	padding:10px;
	/*background:url(../images/thumbs/loading.gif) no-repeat center #FFF;*/
	overflow:hidden;
}

div#footer {
	height:192px;
	width:942px;
	padding:4px;
	margin:0 auto;
	background-color:#009700;
	background-image:-webkit-radial-gradient(#009700, #004000);
	background-image:-moz-radial-gradient(#009700, #004000);
	background-image:radial-gradient(#009700, #004000);
	margin-top:-30px;
}

div#in-footer {
	height:162px;
	width:912px;
	padding:15px;
	background:inherit;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
	color:#FFF;
	line-height:20px;
}


div#in-footer ul {
	list-style:none;
	padding:0;
}

div#in-footer a{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:3px 0;
	opacity:0.5;
}

div#in-footer a:hover{
	color:#FFF;
	text-decoration:none;
	opacity:1;
}


div#in-footer a{
	-webkit-transition-property: color, opacity;
	-moz-transition-property: color, opacity;
	transition-property: color, opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

div#in-footer .headi{
	color:#FF0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:0;
	padding-bottom:3px;
	border-bottom:1px dotted #FF0;
}

div#in-footer .commen {
	font-size:12px;
	color:#9DCB01;
}


div#foot-one {
	width:198px;
	height:130px;
	padding:10px 15px;
	float:left;
}

div#foot-two {
	width:198px;
	height:130px;
	padding:10px 15px;
	float:left;
}

div#foot-three {
	width:198px;
	height:130px;
	padding:10px 15px;
	float:left;
}

div#foot-four {
	width:198px;
	height:130px;
	padding:10px 15px;
	float:left;
}

div#foot-four img{
	padding-right:5px;
}

div#foot-four a img {
	text-decoration:none;
	outline:none;
}

div#out-footer {
	width:882px;
	padding:20px;
	height:15px;
	margin:0 auto;
	line-height:15px;
	color:#9DCB01;
}

div#out-footer p{
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#copyright {
	float:left;
	width:550px;
}

div#designed {
	float:right;
	width:300px;
	text-align:right;
}
a{
	text-decoration:none !important
}
.read-more a{
	color:white !important
}