.left, .right { display: block; }
.left { float: left; }
.right { float: right; }

a {
	color: #30B6BF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body, html {
	background-color: #000;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	height: 100%;
}


#container {
	background: #000 url(../img/bg.png) center top repeat;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	
}

.alert, .options {
	border: 1px solid #FFF;
	background: #FFC;
	padding: 8px;
	font-weight: bold;
	color: #000;
	margin: 3px 0 30px;
}

.options {
	border-color: #39C;
	background-color: #30B6BF;
}

.options a {
	color: #000;
	text-decoration: underline;
}

.options a:hover {
	text-decoration: none;
}

#main {
	padding-bottom: 200px;
}

#header {
	height: 16px;
	background-color: #30B6BF;
}

#footer {
	border-style: solid;
	border-width: 3px 0;
	border-color: #30B6BF;
	padding: 20px 0;
	text-align: center;
	
	font-weight: 700;
	font-size: .9em;
	
	background: #000;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover { color: #30B6BF; }

#footer a.em { color: #30B6BF; }
#footer a.em:hover { color: #FFF; }

#footer li {
	display: inline;
	margin: 0 15px;
}


.limit {
	width: 1014px;
	margin: auto;
	position: relative;
}

#nav .limit {
	width: 228px;
	margin-right: 0;
}

#content .limit {
	width: auto;
	margin: 0 11px 0 8px;
}

#content .section {
	margin: 0 11px 0 8px;
	padding: 27px 40px 42px 43px;
	background: #000;
}

#content .section.short {
	padding-bottom: 0;
}

#content .section.short .options {
	margin-bottom: 0;
}

h1.ul {
	border-bottom: 3px solid #30B6BF;
	margin: 15px 0 10px 0;
}

#content .section h1 {
	color: #30b6bf;
	font-size: 1.7em;
	font-weight: 800;
}

#content p {
	margin: 10px 0;
	line-height: 170%;
}

#nav {
	border-right: 3px solid #30B6BF;
	width: 248px;
	padding-right: 7px;
	float: left;
	margin-top: 13px;
}

#nav h1 {
	display: block;
	margin: 10px 0 0 auto;
	
	border-style: solid;
	border-width: 3px 0;
	border-color: #30B6BF;
	
	text-align: center;
	
	font-weight: 900;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 310%;
	
	background: #000;
}

#social-icons {
	background: #000;
}

#nav h1 img {
	margin: 8px auto;
}

#nav #social-icons {
	border-bottom: 3px solid #30B6BF;
	padding: 21px 144px 21px 15px;
	
	font-weight: 900;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 150%;
	
	line-height: 90%;
	text-align: right;
	
	height: auto !important;
	height: 42px;
	min-height: 42px;
	
	position: relative;
}

#icon-twitter, #icon-facebook {
	position: absolute;
	top: 21px;
}

#icon-facebook { left: 103px; }
#icon-twitter { left: 163px; }

#menu li a {
	display: block;
	height: 37px;
}

#menu #menu-why { background-position: 0 -37px; }
#menu #menu-what { background-position: 0 -74px; }
#menu #menu-involved { background-position: 0 -111px; }
#menu #menu-news { background-position: 0 -148px; }
#menu #menu-contact { background-position: 0 -185px; }


#content {
	float: right;
	width: 756px;
	position: relative;
}

#btn-lang {
	position: absolute;
	top: -16px;
	right: 11px;
}

#banner a {
	display: block;
	width: 756px;
	height: 145px;
	background: transparent url('../img/banner.png') left top no-repeat;
}

#poll {
	border-bottom: 3px solid #30B6BF;
	padding: 0 5px 23px 15px;
	
	background: #434343; /* Old browsers */
	background: -moz-linear-gradient(top, #434343 0%, #000000 62%, #232323 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(62%,#000000), color-stop(100%,#232323)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #434343 0%,#000000 62%,#232323 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #434343 0%,#000000 62%,#232323 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #434343 0%,#000000 62%,#232323 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #434343 0%,#000000 62%,#232323 100%); /* W3C */
}

#poll h2 {
	padding: 18px 0;
	font-size: 110%;
	font-weight: bold;
}

#poll li {
	line-height: 22px;
	vertical-align: middle;
	color: #30B6BF;
}

#poll label:hover {
	cursor: pointer;
}

#poll .left {
	margin-right: 2px;
}

#poll .left.lbl {
	margin-right: 0;
	width: 191px;
}

#poll .result {
	height: 8px;
	margin: 8px 0;
	background: #30B6C2;
	float: left;
}

#poll .percent {
	float: left;
	color: #FFF;
	font-weight: 600;
	margin-left: 5px;
}

#poll div.lbl {
	clear: both;
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
}



.extra select {
	margin-top: 20px;
	width: 30%;
}

optgroup {
	font-style: normal;
	background-color: #E2E2E2;
	padding: 2px 0 2px 12px;
}

optgroup option {
	background-color: #FFF;
	margin-left: -12px;
	padding: 0 12px;
}

.company {
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #FFF;
}

.company.last {
	border: 0;
}

.company div {
	float: right;
	width: 365px;
	margin-right: 10px;
}

#content .section .company h1, #content .section .split .content h1 {
	color: #FFF;
	font-size: 1em;
}

#content .section .company img.logo {
	margin-bottom: 30px;
}

#content .section .company p, #content .section .split .content p {
	color: #30b6bf;
}

.split {
	margin-top: 30px;
}

.split .menu {
	float: left;
	width: 160px;
	border-right: 3px solid #30b6bf;
}

.split .menu li {
	float: left;
	clear: both;
	color: #FFF;
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 0 10px 0;
	
	padding-left: 10px;
	
	line-height: 25px;
	height: 25px;
	vertical-align: middle;
}

.split .menu li.current {
	width: 190px;
	background: url('../img/arrow-text.png') -10px center no-repeat;
}

.split .menu a {
	color: #FFF;
	text-decoration: none;
}

.split .content {
	float: right;
	margin-right: 10px;
	width: 455px;
}

.split .images li {
	float: left;
	margin-right: 20px;
}

.split .images li img {
	border: 1px solid #505050;
}

.pdf-link {
	display: block;
	margin-top: 30px;
}


.frm label, .frm input, .frm textarea {
	float: left;
	padding: 3px;
}

.frm div {
	margin: 0 0 10px 0;
	clear: both;
}

.frm label { width: 170px; }
.frm input { width: 350px; }
.frm textarea { width: 350px; height: 200px; }
.frm button {
	margin-left: 176px;
	padding: 3px;
}

.frm.large label {
	width: 120px;
}
.frm.large input, .frm.large textarea, .frm.large .mceContentBody {
	width: 480px;
}
.frm.large button {
	margin-left: 126px;
}

.frm .inputgrp {
	float: left;
	clear: none;
	width: 350px;
	margin-bottom: 2px;
}