﻿#header_logo
{
	float:left;
	top: 1px;
	left: 1px;
}

#header_container {
	height: 123px;
	position: relative;
	background-image: url('../../current/img/header/header_bg.gif');
	background-repeat: repeat-x;
}

#header_topNav 
{
	position: relative;	
	float: right;
	margin-right: 5px;
}

#header_topNav a 
{
	color: #fff;
	text-decoration:none;
}

#header_topNav ul
{
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
	position: relative;
}

#header_topNav ul li 
{
	display: inline;
	padding: 0em .5em;
	border-right: 1px solid #fff;
}

#header_search
{
	line-height: 9px;
	padding: 0;
	margin-top:4px;
	margin-right: 5px;
	float: right;
}

#header_search .header_search_textbox
{
	color : #488F41;
	height: 14px;
	width: 100px;
	font-size : 9px;
	padding:0;
	margin: 0;
	border: 1px solid #444;
	float:left;
}

#header_search .header_search_button
{
	line-height: 9px;
	font-size : 9px;
	padding:0;
	margin: 0;
	vertical-align: top;
	float:left;
}

#header_slogan {
	position: absolute;
	top: 35px;
	left: 170px;
}

#dropdown_container
{
	background-image: url('../../current/img/header/dropdown_bg.jpg');
	background-repeat: repeat-x;
	/*background-color: #014633;*/
	border-bottom: none;
	text-align: center;
}

#header_bottom 
{

	border-top: none;
	padding: .1em .2em;
	/*background-image: url('../../current/img/header/bottom_bg.jpg');
	background-repeat: repeat-x;*/
	background-color:#fff;
	margin:0;
	height: 17px;
}

#header_bottom ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#header_bottom ul li
{
	float: right;
	padding:0;
	margin:0 .6em;
}

#header_bottom ul li a
{
	text-decoration:none;
	color: #555;
	font-size: 1em;
}

#header_banner {
	height: 30px;
	border: 1px solid #ccc;
	background-color: #FFF;
	margin: 5px 0;
}

#header_bannerAd
{float:right;margin-top:.5em;}


Table.HeaderLogo 
{ 
	width:100%;
}
TD.HeaderLogo {}

TD.HeaderLinks 
{
	vertical-align:bottom;
	text-align:right;
}

A.HeaderLinks
{
	color:navy;
	text-decoration:none;
}
A.HeaderLinks:Hover
{
	color:#223D72;
	background-color:#FFFFCC;
	text-decoration:underline;
}


