﻿body 
{
    margin:0px;
    padding:0px;
    font-family:'Segoe UI';
    font-size:12px;
}
.wrapper
{
    height:auto;
    width:100%;
    min-width:1200px;
    overflow:hidden;
}
.header_back
{
    height:131px;
    width:100%;
    margin:0 auto;
    border-bottom:20px solid white;
    background: #00995e; /* Old browsers */
background: -moz-linear-gradient(left,  #00995e 26%, #e0d505 26%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(26%,#00995e), color-stop(26%,#e0d505)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #00995e 26%,#e0d505 26%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #00995e 26%,#e0d505 26%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #00995e 26%,#e0d505 26%); /* IE10+ */
background: linear-gradient(to right,  #00995e 26%,#e0d505 26%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00995e', endColorstr='#e0d505',GradientType=1 ); /* IE6-9 */


}

.header
{
    height:131px;
    width:1024px;
    margin:0 auto;
}
.logo_box
{
  width: 391px;
height: 131px;
float: left;
background-image: url("images/logobox.png");
position: relative;
left: -131px;
}
.logo
{
    width:94px;
   height:98px;
   float:left;
   margin:20px 0 0 231px;
   position:relative;
   z-index:99999;
}



.heading_frame
{
   width:582px;
   height:67px;
   float:left;
margin: 0px 0px 0px -110px;
}
.social
{
       height: 60px;
    width: 125px;
    float: left;
    margin: 12px 0px 0px 25px;
    border-left: 1px solid #B5A802;
    position: relative;
}

.social_icon
{
   height: 100%;
width: auto;
float: left;
margin: 17px 0 0 18px;
cursor:pointer;
    
}
.menubar_frame
{
    height:42px;
    width:100%;
    position:relative;
    top:-42px;
    background-color:#00995e;
    z-index:55555;
}
.menubar_outer
{
    height:42px;
    width:1024px;
    margin:0 auto;
}
.menubar_inner
{
    height:42px;
    width:767px;
    float:right;
}
.home_frame
{
    height:42px;
    width:60px;
    float:left;
    border-right:1px solid black;
}
.home_btn
{
    height:21px;
    width:21px;
    margin:10px auto 0;
    background-image:url('images/home.png');
}
.home_btn:hover
{
    opacity:0.7;
    cursor:pointer;
}
.menubar
{
height:42px;
width:695px;
float:left;
}
.banner_back
{
    height:298px;
    width:100%;
    margin:0 auto;
    border-top:20px solid #e0d505;
 background: #20513e; /* Old browsers */
background: -moz-linear-gradient(left,  #20513e 34%, #e0d505 34%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(34%,#20513e), color-stop(34%,#e0d505)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #20513e 34%,#e0d505 34%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #20513e 34%,#e0d505 34%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #20513e 34%,#e0d505 34%); /* IE10+ */
background: linear-gradient(to right,  #20513e 34%,#e0d505 34%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20513e', endColorstr='#e0d505',GradientType=1 ); /* IE6-9 */


}
.banner_nav_back
{
   height: 290px;
width: 1105px;
margin: 0px auto;
position: relative;
top: -3px;
}
.banner
{
    height:286px;
    width:767px;
    float:right;
    
}
.nav_frame
{
    height:272px;
    width:256px;
    float:left;
    margin:20px 0 0 78px;
}
.nav_title
{
    height:35px;
    width:256px;
    float:left;
    background-color:#00995e;
     
}
.nav_title > span
{
     color:white;
    font-weight:bold;
    font-size:18px;
    line-height:30px;
    text-align:center;
    float:left;
    margin:2px 0 0 10px;
}
.nav_content
{
    height:180px;
    width:256px;
    float:left;
}
.nav_content ul 
{
   display: block;
list-style: none;
margin: 2px 10px 0 7px;
padding: 5px 0 0 0;
}
.nav_content ul li
{
    color:White;
    font-size:16px;
    list-style:inside url('images/bullet_navi.png') none;
    border-bottom:2px solid white;
    padding: 5px 0 5px 0;
    
}
.bullet1
{
    height:27px;
    width:26px;
    float:left;
    margin:5px;
    background-image:url('images/bulletnavititle.png');
}
.bullet2
{
     height:17px;
    width:18px;
    float:right;
    margin:10px 5px 0 0;
    background-image:url('images/viewall.png');
    transition:all 1s cubic-bezier(0.29,0.86,0.97,0.52) 0s;
    -webkit-transition:all 1s cubic-bezier(0.29,0.86,0.97,0.52) 0s;
    -moz-transition:all 1s cubic-bezier(0.29,0.86,0.97,0.52) 0s;
    -o-transition:all 1s cubic-bezier(0.29,0.86,0.97,0.52) 0s;
}
.bullet2:hover
{
    transform:rotate(-360deg);
    -webkit-transform:rotate(-360deg);
    -moz-transform:rotate(-360deg);
    -o-transform:rotate(-360deg);
}
.page_back
{
    height:auto;
    width:100%;
    margin:0 auto;
    min-height:450px;
    background: #20513e; /* Old browsers */
background: -moz-linear-gradient(left,  #20513e 34%,  #FBFAF7 34%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(34%,#20513e), color-stop(34%,#FBFAF7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #20513e 34%,#FBFAF7 34%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #20513e 34%,#FBFAF7 34%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #20513e 34%,#FBFAF7 34%); /* IE10+ */
background: linear-gradient(to right,  #20513e 34%,#FBFAF7 34%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20513e', endColorstr='#FBFAF7',GradientType=1 ); /* IE6-9 */
}
.page_frame
{
    height:auto;
    width:1105px;
    margin: 0 auto;
}
.nav_frame2
{
    height:610px;
    width:256px;
    float:left;
    margin:0 0 0 78px;
}
.auto_height
{
    clear:both;
    visibility:hidden;
}
.arrow-left {
	width: 0; 
	float:left;
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	margin:20px 0 0 0;
	
	border-right:10px solid black; 
}
.gal_frame_main
{
    height:140px;
    width:765px;
    float:right;
    margin:8px 0 0 0;
}
.gal_frame
{
    height:137px;
    width:413px;
    float:left;
    background-color:Black;
    
}
.pic_frame
{
    height:114px;
    width:394px;
    float:left;
    margin:10px 0 0 0px;
    overflow:hidden;
}
.gpics
{
    height:114px;
    width:186px;
    float:left;
    margin:0 0 0 10px;
}
.arrow-left2 {
	width: 0; 
	float:left;
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	float:right;
	margin:16px 0 0 0;
	border-right:10px solid #20513e; 
}
.arrow-left3 {
	width: 0; 
	float:left;
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	float:right;
	margin:52px 0 0 0;
	border-right:10px solid #2f3539; 
}
.apply_onloine
{
    width:342px;
    height:53px;
    float:left;
    background-color:#20513e;
    text-align:center;
    color:#ff0700;
    font-size:35px;
    font-weight:bold;
    text-align:center;
    line-height:42px;
}
.contact_box
{
    height:74px;
    width:342px;
    border-top:10px solid white;
    background-color:#2f3539;
    float:right;
}
.contact
{
    height:30px;
    width:300px;
    border-bottom:2px solid #1a2023;
    float:left;
    margin:5px 0 0 20px;
    color:White;
}
.contact_icon
{
    height:100%;
    width:auto;
    float:left;
    margin:5px 5px 0 2px;
}
.contact > span
{
    color:White;
    font-size:14px;
    float:left;
    margin:5px 0 0 0;
    
}
.page
{
    height:auto;
    width:755px;
    float:right;
}
.page_content_text
{
    height:41px;
    width:717px;
    float:left;
    background-color:Black;
   
    line-height:36px;
  padding-left:5%;
   font-weight:bold;
   font-size:18px;
   color:White;
   background-image: url('images/bulletnavititle.png');
    background-position-y: center;
    background-repeat: no-repeat;
    background-position-x: 6px;
}
.title_icon
{
   background:url('images/bullet_navi.png');
   height:33px;
   width:7px;
   float:left;
   margin:4px 12px 0 10px;
  
  
}
.content_details
{
    height:auto;
    width:100%;
    float:left;
}
.footer_frame
{
    height:150px;
    width:100%;
    margin:0 auto;
    background-color:#00995e;
}
.footer
{
     height:101px;
    width:1024px;
    margin:0 auto;
    padding: 10px;
}

.copyright
{
    height:25px;
    width:100%;
    margin:0 auto;
    background-color:Black;
}
.ffmenu:hover 
{

	opacity: .7;

}



.heading-top 
{

	color: #20513E;
	font-size: 46px;
  	font-weight: bold;
  	text-transform: uppercase;

}



.heading2 
{
	
	color: #8E0025;
	font-size: 20px;
  	font-weight: 400;
  
	text-transform:uppercase;
  
	text-align: center;
	

}