@charset "utf-8";
/* CSS Document */

#bottomNav
{
border-left: none;
}

#searchBox
{
display: block;
float: right;
padding: 18px;
}

#searchBox #isearch-txt
{
padding: 0px;
margin: 0px 0px 2px 0px;
width: 200px;
background: #eee;
border-color: #0db14b;
}

#searchBox #isearch-btn
{
padding: 0px 16px;
border: 2px outset #0db14b;
background: #0db14b;
color: #fff;
}

#searchBox #isearch-btn:hover
{
cursor: pointer;
background: #0ca03a;
}

.searchText
{
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 1.5em;
color: #231f20;
text-transform: uppercase;
}


#headLogoGermany a
{
position: absolute;
top: 20px;
right: -8px;
width: 150px;
height: 48px;
background: url('/images/germany_logo_small.gif') no-repeat center;
}

#headLogoGIC a
{
position: absolute;
top: 18px;
right: 160px;
width: 150px;
height: 48px;
background: url('/images/gic_logo_small.gif') no-repeat center;
}

#headLogoGIC span,
#headLogoGermany span
{
display: none;
}