﻿html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body {
    height: 100%;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 10px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

.grnText { font: 16px tahoma, arial, sans-serif; color: #9FB06D; }

.txtInput { border: 1px solid #859D31; }

body {
    background: url('../images/header_bg.jpg') repeat-x;
    text-align: center;
}

#container {
   min-height:100%;
   position:relative;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}

#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	margin-top: 44px;
}
#header h1 img {
	display: block;
}

#header .legacylink {
    padding: 14px 0 0 110px; 
    float:right; 
    position:absolute;
    font-size: 1.2em;
}

#nav {
	margin-top: 7px;
}
#nav img {
	float: left;
}

#headline {
	padding-top: 205px;
}

#photo {
    border: 0;
    float: left;
    width: 600px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

#search-news {
	float: right;
	width: 164px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url('../images/bullet_letter.gif') no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
    padding-bottom: 24px;
}

#body-left {
	float: left;
	width: 408px;
}
#body-right {
	float: right;
	width: 330px;
}

#body-left ul.plussbullets, #body ul.plussbullets {
	margin-top: 25px;
	margin-left: 40px;
	padding: 0;
	font-weight: bold;
}

#body-left ul.plussbullets li, #body ul.plussbullets li {
	background: top left url('../images/bullet_plus.gif') no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body-left ul.starbullets, #body ul.starbullets {
    margin-top: 6px;
    padding: 0;
    font-weight: bold;
}

#body-left ul.starbullets li, #body ul.starbullets li {
    background: top left url('../images/base_asterick.gif') no-repeat;
    margin: 0 0 4px 0;
	padding: 0 0 0 25px;
}

#body-right ul.starbullets, #body ul.starbullets {
    margin-top: 6px;
    padding: 0;
}

#body-right ul.starbullets li, #body ul.starbullets li {
    background: top left url('../images/base_asterick.gif') no-repeat;
    margin: 0 0 4px 0;
	padding: 0 0 0 18px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}
.red
{
    font-weight: bold;
    color: red;
}
.bold {
    font-weight: bold;
}
.green_button {
    background: none repeat scroll 0 0 #9FB06D;
    border: medium solid #A5B17B;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 6px;
}
.bg_button {
    background: url('../images/button_bg.png') repeat-x;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 16px;
    padding: 8px;
}
#footer {
    position: absolute;
	color: #FFFFFF;
	background: #42453D url('../images/footer_bg.gif') repeat-x;
	bottom:0;
    width:100%;
    height:20px;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding-top: 3px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: normal;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: solid 1px #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: normal;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
#modal-div {
    display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}
.modalWaitPopup {
	position: absolute;
	top: 50%;
	margin-top: -69px;
    left: 50%;
    margin-left: -95px;
}

/* CAPTCHA CSS*/
.capbox {
    /*background-color: #92D433;*/
    border: #B3E272 0px solid;
    border-width: 0px 12px 0px 0px;
    display: inline-block;
    *display: inline;
    zoom: 1; /* FOR IE7-8 */
    padding: 8px 40px 8px 8px;
    margin-left: auto;
    margin-right: auto;
}

.capbox-inner {
    font: bold 11px arial, sans-serif;
    color: #000000;
    /*background-color: #DBF3BA;*/
    margin: 5px auto 0px auto;
    padding: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#CaptchaSpanValue {
    font: bold 17px verdana, arial, sans-serif;
    font-style: italic;
    color: #000000;
    background-color: #FFFFFF;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#CaptchaInputSpamControl {
    margin: 1px 0px 1px 0px;
    width: 135px;
}

/*Cloudflard classes*/
.cf-trust-badge {
	display: inline-block;
	background: linear-gradient(135deg, #f38020, #faad3f);
	padding: 8px 14px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	font-family: Arial, sans-serif;
	float: right;
	margin: 0;
	width: 170px;
}

.cf-trust-badge:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.cf-badge-content {
	display: flex;
	align-items: center;
	gap: 8px;
	color: white;
	text-decoration: none;
}

.cf-logo {
	height: 20px;
	width: auto;
}

.cf-text {
	font-size: 14px;
	font-weight: bold;
}
