/* CSS Document */

body {
	background-image:url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#0d5494;
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #333;
	text-rendering: optimizeLegibility;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	line-height: 1.2125em;
	text-transform: uppercase;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em; letter-spacing: -1px;
}
h6 {
	font-size: 1.2em;
}
#navwrapper {
	background-color: #FFF;
	float:left;
	width: 100%;
	background-image: url(img/navbg.png);
	position:relative;
}
#bottomdiv, #topdiv {
	width: 100%;
	float: left;
	background-image:url(img/banner-abstract.png);
	background-position: center top;
	background-repeat:no-repeat;
}
#bottomshadowdiv {
	width: 100%;
	float: left;
	text-align:center;
	background-position: center top;
	background-repeat:no-repeat;
}
.topphone {
	padding-top: 20px;
}
.topphone h2, .topphone h3 {
	color: #FFF;
	margin: 0px 0px;
	text-align:right;
}
.topphone h2 {
	font-size: 2.2em;
}
.topphone h3 {
	font-size: 1.1em !important;
	font-weight: 400;
}
#topshadow {
	background-image:url(img/gurantee.png);
	display:block;
	height: 213px;
	width: 100%;
	background-repeat:no-repeat;
	background-position: center top;
	position: relative;
	margin-top: 45px;
}
#bottomshadow {
	background-image:url(img/bottomshadow.png);
	display:block;
	height: 114px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	position: absolute;
	top: 418px;
}
#slidewrapper {
	float:left;
	width: 100%;
	background-image:url(img/bottomshadow.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#pagetitle{
	float:left;
	width: 100%;
	background-image:url(img/bottomshadow.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#pagetitle h1{margin-top: 10px; margin-bottom: 10px;

	clear:both;
	color:#FFF;
	font-size: 2.4em;}
#contentswrapper {
	background-color: #FFF;
	float:left;
	width: 100%;
	background-image: url(img/navbg.png);
	background-repeat:repeat-x;
}
/*Nav*/

.nav, .nav li, .nav li ul {
	margin: 0 !important;
	padding: 0 !important;
}
.nav {
	clear: both;
}
.toggleMenu {
	display:  none;
	background: #1f3161;
	padding: 10px 15px;
	color: #fff;
	margin-bottom: 10px;
}
.nav {
	list-style: none;
 *zoom: 1;
	background-image:url(img/nav.jpg);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 12em;
}
.nav a {
	padding: 10px 30px;
	color: #000 !important;
	font-size: 1em;
	text-transform:uppercase;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left;
}
.nav > li > .parent {
	background-image: url("img/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	background: #203465;
	position: relative;
	z-index:100;
	border-top: 1px solid #4c74c3;
}
.nav li li li a {
	background:#203465;
	z-index:200;
	border-top: 1px solid #4c74c3;
}
.nav a:hover {
	color:#fff !important;
	background-color: #165c9d;
}
.slideshowbg {
	background-image:url(img/slide.png);
	background-position: center top;
	background-repeat: no-repeat;
	height:385px;
	width: auto;
	display:block;
}
.slideshowbg h1 {
	margin-top: 0px;
	padding-top:50px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	clear:both;
	color:#FFF;
	font-size: 3.4em;
}
.slideshowbg h2 {
	color: #fff;
}
.whiteshadow {
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.blackshadow {
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 1);
}
.footerlinks{ color: #fff; font-size: 1em;}
.footerlinks:hover{ color: #000;}
.copyrights{background-image:url(img/white.png); padding: 10px; border-radius: 8px; font-size:.8em; margin-bottom: 50px;}
 img.left{ margin: 10px 20px 10px 0px;}
img.right{ margin: 10px 0px 10px 20px;}
 @media screen and (max-width: 768px) {
 .nav > li {
 float: none;
}
 .nav > li > .parent {
 background-position: 95% 50%;
}
 .nav li li .parent {
 background-image: url("img/downArrow.png");
 background-repeat: no-repeat;
 background-position: 95% 50%;
}
 .nav ul {
 display: block;
 width: 100%;
 margin-bottom: 10px !important;
}
 .nav > li.hover > ul, .nav li li.hover ul {
 position: static;
}

#page-contents ul, #page-contents ol {
margin-left: 20px !important;
}
}
/* nav end */

/*
     FILE ARCHIVED ON 18:57:53 Jan 26, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:30:04 Jan 07, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 100.932
  exclusion.robots: 0.085
  exclusion.robots.policy: 0.074
  cdx.remote: 0.077
  esindex: 0.013
  LoadShardBlock: 36.337 (3)
  PetaboxLoader3.datanode: 60.906 (5)
  load_resource: 717.341 (2)
  PetaboxLoader3.resolve: 643.573 (2)
*/