﻿:root {
	overflow-y:scroll;
}

body {
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	background-color: #8DAAC0;
}

img{
	border:0;
}

/* layout */
header {
	width: 1000px;
	margin:0 auto;
	padding:0;
	border:0;
}

section{
	width: 1000px;
	margin:0 auto;
	padding:0;
	background-color: #004699;
	box-sizing: border-box;
}

nav {
	width: 200px;
	background: #004699;
	float:left;
	padding:5px;
	margin:0;
	overflow:hidden;
	box-sizing: border-box;
}

article{
	width: 800px;
	margin: 0 0 0 182px;
	padding: 16px;
	border: 0;
	color:inherit;
	background-color: #fafafa;
	overflow:hidden;
	box-sizing: border-box;
}

footer {
	width: 1000px;
	margin:0 auto;
	padding: 0 0 5px 0;
	border-top: 1px grey solid;
	background-color: #eee;
	text-align:center;
}


/* header */

header h1 {
	font-size: 24px;
	color: #009;
	background:inherit;
	margin: 12px;
	text-align: center;
	text-shadow: 1px 1px 1px #bbb;
}

header a {
	font-size: 32px;
	color: #009;
	background: inherit;
	margin: 16px;
	padding: 0;
	text-align: center;
	text-decoration:none;
}

/* nav */

nav button {
	background:transparent;
	border:0;
	cursor: pointer;
	padding:5px;
}
nav button:hover {
	opacity:.5;
}
nav div.lflag{
	float:left;
}
nav div.rflag{
	float:right;
}

nav h3{
	font-size: 18px;
	font-weight: bold;
	color: #ff6;
	background: inherit;
	padding: 40px 0 16px 0;
	margin:0;
	text-align:center;
	text-shadow: 1px 1px 1px #bbb;
}
nav h3:hover{
	cursor:pointer;
	color: #ffc;
}

nav ul {
	list-style-type: none;
	width: 190px;
	margin: 0;
	padding: 0;
}
nav li {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	margin: 5px;
	padding: 10px;
	text-shadow: 1px 1px 1px #000;
	border-radius: 6px;
	background-color: rgba(192, 192, 192, 1);
	background-image: linear-gradient(
     to top left,
     rgba(0, 0, 0, 0.3),
     rgba(0, 0, 0, 0.3) 20%,
     rgba(0, 0, 0, 0)
	);
	box-shadow:
     inset 2px 2px 3px rgba(255, 255, 255, 0.6),
     inset -2px -2px 3px rgba(0, 0, 0, 0.6);	
}
nav li:hover { 
	background-color: rgba(255, 255, 255, 1);
	color: #99f;
	cursor:pointer;
}

/* article */

article hr {
	margin: 20px auto;	
}

article h1 {
	font-size: 30px;
	color: #009;
	background:inherit;
	margin: 0;
	padding: 24px 0 16px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #bbb;
}

article h2{
	font-size: 22px; 
	font-weight: bold;
	color:#009; 
	text-align:left; 
	background:inherit;
	margin:0;
	padding: 24px 0 0 0;
	text-shadow: 1px 1px 1px #bbb;
}

article h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background: inherit;
	margin:0;
	padding: 12px 0 0 0;
}

article a {
	color: #00F;
	background:inherit;
	text-decoration: none;
}
article a.lnk{
	font-size: 125%;
	font-weight:bold;
}
article a:hover {
	color: #09c;
	background: #fff;
	text-decoration: none;
}

article button>img {
	width:60px;
	vertical-align:middle;
}

article button.softBtn {
	width:80px;
	height:80px;
	margin-right:10px;
	padding:5px;
	border-radius: 6px;
	background-color: rgba(192, 192, 192, 1);
	background-image: linear-gradient(
     to top left,
     rgba(0, 0, 0, 0.2),
     rgba(0, 0, 0, 0.2) 30%,
     rgba(0, 0, 0, 0)
	);
	box-shadow:
     inset 2px 2px 3px rgba(255, 255, 255, 0.6),
     inset -2px -2px 3px rgba(0, 0, 0, 0.6);	
}
article button.softBtn:hover { 
	background-color: rgba(255, 255, 255, 1);
	cursor:pointer;
}

article p {
	font-size: 15px;
	text-align: left;
	margin: 0;
	padding: 4px 0 0 0;
}

article p.ver {
	text-align: center;
	font-weight: bold;
	color: #009;
	background:inherit;
	margin-bottom:0;
}

article p.wver {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color:inherit;
	background: #ccc;
	margin-bottom: 4px;
	margin-top: 4px;
}

article p.vdate{
	font-size: 12px;
	text-align: center;
	margin-top:0;
}


article p.lnk {
	font-size: 14px;
	margin: 10px auto;
	text-align: center;
}
article ul{
	font-size: 14px;
	list-style:square inside none;
}

article ul.nav{
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 24px;
}

article li{
	text-decoration: none;
}

article h4.feat {
	font-size:14px;
	color: #009;
	background:inherit;
	margin:0;
	padding: 12px 0 0px 22px;
	text-align: left;
}

article ul.feat{
	margin: 0;
	padding: 0 0 0 24px;
}

article p.feat {
	font-size: 14px;
	margin: 1px 16px;
}

article li.feat {
	font-size: 14px;
	font-weight: normal;
	margin: 1px 16px;
	text-align: left;
}

article li.featnote {
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	text-align: left;
	margin-left: 20px;
}

article span.feat {
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}


/* footer */
footer p {
	font-size: 14px;
	text-align:center;
}

footer a {
	color: #00c;
	font-weight:bold;
	background:inherit;
	text-decoration: none;
}
footer a.lnk{
	font-weight:bold;
}
footer a:hover {
	color: #09c;
	background: inherit;
	text-decoration: none;
}


/* ---contact--- */
form.popfrm {
	font-size: 13px;
}
form.popfrm h3{
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	font-size:24px;
}
form.popfrm div{
	clear:both;
	padding:5px;
}

input.inpCol{
	font-style:normal;
	color:black;
	float:right;
	width:200px;
}

textarea#melContent{
	width: 330px;
	height: 150px;
	resize:none;
}

span.req {
	color:#c00;
	font-size:14px;
	padding: 0 2px;
}

span.err {
	font-size:14px;
	font-weight:bold;
	color:red;
	background: #ff9 url(./images/error.png) no-repeat 0 50%;
	border-radius: 6px;
	padding: 5px 5px 5px 20px;
}

span.ok {
	font-size:14px;
	font-weight:bold;
	color:green;
	background: #eee url(./images/ok.png) no-repeat 0 50%;
	border: 1px green solid;
	border-radius: 6px;
	padding: 5px 5px 5px 20px;
}

div.centered {
	margin:0 auto; 
	width:100%; 
	text-align:center;
}

/* popup */
#bgfade { 
	display: none; 
	background: #000;
	position: fixed; 
	left: 0; 
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: .80;
	z-index: 100;
}

.popupDlg {
	display: none;
	background: #fff;
	padding: 0 20px 20px 20px; 	
	border-radius: 16px;
	border: 8px solid #c5dbec;
	position: absolute;
	z-index: 110;
}

button.resetbtn {
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	padding: 0px; 
	margin: -15px -12px 0 0;
	background: #fff; 
	cursor: pointer;
	border:0;
}

button.resetbtn img:hover {
	opacity:.5;
}