@charset "UTF-8";

/* clearing formattering and main elements */

* { margin: 0px; padding: 0px; }
img { border: 0px; vertical-align: bottom; behavior: url(/js/iepngfix.htc); }
body { 
	background: #c9cdd1 url(../images/bg_page_v.gif) center top repeat-y;
	font: 12px Arial, Helvetica, sans-serif;
	color: #6d6e71;
	display: none;
}
p { line-height: 1.5; }

a {
	color: #174a7c;
	text-decoration: none;
}
a:hover {
	color: #f2981f;
}
div.centercolumn ul {
	float: left;
	padding: 0;
	margin: 0 0 15px 20px;
	line-height: 1.5;
}
#entiretyOfEverything { background: url(../images/bg_page_h.gif) left top repeat-x; }
#centralContainer {
	background: url(../images/bg_page_O.gif) left top no-repeat;
	width: 912px;
	margin: 0px auto;
}
#pageTop {
	height: 105px;
	z-index: 400;
	position: relative;
}
#pageTop .logo {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 200;
}
#pageTop .callout {
	position: absolute;
	top: 52px;
	right: 0px;
	z-index: 200;
}


/***** CONTENT STARTER *****/
#contentSling { position: relative; }


/***** MAIN MENU *****/
#mainMenu {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	top: 29px;
	behavior: url(/js/iepngfix.htc);
	width: 912px;
	height: 51px;
	z-index: 200;
}
#mainMenu * { behavior: url(/js/iepngfix.htc); }
#mainMenu li { float: left; position: relative; }
#mainMenu li a {
	display: block;
	background-position: left top;
	height: 51px;
	margin: 0 0 0 -6px;
	position:relative;
	background-repeat: no-repeat;
	z-index: 200; }
#mainMenu li div.extra { width: 32px; height: 72px; background: url(../images/menu_main_etc.png) top left no-repeat; }
#mainMenu li a:hover, #mainMenu li.menuSaysSelected a, #mainMenu li:hover a { background-position: left bottom; z-index: 210; }
#mainMenu li a span { display: block; height: 1px; width: 1px; overflow: hidden; } /* because there is no text or images in the menus (the over states are handled by backgrounds) there has to be something in there that is noticed by screen readers; thus display: none is not an option */
#mainMenu li ul {
	position: absolute;
	width: 165px;
	top: 43px;
	left: 0px;
	display:none;
	padding-bottom: 11px;
	background: url(../images/bg_contents.png) -3648px bottom no-repeat;
	z-index: 100;
}
#mainMenu li ul li { 
	background: url(../images/bg_contents.png) -3910px top repeat-y;
	list-style-type: none;
	list-style-position: outside;
	float: none;
}
#mainMenu li ul li a, #mainMenu li ul li .subSelected { 
	display: block;
	height: auto;
	padding: 5px 10px 0px 20px;
/*	text-transform: uppercase; */
	font-weight: bold;
	color: #5a7ca0;
	text-decoration: none;
}
#mainMenu li ul li a:hover, #mainMenu li ul li .subSelected { color: #f2981f; }

/***** SECONDARY MENU *****/
#secondaryMenu {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	height: 51px;
	float: right;
	z-index: 100; }
#secondaryMenu * { behavior: url(/js/iepngfix.htc); }
#secondaryMenu li { float: left; position: relative; }
#secondaryMenu li a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 0 0 -6px;
	height: 36px;
	position:relative; }
#secondaryMenu li a:hover, #secondaryMenu li.menuSaysSelected a, #secondaryMenu li:hover a { background-position: left bottom; }
#secondaryMenu li a span { display: block; height: 1px; width: 1px; overflow: hidden; } /* because there is no text or images in the menus (the over states are handled by backgrounds) there has to be something in there that is noticed by screen readers; thus display: none is not an option */

