﻿.header_top
{
	width: 770px;
}

.header_logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 197px;
	height: 120px;
	background-image: url("img_logo_transparent.gif");
	background-position: top left;
	background-repeat: no-repeat;	
}

.header_logo span
{
    display: none;
}

.header_logo_bottom
{
    background-image: url("img_logo_bottom.gif");
	background-position: bottom left;
	width: 197px;
	height: 28px;	
}

.header_right
{
	float: left;
	width: 770px;
	padding-top: 35px;
	position: relative;
}

.header_datetime
{
	display: block;
	text-align:right;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 0.8em;
	color: #1E564B;	
}

.header_navigation
{
	display: block;
	text-align:right;
	width: 750px;
	background-color: #F0E7D4;
	padding-left: 10px;
	padding-right: 10px;	
	margin-bottom: 1px;
}

.AspNet-Menu-Horizontal
{
	width: 100%;
}

.header_menubar
{
	background-color: #F0E7D4;
}

.header_menubar ul
{
	float: right;
	padding-right: 50px;
}

.header_menubar ul li
{
	display: block;
	float:left;
	background-color: #F0E7D4;	
}

.header_menubar ul li a
{
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	color: #1E564B;
	padding-left: 5px;
	padding-right: 5px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	
	background-image: url("img_buttonstroke.gif");
	background-position: right center;	
	background-repeat: no-repeat;		
}

.AspNet-Menu-Leaf-Active a
{

	background-color: #1E564B;
	color: #FFFFFF !important;	
}

.AspNet-Menu-Leaf-Adjacent a
{
	background-image: none !important;
}

#Home
{
	border: none;
}

#GettingHere a
{
	background-image: none;
}

.header_bottom
{	
	width: 770px;
	background-image: url("img_menubar.gif");
	background-position: left top;	
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-bottom: 2px;	
	font-size:100%;
	background-color:#AF9E79;
}

.header_breadcrumb
{
	float: left;
	width: 125px;
	padding-top: 2px;
}

.header_breadcrumb1
{
	float: left;
	width: 135px;
	padding-top: 2px;	
}

.header_breadcrumb_text
{
    font-size: 0.8em;
	color: #1E564B;	
}

.header_location
{
    font-size: 0.8em;
	color: #FFFFFF;		
    padding-left: 0px;
}

.header_language
{
	float: right;	
	width: 245px;
	/*padding-right: 5px;*/
	font-size: 0.8em;
	color: #FFFFFF;	
}

.header_language label
{
	padding-right: 5px;	
}

.header_languagebutton
{
	background-color: Transparent;	
	color: #FFFFFF;		
	cursor: pointer;
	text-decoration: underline;
}

.header_searchbutton
{
	background-color: Transparent;	
	color: #FFFFFF;		
	cursor: pointer;
	text-decoration: underline;
}

.header_search
{
	float: right;	
	font-size: 0.8em;
	color: #FFFFFF;	
	padding-right: 10px;
	padding-left:4px;
	text-align: right;
	width:236px;
}

.header_search label
{
	padding-right: 5px;	
} 

.header_searchinput
{
	border: 1px solid black;
	width: 110px;
}

