#Container
{
	width: 903px;
	text-align: left;
	margin: 0 auto;
}
#divHeader
{
	clear:both;
	margin: 10px 0 0 0;
	float:left;
}
#header_left
{
	display:inline;
	float:left;
	margin:0;
	padding: 20px 0 0 0;
	width:380px;
}
#header_right
{
	display:inline;
	float:right;
	margin:0;
	padding:20px 0 0 0;
	width:523px;
	_width:500px;
	height:auto;		
}
#topmenu
{
	margin: 0;	
	padding:0 0 0 10px;	
	_padding-left:0
}
#NavBar
{
	clear:both;
	float:right;
	margin: 20px 10px 0 0;
	padding:0;
	_margin-right:3px;
}
#logo a
{
	background-image: url(../../Logo.gif);
	background-position:left center;
	background-repeat:no-repeat;	
	width:272px; 
	height: 52px;
	display:block;
}
#slogan
{
margin:5px 0 0 5px;
color:#EA892A;
font-weight: bold;
font-size: 11px;
}
.languageItem
{
	height: 15px;
	border-bottom: none;
	border-top: none;
	text-align: center;
	vertical-align: middle; /* border-right-color: #a6b2ac; border-right-style: solid; border-right-width: 1px; */
}

.languageItem a, .languageItem a:visited
{
	margin: 10px 3px 5px 3px;
	display: block;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #a6b2ac;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.languageItem a:hover
{
	text-decoration: underline;
}


.MenuButtonName
{
	background-color: #EC8623;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
}
.MenuButtonName a, .MenuButtonName a:visited
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.MenuButtonName a:hover
{
	text-decoration: underline;
}

.MenuButton
{
	margin-left: 2px;
	margin-right: 1px;
}
#MainContent
{
	clear:both;
	/*margin-left:63px;*/
}

#copyright
{
	text-align: left;
	margin: 15px auto 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #819289;
}

.b1f, .b2f, .b3f, .b4f
{
	font-size: 1px;
	overflow: hidden;
	display: block;
	background: #D6DBC7;
}
.b1f
{
	height: 1px;
	margin: 0 5px;
}
.b2f
{
	height: 1px;
	margin: 0 3px;
}
.b3f
{
	height: 1px;
	margin: 0 2px;
}
.b4f
{
	height: 2px;
	margin: 0 1px;
}
.contentf
{
	background: #D6DBC7;
}
.contentf div
{
	margin-left: 5px;
}

.d1f, .d2f, .d3f, .d4f
{
	font-size: 1px;
	overflow: hidden;
	display: block;
	background: #A6B2AC;
}
.d1f
{
	height: 1px;
	margin: 0 5px;
}
.d2f
{
	height: 1px;
	margin: 0 3px;
}
.d3f
{
	height: 1px;
	margin: 0 2px;
}
.d4f
{
	height: 2px;
	margin: 0 1px;
}
.contentdf
{
	background: #A6B2AC;
}
.contentdf div
{
	margin-left: 5px;
	vertical-align: middle;
}
.contentdf div .Header
{
	display: inline;
	padding-bottom: 20px;
}
.contentdf div span
{
	padding-left: 20px;
	font-weight: bold;
	font-size: 9pt;
	font-family: Helvetica;
	vertical-align: middle;
	text-align: right;
	color: Black;
	padding-bottom: 15px;
}
.contentdf div input
{
	width: 170px;
	margin-bottom: 5px;
}

.contentdf div .btnLogin
{
	position: relative;
	top: 2px; *TOP:5px
}
.bb1f, .bb2f, .bb3f, .bb4f
{
	font-size: 1px;
	overflow: hidden;
	display: block;
	background: #003D83;
}
.bb1f
{
	height: 1px;
	margin: 0 5px;
}
.bb2f
{
	height: 1px;
	margin: 0 3px;
}
.bb3f
{
	height: 1px;
	margin: 0 2px;
}
.bb4f
{
	height: 2px;
	margin: 0 1px;
}
.contentfb
{
	background: #003D83;
}
.contentfb div
{
	margin-left: 5px;
}


ul.nav {list-style-type: none; margin: 0px; float:right; clear:right; padding:0;}
ul.nav li {margin:0; padding:0; float:right;}
ul.nav a { margin:0; margin-left: 2px; display:block;  height: 26px; background-repeat: no-repeat;} 
ul.nav a.nav_home { background: url(../nav_home_inactive.gif) no-repeat; width:94px;}
ul.nav a.nav_home_active, ul.nav a.nav_home_active:hover { background: url(../nav_home_active.gif) no-repeat; width: 94px;}

ul.nav a.nav_services { background: url(../nav_services_inactive.gif) no-repeat;  width:81px;}
ul.nav a.nav_services_active, ul.nav a.nav_services_active:hover { background: url(../nav_services_active.gif) no-repeat;width:81px;}

ul.nav a.nav_event { background: url(../nav_event_inactive.gif) no-repeat; width:146px;}
ul.nav a.nav_event_active, ul.nav a.nav_event_active:hover { background: url(../nav_event_active.gif) no-repeat;width:146px;}

ul.nav a.nav_press { background: url(../nav_press_inactive.gif) no-repeat; width: 106px;}
ul.nav a.nav_press_active, ul.nav a.nav_press_active:hover { background: url(../nav_press_active.gif) no-repeat;width: 106px;}

ul.nav a.nav_contact { background: url(../nav_contact_inactive.gif) no-repeat;width: 75px;}
ul.nav a.nav_contact_active, ul.nav a.nav_contact_active:hover { background: url(../nav_contact_active.gif) no-repeat;width:75px;}