﻿/* RESET code: */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align:middle;
}

/* ------------------------- */
h1,h2,h3,h4,h5 {
	margin-bottom:0.7em;
}
h1 {
	font-size:24px;
}
h2,h3 {
	font-size:18px;
	line-height:1.4em;
}
h4 {
	font-size:16px;
	line-height:1.5em;
}

a {
	cursor: pointer;
}
a:link, a:visited {
	color:grey;
	text-decoration:underline;
}
a:hover, a:active {
	color:red;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

ol {
	list-style:decimal;
}
ol, ul {
	margin: 0;
	padding-left: 3em;
	padding-bottom:1em;
	padding-right:0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
}

ol ol {
	list-style:upper-alpha;
}

p {
	display:inline;
	margin-top:20px;
}

body {
	font-size:14px;
	font-family:Sans-Serif;
	margin-left: 5%;
	margin-right: 10%;
	margin-top: 40px;
	margin-bottom: 10%;
	padding: 0px;
	min-width:320px;
	max-width:1000px;
	position:static;
	border-spacing:0;
	border-collapse:collapse;
	background-color:#9c5903; /* #de6347; */
}

input,select,textarea
{
	border:1px solid maroon;
	margin:2px;
}


/* --------- site wide classes ----------- */

.hidden {
	display:none !important;
}
[v-cloak] {
	display:none;
}
.number {
	margin:5px;
	vertical-align: middle;
}

.readonly {
	background-color:#DDDDDD;
	border-width:1px;
}

.alert {
	color:red;
}
.star {
	color: #FF0000;
	font-size: 12px;
}

.copyright {
	font-size:7pt;
	padding-bottom:1.0pt;
	/*color: grey; */
}
.left {
	float:left;
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	float:right;
}

.clear {
	clear: both;
}

.clean {
	background-image:none !important;
}

.required {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

.notReq {
	color:grey;
}

/* --------- All/Most pages ------------*/
.canvas {
	margin:0 auto;
	padding:25px;
	max-width:1920px;
	background-color: #e6cd83;
}

.header {
	margin:0 auto;
	border-bottom:4px solid black;
}

.masthead {
	display:inline-block;
	width:100%;
	padding:0;
	margin:0;
	/* outline:orange solid 1px; */
}

.masthead td {
	text-align:left;
	vertical-align:bottom;
/* border: red solid 1px; */
}

.masthead td:first-child  {
	text-align:right;
}

.logo {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 25%;
	margin-right: 10px;
	width:60%;
	min-width:100px;
	/* outline:green dashed 1px; */
}

.menu {
	display:inline-block;
	padding-top: 15px;
	padding-bottom: 0px; /* To align with the bottom of the logo */
	padding-left: 0px;
	padding-right: 5px;
	margin-top:0;
	margin-left: 10px;
	margin-bottom: 15px; /* Like the logo */
	margin-right: 15px;

	padding-top:5px;
	font-size: 14px;
	font-weight: normal;
	font-family: verdana;
	letter-spacing: 1px;
	vertical-align:bottom;

/* outline:purple dashed 2px; */
}

.banner img {
	width:100%;
}

.body {
	background-color: #EEEEDD;
	background-image: url("/img/");
	background-repeat: no-repeat;
	background-position: right top;
}
.mainpage {
	background-image: url("/img/");
	background-repeat: no-repeat;
	background-position: center top;
}

.signature {
	margin-top: 20px;
	float:right;
}

.article {
	margin: 0 auto;
	padding: 20px;
	width: 70%;
	max-width: 1000px;
	min-width: 320px;
	min-height: 500px;
	/* outline:yellow dashed 2px; */
}

.buttons {
	margin:0 auto;
	width:95%;
	max-width:700px;
	padding:20px;
	color:#202020;
	/* outline:green dashed 1px; */
}
.buttons td {
	width:30%;
	margin:10px;
	text-align: center;
	/* outline:lime dashed 1px; */
}
.buttons img {
	width: 60%;
	max-width:120px;
	min-width:70px;
	margin-bottom:10px;
	/* outline:orange solid 1px; */
}
.buttons span {
	padding:3px;
	font-size: 18px;
	color:#202020;
}

.text1 {
	margin-top:10px;
	color:#202020;
	font-size: 24px;
}

.text2 {
	color:white;
	font-size: 24px;
}

.text2 .title {
	color:white;
}

.title {
	display:block;
	font-size: 30px;
	line-height: 45px;
	vertical-align: top;
}

.teaser, .teaser2 {
	float:right;
}

.mainpage #section1 {
	padding-bottom:170px;
}

.mainpage #section2 {
	padding-left:20%;
	padding-bottom:150px;
}

#section3 {
	margin-bottom:20px;
}

.footer {
	border-top:10px solid #99EE99;
	text-align: center;
}
.footer table {
	width:100%;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:40px;
	/* outline:purple dashed 2px; */
}
.footer td {
	padding-right:5px;
	/* outline:red solid 1px; */
}

/* ----------------------------------- */
.menu a {
	display:block;
	text-decoration:none;
}
.menu a:hover {
	text-decoration:none;
}
.menu li {
	display: inline-block;
	margin-left:3px;
	margin-top:2px;
	padding:3px 5px 3px 5px;
	/*border:1px solid #9999CC;
	border-radius:6px;*/
	/* #89C9FA #8BCBFC #BCCDFF #8FD4FC */
	/*background-color:#9FE4FD;*/
	vertical-align:middle;
}
.menu ul {
	display:block;
	vertical-align:middle;
	list-style: none outside none;
	margin:0;
	padding:0;
}

/* ----------------------------------- */

.modalBackground {
	background-color: Silver;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.DefaultButton {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-radius: 3px;
	background-color: #EEEEEE;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
}
.alpha40 {
	padding: 15px; /* Fallback for web browsers that doesn't support RGBa */ /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent; /* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.4); /* For IE 5.5 - 7*/
	/* For IE 8 darker
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	*/
	/* For IE 8 lighter .4 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
	/* For IE 8 lighter, .3
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000)";
	*/
	/* For IE 8 lighter .2
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
	*/
}
.alphaPaymentProcessingDiv {
	background: rgb(0, 0, 0) transparent; /* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6); /* For IE 5.5 - 7*/ /* For IE 8 darker
	/* For IE 8 darker */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/*---------- smaller screens ----------*/
@media (max-width : 900px) {
	#section1
	{
		padding-bottom:140px;
	}
	#section2
	{
		padding-left:10%;
		padding-bottom:120px;
	}
}

@media (max-width : 750px) {
	#section1
	{
		padding-bottom:90px;
	}
	#section2
	{
		padding-bottom:80px;
	}
	.footer td
	{
		display:inline-block;
	}
}

@media (max-width : 600px) {
	.text2
	{
		font-size:20px;
		color:#202020;
	}
	.text2 .title
	{
		color:#38A3F2;
	}

	#section1
	{
		padding-bottom:20px;
	}
	#section2
	{
		padding-left:0;
		padding-bottom:10px;
	}

	#CenterBanner
	{
		display:none;
	}
}


@media (max-width : 420px){
	.article
	{
		padding:10px;
	}

	#logo img
	{
		width: 100%;
	}
	.InfoDiv
	{
		margin:2px;
		padding: 8px;
		/*border-color:orange;*/
	}
}
