﻿/*Generic Template {{{steelblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
html, body{
	min-height: 100%;
	#height: 100%;
	_height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y pinch-zoom;
	}

body {
	color: #000;
	font-size: 11px;
	padding: 5px 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #fff url(/images/steelblue_bg.jpg) 0 0 repeat-x;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted steelblue;
	}

.container {
	width: 780px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid steelblue;
	}

#header {
	width: 780px;
	height: 224px;
	background: url(/images/steelblue_01.jpg) 0 0 no-repeat;
	}

#header h1 {
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: lighter;
	border: none;
	display: block;
	padding-top: 50px;
	margin-right: 50px;
	color: #fff;
	width: 450px;
	float: right;
	text-align: right;
	}

.subtitle {
	border: none;
	color: #fff;
	margin-right: 150px;
	_padding-right: 150px;
	_margin-right: 0;
	display: block;
	clear: both;
	float: right;
	width: 500px;
	text-align: right;
	}

h1 {
	font-size: 22px;
	}

h2 {
	font-size: 18px;
	}

h3 {
	font-size: 16px;
	}

h4 {
	font-size: 14px;
	}

a {
	color: steelblue;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

.menu1 {
	height: 50px;
/*	background: url(/images/steelblue_03.jpg) 0 0 repeat-x;*/
	width: 780px;
	padding-top: 1px;
	}

.menu1 ul {
	list-style-type: none;
	text-align: center;
	}

.menu1 li {
	float: left;
	display: block;
	list-style-type: none;
	height: 49px;
	border-right: 1px solid #fff;
	}

.menu1 ul a {
	color: #000000;
	text-decoration: none;
	padding-top:5px;
	text-align: center;
	float: left;
	width: 84px;
	height: 44px;
	border-right: 1px solid #ccc;
}

.menu1 ul a:hover {
	text-decoration: underline;
	color: gray;
	}

.menu {
	clear: both;
	padding-top: 20px;
	margin-bottom: 10px;
	}

.menu ul {
	list-style-type: none;
	text-align: center;
	}

.menu li {
	list-style-type: none;
	display: inline;
	}

.menu ul a {
	color: steelblue;
	text-decoration: underline;
	font-size: 11px;
	margin: 0 5px;
	display: inline;
	}

.menu ul a:hover {
	text-decoration: none;
	}

/*-- end of menus --*/
.subnav{margin:-10px 0 10px 10px; color:#c85d16}
.subnav a{background-image:url(../images/subnav.gif);background-position:right 7px;background-repeat:no-repeat;color:#444;padding:2px 8px 4px 5px;text-decoration:underline}
.content_wrap {
	width: 850px;
	margin: 0 auto;
	}

.content {
	background: #fff url(/images/steelblue_05.jpg) 0 0 repeat-x;
	width: 100%;
	padding-top: 35px;
	}

.content_text {
	width: 740px;
	margin: 0 auto;
	min-height: 500px;
	_height: 500px;
	word-wrap: break-word;
	padding: 0 20px 10px 20px;
	clear: both;
	}
img{
	border:0;
}
.content_text ul {
	padding-left: 15px;
	padding-top: 5px;
	}

.content img {
	margin: 5px 5px 5px 0;
	}

.content p {
	padding: 5px 0;
	line-height: 1.5em;
	margin: 5px 0;
	}

.footer {
/*	padding-top: 15px;
	padding-left: 10px;
	clear: both;
	color: steelblue;
	height: 120px;
	background: url(/images/steelblue_07.jpg) bottom left no-repeat;*/
	}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	body {
		padding: 0;
		font-size: 14px;
	}

	.container,
	#header,
	.menu1,
	.content_wrap,
	.content_text {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	.container {
		border: 0;
	}

	#header {
		height: auto;
		background-size: cover;
	}

	.menu1 {
		height: auto;
	}

	.menu1 li,
	.menu1 ul a {
		float: none;
		display: block;
		width: 100%;
		height: auto;
		line-height: 1.6;
		border-right: 0;
	}

	.content {
		padding-top: 12px;
	}

	.content_text {
		padding: 0 12px 12px;
		min-height: 0;
	}

	table {
		width: 100% !important;
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.content,
	.content_text,
	.container {
		touch-action: pan-y pinch-zoom;
	}
}
