﻿#container {

	min-height:100%;
	position:relative;
}

#bodyM {
	padding:0px;
	padding-bottom:74px;	/* Height of the footer */
}
	
.greenBack {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	padding-left: 16px;
	padding-right: 16px;
	border-left: 0px;
	border-right: 0px;
	width: 736px;
	height: 100%;
	background-color: #10FF30;
}

.whiteBox {
	background-color: #F0F0F0;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 0px;
	width:736px;
	height: 100%;
	background-image: url(../images/bg_white.png)
}

.clearfooter {
	height: 55px;
	clear: both;
}

.languageBox{
	z-index:1;
	position:relative;
	top:12px;
}

.backButton{
	position:relative;
	margin-right: 20px;
	margin-bottom: 12px;
	font-family: "Segoe UI", Arial;
	font-size: small;
	font-weight:bold;
}

ul.nav{
	list-style-type:none;
	margin:0;
	padding:0;
}

li{
	display:inline;
}

ul.intext{
	list-style-type:disc;
	list-style-position:inside;
	font-family: "Segoe UI", Arial;
	font-size: small;
}

ul.large{
	list-style-position:outside;
	font-family: "Segoe UI", Arial;
	font-size: small;
}

li.textlist{
	display:list-item;
}

@font-face
{
	font-family: Moire;
	src: url('../fonts/Moire_Regular.ttf')
	    ,url('../fonts/Moire_Regular.eot'); /* IE9 */
}

.navbtn1 a {
	text-align: center;
	outline: none;
	font-family: Moire;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-right:4px;
	display:block;
	width:140px;
	height:27px;
	float:left;
	background: url(../images/btn_main_normalroll.png) 0 0 no-repeat;
	border-radius: 7px;
	box-shadow: 0px 0px 6px 0px black;
}

.navbtn1 a:hover {
	background-position: -140px 0;
}

.navbtn2 a {
	text-align: center;
	font-family: Moire;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-right:4px;
	display:block;
	width:140px;
	height:34px;
	float:left;
	background: url(../images/btn_main_normalroll.png) 0 0 no-repeat;
	border-radius: 7px;
	box-shadow: 0px 0px 6px 0px black;
}

.navbtn2 a:hover {
	background-position: -140px 0;
}

.navbtnp1 a {
	text-align: center;
	outline: none;
	font-family: Moire;
	font-size: small;
	font-weight: bold;
	color: #1ec012;
	text-decoration: none;
	margin-right:4px;
	display:block;
	width:140px;
	height:27px;
	float:left;
	background: url(../images/btn_main_pressed.png) 0 0 no-repeat;
	border-radius: 7px;
	box-shadow: 0px 0px 6px 0px black;
}

.navbtnp2 a {
	text-align: center;
	outline: none;
	font-family: Moire;
	font-size: small;
	font-weight: bold;
	color: #1ec012;
	text-decoration: none;
	margin-right:4px;
	display:block;
	width:140px;
	height:34px;
	float:left;
	background: url(../images/btn_main_pressed.png) 0 0 no-repeat;
	border-radius: 7px;
	box-shadow: 0px 0px 6px 0px black;
}

.subnavbtn a {
	text-align: center;
	outline: none;
	font-family: "Segoe UI",Arial;
	font-size: small;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	margin-right:8px;
	display:block;
	width:208px;
	height:26px;
	float:left;
	background: url(../images/btn_sub_normalroll.png) 0 0 no-repeat;
}

.subnavbtn a:hover {
	background-position: -208px 0;
}

.subnavbtnp a {
	text-align: center;
	outline: none;
	font-family: "Segoe UI",Arial;
	font-size: small;
	font-weight: bold;
	color: #202020;
	text-decoration: none;
	margin-right:8px;
	display:block;
	width:208px;
	height:26px;
	float:left;
	background: url(../images/btn_sub_pressed.png) 0 0 no-repeat;
}

h1{
	color: #FF6600;
	font-family: "Segoe UI",Arial;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-left:20px;
	margin-top:14px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #FF6600;
}

h2{
	color: #FF6600;
	font-family: "Segoe UI",Arial;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-left:20px;
	margin-top:14px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #FF6600;
}

.textBox{
	background-color: #ffffff;
	min-height: 280px;
	margin-top: 3px;
	margin-left: 20px;
	margin-right: 20px;
	border-color: #d7d7d7;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
}

p{
	margin: 20px 20px 20px 20px;
	text-align: justify;
	font-family: "Segoe UI",Arial;
	font-size: small;
}

.textImage{
	float:right;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 12px;
	box-shadow: 0px 0px 6px 0px black;
}

.textImageLeft{
	float:left;
	margin-right: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	box-shadow: 0px 0px 6px 0px black;
}

.youtube{
	float:right;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 12px;
	box-shadow: 0px 0px 6px 0px black;
}

.youtubeLeft{
	float:left;
	margin-right: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	box-shadow: 0px 0px 6px 0px black;
}

.contactBox{
	position:absolute;
	bottom:12px;
	background-color: #404040;
  	margin-top:12px;
    margin-left: 44px;
    margin-right:auto;
	height:50px;
	width:648px;
	text-align:center;
	color: #FFFFFF;
	font-family: "Segoe UI",Arial;
	font-size: small;
	border-color: #202020;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
}

a.contact{
	color: #10FF30;
	}
