﻿body {
    font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	letter-spacing: 1px; 
	line-height: 20px;
	text-decoration: none;
	background-image:url(../images/background.jpg); 
	background-repeat:no-repeat; 
	background-position: top center; 
	color:#000000; 
	background-color:#000000;
	margin: 0px;
}

.header {
    margin: 15px 15px 0px 0px; 
	font-size: 12px; 
	color: #ffffff; 
	letter-spacing: 1px; 
	word-spacing: 1px; 
	text-decoration: none; 
	vertical-align: middle; 
	text-align: center;
}
a:link {font-weight: normal; color: #244a9f; font-weight:bold; text-decoration: underline;}
a:active {font-weight: normal; color: #244a9f; text-decoration: none;}
a:hover {font-weight: normal; color: #244a9f; font-weight:bold; text-decoration: none;}
a:visited {font-weight: normal; color: #244a9f; text-decoration: underline;}

a:link.header {font-weight: normal; color: #ffffff; font-weight:bold; text-decoration: underline;}
a:active.header {font-weight: normal; color: #ffffff; font-weight:bold; text-decoration: none;}
a:hover.header {font-weight: normal; color: #ffffff; font-weight:bold; text-decoration: none;}
a:visited.header {font-weight: normal; color: #ffffff; font-weight:bold; text-decoration: underline;}

a:link.features {font-weight: normal; color: #244a9f; text-decoration: underline;}
a:active.features {font-weight: normal; color: #244a9f; text-decoration: none;}
a:hover.features {font-weight: normal; color: #244a9f; text-decoration: none;}
a:visited.features {font-weight: normal; color: #244a9f; text-decoration: underline;}

.footer {
    padding: 5px; 
	font-size: 11px; 
	color: #ffffff; 
	letter-spacing: 1px; 
	word-spacing: 3px; 
	text-decoration: none; 
	vertical-align:middle; 
	text-align:center;
}
a:link.footer {font-weight: normal; color: #ffffff; font-weight:bold; text-decoration: underline;}
a:active.footer {font-weight: normal; color: #ffffff; text-decoration: none;}
a:hover.footer {font-weight: normal; color: #ffffff; font-weight:bold; text-decoration: none;}
a:visited.footer {font-weight: normal; color: #ffffff; text-decoration: underline;}

h1 {font-size: 18px; color: #244a9f; margin: 5px 0px 5px 5px;}
h2 {font-size: 16px; color: #244a9f; margin: 15px 0px 5px 5px;}
h3 {font-size: 14px; color: #244a9f; margin: 5px 0px 5px 5px;}

p {color: #000000; margin: 5px 0px 10px 20px;}

.caption {font-size: 10px}

ul {font-weight: bold; color: #000000; margin: 5px 0px 10px 35px;}

li
{
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn
{
	font-weight: bold;
	color: #ffffff;
	font-family: arial, helvetica, san-serif;
	letter-spacing: 1px;
	background-color: #244a9f;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0px;
	padding: 5px;
}

.chkbox
{
	font-weight: normal;
	font-family: arial, helvetica, san-serif;
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	font-weight: normal;
	font-size: 12px;
	font-family: arial, helvetica, san-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0px;
	padding: 0px;
}

.validation 
{
	color: #ff0000;
	font-weight: bold;
}

.menus {
		position: absolute; 
		top: -200px;
		font-size: 10px; 
		font-weight: bold;
		color: #000000;
		background-color: #ffffff; 
		text-align: left; 
		border-style: solid; 
		border-width: 2px; 
		border-color: #000000;
		padding: 2px 6px 2px 6px;
		z-index: 2;
		}
		
 .languageForm 
 {
     margin: 0px;
     border: solid 1px #cccccc;
     background-color: #dddddd;
     width: 198px;
 }
		
.dropdown
{
    font-weight: normal;
	font-size: 10px;
	font-family: arial, helvetica, san-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0px;
	padding: 0px;
}
		
.menus a:link {color: #082984}
.menus a:visited {color: #082984}
.menus a:hover {color: #FF8800}
.menus a:active {color: #bbbbbb}

a:snack
{
	
}

#overlay 
{
	position: absolute;
	z-index:100002;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
}

#feedback-overlay 
{
	background-color:#000000;
	height:100%;
	left:0;
	opacity:0.7;
	filter: alpha(opacity=70);
	position:absolute;
	top:0;
	width:100%;
	z-index:100002;
	position:fixed;
}

#feedback-dialogue
{
	display:block;
	margin:-2em auto 0;
	position:fixed;
	text-align:left;
	z-index:100003;
	

	height:auto;
	left:364.5px;
	top:203px;
	width:auto;
}