
/*============================================================
				Main Navigation
============================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
}

.mainBG 
{
	background-color: #ffffff;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-x;
	margin-top: 0px;
}

.buttonDown
{
display:block;
padding: 9px 16px 9px 16px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
background-color: #404040;
}

.navMenu
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
padding: 9px 16px 9px 16px;
}

.navigation
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
background-color: #636469;
text-align: center;
}

a.nav:link
{
display:block;
padding: 9px 16px 9px 16px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
background-color: #636469;
}

a.nav:visited
{
display:block;
padding: 9px 16px 9px 16px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
background-color: #636469;
}


a.nav:focus
{
display:block;
padding: 9px 16px 9px 16px;
background-color: #404040;
}

a.nav:hover
{
background-color: #515254;
}

a.nav:active
{
display:block;
padding: 9px 16px 9px 16px;
background-color: #404040;
}
/*============================================================
				Careers Navigation
============================================================*/
#belowNav {
	clear:left;
	padding-top: 5px;
	}

#subNav {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0px 0 0 5px;
	list-style: none;
	background: #FFFFFF url(../images/careers/bg_nav.gif) repeat-x bottom left;
	}
#subNav li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 500;
	}
#subNav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #303e21;
	border-bottom: none;
	background: #999999;
	}
#subNav a:hover, #btnDown a {
	color: #ffffff;
	padding-bottom: 5px;
	border-color: #303e21;
	background: #303e21;
	}
/*============================================================
				Navigation & Menu Items
============================================================*/

.dropdown_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	width: 210px;
	border: 1px solid #999999;
}

.linkTblPad {
	padding-bottom: 10px;
}

.linkTblPad2 {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
}


.imglinkTbl {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 24px;
}

.imglinkTbl2 {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.search_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	width: 150px;
	border: 1px solid #999999;
	padding: 2px;
}
.search_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	height: 20px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}


/*============================================================
					Layout for Content
============================================================*/
.CNT_titlearea {
	padding-bottom: 15px;
	padding-left: 37px;
	vertical-align: bottom;
	background-image: url(images/content_purple.gif);
	background-repeat: repeat;
}

.titleHeader {
	padding-top: 14px;
	padding-left: 24px;
	padding-bottom: 14px;
	font-size: 130%;
	text-align: left;
	line-height: 20pt;
	color: #FFFFFF;
	background-color: #303e21;
}	
/*============================================================
					Image Treatments
============================================================*/
.border {
text-decoration: none;
border: 2px solid #c1c9b1;
}

#imgHolder {
	width: 265px;
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-top: 4px;
}

#captionHolder{
	background-color: #303e21;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}

.imgLeft{
	float:left;
	padding: 4px 16px 8px 0;
}


dl.feature {
	margin: 15px 0;
	padding: 15px 15px 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #693;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(../images/careers/photo-frame.gif) no-repeat bottom right;
	}	
dl.feature dd {
	margin-left: 205px;
	line-height: 1.5em;
	color: #666;
	}
	
/*============================================================

					Charted Items

============================================================*/

.chartCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	padding: 5px 5px 5px 7px;
}
.chartDetail {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: italic;
}

.chartBg1 {
	background-color: #EEEEEE;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	color: #333333;
	padding: 5px 0 5px 0;*/
}
.item { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
}

/*============================================================
					Text Treatments
============================================================*/

/* This is a text link with 22px line height */
a.textlink:link {
	font-weight: bold;
	color: #303e21;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #898d90;
	line-height: 22px;
}
a.textlink:visited {
	font-weight: bold;
	color: #303e21;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 22px;
}
a.textlink:hover {
	font-weight: bold;
	color: #8d9972;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e6e3e;
	line-height: 22px;
}


/* This text link is bolded */
a.textlink2:link {
	font-weight: bold;
	color: #303e21;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a.textlink2:visited {
	font-weight: bold;
	color: #303e21;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a.textlink2:hover {
	font-weight: bold;
	color: #8d9972;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e6e3e;
}


/* This text link is not bolded */
a.textlink3:link {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a.textlink3:visited {
	color: #303e21;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a.textlink3:hover {
	color: #8d9972;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e6e3e;
}

.boldGREEN {
	color: #303e21;
	font-weight: bold;
}

.content_callout {
	font-size: 130%;
	line-height: 20pt;
	color: #666666;
}
.content_header {
	font-size: 120%;
	color: #303e21;
}
.content_subh {
	font-weight: bold;
	font-size: 120%;
	color: #999999
}
.content_text_home {
	font-size: 75%;
	color: #666666;
}
.content_text {
	font-size: 75%;
	color: #666666;
	line-height: 14pt;
	padding-right: 10px;
	padding-left: 10px;
}
.content_title {
	font-weight: bold;
	font-size: 140%;
	color: #303e21;
}
.news_text {
	font-size: 75%;
	color: #666666;
	line-height: 14pt;
}
.news_text_em {
	font-size: 75%;
	font-style: italic;
	color: #666666;
	line-height: 14pt;
}

.historytrail {
	font-size: 90%;
	color: #303e21;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #303e21;
}
h2 {
	font-size: 150%;
	color: #303e21;
}


/*============================================================
						Footer
============================================================*/

.footer {
	background-color: #303e21;
	vertical-align: bottom;
	height: 65px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.footlinc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #D7D8D6;
}

a.footlinc:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-decoration: none;
	color: #D7D8D6;
}
a.footlinc:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #D7D8D6;
	text-decoration: none;
}
a.footlinc:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #8d9972;
	text-decoration: underline;
}

.disclaimer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #D7D8D6;
}

a.discl2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #D7D8D6;
}
a.discl2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #D7D8D6;
	text-decoration: none;
}
a.discl2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #8d9972;
	text-decoration: underline;
}

/*============================================================
						Thickbox - Global Settings
============================================================*/



/*============================================================
-------- Thickbox specific link and font settings -----------
============================================================*/

#TB_window {
  font: 10px Arial, Helvetica, sans-serif;
  color: #303e21;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#303e21;
}
#TB_window a:link {color: #303e21;}
#TB_window a:visited {color: #303e21;}
#TB_window a:hover {color: #c1c9b1;}
#TB_window a:active {color: #303e21;;}
#TB_window a:focus{color: #303e21;}

/*============================================================
-------------------- Thickbox settings -----------------------
============================================================*/

#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #303e21;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #c1c9b1;
  border-bottom: 1px solid #c1c9b1;
  border-top: 1px solid #c1c9b1;
  border-left: 1px solid #c1c9b1;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/*============================================================
						Pop Up Window
============================================================*/

.POPcntarea {
	padding: 15px;
}



.POPheader {
	background-repeat: repeat;
	vertical-align: middle;
	padding-left: 50px;
}


/*============================================================
							Footer
============================================================*/

.popfooter {
	position: relative;
	left: 0px;
	bottom: 0px;
	margin: 0;
	background-color: #303e21;
	padding-right: 30px;
	padding-left: 30px;
	height: 44px;
}
a.poplinc:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration: none;
	color: #c1c9b1;
}
a.poplinc:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #c1c9b1;
	text-decoration: none;
}
a.poplinc:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #8d9972;
	text-decoration: underline;
}
