﻿body 
{
    padding:0;
    margin:0;
}
.wrapper_top
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.wrapper_1
{
    width:100%;
    height:auto;
    float:left;
}
.wraper_outer
{
    width:1024px;
    height:auto;
    margin:auto;
}
.wrapper_main
{
    width:1024px;
    height:auto;
    float:left;
    margin-bottom:-100px;
    position:relative;
    z-index:99;
    background-color:White;
}
.header_strip
{
    width:100%;
    height:10px;
    background-image:url("Images/head_strip.png");
    float:left;
}
.header
{
    width:1024px;
    height:140px;
    float:left;
}
.logo
{
    width:260px;
    height:140px;
    background-image:url("Images/logo.png");
    background-position:center;
    background-repeat:no-repeat;
    float:left;
}
.logo_text
{
    width:200px;
    height:130px;
    float:left;
    background-image:url("Images/heading.png");
    background-repeat:no-repeat;
    background-position:center;
    padding:10px 0 0 560px;
}
contact {
    width:200px;
    height:auto;
}
.contact_icon {
    height:30px;
    background-position:left 5px;
    background-repeat:no-repeat;
    padding:0 0 0 25px;
    font-family:'Segoe UI';
    font-size:14px;
    color:black;
}
.contact_icon a
{
    text-decoration:none;
    color:black;
}
.contact_icon a:hover
{
    text-decoration:underline;
}

.menubar
{
    width: 1024px;
    height: 39px;
  background-image:url("Images/menu_bar.png");
    float:left;
}
.page
{
    width:1024px;
    height:auto;
    padding:15px 0 50px 0;
    float:left;
}
.page_left
{
    width: 301px;
    height: auto;
    float: left;
    background-color: #ECECEC;
}
.nav_box
{
    width:301px;
    height:auto;
}
.nav_box_title
{
    width: 281px;
    height: 23px;
    background-color: #87AF2A;
    font-family:Segoe UI;
    font-size:16px;
    color:White;
    padding:0 0 0 20px;
}
.nav_box_body
{
    width:281px;
    padding:10px;
    font-family:Segoe UI;
    font-size:12px;
}
.page_right
{
    width:700px;
    height:auto;
    float:left;
    padding:0 0 0 23px;
}
.banner_frame
{
    width:672px;
    height:238px;
    background-image:url("Images/banner_frame.png");
    padding:14px;
}
.page_content
{
    width:700px;
    height:auto;
    padding:10px 0 0 0;
}
.page_content_text
{
    width: 680px;
    height: 30px;
    background-color: #B7B7B7;
    font-family:Segoe UI;
    font-size:18px;
    padding:0 0 0 20px;
}
.content_details
{
    width:680px;
    height:auto;
    font-family:Segoe UI;
    font-size:12px;
    text-align:justify;
    padding:10px;
}
.wrapper_footer
{
    width: 100%;
    height: auto;
    background-color: #1E2619;
    float:left;
}

.footer
{
    width: 100%;
    height: auto;
  
}
.footer_main
{
    width:1024px;
    height:210px;
    margin:auto;
    padding:100px 0 0 0;
}


.footer_menu
{
    width:1024px;
    height:184px;;
      margin:auto;
}


#footer_box_s
{
    width:700px;
    height:144px;
    padding-top:40px;
    float:left;
}

.footer_box
{
    width:145px;
    height:15px;
    float:left;
    padding:5px 20px 5px 10px;
}

.footer_box a
{
    color:white;
    font-size:16px;
    text-decoration:none;
    font-family:Segoe UI;
    
}

.footer_box a:hover
{
    text-decoration:none;
    opacity:.7;
}

.map
{
    width:324px;
    height:190px;
    margin:10px 0 0 0;
    float:left;
    background-color:Azure;
}

.copyright_outer
{
    width: 100%;
    height: auto;
    background-color: Black;
    float:left;
}

.copyright {
    width:1024px;
    height:30px;
    margin:auto;
    padding-top:15px;

}
.copyright div {
    width:48%;
    height:auto;
    float:left;
    padding:0 1% 0 1%;
    font-family:'Segoe UI';
    font-size:14px;
    color:White;
}
    .copyright div a {
    color:White;
        text-decoration:underline;
        font-family:'Segoe UI';

    }
    .copyright div a:hover {
         color:White;
        text-decoration:underline;
        font-family:'Segoe UI';
        font-style:italic;

    }
