#header_container {
	width:100%;
	background-color: #fbf7ec;
}

.shareContainer /*this is pushing header_tile div down in IE */
{
	margin:0 auto;
	width:960px;
	overflow: hidden; /*forces div to render the same in ff and ie*/
	/*border: 1px solid red;*/
	position: relative;
}

.shareToggler, .shareToggler_open
{
	position:relative;
	float:right;
	width:88px;
	cursor:pointer;
	padding:3px;
	color:#fff;
	font-size:11px;
	font-weight:600;
	text-align: center;
	background:url('/images/share_back_full.jpg') no-repeat 0 top;
	z-index:20;
	/*height: 0;*/
}

/*
.shareToggler_open
{
	position:relative;
	float:right;
	cursor:pointer;
	padding:3px;
	color:#272928;
	z-index:20;
}
*/

.shareAccordion
{
	overflow:hidden;
	display:none;
}

.section_divider
{
	display:inline;
	float:left;
	height:185px;
	padding-top:20px;
}

.shareAccordion_section
{
	width:284px;
	height:275px;
	display:inline;
	float:left;
	margin:10px 0 0 0;
}

.shareAccordion_section_title{
	color:#D38305;
	font-size:11px;
	font-weight:600;
	padding:2px 2px 2px 5px;
}


.shareAccordion_copy
{
	padding:2px 20px 2px 5px;
	color:#272928;
	font-size:11px;
}

.shareAccordion_copy ul
{
	list-style-type:none;
	padding:15px 0 0 0;
	margin:0px;
}

.shareAccordion_copy li
{
	margin-bottom:16px;
}
/*
.shareAccordion_copy ol
{
	padding-left: 15px;
	background:url('/experience/images/') no-repeat left top;
}
*/

.shareAccordion_copy p
{
	margin-top:12px;
}

.share_links
{
	width:284px;
	height:50px;
	margin-bottom:10px;
	display:block;
}

.share_external_link
{
	color:#AF5A00;
	font-size:10px;
	font-weight:600;
	height:18px;
	margin-right:10px;
}

.share_external_link p {
	display:inline;
	margin-right:5px;
	vertical-align:4px;
}

.share_external_link a
{
	text-decoration:none;
}

.share_external_link a img
{
	text-decoration:none;
	padding-bottom: 2px;
}

.shareAccordion_title{
	color:#D38305;
	font-size:18px;
	width:374px;
	font-weight:600;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	/*background: url('/experience/images/blue_hz_rule.gif') repeat-x bottom left;*/
	padding-bottom:5px;
}

#header_tile
{
	/*_margin-top:-25px;*/ /* hack to bring header up in ie */
	position:relative;
	width: 100%;
	background:url(/images/header_repeat.jpg) left top repeat-x #fbf7ec;
}

#header_img
{
	width: 100%;
	background: transparent url(/images/header_back.jpg) no-repeat scroll center bottom;
}

#header
{
	margin:0px auto;
	width:960px;
	height:340px;
	overflow:hidden;
}

#header #global_nav
{
	height: 195px;
}

#header #global_nav ul
{
	float: left;
	list-style:none;
	width:848px;
	height:20px;
	text-align:right;
	padding:0px;
	margin:3px 0 0 0;
	font-size:10px;
}

#header #global_nav ul li
{
	padding:2px 6px;
	display:inline;
	color:#636164;
}

#header #global_nav ul li a
{
	color:#636164;
	text-decoration:none;
}

#header #global_nav ul li a:hover
{
	/*text-decoration:underline;*/
}

#header #experience_nav
{
	margin: 0 auto;
	/*width:613px;*/ /* this centers perfectly, but looks at odds w/ the header */
	/*width:620px;*/
	width:1000px;
}

#header #experience_nav a
{
	text-decoration:none;
}

#header #experience_nav div
{
	padding:0px;
	margin:0px 2px;
	display:inline;
	color:#000000;
	float:left;
	text-align:center;
}

