#Header
{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
	height: 256px;
	clear: both;
	_clear: both;
	overflow: hidden;
}

#HeaderTopLeft
{
	position: relative;
	width: 681px;
	margin: 0;
	padding: 14px 0 0 0;
	height: 31px;
	display: inline;
	float: left;
	clear: both;
	_clear: both;
}

#HeaderTopLeft ul
{
	position: relative;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#HeaderTopLeft li
{
	position: relative;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 11px;
}

#HeaderTopLeft li a.headerTopLink
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #469E9E;
	text-decoration: none;
	
}

#HeaderTopLeft li a:hover.headerTopLink
{
	text-decoration: underline;
}

#HeaderTopRight
{
	position: relative;
	width: 315px;
	margin: 0;
	padding: 10px 7px 0 0;
	height: 35px;
	display: inline;
	float: right;
}

#HeaderTopCenter
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 141px;
	clear: both;
	_clear: both;
}

#HeaderNavigation
{
	position: relative;
	background: url(../../images/navigation/top_nav_background.gif) no-repeat;
	width: 1003px;
	height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}

#HeaderNavigationDivider
{
	position: relative;
	display: inline;
	float: left;
	border-left: 1px solid #EFEEEE;
	border-right: 1px solid #EFEEEE;
	background: #F7F6F6;
}

#HeaderNavigationItem
{
	position: relative;
	display: inline;
	float: left;
	font-size: 11px;
	color: #666666;
}

#HeaderNavigationItem a.headerNavLink
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
}

#HeaderNavigationItem a:hover.headerNavLink
{
	color: #469E9E;
}

#HeaderNavigationItem a.headerNavLinkOv
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #469E9E;
	text-decoration: none;
	
}

#HeaderNavigationItem a:hover.headerNavLinkOv
{
	color: #469E9E;
}

a.textSizeLgLink
{
	background: url(../../images/navigation/textSize_lg.gif) no-repeat;
	float: left;
	margin-right: 2px;
}

a:hover.textSizeLgLink
{
	background: url(../../images/navigation/textSize_lg_ov.gif) no-repeat;
}

a.textSizeLgLinkOv
{
	background: url(../../images/navigation/textSize_lg_ov.gif) no-repeat;
	float: left;
	margin-right: 2px;
}

a.textSizeMedLink
{
	background: url(../../images/navigation/textSize_med.gif) no-repeat;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
}

a:hover.textSizeMedLink
{
	background: url(../../images/navigation/textSize_med_ov.gif) no-repeat;
}

a.textSizeMedLinkOv
{
	background: url(../../images/navigation/textSize_med_ov.gif) no-repeat;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
}

a.textSizeSmLink
{
	background: url(../../images/navigation/textSize_sm.gif) no-repeat;
	float: left;
	margin-top: 4px;
	margin-right: 2px;
}

a:hover.textSizeSmLink
{
	background: url(../../images/navigation/textSize_sm_ov.gif) no-repeat;
}

a.textSizeSmLinkOv
{
	background: url(../../images/navigation/textSize_sm_ov.gif) no-repeat;
	float: left;
	margin-top: 4px;
	margin-right: 2px;
}