﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,400italic,600italic');
@import url('https://fonts.googleapis.com/css?family=Expletus+Sans:400,700,700italic,400italic');
@import url('https://fonts.googleapis.com/css?family=Fira+Code&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@600;800&display=swap');

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #003447;
    text-shadow: 1px 1px #000000;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2 {
	text-transform: capitalize;
	color: #FFFFFF;
}

h1 span, h2 span {
	color: #D4F2FF;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h2.text1, h3 {
	text-transform: none;
	letter-spacing: normal;
	font-size: 12px;
	color: #ECFAFF;
}

h2 a {
	text-decoration: none;
	color: #ECFAFF;
}

h2 a:hover {
	text-decoration: underline;
	color: #ECFAFF;
}

/** MENU */

#menu {
	width: 575px;
	height: 120px;
	background: url(/images/homepage.bg02.jpg) no-repeat left top;
}

#menu a {
	font-family: "Exo", sans-serif;
    font-weight: 600;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 18px;
    line-height: 1.0em;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
}

/** PAGE */

#page {
	width: 900px;
	background: url(/images/homepage.bg03.jpg) repeat-y left top;
}

.wide #page {
	background-image: url(/images/subpage2.bg01.jpg);
}

/** CONTENT */

#content {
	float: left;
	width: 600px;
	background: url(/images/homepage.bg04.jpg) no-repeat left top;
}

#content-bg {
	padding: 28px 0px 20px 27px;
	background: url(/images/homepage.bg05.jpg) no-repeat left bottom;
}

.subpage #content {
	background-image: url(/images/subpage1.bg01.jpg);
}

.wide #content {
	float: none;
	width: auto;
	background-image: url(/images/subpage2.bg02.jpg);
}

.wide #content-bg {
	background-image: url(/images/subpage2.bg03.jpg);
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #C5ECFF;
}

h1, h2, h3 {
	font-family: "Exo", sans-serif;
    font-weight: 800;
}

input, textarea, select {
	background:#00709e;
}

p, ol, dl {
	margin-top: 0px;
	line-height: 170%;
}

ul {
	margin-top: 0px;
	line-height: 125%;
}

p {
	text-align: left;
}

ul, ol, dl {
	text-align: left;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list1 li {
	padding: 14px 0px 15px 0px;
	background: url(images/homepage14.gif) repeat-x left top;
}

.list1 li.first {
	background: none;
}

.list1 h3 {
	display: inline;
}

.list1 p {
	margin: 0px;
	text-align: left;
}

.list2 {
	margin: 0px 0px 20px 20px;
	padding: 0px;
	list-style: none;
	line-height: 1.4em;
}

.list2 li {
	display: block;
	height: 35px;
	padding: 0px 0px 0px 0px;
}

.list2 li.alt {
    font-size: 12px;
    line-height: 1.3em;
}

.list3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #61D4FF;
	text-decoration: none;
}

a:hover {
	color: #C5ECFF;
	text-decoration: underline;
}

.more {
	padding-left: 15px;
	background: url(/images/homepage15.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img {
	border: none;
}

img.index {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.left {
	float: left;
	margin: 5px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 15px;
}

.hr1 {
	height: 52px;
	background: url(/images/homepage14.gif) repeat-x left center;
}

/** FOOTER */

#footer {
	height: 70px;
	background: url(/images/homepage.bg06.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	text-transform: none;
	font-size: 12px;
	color: #35798F;
}

#footer a {
}

.wide #footer {
	background-image: url(/images/subpage2.bg04.jpg);
}

/** BOX1 */

#box1 {
	margin-bottom: 25px;
}

#box1 .title {
	height: 70px;
	background: url(/images/homepage10.jpg) no-repeat left top;
}

#box1 .title h1 {
	margin: 0px;
	padding: 3px 0px 0px 42px;
}

#box1 .content {
    font-family: 'Bree Serif', serif;
	font-size: 15px;
	padding: 0px 22px 20px 19px;
	background: url(/images/homepage11.png) no-repeat left bottom;
}

/** BOX2 */

#box2 {
}

#box2 .title {
	height: 65px;
	background: url(/images/homepage12.png) no-repeat left top;
}

#box2 .title h2 {
	padding: 10px 0px 0px 40px;
}

#box2 .content {
	font-size: 12px;
	padding: 0px 0px 0px 19px;
}

/** BOX3 */

#box3 {
}

#box3 .title {
	height: 65px;
	background: url(/images/homepage13.png) no-repeat left top;
}