#header #experience_nav div .icon_name  
{
	display:block;
	margin-top: -4px;
	font-size:12px;
	font-weight: 600;
	width:98px;
	text-align:center;
	color:#605A52;
}

#header #experience_nav div .event_link_klasse
{
margin-top:-1px;
}

#header #experience_nav div a.header_link
{
	text-decoration:none;
}

#header #experience_nav p.selected_section:hover
{
	text-decoration:none;
}

#header #experience_nav div a:hover p
{
	text-decoration: underline;
	cursor: pointer;
}

#header #experience_nav div span.cur_section
{
	height:10px;
	width:94px;
	display:block;
	color: #AF5A00;
	cursor: pointer;
}

#header #experience_nav div a.comming_soon
{
	width:94px;
	height:79px;
	background:url('/images/null.gif');
	cursor:default;
	display:block;
}

/* For IE 6*/
#header #experience_nav div a.comming_soon:hover
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/coming_soon.png');
	cursor:default;
}

/* For Other browsers*/
#header #experience_nav div a.comming_soon:hover[class]
{
	background:url('/images/coming_soon.png') no-repeat;
}

#header #experience_nav div span.comming_soon_name
{
	color:#a2a4a6;
	margin-top:-21px;
}

#section_overview
{
	width:870px;
	float:left;
	margin: 17px 0 0 25px;
	padding-bottom: 7px;
	overflow:hidden;
	background: url('/images/header_divider.gif') left bottom no-repeat;
}

#section_title
{
	float:left;
	padding-right:10px;
	font-size:18px;
	font-weight:600;
	color:#373e2e;
}

#section_discription
{
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #8B8E90;
}

#brand_link
{
	display:none;
	position:absolute;
	top:110px;
	left:1247px;
}

#brand_link img
{
	width:80px;
	height:40px;
}

.header-tool-tip {
	width: 297px;
	height:97px;
	color: #605A52;
	z-index: 13000;
	background-repeat:no-repeat;
	background-position:left top;
}


/* For IE 6*/
.header-tool-tip 
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/tool_tip_header.png', sizingMethod='scale');
}

/* For Other browsers*/
.header-tool-tip[class]{
	background-image:url('/images/tool_tip_header.png');
}

.cur_section_selected
{
	background-repeat:no-repeat;
	background-position:left bottom;
}

/* For IE 6*/
.cur_section_selected{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/icon_at.png');
}

/* For Other browsers*/
.cur_section_selected[class]{
	background-image:url('/images/icon_at.png');
}

.header-tool-title
{
	display:none;
}

.header-tool-text
{
	font-size: 10px;
	padding: 1px 4px 0px 8px;
	margin:12px 0 0 12px;
	width:265px;
}

.header-tool-text strong
{
	font-size: 11px;
	/*color:#ffd77c;*/
	color: #9B4905;
}

.selected_section {
	color: #9B4905;
}

.steps_bg {
	width: 19px;
	height: 18px;
	display: block;
	float: left;
	font-weight: 600;
	color: #D07C11;
	padding: 2px 1px 10px 7px;
	background:url(/images/steps_bg.gif) left top no-repeat;
}

/*Sub Header CSS*/

#sub_header_container
{
	display:none;
}

#header_sub_nav_container
{
	background:transparent url(/images/sub_nav_background.gif) no-repeat scroll left top;
	clear:both;
	height:29px;
	margin-left:20px;
	padding:0px 10px;
	width:708px;
}

a.sub_header_link
{
	border-right:1px solid #747474;
	color:#747474;
	display:block;
	float:left;
	font-weight:600;
	height:14px;
	text-decoration:none;
	padding:0px 5px;
	margin-top:5px;
}

a.sub_header_link:hover
{
	color:#AF5A00;
}

a.no_border
{
	border-right:none;
}

a.sub_nav_on
{
	color:#AF5A00;
}

a.back_green {
  color: #636a1a;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
  
