#language_selection
{
	background-color: #000000;
	padding: 2px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	
	height: 30px;
}

#language_selection_flags
{
	text-align: left;
	position: absolute;
	left: 0px;
	top: 4px;
	width: 100%;
	opacity: 1.0;
}

#language_selection_flags img
{
	margin-right: 10px;
	margin-left: 10px;
}

#header
{
	position: relative;
	left: 0px;
	top: 0px;
	min-height: 150px;
}

#header .background
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 100px;
/*
	margin-left: 320px;
*/	
	background-color: #ffff00;
	border-bottom: 2px solid #cccc00;
	border-top: 2px solid #cccc00;
/*	border-left: 2px solid #cccc00; */
	margin-bottom: -60px;
	
	background-image: url("/images/header/header_background.jpg");
	background-repeat: no-repeat;
	background-position: right;
	
}

#header #header_content
{
	padding: 10px;
}

#header #header_content .logo
{
	position: absolute;
	left: 10px;
	top: 5px;
	top: 5px;
	width: 291px;
	height: 48px;
}

#header #header_content .banner
{
	border: 1px solid #000000;
	position: relative;
	top: -70px;
	float:right;
	width: 468px;
	height: 60px;
}

#header #header_content .twitter
{
	position: relative;
	width: 121px;
	height: 30px;
	left: 320px;
	top: -4px;
}

#header #header_content .contact_details
{
	position: absolute;
	left: 490px;
  left: 420px;
	top: 10px;
	height: 47px;
	width: 250px;
}

#header #header_content .contact_details .vcard
{
	position: absolute;
	left: 0px;
	top: -6px;
	width: 46px;
	height: 37px;
}

#header #header_content .contact_details .phone
{
	position: absolute;
	margin-left: 54px;
	top: -3px;
	text-align: center;
	color: #4a4e4c;
	font-size: 15px;
}

#header #header_content .menu a
{
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
}

#header #header_content .menu
{
	position: relative;
	top: -57px;
	height: 22px;
	background-color: #0080ff;
/*	background-image: url("/images/header/menu_background.png"); */
	background-repeat: repeat-x;
	margin-right: -10px;
/*	margin-left: 320px; */
	padding-top:2px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#header #header_content .menu .right
{
	float: right;
	min-width: 300px;
	text-align: right;
}

#header #header_content .event_links
{
	position: relative;
	top: -50px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: -50px;
}

#header #header_content .event_links .event_link
{

	float: left;
	margin-right:5px;
	background-color: #0080ff;
	border: 5px solid #ffffff;
	font-size: 11pt;
	padding: 3px;
	color: #bcbcbc;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#header #header_content .event_links a
{
	color: #ff7e00;
	color: #ffffff;
}

#header #header_content .next_event
{
	position: absolute;
	height: 26px;
	padding-left: 22px;
	left: 490px;
	top: 65px;
	width: 320px;
	color: #656565;
	color: #4a4e4c;
	background-image: url("/images/icons/small_flag.png");
	background-repeat: no-repeat;
}

