@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8%;
	left: 700px;
	text-decoration: none;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1050px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center top;
	background-color: #003366;
	float: none;
	z-index: auto;
	margin: 0 auto;
	text-decoration: none;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 48px;
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #nav {
	height: 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 1050px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 48px;
}
.thrColAbsHdr #morebutton {
	height: 200px;
	width: 150px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	background-color: #666666;
	z-index: 12;
	left: 15010px;
	visibility: visible;
	padding-top: 0px;
	padding-right: 0px;
}
.thrColAbsHdr #container #more {
	height: 40px;
	width: 59px;
	float: left;
	position: absolute;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	left: 901px;
	top: 393px;
	visibility: visible;
}
.thrColAbsHdr #container #more2 {
	float: right;
	position: static;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	visibility: visible;
	margin-right: 15px;
}
.thrColAbsHdr #container #more3 {
	height: 40px;
	width: 59px;
	float: left;
	position: absolute;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	left: 902px;
	top: 537px;
	visibility: hidden;
}
.thrColAbsHdr #container #more4 {
	height: 40px;
	width: 59px;
	float: left;
	position: absolute;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 8px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	left: 905px;
	top: 648px;
	visibility: visible;
}

.thrColAbsHdr #container #more-long
 {
	height: 40px;
	width: 59px;
	float: left;
	position: absolute;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 8px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	left: 911px;
	top: 1136px;
	visibility: visible;
}
.thrColAbsHdr #container #bw-logo {
	height: 40px;
	width: 59px;
	float: left;
	position: absolute;
	z-index: 24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 8px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	left: 31px;
	top: 22px;
	visibility: visible;
}


.thrColAbsHdr #container #imagebox {
	height: 40px;
	width: 59px;
	float: left;
	position: absolute;
	z-index: 13;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	left: 314px;
	top: 262px;
	visibility: visible;
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 78px;
	left: 0px;
	width: 133px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 712px;
	z-index: 10;
	visibility: visible;
}
.thrColAbsHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	width: 846px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 78px;
	height: 250px;
	position: absolute;
	left: 132px;
	z-index: 11;
	visibility: visible;
}
.thrColAbsHdr #sub_pic {
	font-family: Arial, Helvetica, sans-serif;
	width: 846px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 78px;
	height: 96px;
	position: absolute;
	left: 133px;
	z-index: 8;
	visibility: visible;
}
.thrColAbsHdr   #main2 {
	height: 221px;
	top: 328px;
	position: absolute;
	width: 451px;
	left: 132px;
	background-image: url(images/maincontent_01.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding: 40px;
	z-index: 15;
	visibility: visible;
	line-height: 18px;
}
.thrColAbsHdr   #sub_nav {
	height: 455px;
	top: 174px;
	position: absolute;
	width: 159px;
	left: 133px;
	background-image: url(images/navbk_left.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	z-index: 5;
	visibility: visible;
	padding: 0px;
} 
.thrColAbsHdr #newstext {
	height: 267px;
	top: 347px;
	position: absolute;
	width: 300px;
	left: 673px;
	float: inherit;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 3;
	visibility: visible;
} 
.thrColAbsHdr #sub_pic_01 {
	height: 323px;
	top: 183px;
	position: absolute;
	width: 233px;
	left: 728px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 13;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
} 

.thrColAbsHdr #sub_pic-long {
	height: 323px;
	top: 554px;
	position: absolute;
	width: 233px;
	left: 729px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 15;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
} 

.thrColAbsHdr #sub_pic-long1 {
	height: 323px;
	top: 188px;
	position: absolute;
	width: 233px;
	left: 729px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 15;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
} 


.thrColAbsHdr #sub_pic-long1b {
	height: 323px;
	top: 628px;
	position: absolute;
	width: 233px;
	left: 730px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 15;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
} 

.thrColAbsHdr #casestudy {
	height: 98px;
	top: 515px;
	position: absolute;
	width: 233px;
	left: 729px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #careeropen {
	height: 50px;
	top: 651px;
	position: absolute;
	width: 83px;
	left: 181px;
	float: inherit;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 19;
	visibility: visible;
	vertical-align: text-top;
}
.thrColAbsHdr #careeropen2 {
	height: 50px;
	top: 803px;
	position: absolute;
	width: 83px;
	left: 175px;
	float: inherit;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 16;
	visibility: visible;
	vertical-align: text-top;
}

.thrColAbsHdr #careeropen-long {
	height: 50px;
	top: 1137px;
	position: absolute;
	width: 83px;
	left: 176px;
	float: inherit;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 19;
	visibility: visible;
	vertical-align: text-top;
}

