@charset "utf-8";
/* CSS Document */
/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin:0;
	padding:0;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



a{text-decoration: none;}
 


/* = Basic CSS
-------------------------------------------------------------- */

body{
	border-top: 6px solid #345714;
	background: #f5edde url("images/page-bg.gif") repeat scroll 0 0;
    color: #403534;
    font-family: arial,sans-serif;	
	font-size:12px;
	padding: 30px 0 50px;
	}
	
.wrapper{
	background: url("images/wrapper-bg.gif") no-repeat;
	background-size:100%;
    margin: 0 auto;
    position: relative;
    width: 916px;

}

.wrapper-inner{
	 background: rgba(0, 0, 0, 0) url("imags/content-bg-bottom.gif") no-repeat scroll center bottom;

}

#header {
  background: rgba(0, 0, 0, 0) url("images/header-right-bg.png") no-repeat scroll 500px 12px ;
  margin: 0 8px;
}
	
.logo{
	overflow:hidden;
}
.logo a img {
  margin: 20px 0 0 20px;
}
.menu {
  background: rgba(0, 0, 0, 0) url("images/green-nav-bg.gif") repeat-x scroll 0 0;
  margin: -14px 10px 0;
}
.menu ul li{
	display:inline-block;
	border-left: 1px solid #15230e;
	padding:0 24px;
}
.menu ul li a {
  color: #fff;
  display: block;
  font-family: times;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  padding: 0 20px;
}

.menu ul li a:hover {
  color: #ffd12d;
}
.banner {
  display: block;
  margin: 10px 8px 0;
  padding: 0 10px;
}
.banner img{
	width:100%;
}
#content {
   background: #FFF;
  height: auto;
  margin: 0 10px;
  overflow: hidden;
  padding: 8px;
}
.content-inner {
  border: 1px solid #ddd9d2;
  margin: 0;
  overflow: hidden;
  padding: 8px 8px 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+75,f6f6f7+100,f6f6f7+100,f6f6f7+100,f6f6f7+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 75%, #f6f6f7 100%, #f6f6f7 100%, #f6f6f7 100%, #f6f6f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 75%,#f6f6f7 100%,#f6f6f7 100%,#f6f6f7 100%,#f6f6f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 75%,#f6f6f7 100%,#f6f6f7 100%,#f6f6f7 100%,#f6f6f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f7',GradientType=0 ); /* IE6-9 */

}
.content-left {
  background: #ffffff url("images/maincontent-bg.gif") repeat-x scroll 0 0;
  border: 1px solid #ececec;
  float: left;
  height: auto;
  margin-right: 8px;
  padding: 15px 15px 35px;
  width: 514px;
}
.content-left2 {
  background: #ffffff url("images/maincontent-bg.gif") repeat-x scroll 0 0;
  border: 1px solid #ececec;
  float: left;
  height: auto;
  margin-right: 8px;
  padding: 15px 15px 35px;
  width: 560px;
}
.content-right {
  float: right;
  width: 308px;
}
.content-right2 {
  float: right;
  width: 262px;
}
.title-1{
	padding-bottom:15px;
	color:#a5a5a5;
}

.artical{
	border-top:1px solid #ddd9d2;
	padding:15px 0;
}
.artical h3{
	color: #0d7844;
    font-family: arial,sans-serif;
    font-size: 14px;
	font-weight:600;
	padding-bottom:10px;	
}

.artical p {
  color: #636466;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}
.wrapper-inner {
  background: url("images/content-bg-bottom.gif") no-repeat scroll center bottom;
  background-size:100%;
  padding-bottom: 15px;
}
.content-right-item {
  background: rgba(0, 0, 0, 0) url("images/subcolumn-element-bg.gif") repeat-x scroll 0 0 / 100% auto;
  border: 1px solid #ececec;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 15px;
}
.title2{
	color: #0d7844;
    font-family: arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}

.content-right-item p{
   color: #636466;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}
.d{
	text-align:center;
	padding:15px 0;
}
.apply {
  padding-top: 15px;
  text-align: center;
}

#footer {
  background: #fdd048 none repeat scroll 0 0;
  clear: both;
  color: #636466;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  margin: 0 8px 8px;
  padding: 25px;
  margin: 0 16px;
}
.footer-menu {
  display: block;
  overflow: hidden;
}
.footer-menu li {
  border-right: 1px solid #636466;
  float: left;
  margin-right: 6px;
  padding-right: 6px;
}
.footer-menu li:last-child{border:none;}
.footer-menu li a{
	color:#636466;
}
.copyright{
	display:block;
	margin-top:10px;
}
.copyright a{
	color:#636466;
}

.copyright span{
	float:right;
}

.im img{width:100%;}
.gallery {
  display: block;
  margin-top: 30px;
  overflow: hidden;
}
.gallery-img {
  float: left;
  width: 272px;
}
.gallery-img img{max-width:100%;}

.gallery-content { float:right; width:272px;}
.g-title h3 {
  color: #0d7844;
  font-family: arial,sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.g-title p {
  color: #636466;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 600;
}
.contact-info {
  line-height: 18px;
  margin: 8px 0;
}
.bb{border-bottom:1px solid #ccc;}

.contact-info a{
	color:#8f4015;
}