
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 70px Arial, Helvetica, serif;
	font-size: 20px;
	color: #061C37;
	background: #D6E2E2;
	background-image:url(../img/background.png);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

#header
{
background-image:url(../img/banner.png);
background-position:center top;
height:100px;
background-repeat:repeat;
clear:both;
}
.header_top {
	margin: 10px 0;
}
.header_bottom_right{
	float:right;
	width:53%;
}

#ENC{
	width: 800px;
	border:0px solid #000;
	margin-left: 300px;
	margin-bottom: 35px;
	height: 20px;
	text-align: center;
	background: transparent;
	font-size: xx-large;
	font-family: 'Helvetica', serif;
}

#img{
	float: left;
	width: 100px;
	border:0px solid #000;
	margin-left: 200px;
	margin-bottom: 100px;
	height: 100px;
	}
	
#intro{
	width: 800px;
	border:0px solid #000;
	margin: 0 auto;
	height: 300px;
	text-align: justify;
	background: transparent;
	font-size: medium;
	font-family: 'Helvetica', serif;
}

#agrad{
	width: 800px;
	border:0px solid #000;
	margin: 0 auto;
	height: 300px;
	text-align: center;
	background: transparent;
	font-size: small;
	font-family: 'Helvetica', serif;
}

.h_menu4{
	background:#8A93BC;
	padding:20px;
	text-align:center;
}

.nav {
    list-style:none;
}

.nav:before,
.nav:after { 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 1em;
	border-bottom:5px solid #C24BC4;
	z-index:100;
}
.nav li a {
	display:inline;
	margin-bottom: 20px;
	color:#fff;
	font: 20px 'Lato', serif;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration:overline;
	padding:15px;
}
.nav li:nth-child(1){
	margin:0
}
ul.nav li.active a, .nav li a:hover {
	color:#C24BC4;
}
.nav li a:hover {
}
.nav li {
    position:relative;
	left: 300px;
}
.nav > li {
    float:left;
}
.nav > li.hover > ul {
    left:-1px;
    top:40px;
}
.nav li li.hover ul {
    left: 100%;
   -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav > li > li > a{
	font-size: 1em;
	padding: 20px 30px;
	display: block;
	color: #555;
	background: #fff;
	position: relative;
	z-index: 9999;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	text-decoration: none;
	margin: 0;
	text-transform: lowercase;
}
.nav li li {
	border-top:none;
}
.nav li li:hover{
	border-top:none;
}
.nav li li a{
	text-transform: capitalize;
	font-size:1em;
	border-top: 1px solid #e8ebf1;
	border-left: 1px solid #e8ebf1;
	border-right: 1px solid #e8ebf1;
}
.nav li li a:hover{
	color:#000;
}
.nav > li >  ul {
    position: absolute;
    left: 8000px;
    padding: 0;
    z-index: 9999;
    background:#fff;
}
