body {
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
	background-color: #5a5858;
}

#main {
	width: 1110px;
	height: 100%;
	margin: 0 auto;
}
#main_top {
	width: 1110px;
	height: 179px;
	margin: 0 auto;
}
ul#main_menu {
	position: absolute;
	width: 1070px;
	float: left;
	display: block;
	margin-top: 25px;
	margin-left: 0px; /* 100px was when you get more items in menu */
	background-color: #003d80;
	list-style-type: none;
	padding-top: 10px;
	height: 35px;
}
li#menu_item {
	width: auto;
	font-size: 21px;
	font-style: none;
	font-weight: normal;
	background: none repeat scroll 0% 0% transparent;
	color: white;
	word-wrap: break-word;
	float: left;
	margin-left: 75px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right:0px;
      	padding: 0px;
	outline: 0px none;
	vertical-align: baseline;
	width: auto;
}
li#menu_item a {
	text-decoration: none;
	color: white;
}
li#menu_item:hover {
/*	cursor:pointer;*/
}
li#menu_item a:hover {
	color: #00fe3d;
}
li.dropdown {
	display: inline-block;
	cursor: default;
}
li.dropdown:hover {
	cursor: default;
}
.dropdown-content-individuals {
	display: none; /*Because of our special IOS child this is not possible */
	/*display: block;*/
	position: absolute;
	vertical-align: middle;
	height: 35px;
	padding-top: 5px;
	margin-left: -86px;
	background-color: #003d80;

}
.dropdown-content-individuals a {
	text-decoration: none;
	margin-right: 10px;
}
.dropdown:hover .dropdown-content-individuals {
    cursor: pointer;
	display: block;
}
.dropdown-content {
	display: none; /*Because of our special IOS child this is not possible */
	/*display: block;*/
	position: absolute;
	height: 40px;
	padding-top: 5px;
}
.dropdown-content a {
	text-decoration: none;
	margin-right: 10px;
}
.dropdown:hover .dropdown-content {
    cursor: pointer;
	display: block;
}
#hamburger-menu {
	display: none;
}
.above_nav {
	display: none;
}
#logo {
	position: absolute;
	margin-top: -164px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-image: url("/static/images/top_banner.webp");
	background-repeat: none;
	background-size: contain;
	height:179px;
	width:1110px;
	z-index: 0;
}
#social_blank {
	position: relative;
	display: inline-block;
	margin: 0px;
	background-color: transparent;
	width: calc(100% - 220px);
	height:179px;
}
#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-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: 26px;
	height:25px;
	background-image: url("/static/images/fb_logo.png");
	background-repeat:none;
	background-size: contain;
	text-decoration: none;
	z-index: 1;
}
#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: 1110px;
	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 h1 {
	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 #003D80,
			1px -1px 2px #003D80,
     			-1px  1px 2px #003D80,
  			-1px -1px 2px #003D80;
}
h1#menu_title {
	margin-bottom: 5px;
	margin-top: 35px;
	font-weight: normal;
	font-size: 25px;
}
h1#menu_title a {
	color: white;
	text-decoration: none;
}
h1#menu_title a:hover {
	border-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FAB0B0;
}
#home_sponsor_list {
	text-align:center;
}
.fb-like-box {
	margin-top: 120px;
	width: 550px;
	float: left;
}
#rules {
	display: inline-block;
	margin-top: 100px;
	float: right;
	width: 550px;
	color: white;
	text-align: justify;
}

h1 a {
	color: white;
	text-decoration: none;
}
h1 a:hover {
	cursor: pointer;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003D80;
}

h1#results_gender:hover {
	cursor: pointer;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003D80;

}

p {
	text-align: justify;
}
p a {
	color: white;
	text-decoration: none;
}

p a:hover {
	cursor: pointer;
	font-weight: bold;
}

img#profile {
	border-radius: 150px;
}

