body { 
	text-align : center; 
	font-family : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size : 12px; 
	margin : 5px; 
	padding : 0; 
} 

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #ECBD31;
}

select {
	overflow: hidden;
	width: 250px;
}

/*****************************
 *
 * Footer formatting
 *
 *****************************/

#footer {
	width: 1000px;	
	font-family: verdana;
	font-size: 9px;
	background: #DBDFE4 url('images/backgrounds/foot-bottom.gif') bottom no-repeat;
}

#footer .spacer {
	background: url("images/backgrounds/footer.jpg") repeat-x;
	width: 1000px;
}

#footer td {
	font-size: 9px;
	vertical-align: middle;		
}

#footer a {
	display: block;
	color: #796D53;
	text-decoration: none;
}

#footer a:hover {
	color:blue;
}

#footer .end {
	border-right: solid 0px lightgrey;
}	


/*****************************
 *
 * Top of Page a href link formatting
 *
 *****************************/

#toplinks { 
	width : 1000px; 
	margin : 0; 
	text-align : right;
} 

#toplinks ul {
	list-style : none; 
}

#toplinks li { 
	padding-left : 20px;
	padding-right : 20px;
	display : inline;
	border-left : 1px solid #666666;
} 

#toplinks .first { 
	border : none; 
} 

#toplinks a { 
	display: inline;
	text-decoration : none; 	
	color : #666666; 
	font-size : 7pt; 
	font-weight : bold; 
	font-family : verdana; 
	text-transform : uppercase; 
} 

#toplinks a.vlink { 
	color : #000000; 
} 

#toplinks a:hover { 
	color : #5298e0; 
} 

/******************************* 
 * 
 * Primary Navigation Formatting
 *
 ********************************/
#nav {
	display: block;
	clear : both;		
	margin : 0;
	padding : 0;
	list-style: none;
	width : 1000px;
}

#nav ul {
	list-style:  none;
}

#nav li {
	float : left;
	text-align : center;
	font-family : arial;
	font-size : 11px;
}

#nav a {
	display : block;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 1.8em;
	/* This is for versions < IE7, edit padding as needed to fill the top nav bar */
	_padding : 0 16px 0 17px;
	_border : none;
	font-weight : bold;
	color : white;
}

#homeNav {
	background: url("images/nav/menuback-left.gif") bottom left no-repeat; 
	border-right: solid 1px #2E4168;	
	width :199px;
}

#backgroundNav {
	background : url("images/nav/menuback.jpg") repeat-x; 
	border-left : solid 1px #ACBBDA;
	border-right : solid 1px #2E4168;
	width : 198px;
}

#environmentNav {
	 background : url("images/nav/menuback.jpg") repeat-x;
	border-left : solid 1px #ACBBDA;
	border-right : solid 1px #2E4168;
	width : 198px;
}

#investorsNav {
	 background : url("images/nav/menuback.jpg") repeat-x;
	border-left : solid 1px #ACBBDA;
	border-right : solid 1px #2E4168;
	width : 198px;
}

#equipmentNav {
	 background : url("images/nav/menuback-right.gif") repeat-x;
	border-left : solid 1px #ACBBDA;
	width : 199px;
}

#investorsNav a:hover , #environmentNav a:hover , #backgroundNav  a:hover {
	background: url("images/nav/menuback-over.jpg") repeat-x;
}

#homeNav a:hover {
	background: url("images/nav/menuback-left-over.gif") repeat-x;
}	

#equipmentNav a:hover {
	background: url("images/nav/menuback-right-over.gif") repeat-x;
}	

/* This changes the background of the primary nav tab to show the section you are currently in */

.background #backgroundNav, .environment #environmentNav,  .investors #investorsNav {
	background: url("images/nav/menuback-over.jpg") repeat-x;
}

.home #homeNav  {
	background: url("images/nav/menuback-left-over.gif") repeat-x;
}

.equipment #equipmentNav {
	background: url("images/nav/menuback-right-over.gif") repeat-x;
}

/*****************************
 *
 * Left Column Nav Styles
 *
 *****************************/

.leftNav {
	width: 180px;
	_width: 160px;
	margin-top : 5px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom :  10px;
	padding: 0 0 10px 0;
	background: #909DB8  url('images/nav/list-left-col-btm-right.gif') bottom right no-repeat;
	line-height: 1.5em;
}

.leftNav li h2 {
	padding : 0;
	margin : 0;
	background : url("images/nav/list-left-col-top-right.gif") top right no-repeat;
}

.leftNav li {
	list-style: none;
	border-bottom: 1px solid #A2AEBA;
}

.leftNav ul {
	margin: 0;
	padding: 0;
}

.leftNav a {
	display: block;
	width: 100%;
	padding: 0px 3px 3px 25px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

html>body .leftNav li a { 
	width: auto; 
}

.leftNav li a:hover {
	background : url("images/nav/red-dot.gif")  no-repeat 10px 7px;
	background-color: #C9D5E3;
}

.leftNav .l2 a {
	border-top: 1px solid #A2AEBA;
	padding-left: 45px;
}

#current a {
	color: #A10D0D;
	font-weight : bold;
}

/******************************* 
 * 
 * Page and section title formatting
 *
 *
 ********************************/

#pagebody {
	background : url("images/backgrounds/body_back.jpg");
	background-repeat : repeat-y;
	margin-top : 0;
	padding : 0;
	text-align : left;
	width : 1000px;
}

#pagebody br {
	line-height: 10px;
}

#container {
	background: white;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align : left;
	width: 1000px;
	vertical-align: middle;	
}

.pagetext {
	width : 720px;
	text-align: left;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	color: black;
}

.pagetext .pagetext_noborder img.title {
	margin-bottom: 10px;
}

.pagetext h2 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #807A36;
	margin-bottom: 5px;
}

.pagetext hr {
	margin-bottom: 10px;
}

.bottom_space_10px {
	margin-bottom: 10px;
}


/*****************************
 *
 * index.html Intro Page text formatting
 *
 *****************************/

.intropanel {
	margin: 0;
	padding: 0;
	background-image: url("images/backgrounds/intro_back1.jpg");
}

.introtext {	
	text-align: left;
	padding-top: 20px;	
	padding-left: 40px;
	padding-right: 40px;
}

.introtext  h2 {
	font-size: 13px;
	text-transform: uppercase;
}

.logo {
	margin-top: 0;
	margin-left: 50px;
	margin-bottom: 0;
}


/*****************************
 *
 * Sub content formatting.
 *
 *****************************/

.content {
	padding-top: 15px;	
	padding-left: 5px;
	width: 117px;	
}

.content td {
	font-size: 11px;
}

.content h2 {
	font-size: 13px;
	text-transform: uppercase;
}

.content a {
	text-decoration: none;
	color: black;
}

.content a:hover {
	color: orange;
}

/*****************************
 *
 * Careers table formatting.
 *
 *****************************/

.available_positions {
	padding : 5px;
	background : #ffffff;
	border : 1px solid #364D81;
	width : 715px;
	border-collapse : collapse;
}

.available_positions  th,  .available_positions td {
	font-family : Calibri, Geneva, Arial, SunSans-Regular, sans-serif;
	border : 1px solid #364D81;
	text-align : center;	
}

.available_positions  th {
	font-size : 9pt;
	font-weight : bold;
	text-transform : uppercase;
	background: url("images/nav/menuback-left.gif") bottom;  
	color : #ffffff;
}

.available_positions .whitebg {
	background-color : #ffffff;
}

.available_positions .bluebg {
	background-color: #DBDFE4;
}