/****** COPY FORMATTING ******/
#contentAlphaOmega { padding: 22px 33px 33px; color: #404040; }
#contentAlphaOmega p { padding-bottom: 18px; font-size: .95em; line-height: 1.4em; text-align: justify; }
#contentAlphaOmega a { color: #4a6ba4; text-decoration: underline; }
#contentAlphaOmega a:hover { color: #d95910; text-decoration: none; }
#contentAlphaOmega h1 { color: #4a6ba4; font-weight: bold; font-size: 1.5em; padding-bottom: 13px; text-transform:uppercase; letter-spacing: .1em; }
#contentAlphaOmega h2,
#contentAlphaOmega .h2inline { color: #d95910; font-weight: bold; font-size: 1.3em; padding-bottom: 13px; text-transform:uppercase; letter-spacing: .1em; }
#contentAlphaOmega h3 { color: #74a5cf; font-weight: bold; font-size: 1em; padding-bottom: 13px; text-transform:uppercase; line-height: 1.1em; letter-spacing: .1em; }
#contentAlphaOmega h3 em { color: #939999; text-transform: none; font-size: .9em; font-weight: normal; letter-spacing: 0em; }
#contentAlphaOmega h3 a { color: #74a5cf; }

#contentAlphaOmega .crumbtrailery { font-size: .85em; font-weight: bold; color: #4a6ba4; padding-bottom: 18px;}
#contentAlphaOmega .crumbtrailery .arrow { margin: 0px 10px; font-size: 1.5em; font: Arial, Helvetica, sans-serif; }
#contentAlphaOmega .crumbtrailery .here { color: #d95910; text-transform: uppercase; }
#contentAlphaOmega .whassNewsBlock { margin: 16px 0px; padding: 17px; -moz-border-radius: 10px; -webkit-border-radius: 10px; background: #f4f5f5; }
#contentAlphaOmega .whassNewsBlock h3 { padding-bottom: 5px; }
#contentAlphaOmega .whassNewsBlock p { padding-bottom: 0px; }
#contentAlphaOmega .whassNewsBlock p .date { color: #939999; font-size: .9em; font-style: italic; }
#contentAlphaOmega hr { border: 0px; background: none; border-top: 1px dotted #ccc; height: 1px; margin-bottom: 17px; }

/****** PSEUDO FLASH PIPE *******/
.contentPseudoFlash { padding: 22px 0px 33px !important; }
.contentPseudoFlash .crumbtrailery { padding-left: 33px; padding-right: 33px; }

#pseudoFlashBlock { position: relative; margin: 0px 16px 0px 26px; }

#pseudoFlashBlock h1 { margin: 0px; padding: 0px; behavior: url(/js/iepngfix.htc); position: absolute; display: block; top: 143px; left: 718px; z-index:60; width: 112px; height: 18px; font-size: 12px; }

#pipe { position: relative; background: url(../images/pipe/pipe_bg_plain.jpg) 0px 67px repeat-x; height:267px; z-index: 50; padding-top: 55px; }
#pipeMouf { float: left; }
#pipeDone { position: absolute; top: 55px; left: 697px; }
#accordion, #accordion li { float: left; list-style-type: none; list-style-position: outside; }

#accordion li { height: 222px; margin-top: 12px; width: 33px; overflow: hidden; }
#accordion .bg1 { height: 222px; }
#accordion li .bg1 .title { float: left; }
#accordion li .bg1 .icon { float: left; padding: 19px 0px 0px 3px; }

