*{
    padding: 0;
    margin: 0;
}
body{
    padding: 0;
    margin: 0;
}
/* header section start here */
header{
    width: 100%;
    height: 150px;
    background-color: #020202;
    box-sizing: border-box;
}
.header_inner{
    width: 60%;
    height: 100%;
    background-color: #020202;
    border-bottom: 2px solid #FFFFFF;
    box-sizing: border-box;
    margin: auto;
}
.header_inner h1{
    margin: 0;
    padding: 30px 0px 0px 5px;
    font-size: 38px;
    font-family: "century gothic", arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
}
.header_inner a{
    text-decoration: none;
    color: #ffffff ;
}
.header_inner p{
    margin: 0;
    font-size: 13;
    font-weight: 400;
    font-family: "century gothic", arial, sans-serif;;
    color: #ffffff;
    padding: 0px 0px 0px 5px;
}

/* header section ending here */
/* nav section starts here */
nav{
    width: 100%;
    height: 50px;
    background-color: #020202;
    box-sizing: border-box;
}
.nav_inner{
    width: 60%;
    height: 100%;
    background-color: #020202;
    box-sizing: border-box;
    margin: auto;
}
.nav_inner ul{
    margin: 0;
    list-style: none;
    text-align: left;
    margin-left: 10px;
}
#active{
    background-color: #777774;
}
.nav_inner ul li{
    display: inline-block;
    margin: 15px 10px;
}
.nav_inner ul li a{
    background-color: #000000;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    color:  #ffffff;
    font-size: 13px;
    font-weight: 400;
    font-family: arial, sans-serif;
}
.nav_inner ul li a:hover{
    background-color: #777774;
}
/* nav sevtion ending here */
/* main section starts here */
main{
    width: 100%;
    height: 800px;
    background-color: #020202;
    box-sizing: border-box;
}
.main_inner{
    width: 60%;
    height: 100%;
    background-color: #FFFFFF;
    box-sizing: border-box;
    margin: auto;
}
.main_content{
    width: 70%;
    height: 100%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    float: left;
    clear: right;
    padding: 20px 0px 0px 20px;
}
.main_inner .main_content h1{
    font-size: 22px;
    font-weight: 400;
    font-family: "century gothic", arial, sans-serif;
    color: #000000;
}
.main_inner .main_content p{
    font-size: 13px;
    font-weight: 400;
    font-family: "trebuchet ms", arial, sans-serif;
    color: #000000;
    line-height:22px ;
}
.main_inner .main_content h2{
    font-size: 22px;
    font-weight: 400;
    font-family: "century gothic", arial, sans-serif;
    color: #000000;
}
.main_inner .main_content a{
    font-size: 13px;
    font-weight: 400;
    font-family: "trebuchet ms", arial, sans-serif;
    line-height: 22px;
    color: #000000;
}
.main_inner .main_content ul{
    padding: 5px 0px 0px 20px;
    margin: 5px 0px 0px 0px;
}
.main_inner .main_content ul li{
    font-size: 13px;
    font-weight: 400;
    font-family: "trebuchet ms", arial, sans-serif;
    line-height: 19px;
    color: #000000;
    padding: 0px 0px 0px 20px;
    list-style: url(assets/images/bullet.png);
  /*  list-style: circle;*/
}
aside{
    width: 30%;
    height: 100%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    float: left;
    clear: right;
    padding: 20px 0px 0px 20px;
}
.latest_news{
    width: 100%;
    height: auto;
    border: #7b8386;
    box-sizing: border-box;
}
.latest_news h3{
    font-size: 22px;
    font-weight: 400;
    font-family: "century gothic", arial, sans-serif;
    color: #000000;
}
.latest_news h4{
    font-size: 15px;
    font-weight: 400;
    font-family: arial, sans-serif;
    color: #000000;
}
.latest_news h5{
    font-size: 12px;
    font-weight: 400;
    font-family: arial, sans-serif;
    color: #000000;
}
.latest_news p{
    font-size: 13px;
    font-weight: 400;
    font-family: "trebuchet ms", arial, sans-serif;
    color: #000000;
    line-height: 22px;
}
.latest_news a{
    font-size: 13px;
    font-weight: 400;
    font-family: "trebuchet ms", arial, sans-serif;
    color: #000000;
    line-height: 22px;
}
.new_website{
    width: 100%;
    height: auto;
    border: #39758a;
    box-sizing: border-box;
    padding-top: 30px;
}
.new_website h4{
    font-size: 15px;
    font-weight: 400;
    font-family: arial, sans-serif;
    color: #000000;
}
.new_website h5{
    font-size: 12px;
    font-weight: 400;
    font-family: arial, sans-serif;
    color: #000000;
}
.new_website p{
    font-size: 13px;
    font-weight: 400;
    font-family: "trebuchet ms", arial, sans-serif;
    color: #000000;
    line-height: 22px;
}
.new_website a{
    font-size: 13px;
    font-weight: 400;
    font-family: "trebuchet ms", arial, sans-serif;
    color: #000000;
    line-height: 22px;
}
.useful_links{
    width: 100%;
    height: auto;
    border: #398a63;
    box-sizing: border-box;
    padding: 30px 0px 0px 0px;
}
.useful_links h3{
    font-size: 22px;
    font-weight: 400;
    font-family: "century gothic", arial, sans-serif;
    color: #000000;
}
.useful_links ul{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.useful_links ul li{
    font-size: 13px;
    font-weight: 400;
    font-family: "trebuchet ms", arial, sans-serif;
    line-height: 19px;
    color: #000000;
    margin: 10px 0px 0px 0px;
    list-style: none;
}
.useful_links ul li a{
    font-size: 13px;
    font-weight: 400;
    font-family: "trebuchet ms", arial, sans-serif;
    color: #000000;
    background: transparent url(assets/images/link.png) no-repeat left center;
    padding-left: 40px;
}

.search_bar{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 40px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}
.search_bar h3{
    font-size: 22px;
    font-weight: 400;
    font-family: "century gothic", arial, sans-serif;
    color: #000000;
    margin: 0;
}
form input{
    margin-top: 20px;
    height: 25px;
    width: 160px;
    position: relative;

}

form a{
    background: url(assets/images/search.png) no-repeat center;
    position: absolute;
    height: 28px;
    width: 33px;
    margin-left: 10px;
    margin-top: 20px;
}

/* main section ending here */
/* footer section starts here */
footer{
    width: 100%;
    height: 60px;
    background-color: #020202;
    box-sizing: border-box;
}
.footer_inner{
    width: 60%;
    height: 100%;
    background-color: #020202;
    box-sizing: border-box;
    margin: auto;
    padding:20px 0px;
    text-align: center;
}
.footer_inner p{
    font-size: 13;
    font-weight: 400;
    font-family: "lucida sans unicode", arial, sans-serif;
    color: #ffffff;
}
.footer_inner a{
    text-decoration: none;
    font-size: 13;
    font-weight: 400;
    font-family: "lucida sans unicode", arial, sans-serif;
    color: #ffffff;
}
