/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */


body {
	margin: 0;
	padding: 0;
	font: 70% Helvetica, Tahoma, Arial, sans-serif;
	color: #7e7e7e; 
	/* background: #FFFFFF url(../../images/bg.gif) repeat-x; */
	line-height: 16px; 
	/* added by jk */
	background: #f7f7f7;
}

a {
	color: #3D86BE;
	background-color: inherit;
}

a:hover {
	/* color: #575757;
	background-color: inherit; */
}

h1 {
	font: bold 1.8em Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}


p {
	padding: 2px 0 5px;
	margin: 0;
}

#content {
	margin: 0px auto; 
	width: 1440px; 
	overflow: hidden;
}

.header { 
	/* Added by j.k. 6/29/2023 */
	display: flex;
	height: 69px; 
	box-sizing: border-box;
	align-items: center;
	/****/
	/* height: 45px;  */
	margin: 0px 0 2px 0; 
	padding: 20px 0 20px 5px;
	border-top: 4px solid #000;
	background: #FFF url(../../images/headerbg.gif) repeat-x bottom left;
	color: #808080;
	gap: 24px;
}

.logo {
	margin-right: 20px;
}
	
.searchform {
	float: right;
	padding: 2px 5px 0 0;
}

.subheader {
	clear: both;
	height: 23px;
	margin: 0 0 10px 0;	
	/* Added by j.k. 6/29/2023 */
	margin: 10px 0 10px 0;
	margin-bottom: 80px;
    text-align: center;
	/****/
}

.subheader_left {
	line-height: 28px;
	
	/* Added by j.k. 6/29/2023 */
	/* width: 173px; */
	/* background: #3D86BE url(../../images/hmleftbg.gif) repeat-x; */
	/****/
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}

.subheader_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

.subheader_right {
	/* background: #F6F6F6 url(../../images/hmrightbg.gif) repeat-x; */
	background: #F6F6F6; 
	color: #626262;
	line-height: 28px;
	/* float: right; */
	/* Added by j.k. 6/29/2023 */
	width: 1280px;
	border-radius: 10px;
	margin: 0 auto;
	/****/
}

.subheader_right a {
	/* Added by j.k. 6/30/2023 */
	margin-right: 20px;
	font-size: 16px;
	/****/
	/* margin: 0px 2px 0 0; */
	padding: 7px 5px 8px 5px;
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.subheader_right a:hover {
	/* background: #3D86BE url(../../images/hmleftbg.gif) repeat-x; */
	/*border-top: 1px solid #1A83AC;
	color: #FFFFFF;*/
	background: #3D86BE; 
	border-top: 0px solid #1A83AC;
	color: #000000;
}

.left {
	/* Added by j.k. 6/29/2023 */
	display: none;
	/****/
	float: left;
	padding: 5px 0 0 5px;
	width: 170px;
}

.right {
	/* Added by j.k. 6/29/2023 */
	/* float: right; */
	/* padding: 5px 30px 0 10px;  */
	/* width: 550px; */
	/* background-color: #FFFFFF;  */
	width: 1280px;
	margin: 0 auto;
	/****/
	/* margin: 0 0px 20px 0;  */
	color: #000;
	/* border-left: 1px solid #e6e6e6; */
}

/* Added by jk 07.05.2023 */
.mainbody {
	position: relative;
}
/* .mainbody::before {
	background-image: url("/images/Blue_Wave_BG.png");
	content: "";
	position: absolute;
	top: -45px;
	right: -50%;
	width: 2560px;
	height: 2183px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -2;
} */


a.info {
	font: bold 1.3em Helvetica, Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;
	left:0;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(../../images/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 260px;
	padding: 13px;
	background: #f2f2f2 url(../../images/corner.gif) no-repeat bottom right;
	color: #626262;
}

.right_right {
	float: right;
	width: 240px;
	padding: 13px;
	background: #f2f2f2 url(../../images/corner.gif) no-repeat bottom right;
	color: #626262;
}

.footer { 
	clear: both; 
	color: #999999; 
	background-color: #FFFFFF;
	padding: 10px 0 10px 0; 
	border-top: 1px solid #e6e6e6; 
	text-align: center;  
	line-height: 13px;
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer a { 
	text-decoration: underline; 
}

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Helvetica, Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.website-textbox {
    display: none;
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}

/* screen width of 1300px L */
@media screen and (max-width: 1300px) {
	#content {
		width: 864px; 
	}
	.subheader_right {
		width: 854px;
	}
	.right {
		width: 854px; 
	}
}
@media screen and (max-width: 900px) {
	#content {
		width: 100%; 
	}
	.subheader_right {
		width: 100%;
	}
	.right {
		width: 100%; 
	}
}