li#accChild_1 { background: url(../images/pipe/pipe_1bg.jpg) top left repeat-x; width: 160px; }
#accChild_1 .bg1 { background: url(../images/pipe/pipe_1end.jpg) top right no-repeat; }
#accChild_2 { background: url(../images/pipe/pipe_2bg.jpg) top left repeat-x; }
#accChild_2 .bg1 { background: url(../images/pipe/pipe_2end.jpg) top right no-repeat; }
#accChild_3 { background: url(../images/pipe/pipe_3bg.jpg) top left repeat-x; }
#accChild_3 .bg1 { background: url(../images/pipe/pipe_3end.jpg) top right no-repeat; }
#accChild_4 { background: url(../images/pipe/pipe_4bg.jpg) top left repeat-x; }
#accChild_4 .bg1 { background: url(../images/pipe/pipe_4end.jpg) top right no-repeat; }
#accChild_5 { background: url(../images/pipe/pipe_5bg.jpg) top left repeat-x; }
#accChild_5 .bg1 { background: url(../images/pipe/pipe_5end.jpg) top right no-repeat; }
#accChild_6 { background: url(../images/pipe/pipe_6bg.jpg) top left repeat-x; }
#accChild_6 .bg1 { background: url(../images/pipe/pipe_6end.jpg) top right no-repeat; }
#accChild_7 { background: url(../images/pipe/pipe_7bg.jpg) top left repeat-x; }
#accChild_7 .bg1 { background: url(../images/pipe/pipe_7end.jpg) top right no-repeat; }
#accChild_8 { background: url(../images/pipe/pipe_8bg.jpg) top left repeat-x; }
#accChild_8 .bg1 { background: url(../images/pipe/pipe_8end.jpg) top right no-repeat; }
#accChild_9 { background: url(../images/pipe/pipe_9bg.jpg) top left repeat-x; }
#accChild_9 .bg1 { background: url(../images/pipe/pipe_9end.jpg) top right no-repeat; }
#accChild_10 { background: url(../images/pipe/pipe_10bg.jpg) top left repeat-x; }
#accChild_10 .bg1 { background: url(../images/pipe/pipe_10end.jpg) top right no-repeat; }

.inServices li#accChild_1      { background: url(../images/pipe/pipe_1bg_s.jpg) top left repeat-x; width: 160px; }
.inServices #accChild_1 .bg1  { background: url(../images/pipe/pipe_1end_s.jpg) top right no-repeat; }
.inServices #accChild_2        { background: url(../images/pipe/pipe_2bg_s.jpg) top left repeat-x; }
.inServices #accChild_2 .bg1  { background: url(../images/pipe/pipe_2end_s.jpg) top right no-repeat; }
.inServices #accChild_3        { background: url(../images/pipe/pipe_3bg_s.jpg) top left repeat-x; }
.inServices #accChild_3 .bg1  { background: url(../images/pipe/pipe_3end_s.jpg) top right no-repeat; }
.inServices #accChild_4        { background: url(../images/pipe/pipe_4bg_s.jpg) top left repeat-x; }
.inServices #accChild_4 .bg1  { background: url(../images/pipe/pipe_4end_s.jpg) top right no-repeat; }
.inServices #accChild_5        { background: url(../images/pipe/pipe_5bg_s.jpg) top left repeat-x; }
.inServices #accChild_5 .bg1  { background: url(../images/pipe/pipe_5end_s.jpg) top right no-repeat; }
.inServices #accChild_6        { background: url(../images/pipe/pipe_6bg_s.jpg) top left repeat-x; }
.inServices #accChild_6 .bg1  { background: url(../images/pipe/pipe_6end_s.jpg) top right no-repeat; }
.inServices #accChild_7        { background: url(../images/pipe/pipe_7bg_s.jpg) top left repeat-x; }
.inServices #accChild_7 .bg1  { background: url(../images/pipe/pipe_7end_s.jpg) top right no-repeat; }
.inServices #accChild_8        { background: url(../images/pipe/pipe_8bg_s.jpg) top left repeat-x; }
.inServices #accChild_8 .bg1  { background: url(../images/pipe/pipe_8end_s.jpg) top right no-repeat; }
.inServices #accChild_9        { background: url(../images/pipe/pipe_9bg_s.jpg) top left repeat-x; }
.inServices #accChild_9 .bg1  { background: url(../images/pipe/pipe_9end_s.jpg) top right no-repeat; }
.inServices #accChild_10      { background: url(../images/pipe/pipe_10bg_s.jpg) top left repeat-x; }
.inServices #accChild_10 .bg1{ background: url(../images/pipe/pipe_10end_s.jpg) top right no-repeat; }

