html{
	min-height: 100%;
	position: relative;
}

#header{
	text-align: right;
	margin: 20px 0;
	position: relative;
	padding: 10px 0;
}

#logo{
	width: 220px;
	height: auto;
	position: relative;
	display: inline-block;
	margin-left: 200px;
}

#logo img{
	width: 100%;
	height: auto;
}

#header_text{
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 230px;
}

#header_links, #header_claim{
	float: left;
	height: 100%;
	position: relative;
	padding: 10px 0;
}

#header_claim img{
	margin-left: -10px;
}

#header_links a{
	border: 1px solid;
	padding: 5px;
	border-radius: 3px;
	display: inline-block;
    margin-right: 10px;
}

#header hr{
	margin: 0;
	width: 100%;
	border-top: 1px solid #000;
	position: absolute;
	bottom: 0;
}

#footer_links hr{
    border-top: 1px solid #000;
}

#wrapper{
	padding-bottom: 20px;
}

#footer{
	position: fixed;
	height: 20px;
	bottom: 0;
	background-color: #BED600;
	border-top: 1px solid #708090;
	width: 100%;
}

#footer_links{
	margin-top: 30px;
    text-align: center;
    padding: 15px 0;
}

#footer_links a{
	padding: 0 30px;
	color: #929292;
}

.error{
	color: #AC070A;
	display: block;
	text-align: center;
}

body a, body a:focus{
	color: #708090;
	text-decoration: none;
}

body a:hover{
	color: #BED600;
	text-decoration: none;
}

input, input.form-control, select, select.form-control, textarea, textarea.form-control, a.button{
	padding: 3px;
	border-radius: 3px;
	border: 1px solid #708090;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.button{
	cursor: pointer;
}

input:focus, input.form-control:focus, select:focus, select.form-control:focus, textarea:focus, textarea.form-control:focus, input:hover, select:hover, textarea:hover, a.button, a.button:hover{
	border-color: #BEd600;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#jstranslations{
	display: none;
}