@charset "utf-8";
/*#frame2_cont {
	display: none;
	width: 0px;
	height: 0px;
}*/
#frame2 {
	display: none;
	

}
body {
	background-color: #9CF;
	margin: 0px;
}
iframe {
	box-shadow: 5px 5px 8px 0px rgba(140, 0, 186, 1);
	border-radius: 15px;
}

/*.universe {
	background-color: #000;
	height: 100%;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #9CF;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 100px;
	margin-left: 100px;
	width: 80%;
}*/

.mail_button_cont {
	background-color: #ccc;
	height: 20px;
	width: 390px;
	float: right;
	position: absolute;
}
.mail_button {
	background-color: #9C9;
	height: 20px;
	width: 60px;
	float: right;
	border-radius: 15px;
	color: #FFF;
	box-shadow: 0 0 8px 0px rgba(140, 0, 186, 0.5);
	display: block;
	background-image: url(../images/send_b2.png);
}
.mail_button:hover {
	background-color: #06F;
	height: 20px;
	width: 60px;
	float: right;
	/* [disabled]border-radius: 15px; */
	color: #000;
	box-shadow: 0 0 8px 0px rgba(140, 0, 186, 0.5);
	display: block;
	background-image: url(../images/send_Button.png);
}
h4{
	line-height: 20px;















	font-size-adjust: 25%
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	overflow: visible;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}

h5 {
	float: left;
	font-weight: bold;
	font-size: 16px;
}
/*h10 {
	font-style: italic;
	float: left;*/
}
.main_body {
	background-color: #666;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	height: 1200px;

	width: 1000px
	max-width: 1000px;
	/*min-width: 768px;*/
	position: absolute;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
}
.logo {
	background: #FFF;
	background-image: url(../images/LESIS%20logo/LESIS..png);
	height: 146px;
	width: 180px;
	float: left;
	box-shadow: 0 0 16px 1px rgba(0, 140, 186, 0.5);
	border-radius: 15px;
	clip: rect(auto,auto,auto,auto);
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #666;
}

.header {
	background-color: #090;
	float: left;
	height: 146px;
	width: 950px;
	/*max-width: 746px;*/
	min-width: 300px;
	padding-right: 1px;
	box-shadow: 0 0 16px 1px rgba(0, 140, 186, 0.5);
	-webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
	animation: mymove 5s infinite;
	padding-left: 10px;
}

.body {
	background-color: #666;
	height: 700px;
	float: left;
	width: 909px;
	max-width:909;
}
.mainb_container {
	background-color: #093;
	height: 1050px;
	min-width: 50%;
	alignment-adjust: auto;
	margin: auto;
	box-shadow: 0 0 16px 1px rgba(0, 140, 186, 0.5);
	width: 1024px;
	
}

.main_body .mainb_container .body_element7 li {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.main_body .mainb_container .body_element10 p img {
	float: none;
	box-shadow: 0 0 16px 1px rgba(0, 140, 186, 0.5);
}
.footer {
	background-color: #99F;
	box-shadow: 0 0 16px 1px rgba(0, 140, 186, 0.5);
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0F3;
	border-right-color: #0F3;
	border-bottom-color: #0F3;
	border-left-color: #0F3;
	float: left;
	width: 100%;
}
.footer_cont {
	background-color: #99F;
	width: 29%;
	float: left;
	border-right-width: 40px;
	border-right-style: solid;
	border-right-color: #99F;
}
.footer_cont2 {
	background-color: #99F;
	width: 29%;
	float: left;
	border-right-width: 40px;
	border-right-style: solid;
	border-right-color: #99F;
}
.animation {
	float: left;
	width: 10px;
	padding-left: 10px;
	height: 146px;
	border-radius: 15px;
	background-image: url(../images/flag.gif);
}
.heading {
	background-color: #093;
	height: 30px;
	width: 958px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 50px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 120px;
}

@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }

h2 {
	/*border-right: .1em solid black;*/
	/*width: 16.5em;*/
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-animation: typing 2s steps(21, end)/*,
	           blink-caret .5s step-end infinite alternate*/;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 120%;
	font-weight: bold;
	line-height: 20px;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 1em;
	text-shadow: 1px 10px 15px #000000;
}


h2{
	webkit-animation: mymove 1s infinite; /* Chrome, Safari, Opera */
	animation: mymove 5s infinite;
	-webkit-animation: typing 2s steps(21, end);
	color: #FFF;
}

h3 {
	/*border-right: .1em solid black;*/
	/*width: 16.5em;*/
	width: 200px;
	white-space: nowrap;
	overflow: visible;
	-webkit-animation: typing 2s steps(21, end)/*,
	           blink-caret .5s step-end infinite alternate*/;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 95%;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 0em;
	text-shadow: 1px 10px 15px #000000;
}
h3{
	webkit-animation: mymove 1s infinite; /* Chrome, Safari, Opera */
	animation: mymove 5s infinite;
	-webkit-animation: typing 2s steps(21, end);
	color: #009;
	padding-top: 20px;
	line-height: 2px;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {text-shadow: 10px 20px 30px blue;
	}
; 	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	
/*; 	font-weight: lighter;
	float: left;
	font-size: small;
	font-weight: normal;
	font-size: 30px;
	font-size: 10px;
	font-size: 0px;*/
}

/* Standard syntax */
@keyframes mymove {
    50% {text-shadow: 10px 20px 30px blue;}
.address {
	background-color: #999;
	height: 300px;
	width: 350px;
}
.map_div {
	height: 400px;
	width: 500px;
	background-color: #06F;
	z-index: 100;
}
.contact_Photo {
	background-color: #033;
	height: 250px;
	width: 380px;
	background-image: url(../images/home_photo.png);
	float: left;
	visibility: visible;
}
.slide_no1 {
	background-color: #03F;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
}
.left_slide {
	float: left;
	height: 500px;
	width: 400px;
	background-color: #03F;
}
.data_heading {
	height: 40px;
	width: 100%;
	background-color: #696;
}
#slider3 a img {
	left: 30px;
	right: 30px;
}
#fsbg {
	width: 100%;
	position: fixed;
	z-index: -100;
	left: 0px;
	top: 0px;
	min-height: 100%;
	background-color: #FFF;
}
#frame1 {
	display: block;
}

#frame2_cont {
	display: none;
	width: 0px;
	height: 0px;
}
#points li a {
	text-decoration: none;
}
.points {
	text-align: left;
	display: block;
	text-decoration: none;
}
