@import url(../fonts/font.css);
body {
  background-color:#FFF;
  overflow:auto;
  margin:0;padding:0;

}
a:link {
	 text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

ul {margin-left:20px;
	padding: 0;
	list-style: none; }
li
{	text-decoration:none;
	list-style-type:disc;
}
p{
		padding:0;
}
#bg-header{
	height:125px;
	width:100%;
	min-width:1024px;
	background:#FFF;
	
}

#bg-menu{
	height:50px;
	width:100%;
	min-width:1024px;
	position:relative;
	padding-top:10px;
	background: rgb(29,68,115); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(29,68,115,1) 1%, rgba(0,82,144,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(29,68,115,1)), color-stop(100%,rgba(0,82,144,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(29,68,115,1) 1%,rgba(0,82,144,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(29,68,115,1) 1%,rgba(0,82,144,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(29,68,115,1) 1%,rgba(0,82,144,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(29,68,115,1) 1%,rgba(0,82,144,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4473', endColorstr='#005290',GradientType=0 ); /* IE6-9 */

	
}

#footer_up{
	font-family:GillSansRegular;
	margin-top:50px; 
	width:100%;
	min-width:1024px;
	height:150px;
	background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(0,93,170,1) 100%, rgba(0,93,170,1) 100%, rgba(0,93,170,1) 100%, rgba(0,93,170,1) 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(0,93,170,1)), color-stop(100%,rgba(0,93,170,1)), color-stop(100%,rgba(0,93,170,1)), color-stop(101%,rgba(0,93,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 101%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 100%,rgba(0,93,170,1) 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#005daa',GradientType=0 ); /* IE6-9 */}

#footer_down{
	font-family:GillSansRegular;
	background:#2D3372;
	width:100%;
	min-width:1024px;
	height:150px;
	color:#FFFFFF;
	padding-top:30px 
	}

.menu-head{
	display:inline-block;
	width:15%;
	list-style-type:none;
	}
.menu-head  a{
	font-family:GillSansRegular;
	font-size:16px;
	text-align:center;
	color:#FFF;
	}

li.menu-head ul {
    display:none;
}

li.menu-head:hover ul {
	padding-left:10px;
    display:block;
    position:absolute;
	width:300px;
	z-index:998;
}
.sub-menu {
	list-style-type:none;
	margin-left:-15px;
	font-family:GillSansRegular;
	text-align:left;
	font-size:16px;
	margin-top:5px;
	background:#FFFFFF;
	border:2px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:160px;
	color:#666;
	padding:5px;
	padding-left:15px;
	z-index:999;
}
.sub-menu:hover {
	margin-left:-15px;
	font-family:GillSansRegular;
	text-align:left;
	font-size:16px;
	margin-top:5px;
	background:#DADADA;
	border:2px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:160px;
	color:#000000;
	padding:5px;
	padding-left:15px;
	z-index:999;
}




		/*-------- end   menu     ------*/
		
		




#headsub{
	width:300px;
	height:50px;
	background:url(../image/bg-head-11.png) no-repeat;
	background-size:cover;
	border-radius:10px 10px 10px 10px;
	text-align:center;
	padding-top:15px;
	font-family:GillSansRegular;
	font-size:17px;
	color:#FFf;
	cursor:pointer;}
#headsub:hover{
	width:300px;
	height:50px;
	background:url(../image/bg-header.png) no-repeat;
	background-size:cover;
	border-radius:10px 10px 10px 10px;
	text-align:center;
	padding-top:15px;
	font-family:GillSansRegular;
	font-size:17px;
	color:#FFf;}
#contentsub{
	font-family:Helvethaica-X;
	text-align:center;
	font-size:18px;
	color:#717374;
	width:300px;
	line-height:20px;
	height:370px;
	background:#E6E6E6;
	border-radius:10px 10px 10px 10px;
	text-align:center;
	padding-top:10px;
	margin-top:10px;
	position:relative }
#readmore{
	position:absolute;
	color:#B5B2B2;
	left:20px;
	bottom:10px;
	background:url(../image/read-more.png) no-repeat;
	background-size:contain; 
	padding-left:30px;
	width:200px;
	text-align:left;

	}
#readmore:hover{
	position:absolute;
	color:#666;
	left:20px;
	bottom:10px;
	background:url(../image/read-more.png) no-repeat;
	background-size:contain; 
	padding-left:30px;
	width:200px;
	text-align:left;

	}
.inp{
	height:27px;
	padding-left:10px;
	background:#FFFFFF;
	border:1px solid #CCC;
	outline:none
	}

#bnt_contact{
	background:url(../image/reset.png) no-repeat;
	background-size:cover;
	height:30px;
	width:120px;
	border:0px;
	outline:none;
	border-radius:5px 5px 5px 5px;
	color:#FFF;
	cursor:pointer;
	}
#bnt_contact:hover{
	background:url(../image/send.png) no-repeat;
	background-size:cover;
	height:30px;
	width:120px;
	border:0px;
	outline:none;
	border-radius:5px 5px 5px 5px;
	color:#FFF;
	}
#content_gra{
	background: rgba(237,237,237,1);
background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,237,237,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(237,237,237,1) 100%);
background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed', GradientType=1 );
	
	}
	
	.black_overlay{
	display: none;
	position:fixed;
	overflow:auto;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 20%;
	left: 25%;
	z-index:1002;
	overflow: auto;
}