/* Header Styles
_______________________________________________________________________________________________*/
#globalHeader {
	background: #d8d8d8 url(img/global-footer-background.png) repeat-y;
	position: relative;
	float: left;
	width: 982px;
}

#globalHeaderBottom {
	background: url(img/global-header-bottom.png) no-repeat top left;
	_background: url(img/global-header-bottom.gif) no-repeat top left;
	float: left;
	width: 982px;
	height:55px;
}

#masthead {
	position: relative;
	float: left;
	width: 100%;
	height: 77px;
}

#logo {
	position: absolute;
	left: 400px;
}

/* USER NAVIGATION
_______________________________________________________________________________________________*/
#userNav {
	position: absolute;
	right: 15px;
}

#userNav ul {
	
}

#userNav a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

#userNav li {
	padding: 10px 5px 0 0;
	float: left;
}

#userLinks {
	float: right;
}

#globalSignIn {
	float: right;
	display: inline;
	clear: both;
	margin-right: 25px;
	margin-top: 10px;
}

/* GLOBAL NAVIGATION
_______________________________________________________________________________________________*/
#globalNavContainer {
	float: left;
	clear: both;
	width: 100%;
	height: 100%;
	text-align: center;
}

#globalNavPrimary {
	
}

#globalNavPrimary ul {
	padding-left: 60px;
}

#globalNavPrimary li {
	float: left;
}

#globalNavPrimary #selectedPrimary {
	background: url(img/selected-tab-right.gif) no-repeat right top;
}

#globalNavPrimary span {
	background: url(img/global-nav-pipe.gif) no-repeat center right;
	display: block;
	padding: 9px 19px 12px 19px;
}

#globalNavPrimary a {
	font-size: 14px;
	text-decoration: none;
	color: #333333;		
}

#globalNavPrimary a:hover {
	color: #CC0000;
}

#globalNavPrimary a:active {
	color: #333333;
}

#globalNavPrimary #selectedPrimary span {
	background: url(img/selected-tab-left.gif) no-repeat left top;
}

#globalNavPrimary #selectedPrimary a {
	color: #CC0000;	
}

#globalNavPrimary span.last {
	background: none;
}