body
{
	margin: 0!important;
	font-family: 'Ubuntu', sans-serif;
	color:#ffffff;
	background-color: #0D1B24;
}
#container
{
	width: 100%;
	
}
#logo
{
   background-color:#07293D;
   height:260px;
   
}

#LogoL
{
	
   width:700px;
   margin:auto;
   border-bottom:solid;
   padding-top:7px;
}
#LogoR
{
	font-size: 39px;
	padding:5px 0 7px 15px; /*top right bottom left*/
	font-weight:700;
	color:#ffffff;
}

#nav
{
	clear:both;
	width:100%;
	background-color:#0F8DD5;
	text-align:center;
	padding: 12px 0;
	box-shadow: 0 0 15px 10px #071118;
			
}

#content
{
	text-align:center;
	padding:60px 0  0; /*top right bottom left*/
	font-size:45px;
	min-height:451px;
	
}
#txt
{
	font-size:25px;
	line-height:50px;
	width:75%;
	margin:auto;

}
#footer
{
	text-align:center;
	background-color:#2D5166;
	height:60px;
	padding:35px 0 0 0; /*top right bottom left*/
	margin:50px 0 0 0; /*top right bottom left*/
	box-shadow: 0 0 20px 15px  #040D12;
	clear:both;
}

ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 22px;
	height: 55px;
	line-height: 250%;
	display: inline-block;
	font-weight:700;
	
}

ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	
}

ol > li
{
	float: left;
	width: 220px;
	height: 54.5px;
	-webkit-transition-duration:0.4s;
	border-radius:5px; /*leftTOP rightTOP rightBOTTOM leftBOTTOM*/
	margin-right:10px;
}
ol > li:hover
{
	background-color: #ffffff;

}

ol > li:hover > a
{
	color: #0F8DD5;
	
}
ol> li:nth-child(2)
{
  border-radius:5px 5px 0 0; /*leftTOP rightTOP rightBOTTOM leftBOTTOM*/
}

ol > li > ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	display: none;
	

}

ol > li:hover > ul
{
	display: block;
}

ol > li > ul > li
{
	background-color:#0F8DD5;
	position: relative;
	z-index: 100;

}

ol > li > ul > li:hover
{
	background-color: #ffffff;
	-webkit-transition-duration:0.4s;
}

ol > li > ul > li:hover > a
{
	color: #0F8DD5;
}
ol > li > ul > li:last-child
{

	border-radius:0 0 5px 5px; /*leftTOP rightTOP rightBOTTOM leftBOTTOM*/
}