.thrColAbsHdr #pic_text {
	height: 71px;
	top: 422px;
	position: absolute;
	width: 200px;
	left: 745px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 14;
	visibility: visible;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.thrColAbsHdr #pic_text-long {
	height: 71px;
	top: 415px;
	position: absolute;
	width: 212px;
	left: 741px;
	float: inherit;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 16;
	visibility: visible;
	vertical-align: text-top;
	font-style: normal;
	line-height: 12px;
	font-variant: normal;
	text-transform: none;
}

.thrColAbsHdr #pic_text-longA {
	height: 71px;
	top: 420px;
	position: absolute;
	width: 212px;
	left: 741px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 16;
	visibility: visible;
	vertical-align: text-top;
	font-style: normal;
	line-height: 11px;
	font-variant: normal;
	text-transform: none;
}

.thrColAbsHdr #pic_text-long1 {
	height: 71px;
	top: 390px;
	position: absolute;
	width: 222px;
	left: 736px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 16;
	visibility: visible;
	vertical-align: text-top;
	font-style: normal;
	line-height: 12px;
	font-variant: normal;
	text-transform: none;
}


.thrColAbsHdr #pic_text-longer1 {
	height: 157px;
	top: 423px;
	position: absolute;
	width: 219px;
	left: 739px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 16;
	visibility: visible;
	vertical-align: text-top;
	font-style: normal;
	line-height: 11px;
	font-variant: normal;
	text-transform: none;
}

.thrColAbsHdr #pic_text-longer1b {
	height: 157px;
	top: 376px;
	position: absolute;
	width: 216px;
	left: 738px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 16;
	visibility: visible;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}


.thrColAbsHdr #pic_text-longer1c {
	height: 157px;
	top: 464px;
	position: absolute;
	width: 220px;
	left: 737px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 16;
	visibility: visible;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.thrColAbsHdr #pic_text-longer1d {
	height: 157px;
	top: 910px;
	position: absolute;
	width: 220px;
	left: 742px;
	float: inherit;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 16;
	visibility: visible;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}


.thrColAbsHdr #pic_text-long2 {
	height: 71px;
	top: 793px;
	position: absolute;
	width: 200px;
	left: 742px;
	float: inherit;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 17;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
}


.thrColAbsHdr #pic_text2 {
	height: 71px;
	top: 437px;
	position: absolute;
	width: 200px;
	left: 743px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 14;
	visibility: visible;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}


.thrColAbsHdr #vid_text{
	height: 71px;
	top: 440px;
	position: absolute;
	width: 262px;
	left: 671px;
	float: inherit;
	color: #5c470d;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 17;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;}

.thrColAbsHdr #vid_text_save {
	height: 71px;
	top: 474px;
	position: absolute;
	width: 262px;
	left: 671px;
	float: inherit;
	color: #5c470d;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 17;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
}

.thrColAbsHdr #pic_text3 {
	height: 71px;
	top: 437px;
	position: absolute;
	width: 205px;
	left: 743px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 14;
	visibility: visible;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #pic_text4 {
	height: 71px;
	top: 407px;
	position: absolute;
	width: 200px;
	left: 742px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 15;
	visibility: visible;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #container #subpagecontent .textcareers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5c470d;
	text-decoration: none;
}
.text-smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 9pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5c470d;
	text-decoration: none;
}
.thrColAbsHdr #main3 {
	height: 301px;
	top: 328px;
	position: absolute;
	width: 315px;
	left: 663px;
	float: inherit;
	color: #FFFFFF;
	z-index: 2;
	visibility: visible;
}
.thrColAbsHdr #subpagecontent_content {
	height: 415px;
	top: 0px;
	position: absolute;
	width: 380px;
	left: 0px;
	float: inherit;
	color: #5c470d;
	z-index: 7;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 20px;
	overflow:auto;
}
.thrColAbsHdr #subpagecontent {
	height: 415px;
	top: 174px;
	position: absolute;
	width: 648px;
	left: 292px;
	float: inherit;
	color: #5c470d;
	z-index: 7;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-image: url(images/subpagecontentbk.jpg);
	margin: 0px;
	padding: 20px;
}
.thrColAbsHdr #subpagecontent2 {
	top: 174px;
	position: absolute;
	width: 647px;
	left: 292px;
	float: inherit;
	color: #5c470d;
	z-index: 7;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-image: url(images/longpagecontent.jpg);
	margin: 0px;
	height: 566px;
	padding: 20px;
}