#pipeToggler { position: absolute; z-index: 70; top: 0px; left: 643px; }
#pipeToggler a img { filter: alpha(opacity=70); -moz-opacity: .70; opacity: .70; }
#pipeToggler a:hover img, #pipeToggler a.selected img { filter: alpha(opacity=99); -moz-opacity: .99; opacity: .99; }

#shadowyFunnelBit { position: absolute; top: 289px; left: 153px; background: #a055da url(../images/pipe/corners_shadowlyL.png) left top no-repeat; behavior: url(/js/iepngfix.htc); z-index: 100; }
#shadowyFunnelBit .bg1 { background: url(../images/pipe/corners_shadowlyR.png) top right no-repeat; behavior: url(/js/iepngfix.htc); }
#shadowyFunnelBit .bg2 { background: url(../images/pipe/corners_shadowly.png) top left repeat-x; height: 33px; width: 180px; behavior: url(/js/iepngfix.htc); }

#pipeTextSling { clear: left; width: 651px; margin-left: 10px; background: url(../images/pipe/corners_LB.png) left bottom no-repeat; background-color: #a055da; behavior: url(/js/iepngfix.htc); }
#pipeTextSling .bg1 { background: url(../images/pipe/corners_RB.png) right bottom no-repeat; behavior: url(/js/iepngfix.htc); }
#pipeTextSling .bg2 { background: url(../images/pipe/corners_LT.png) left top no-repeat; behavior: url(/js/iepngfix.htc); }
#pipeTextSling .bg3 { background: url(../images/pipe/corners_RT.png) right top no-repeat; behavior: url(/js/iepngfix.htc); }
#pipeTextSling .paddingSling { padding: 18px; color: #fff; }
#pipeTextSling .paddingSling .tehTexts { display: none; }
#pipeTextSling .paddingSling  #textBlock_1 { display: block; }
#pipeTextSling .paddingSling .tehTexts p:last-child { padding-bottom: 0px; }
#pipeTextSling .paddingSling .tehTexts h2, #pipeTextSling .paddingSling .tehTexts h3, #pipeTextSling .paddingSling .tehTexts h4, #pipeTextSling .paddingSling .tehTexts h5 { color: #fff; } 

#tabySling { position: absolute; width: 493px; height: 67px; top: 0px; left: 162px; z-index: 100; }
#tabLDM { float: left; width: 276px; height: 67px; background: #658aaa url(../images/pipe/corners_RT.png) right top no-repeat; behavior: url(/js/iepngfix.htc);}
#tabLLM { float: left; width: 146px; height: 67px; background: #c86f24 url(../images/pipe/corners_RT.png) right top no-repeat; behavior: url(/js/iepngfix.htc); margin-left: 1px; }
#tabLDM .bg1, #tabLLM .bg1 { background: url(../images/pipe/corners_LT.png) left top no-repeat; behavior: url(/js/iepngfix.htc); }
#tabLDM .bg1 .paddingSling,
#tabLLM .bg1 .paddingSling { color: #fff; font-weight: bold; font-size: 1em; padding: 13px 13px 0px; text-transform: uppercase; }

/***** SPECIAL SITUATIONS, MOSTLY JQUERY-HANDLED ******/
#languagesSideBlob { display: none; width: 550px; background: #2e5074; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 18px 18px 0 18px; margin: 0 0 18px 18px; float: right; color: #eaeff3; }
#languagesSideBlob p { font-size: .87em; width: 265px; float: left; text-align: left; line-height: 1.4em; }
#languagesSideClickee{}
#contentAlphaOmega .fakeLinkDoesStuff, #pipeTextSling .fakeLinkDoesStuff { color: #4a6ba4; text-decoration: underline; cursor: help; }

#filetypesPlusBlob { display: none; color: #bada55; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 18px; background: #2e5074; }
#filetypesPlusBlob p { font-size: .87em; line-height: 1.4em; color: #eaeff3; padding-bottom: 8px; }
#pipeTextSling .paddingSling .tehTexts #filetypesPlusBlob h3 { color: #74a5cf; }
#filetypesPlusClickee{}

