#main {
	width: 1110px;
	height: 100%;
	margin: 0 auto;
}
#main_top {
	width: 1110px;
	height: 78px;
	margin: 0 auto;
}
ul#main_menu {
	position: absolute;
	/*width: calc(100% - 340px);*/
	float: left;
	display: block;
	margin-top: 0px;
	margin-left:100px;
	background: none repeat scroll 0% 0% transparent;
	list-style-type: none;
}
li#menu_item {
	width: auto;
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
	font-size: 25px;
	font-style: none;
	font-weight: normal;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	color: black;
	word-wrap: break-word;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right:0px;
      	padding: 0px;
	outline: 0px none;
	vertical-align: baseline;
}
li#menu_item a {
	text-decoration: none;
	color: black;
}

li#menu_item a:hover {
	border-bottom: #80c780;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
#top_logo {
	position: absolute;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-image: url("../images/logo.jpg");
	background-repeat: none;
	background-size: contain;
	height:78px;
	width:130px;
}
#social_blank {
	position: relative;
	display: inline-block;
	margin: 0px;
	background-color: transparent;
	width: calc(100% - 220px);
	height:40px;
}
#lang_select {
	position: relative;
	display: inline-block;
	margin-top:0px;
	margin-bottom:0px;
	border: 0px;
	border-right: 1px;
	border-style: solid;
	border-color: black;
	width: 100px;
	height: 40px;
	text-decoration:none;
	text-align: right;
	vertical-align: top;
	font-family: 'Ubuntu',Helvetica;
	font-weight: normal;
	font-size:8px;

}
button.lang_form_submit {
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: black;
	font-family: 'Ubuntu',Helvetica;
	font-weight: normal;
	font-size:11px;
	background-color: transparent;
}
button.lang_form_submit:hover {
	font-size: 13px;
	cursor: pointer;
}
#social_fb {
	position: relative;
	display: inline-block;
	margin-top:0px;
	margin-left: 0px;
	width: 40px;
	height:40px;
	background-image: url("../images/fb.png");
	background-repeat:none;
	background-size: contain;
	text-decoration: none;
}
#social_twitter {
	position: relative;
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	width:40px;
	height:40px;
	background-image: url("../images/twitter.png");
	background-repeat: none;
	background-size: contain;
	text-decoration: none;
}
.maintitle {
        width: 100%;
	min-width: 1110px;
	height: 70px;
	margin-top: 5px;
	padding-top: 40px;
	margin-bottom: 0px;
	display: block;
	/* make sure its photo there */
	background: url(../images/strip.jpg) center no-repeat;
	background-size: 100% auto;
}						
.maintitle_text {
	width: 1110px;
	font-family: 'Ubunutu',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 50px;
	color: white;
	text-align: right;
	margin-left: auto;
	margin-right:auto;
	margin-top: -80px;
	margin-bottom: 0px;
	float: left;
	display: inline;
	text-shadow: 	1px  1px 2px #FAB0B0,
			1px -1px 2px #FAB0B0,
     			-1px  1px 2px #FAB0B0,
  			-1px -1px 2px #FAB0B0;
}
h1#menu_title {
	margin-bottom: 5px;
	margin-top: 35px;
	font-weight: normal;
	font-size: 25px;
}
h1#menu_title a {
	color: black;
	text-decoration: none;
}
h1#menu_title a:hover {
	border-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color: #80c780;
}
#home_sponsor_list {
    position: absolute;
    bottom: 0;
    left: 25%;
}
.news_highlight {
	position: absolute;
	margin-top: 25px;
	margin-left:-5px;
	margin-right:5px;
	margin-bottom:0px;
	width: calc(100% - 5px);
	height: 800px;
	/*background-color: green;*/
	background-image: url('../images/background3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: center; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.news_list {
	position: absolute;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	width: 590px;
	height: 100%;
}
.fb-like-box {
	margin-top: 850px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 100px;
	width: 1100px;
	float: left;
}
.news_highlight h1 a {
	position: relative;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-top: 10px;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 0px;
	padding-bottom:0px;
	width: 70%;
	text-decoration: none;
	font-family: 'Ubuntu',Helvetica;
	font-weight: 200;
	font-size: 60px;
	/*color: #80c780;*/
	color: white;
	-ms-box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}
.news_highlight h1 a:hover {
	/*color: white;*/
	color: #80c780;
}
.news_highlight h3 {
	position: relative;
	display: inline-block;
	/*color: #80c780;*/
	color: white;
	margin-left:10%;
	margin-bottom:0px;
	margin-top: 80px;
	padding:0px;
	text-decoration: none;
	font-family: 'Ubuntu',Helvetica;
	font-weight: normal;
	font-size:14px;
}
.news_highlight h3 a:hover {
	color:white;
}
.news_highlight p {
	position: relative;
	/*color: #80c780;*/
	color: white;
	margin-left:10%;
	margin-top: 2px;
	margin-right: 10%;
	text-align: justify;
	text-decoration: none;
	font-family: 'Ubuntu',Helvetica;
	font-weight:normal;
	font-size: 25px;
}
.next_button a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 45px;
	position: absolute;
	z-index: 4;
	vertical-align: middle;
	text-align: right;
	background-color: #80c780;
	color: black;
	border-color: #80c780;
	border-width: 2px;
	border-radius: 30px 30px 30px 30px;
	margin-top: 250px;
	margin-left: 92%;
	padding-top: 15px;
	padding-right: 20px;
	font-family: Verdana;
	font-style: normal;
	font-size: 24px;
	font-weight: 900;
	cursor: pointer;
}
.next_button a:hover {
	color: white;
}
.prev_button a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 45px;
	position: absolute;
	z-index: 4;
	vertical-align: middle;
	text-align: right;
	background-color: #80c780;
	color: black;
	border-color: #80c780;
	border-width: 2px;
	border-radius: 30px 30px 30px 30px;
	margin-top: 250px;
	margin-left: 2%;
	padding-top: 15px;
	padding-right: 20px;
	font-family: Verdana;
	font-style: normal;
	font-size: 24px;
	font-weight: 900;
	cursor: pointer;
}
.prev_button a:hover {
	color: white;
}
.next_button_small a {
	text-decoration: none;
	display: block;
	width: 20px;
	height: 25px;
	position: relative;
	z-index: 4;
	vertical-align: middle;
	text-align: right;
	background-color: #80c780;
	color: black;
	border-color: #80c780;
	border-width: 2px;
	border-radius: 30px 30px 30px 30px;
	margin-top: 20px;
	margin-left: 95%;
	padding-top: 5px;
	padding-right: 10px;
	font-family: Verdana;
	font-style: normal;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
}
.next_button_small a:hover {
	color: white;
}
.prev_button_small a {
	text-decoration: none;
	display: block;
	width: 20px;
	height: 25px;
	position: absolute;
	z-index: 4;
	vertical-align: middle;
	text-align: right;
	background-color: #80c780;
	color: black;
	border-color: #80c780;
	border-width: 2px;
	border-radius: 30px 30px 30px 30px;
	margin-top: 20px;
	margin-left: 2%;
	padding-top: 5px;
	padding-right: 10px;
	font-family: Verdana;
	font-style: normal;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
}
.prev_button_small a:hover {
	color: white;
}
.training_list {
	display:inline-block;
	width: 600px;
	margin-top: 10px;
}

