﻿body
{
	background-color: White;
}

.Header
{
	background-color: White;
}
.HeaderV3
{
	width: 950px;
}

.utilityContainer
{
	padding: 3px 0 3px 0;
	border-bottom: solid 1px #e1e1e1;
}
.utilityNav
{
	width: 950px;
	text-align: left;
	padding-left: 1px;
}
.utilityNav,
.utilityContainer a,
.utilityContainer a:visited,
.utilityNav select
{
	color: #666666;
	font-family: Arial;
	font-size: 11px;
}

.utilityNav img
{
	padding: 0px 3px 2px 0;
}

.utilityNav select
{
	border: none;
}

#globalNavTable
{
	background: url(TopNavBackground.gif) repeat-x left top;
}
#globalNavTable #nav1
{
	background: url(TopNavLeft.gif) no-repeat left top;
}
#globalNavTable #nav7
{
	background: url(TopNavRight.gif) no-repeat right top;
}
#globalNavTable .Spacer
{
	background: url(TopNavSpacer.gif) no-repeat center top;
	width: 2px;
	font-size: 0px;
	padding: 0px;
}

#globalNavTable td
{
	padding-bottom: 0px;
	height: 32px;
	vertical-align: middle;
	padding: 1px 15px 0 15px;
}
#globalNavTable td a
{
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
#globalNavTable td a.WithChildren
{
	background: url(TopNavArrow.gif) no-repeat right center;
	padding-right: 12px;
}
#globalNavTable td.Hover,
#globalNavTable td.Hover#nav1,
#globalNavTable td.Hover#nav7
{
	background: url(TopNavSelectedBackground.gif) repeat-x left top;
	border: solid 1px #cccccc;
	border-bottom: none;
	padding: 0 14px 0 14px;
}
#globalNavTable td.Hover a.WithChildren
{
	background-image: url(TopNavSelectedArrow.gif);
}
#globalNavTable td.Hover a
{
	color: #3399cc;
}

.subMenu
{
	background: white url(FlyoutBackground.gif) repeat-x left top;
}
.subMenu .subMenuContainer a
{
	color: #3399cc !important;
	background-image: url(TopNavBullet.gif);
}

.logoContainer
{
	padding: 10px 0 16px 0;
	width: 76px;
}

.searchBox
{
	text-align: right;
	padding-top: 10px;
	height: 40px;
}
.searchBox input
{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	border: none;
	width: 201px;
	height: 21px;
	background: url(SearchBackground.gif) no-repeat left top;
	padding-left: 9px;
	padding-top: 3px;
}

.psCenter
{
	background: url(ContentTopShadow.gif) repeat-x left top;
	padding-top: 10px;
}
.psCenterWrapper
{
	padding-bottom: 10px;
	background: url(ContentBottomShadow.gif) repeat-x left bottom;
}



#footerContainer
{
	background-color: White;
}
#footerContainer,
#footerContainer a,
#footerContainer a:hover,
#footerContainer a:visited
{
	color: #666666;
}



#homeIntro h4 a
{
	color: #3399cc !important;
}