.thrColAbsHdr #subpageexpando {
	height: 591px;
	top: 174px;
	position: absolute;
	width: 100px;
	left: 292px;
	float: inherit;
	color: #5c470d;
	z-index: 7;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-image: url(images/expandpage_contentbkgnd.jpg);
	margin: 0px;
}

.thrColAbsHdr #subpagecontent-long {
	height: 902px;
	top: 174px;
	position: absolute;
	width: 647px;
	left: 292px;
	float: inherit;
	color: #5c470d;
	z-index: 7;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-image: url(images/longerpagecontent.jpg);
	margin: 0px;
	padding: 20px;
}

CareerOpenings {
	height: 80px;
	width: 800px;
	top: 715px;
	right: 150px;
}
careertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 800px;
	top: 715px;
	right: 150px;
	position: absolute;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	vertical-align: text-top;
}
.thrColAbsHdr #careertext {
	height: 20px;
	top: 641px;
	position: absolute;
	width: 94px;
	left: 303px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 18;
	visibility: visible;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.thrColAbsHdr #careertext-long {
	top: 1144px;
	right: 182px;
	height: 30px;
	width: 575px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #5c470d;
	position: absolute;
	visibility: visible;
	z-index: 4;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 78px;
	width: 71px; /* padding keeps the content of the div away from the edges */
	left: 979px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 712px;
	background-image: url(images/sidebar_right.jpg);
	z-index: 21;
	visibility: visible;
}
.thrColAbsHdr  #footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 846px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 697px;
	height: 93px;
	left: 133px;
	background-image: url(images/footer.jpg);
	z-index: 16;
	visibility: visible;
	position:absolute;
}
.thrColAbsHdr  #footer2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 846px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 848px;
	height: 93px;
	left: 133px;
	background-image: url(images/longpagefooter.jpg);
	z-index: 15;
	visibility: visible;
	position:absolute;
}

.thrColAbsHdr  #footer-long {
	font-family: Arial, Helvetica, sans-serif;
	width: 846px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 1162px;
	height: 93px;
	left: 132px;
	background-image: url(images/longpagefooter.jpg);
	z-index: 3;
	visibility: visible;
	position:absolute;
}

.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.thrColAbsHdr #container #newstext .thrColAbsHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}
.thrColAbsHdr #container #newstext2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #93934C;
}
.thrColAbsHdr #careerbox {
	font-family: Arial, Helvetica, sans-serif;
	width: 846px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 629px;
	height: 68px;
	position: absolute;
	left: 132px;
	z-index: 1;
	visibility: visible;
}
.thrColAbsHdr #careerbox2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 846px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 781px;
	height: 68px;
	position: absolute;
	left: 134px;
	z-index: 1;
	visibility: visible;
	
}	
.thrColAbsHdr #careerbox-long {
	font-family: Arial, Helvetica, sans-serif;
	width: 846px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 1118px;
	height: 68px;
	position: absolute;
	left: 135px;
	z-index: 4;
	visibility: visible;
}
.thrColAbsHdr  #careertext  {
	top: 657px;
	right: 300px;
	height: 30px;
	width: 575px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #5c470d;
	}
.thrColAbsHdr #toplinks {
	height: 18px;
	top: 21px;
	position: absolute;
	width: 169px;
	left: 824px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 24;
	visibility: visible;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #bottomlinks {
	height: 22px;
	top: 725px;
	position: absolute;
	width: 585px;
	left: 135px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 22;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
}

.thrColAbsHdr #bottomlinks-long {
	height: 22px;
	top: 1206px;
	position: absolute;
	width: 542px;
	left: 134px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 22;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
}




.thrColAbsHdr #bottomlinks2 {
	height: 22px;
	top: 876px;
	position: absolute;
	width: 606px;
	left: 135px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 19;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
}
.thrColAbsHdr #bottomtext {
	height: 22px;
	top: 725px;
	position: absolute;
	width: 256px;
	left: 721px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 23;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
}

.thrColAbsHdr #bottomtext-long {
	height: 22px;
	top: 1206px;
	position: absolute;
	width: 247px;
	left: 732px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 23;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
}