#box3 .title h2 {
	padding: 10px 0px 0px 40px;
}

/** BOX4 */

#box4 {
	background: url(/images/homepage.bg07.jpg) repeat-y left top;
}

#box4 .bg {
	background: url(/images/homepage.bg08.jpg) no-repeat left top;
}

#box4 .title {
	padding: 20px 23px 0px 25px;
}

#box4 .title h2 {
	height: 50px;
	padding: 0px 0px 0px 27px;
	background: url(/images/homepage20.png) no-repeat left top;
}

#box4 .content {
    font-family: 'Bree Serif', serif;
	font-size: 15px;
	text-align: left;
	padding: 0px 23px 40px 25px;
	background: url(/images/homepage.bg09.jpg) no-repeat left bottom;
}

/** BOX5 */

#box5 {
	background: url(/images/homepage.bg10.jpg) repeat-y left top;
}

#box5 .bg {
	background: url(/images/homepage.bg11.jpg) no-repeat left top;
}

#box5 .title {
	padding: 20px 23px 0px 25px;
}

#box5 .title h2 {
	height: 55px;
	padding: 0px 0px 0px 27px;
	background: url(/images/homepage21.png) no-repeat left top;
}

#box5 .content {
	font-size: 12px;
	padding: 0px 23px 110px 25px;
	background: url(/images/homepage.bg12.jpg) no-repeat left bottom;
}

/** BOX6 */

#box6 {
	background: url(/images/subpage1.bg02.jpg) repeat-y left top;
}

#box6 .bg {
	background: url(/images/subpage1.bg03.jpg) no-repeat left top;
}

#box6 .title {
	padding: 20px 23px 0px 25px;
}

#box6 .title h2 {
	height: 50px;
	padding: 0px 0px 0px 27px;
	background-image: url(/images/subpage1_03.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#box6 .content {
	font-size: 14px;
	padding: 0px 23px 120px 25px;
	background: url(/images/subpage1.bg04.jpg) no-repeat left bottom;
}

/** BOX7 */

#box7 {
	margin-bottom: 25px;
}

#box7 .title {
	height: 70px;
	background: url(/images/subpage1_01.jpg) no-repeat left top;
}

#box7 .title h1 {
	margin: 0px;
	padding: 6px 0px 0px 39px;
}

#box7 .content {
	font-size: 14px;
	padding: 0px 12px 0px 9px;
}

/** BOX8 */

#box8 {
	margin-bottom: 25px;
}

#box8 .title {
	height: 70px;
	background: url(/images/subpage2_02.jpg) no-repeat left top;
}

#box8 .title h1 {
	margin: 0px;
	padding: 3px 0px 0px 42px;
}

#box8 .content {
    font-family: 'Bree Serif', serif;
	font-size: 15px;
	padding: 0px 45px 22px 19px;
}

code p {
    line-height: 1.1em;
}

#box8 .content code {
    font-family: 'Fira Code', monospace;
	font-size: 12px;
	color: #F0F0F0;
}

.inputForm select {
	width: 300px;
}

.inputForm input {
	width: 300px;
}

.inputForm textarea {
	width: 612px;
	font-size: 14px;
}

.panoramaForm select {
	width: 300px;
}

.panoramaForm input {
	width: 300px;
}

.panoramaForm textarea {
	width: 612px;
	font-size: 14px;
}

.embedPhotoTableLeft {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;
}

.embedPhotoTableRight {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}

.embedPhotoTitle {
	text-align:center;
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 0px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 13px;
}

.embedPhotoDescription {
	font-style:italic;
	padding: 0px;
	text-align:center;
	font-size: 12px;
}

.PictureBoxTable {
	padding-top: 6px;
}

.EditBlogEntryPicture {
	padding-top: 5px;
	padding-bottom: 5px;
}

.BlogEntryTable td {
    font-family: 'Bree Serif', serif;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.ContactImage {
	padding-top: 0px;
	top: 5px;
	position: relative;
}

.buttonsDivision {
	padding-top:10px;
	clear: both;
}

#PictureTable {
	width:804px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:0;
}

.thumbnaildiv {
	padding:2px;
	border:2px solid #61D4FF;
	-webkit-box-shadow: 0px 0px 8px 1px #b0b0f0;
	-moz-box-shadow: 0px 0px 8px 1px #b0b0f0;
	box-shadow: 0px 0px 8px 1px #b0b0f0;
}

.thumbnailimg {
	cursor: pointer;
	opacity:0;
	filter:alpha(opacity=0);
}