/**** FOOTER *****/
div.newfooter {
	float: left;
	position: relative;
	width: 100%;
	height: 84px;
	background: url(../images/footerbkgnd.png) top left no-repeat;
}
div.footercopy {
	position: absolute;
	top: 56px;
	left: 27px;
	font-size: 0.8em;
	color: #174a7c;
}
div.footerupperline {
	position: absolute;
	top: 25px;
	left: 130px;
	width: 650px;
	font-size: 1.2em;
}
div.footermidline {
	position: absolute;
	top: 40px;
	left: 130px;
	width: 650px;
	font-size: 1.2em;
}
div.footerlowerline {
	position: absolute;
	font-size: 0.8em;
	top: 56px;
	left: 134px;
	width: 750px;
}
div.footerupperline a, div.footermidline a {
	float: left;
	display: block;
	margin: 0 5px;
	font-size: 0.7em;
	color: #174a7c;
	text-decoration: none;
}
div.footerupperline a:hover, div.footermidline a:hover {
	color: #f2981f;
}
div.footerlowerline a {
	color: #174a7c;
	text-decoration: none;
}
div.footerlowerline a:hover {
	color: #f2981f;
}



/****** MORE CONTENT FORMATTING ******/
p.homepage {
	margin: 1px 0;
}

div.generalpagecontainer {
	float: left;
	width: 912px;
	background-color: #fff;
}
/********** LEFT MENU **********/
div.leftsubmenu {
	float: left;
	width: 125px;
	height: 350px;
	margin: 100px 0 20px 20px;
}
div.leftsubmenu img {
	float:left;
	margin: 0 0 15px 3px;
}
div.leftsubmenu a {
	float: left;
	display: block;
	width: 113px;
	padding: 5px 0 7px 10px;
	text-decoration: none;
	color: #174a7c;
	background: url(../images/menuline.png) bottom left no-repeat;
}
div.leftsubmenu a:hover {
	color: #f2981f;
	background: url(../images/highlightarrow.png) bottom left no-repeat;
}
div.leftsubmenu a.anchornoborder {
	float: left;
	display: block;
	width: 113px;
	padding: 5px 0 7px 10px;
	text-decoration: none;
	color: #174a7c;
	background: none;
}
div.leftsubmenu a.anchornoborder:hover {
	color: #f2981f;
	background: url(../images/highlightarrow_noborder.png) bottom left no-repeat;
}