.training_list p {
	position: relative;
	color: black;
	margin-left:0px;
	margin-top:0px;
	text-decoration: none;
	font-family: 'Ubuntu',Helvetica;
	font-weight:normal;
	font-size: 14px;
	text-align: justify;		
}
.training_list a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.training_list a:hover {
	color:#80c780;
}
.contact_list {
	width: 400px;
	margin-top: 10px;
	margin-right:105px;
	display: inline-block;
	vertical-align:top;
}
.contact_list p {
	position: relative;
	color: black;
	margin-left:0px;
	margin-right: 0px;
	margin-top:0px;
	text-decoration: none;
	font-family: 'Ubuntu',Helvetica;
	font-weight:normal;
	font-size: 14px;
	text-align: justify;		
}
.contact_list a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.contact_list a:hover {
	color:#80c780;
}
h1 {
	margin:0px;
	padding:0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h1#news_list {
	margin-top:0px;
	margin-bottom: 0px;
	padding:0px;
	line-height: 1.1;
}
h1#news_list a {
	text-decoration: none;
	font-family: 'Ubuntu',Helvetica;
	font-weight: 200;
	font-size: 22px;
	/*color: #80c780;*/
	color: black;
}
h1#news_list a:hover {
	/*color: white;*/
	color: #80c780;
}
h3#news_list {
	/*color: #80c780;*/
	margin-top: 25px;
	margin-bottom: 0px;
	color: black;
	font-style: normal;
	font-size:14px;
}
h3#news_list a:hover {
	color: #80c780;
}
.news_list p {
	/*color: #80c780;*/
	margin:0px;
	margin-bottom: 20px;
	color: black;
	text-align: justify;
	text-decoration: none;
	font-family: 'Ubuntu',Helvetica;
	font-weight:normal;
	font-size: 14px;
}
.news_list a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.news_list a:hover {
	color: #80c780;
}
.news_list_each {
	display: block;
	position:relative;
	width: inherit;

}
.news_list ul {
	/*color: #80c780;*/
	margin:0px;
	margin-bottom: 20px;
	color: black;
	text-align: justify;
	text-decoration: none;
	font-family: 'Ubuntu',Helvetica;
	font-weight:normal;
	font-size: 14px;
}
#sponsor_list {
	text-align:center;
	margin-left:0px;
	margin-top: 25px;
}
