/* Bubble pop-up */

.arrow {
	margin-left:40px;
}
/*--- Primary Navigation Popup ---*/
.primary_bubble {
	position: relative;
}
.primary_popup_wrap {
	position: absolute;
	display:none;
	z-index: 50;
	border-collapse: collapse;
	min-height:100px;
	width:905px;
	float:left;
}
.primarynavi_txt {
	display:inline;
	cursor:pointer;
	height:20px;
	width:120px;
	float:right;
	border-left:1px solid #666;
	color:#666;
	padding:50px 0 0 10px;
	margin:0 0 0 10px;
	overflow:hidden;
	font-size:1em;
}
.primarynavi_txt a {
	text-decoration:none;
	color:#666;
}
.primarynavi_txt_wrap {
	min-height:20px;
	width:140px;
	float:right;
}
.inactive {
	cursor:default;
}
.primary_bar_wrap {
	width:905px;
	height:10px;
}
.primary_content {
	min-height:50px;
	width:905px;
	background:#CCC url(/assets/shad.gif) top repeat-x;
	float:left;
}
.primary_column {
	height:auto;
	width:185px;
	float:left;
	padding:0px 20px 20px 20px;
}
.primary_column p {
	color:#333;
	font-size:0.75em;
	padding:5px 0 0 0;
}
.primary_column p.column_title {
	color:#001d61;
	font-size:0.9em;
	padding-top:10px;
}
/*-- Primary Navigation - Top Segments Default Styles  --*/
.primary_tl {
	height:10px;
	float:left;
}
.primary_tc {
	height:10px;
	float:left;
}
.primary_tr {
	height:10px;
	float:right;
}
.primary_strip {
	width:905px;
	height:10px;
}
/*--- Primary Navigation - 'News and Media' ---*/
.news_tl {
	width:774px;
}
.news_tc {
	width:131px;
	background-color:#405688;
}
.news_strip {
	background-color:#405688;
}
.news_inactive {
	margin:70px 0 0 619px;
	height:10px;
	width:131px;
	background-color:#405688;
	position:absolute;
}
/*--- Primary Navigation - 'Global Reach' ---*/
.global_tl {
	width:633px;
}
.global_tc {
	width:142px;
	background-color:#7ca1a1;
}
.global_tr {
	width:129px;
}
.global_strip {
	background-color:#7ca1a1;
}
.global_inactive {
	margin:70px 0 0 478px;
	height:10px;
	width:142px;
	background-color:#7ca1a1;
	position:absolute;
}
/*--- Primary Navigation - 'Our People' ---*/
.people_tl {
	width:492px;
}
.people_tc {
	width:142px;
	background-color:#efb200;
}
.people_tr {
	width:271px;
}
.people_strip {
	background-color:#efb200;
}
.people_inactive {
	margin:70px 0 0 337px;
	height:10px;
	width:142px;
	background-color:#efb200;
	position:absolute;
}
/*--- Primary Navigation - 'Our Products' ---*/
.working_tl {
	width:351px;
}
.working_tc {
	width:142px;
	background-color:#ff6414;
}
.working_tr {
	width:412px;
}
.working_strip {
	background-color:#ff6414;
}
.working_inactive {
	margin:70px 0 0 196px;
	height:10px;
	width:142px;
	background-color:#ff6414;
	position:absolute;
}
/*--- Primary Navigation - 'Learn about us' ---*/
.learn_tl {
	width:210px;
}
.learn_tc {
	width:142px;
	background-color:#f01914;
}
.learn_tr {
	width:553px;
}
.learn_strip {
	background-color:#f01914;
}
.learn_inactive {
	margin:70px 0 0 55px;
	height:10px;
	width:142px;
	background-color:#f01914;
	position:absolute;
}
/*--- Secondary Navigation Popup ---*/
.secondarynavi_but {
    width:190px;
	height:20px;
	float:left;
	padding:5px 0 5px 0;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	color:#666;
	background:url(/assets/arrow_up.gif) right no-repeat;
	cursor:pointer;
}
.secondarynavi_but a {
	color:#666;
	text-decoration:none;	
}
.secondary_bubble {
	position: relative;
	width:190px;
	float:left;
	margin-right:68px;
}
.secondary_bubble_inverse {
	position: relative;
	width:190px;
	float:left;
	margin-right:68px;
}
.but_right {
	margin:0px;
	float:right;
}
.secondary_popup_wrap {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	height:250px;
	width:500px;
}
.secondary_popup_wrap p {
	color:#333;
	font-size:0.8em;
}
.secondary_popup_wrap h2 {
	color:#002261;
	font-size:1.3em;
}
.secondary_popup_top {
	width:480px;
	height:200px;
	float:left;
	background:#CCC;
	padding:10px 20px;
}
.secondary_popup_top_inverse {
	float:right;
}
.secondary_popup_bl {
	width:190px;
	height:30px;
	float:left;
	background:url(/assets/grey_arrow.gif) top no-repeat;
	color:#FFF;
}
.secondary_popup_br {
	width:190px;
	height:30px;
	float:right;
	background:url(/assets/grey_arrow.gif) top no-repeat;
	color:#FFF;
}
