header {
    height: 110px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
	max-width:1024px;
	position:relative;
	}
@media only screen and (max-width:661px) {
header {
	border-bottom:none;
	padding:0;
	height:auto;
}
}
header > #logo {
	float:left;
	width:60%;
	padding:0;
	margin:24px 0 0;
}
@media only screen and (max-width:661px) {
header > #logo {
	margin: 5px 0;
    padding: 15px 10px 0;
    width: 56%;
}
}
header > #logo img {
    height: auto;
    max-width: 350px;
	width:100%;
}
@media only screen and (max-width:350px) {
header > #logo img {
    margin: 5px 0 0;
    width: 140px;
}
}
header > .contain > div:nth-child(2) {
	float:right;
	width:40%;
	padding:0;
}
@media only screen and (max-width:661px) {
header > .contain > div:nth-child(2) {
	padding:15px 0 0;
	width:50%;
}
}
header a.login {
    clear: none;
    float: right;
    line-height: 1.2;
    margin: 23px 0 0;
}
@media only screen and (max-width: 1084px) {
header a.login {
    display: block;
    float: none;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 28px;
    z-index: 150;
}
}
@media only screen and (max-width: 860px) {
header a.login {
    top: 20px;
	right: 15px;
}
}
@media only screen and (max-width: 861px) {
header a.login {
    top: 38px;
	right: 60px;
}
}
@media only screen and (max-width: 662px) {
header a.login {
    top: 20px;
}
}
@media only screen and (max-width: 400px) {
header a.login {
    top: 10px;
}
}
a.login {
    float: right;
	padding: 10px 10px 10px 25px;
    text-align: center;
	cursor:pointer;
	margin-top:25px;
	background: #22A7F0 url("/Files/PML16/img/login.png") no-repeat scroll left center / 18px auto;
	border-radius:2px;
    color: #ffffff;
	font-size: 1.1em;
    font-weight: 400;
	letter-spacing:0.3px;
}
/*
a.login::before {
	display:inline-block;
	content:"\f023";
	font-family:FontAwesome;
	margin:0 10px 0 0;
	color:inherit;
}
*/
a.login:hover {
	 color:#01518c;
	background: #22A7F0 url("/Files/PML16/img/loginHover.png") no-repeat scroll left center / 18px auto;
}
/******** ********/
.nav {
	display: block;
    height: auto;
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 5px;
    position: relative;
    z-index: 999;
	}
.nav ul {
	font-size: 1em;
	float: left;
}

.nav ul li {
	list-style-type: none;
	display: inline;
	font-size: 1em;
	font-weight: 400;
	margin: 0;
	padding: 0;
	background: none;
}

.nav ul li span {
	color: #22a7f0;
	font-weight: bold;
}

.nav-list {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}

.nav-item {
	float: left;
	*display: inline;
	zoom: 1;
	position: relative;
	width: auto;
}

.nav-item a {
	display: block;
	color: #003862;
	padding: 10px 10px 10px 5px;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
	margin-right:10px;
}
.nav-item a::first-letter,
.nav-submenu-item a::first-letter {
text-transform: uppercase;
}
.nav-item > a:hover {
	color: #22a7f0;
}

.nav-item a.hasChildNodes {
	background: transparent url("/Files/PML16/img/navDrop.png") no-repeat scroll right center / 10px auto;
    padding: 10px 15px 10px 5px;
}

.nav-item:hover .nav-submenu {
	display: block;
}

/* Navigation submenu */
.nav-submenu {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	width: 230px;
	z-index: 300;
}

nav ul li:last-child .nav-submenu {
	right: 0;
	left: auto;
	width: 200px;
}

.nav-submenu-item a {
	background: #f2f2f2;
	display: block;
	padding: 10px 13px;
}

.nav-submenu-item a:hover {
	background: #ffffff;
	color: #22a7f0;
}

/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url("/Files/PML16/img/menu.png") no-repeat center center;
	background-size: 28px;
	height: 55px;
	width: 30px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: relative;
	top: 0;
	right: 0;
	display: none;
	height: 43px;
	width: 60px;
	cursor: pointer;
	float: right;
	z-index: 120;
	background: #22a7f0;
}
.nav-click i {
	display: block;
	height: 43px;
	width: 60px;
	background: transparent url("/Files/PML16/img/drop.png") no-repeat center center;
	background-size: 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	float: right;
	position: relative;
	z-index: 150;
}
.nav-click:hover {
}
.nav-rotate {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
@media only screen and (max-width: 861px) {
	nav ul li {
		font-size: 0.9em;
	}
	.nav-mobile {
		display: block;
	}
	.nav {
		width: 768px;
		padding: 60px 0 0;
		z-index: 130;
	}
	.nav-list {
		width: 100%;
		display: none;
		position: absolute;
		background-color: #F9F9F9;
	}
	.nav-item {
		width: 100%;
	}	
	.nav-item > a {
		padding: 15px 2%;
		border-bottom: 1px solid #f2f2f2;
	}
	.nav-item > a > span {
		display: none;
	}
	.nav-item > a:hover {
		background-color: #ffffff;
	}
	.nav-click {
		display: block;
	}
	.nav-mobile-open {
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display: none;
	}
	.nav-submenu {
		position: relative;
		width: 100%;
	}
	.nav-submenu-item a {
		padding: 12px 5%;
		margin:0;
	}
	.nav-item a.hasChildNodes {
	background: none;
    margin-right: 0;
    padding: 10px 10px 10px 20px;
	}
	nav ul li:last-child .nav-submenu {
		right: auto;
		left: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 861px) {
	.nav-mobile {
		margin-right: 2%;
		top: -90px;
	}
	.nav {
		width: 100%;
		padding:0;
		display:inline-block;
	}
	.nav-item > a {
		padding: 15px 5%;
	}
	.nav-submenu-item a {
		padding: 12px 8%;
	}
}
@media only screen and (max-width: 662px) {
	.nav-mobile {
		top: -80px;
	}
}
@media only screen and (max-width: 400px) {
	.nav-mobile {
		background-size: 24px;
		margin-right: 4%;
		top: -74px;
	}
}
/*** ***/
footer {
	display: block;
    height: auto;
    margin: 0 auto;
	min-height:300px;
	width:100%;
    padding: 20px 15px;
    position: relative;
    z-index: 999;
	background:#f2f2f2;
	}
footer ul {
	display: block;
    height: auto;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    z-index: 999;
	background:#f2f2f2;
	}
footer ul li {
	float: left;
	width: auto;
	}
footer ul li a {
	width:100%;
	color: #003862;
    float: left;
    font-size: 1em;
    font-weight: 500;
    padding: 10px 30px 10px 0;
    text-decoration: none;
    text-align:left;
	}	
@media only screen and (max-width:530px) {
footer ul li {
	width: 50%;
	}
footer ul li a {
	text-align:center;
	padding:10px 0;
	}
}
footer ul li a:hover {
	color: #22a7f0;
	}
footer p {
	font-size:1em;
}
.selected {
	color: #22a7f0 !important;
}