/********** CENTER COLUMN **********/
div.centercolumn {
	float: left;
	width: 480px;
	margin: 50px 0 10px 15px;
}
div.widecentercol {
	margin: 15px 0 10px 40px;
	width: 590px;
}
div.centercolumn h1 { color: #f2981f; }
div.centercolumn h2 { color: #f2981f; letter-spacing: 0.1em; }
div.centercolumn h3 { font-family: georgia; margin: 10px 0 0 0; font-weight: normal; font-style: italic; color: #f2981f; }
div.centercolumn h4 { font-family: georgia; margin: 10px 0 5px 0; font-weight: normal; color: #1a1a1a; line-height: 1.5;}
div.centercolumn p { margin: 15px 0; }
div.centercolumn b { color: #231f20; }


/********** RIGHT COLUMN **********/
div.rightcolumn {
	float: right;
	width: 235px;
	margin: 90px 10px 10px 0;
}
div.rightcolumn h3 {
	line-height: 1.3;
	color: #f2981f;
	font-size: 1.3em;
}
div.rightcolumn div.colorbox {
	float: left;
	width: 215px;
	padding: 8px 5px;
	margin: 20px 0 5px 0;
	font-weight: bold;
	color: #174a7c;
	background-color: #e8e9ea;
}
div.rightcolumn div.bulletbox {
	float: left;
	width: 220px;
}
div.rightcolumn div.bulletbox ul {
	float: left;
	padding: 0;
	margin: 0 0 10px 20px;
	color: #5c7d9f;
	line-height: 1.5;
}
div.rightcolumn div.bulletbox li { margin: 5px 0 0 0; }


/********** PAGE BOTTOM IMAGE AREA **********/
div.pagebottom {
	float: left;
	width: 912px;
	background-color: #fff;
	position: relative;
}
div.pagebottom div.leftcontainer {
	float: left;
	margin: 67px 0 0 38px;
	width: 525px;
}
div.pagebottom div.leftcontainer p {
	line-height: 1.5;
	color: #174a7c;
}
div.pagebottom div.rightcontainer {
	float: right;
	margin: 67px 22px 0 0;
	width: 220px;
}
div.pagebottom div.upperrightbox {
	position: absolute;
	top: 65px;
	right: 65px;
	width: 240px;
}
div.pagebottom div.lowerrightbox {
	position: absolute;
	top: 145px;
	right: 70px;
	width: 235px;
}
div.pagebottom div.rightcontainer p, div.pagebottom div.upperrightbox p, div.pagebottom div.lowerrightbox p {
	line-height: 1.5;
	color: #174a7c;
}

/********** TOP LEFT ICON BOX AREA **********/
div.iconbox {
	float: left;
	width: 850px;
	margin: 30px 0 0 40px;
}
div.iconbox div.textcontainer {
	float: right;
	width: 690px;
}
div.iconbox div.textcontainer p {
	float: left;
	width: 650px;
	color: #7a7a7a;
	font-size: 1.2em;
}

/********* MANAGEMENT PAGE *********/
div.biosline {
	float: left;
	width: 660px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e9e9ea;
}
img.more {
	float: left;
	margin: 0;
}
div.morebio {
	float: left;
	margin: 0 0 0 22px;
	display: none;
}
div.bioname {
	float: right;
	width: 638px;
	font-weight: bold;
	color: #174a7c;
}

/********* LANGUAGE BOX *********/
div.language_container {
	float: left;
	margin: 5px 0 15px 0;
	display: none;	
}
span#language_openbox {
	color: #174a7c;
	cursor: pointer;
	font-weight: bold;
}
div.language_repeater {
	float: left;
	background: url(../images/languagebox_slice.png) repeat-y;
	width: 673px;
}
div.language_left {
	float: left;
	width: 325px;
	margin: 15px 0 0 20px;
}
div.language_left p { margin: 0; }
div.language_right {
	float: right;
	width: 305px;
	margin: 15px 15px 0 0;
}
div.language_right p { margin: 0; }

/********** TUBE *************/
div.infobox {
	float: left;
	margin: -38px 0 0 0;
	width: 912px;
	background: url(../images/tubebox_slice.png) top left repeat;
	z-index: 1;
}
div.iconpositioner {
	float: left;
	width: 103px;
	height: 106px;
	margin: 35px 0 20px 25px;
	background: url(../images/icons.png);
	background-position: 0px -752px;
	background-repeat: no-repeat;
}
div.copyholder {
	float: right;
	width: 705px;
	margin: 10px 50px 0 0;
	padding: 30px 0;
	color: #6d6e71;
}

/********** NEWS *************/
div.newsbar {
	float: left;
}
div.newsbar h4 {
	float: left;
	color: #174a7c;
	width: 660px;
	font-size: 1.2em;
	font-family: arial;
}
div.newsbar h4 a {
	text-decoration: none;
	color: #174a7c;
}
div.newsbar h4 a:hover {
	text-decoration: none;
	color: #f2981f;
}
a.more {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #174a7c;
}
a.more:hover {
	color: #f2981f;
}

div.newsbar p { margin: 5px 0; }

/********* CAREERS *********/
div.careers_centercolumn {
	float: left;
	width: 805px;
	margin: 50px 0 20px 45px;
}
div.careers_centercolumn h1 { color: #f2981f; }
div.careers_centercolumn h4 { margin: 10px 0 5px 0; color: #231f20; line-height: 1.5;}
div.careers_centercolumn p { margin: 15px 0; color: #333333; }
div.careers_centercolumn b { color: #231f20; }