.thrColAbsHdr #bottomtext2 {
	height: 22px;
	top: 876px;
	position: absolute;
	width: 247px;
	left: 729px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 22;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
}
.pageheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5c470d;
	text-decoration: none;
}
.thrColAbsHdr #careertext2 {
	top: 809px;
	right: 179px;
	height: 30px;
	width: 575px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #5c470d;
	position: absolute;
	visibility: visible;
	z-index: 4;
}
.thrColAbsHdr #container #more5 {
	height: 40px;
	width: 59px;
	float: left;
	position: absolute;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	left: 905px;
	top: 799px;
	visibility: visible;
}
.thrColAbsHdr #casestudy2 {
	height: 98px;
	top: 530px;
	position: absolute;
	width: 233px;
	left: 729px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 20;
	visibility: visible;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #casestudy3 {
	height: 98px;
	top: 525px;
	position: absolute;
	width: 233px;
	left: 729px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #continuedcopy {
	height: 152px;
	top: 380px;
	position: absolute;
	width: 182px;
	left: 495px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: 12px;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #careeropening {
	height: 257px;
	top: 368px;
	position: absolute;
	width: 322px;
	left: 235px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: 14px;
	font-variant: normal;
	text-transform: none;
}
.outtobidgreensubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #659934;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #000000;
}
.careerbluesubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3397C9;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #3397C9;
	border-left-color: #000000;
}
.thrColAbsHdr #icon {
	height: 283px;
	top: 325px;
	position: absolute;
	width: 236px;
	left: 902px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: 18pt;
	font-variant: normal;
	text-transform: none;
}
.newstealsubtitlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #006666;
}
.thrColAbsHdr #icon2 {
	height: 283px;
	top: 266px;
	position: absolute;
	width: 58px;
	left: 706px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: 18pt;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #icon3 {
	height: 283px;
	top: 255px;
	position: absolute;
	width: 236px;
	left: 751px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: 18pt;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #newscol2 {
	height: 152px;
	top: 283px;
	position: absolute;
	width: 205px;
	left: 659px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.thrColAbsHdr #icon3 {
	height: 283px;
	top: 271px;
	position: absolute;
	width: 58px;
	left: 851px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 17;
	visibility: visible;
	font-style: normal;
	line-height: 18pt;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #pic_text_cs {
	height: 151px;
	top: 435px;
	position: absolute;
	width: 200px;
	left: 742px;
	float: inherit;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 14;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
}
.thrColAbsHdr #icon4 {
	height: 117px;
	top: 463px;
	position: absolute;
	width: 43px;
	left: 903px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: 18pt;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #bwcsilinkbox {
	height: 98px;
	top: 448px;
	position: absolute;
	width: 233px;
	left: 596px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #contactaddresses {
	height: 152px;
	top: 193px;
	position: absolute;
	width: 182px;
	left: 496px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: 12px;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #subpagecontent3 {
	height: 415px;
	top: 174px;
	position: absolute;
	width: 645px;
	left: 292px;
	float: inherit;
	color: #5c470d;
	z-index: 7;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-image: url(images/subpagecontentbk.jpg);
	margin: 0px;
	padding: 20px;
}
.thrColAbsHdr #lgslinkbox {
	height: 98px;
	top: 527px;
	position: absolute;
	width: 233px;
	left: 729px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.thrColAbsHdr #lgslinktext {
	height: 98px;
	top: 528px;
	position: absolute;
	width: 233px;
	left: 731px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 12;
	visibility: visible;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.thrColAbsHdr #icon5 {
	height: 117px;
	top: 453px;
	position: absolute;
	width: 43px;
	left: 670px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: 18pt;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #newsillinois {
	height: 283px;
	top: 270px;
	position: absolute;
	width: 58px;
	left: 564px;
	float: inherit;
	color: #5c470d;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 11;
	visibility: visible;
	font-style: normal;
	line-height: 18pt;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #bwcsilinktext {
	height: 98px;
	top: 450px;
	position: absolute;
	width: 233px;
	left: 597px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 12;
	visibility: visible;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.thrColAbsHdr #sub_video1 {
	height: 323px;
	top: 184px;
	position: absolute;
	width: 233px;
	left: 641px;
	float: inherit;
	color: #003366;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 14;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	visibility: visible;
}

.thrColAbsHdr #vid_container {
	height: 270px;
	top: 184px;
	position: absolute;
	width: 270px;
	left: 641px;
	float: inherit;
}
	

.white-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.brown-body-text {
	color: #5c470d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
}

.whitetextlinks a:link { 
	text-decoration: none;
	color:#FFFFFF; 
}
.whitetextlinks a:visited { 
	text-decoration: none;
	color:#FFFFFF; 
}
.whitetextlinks a:hover { 
	text-decoration: none;
	color:#FFFFFF; 
}
.brown-links {color: #5C470D}




@media print {TABLE.noprint, DIV.noprint {display:none}}
S

