/* main.css overrides */

body {
	background-image: url(../images/site_bg_careers.gif)
}
#photobar {/*
	background-image: url(../images/fotobar_bg_careers.jpg);
*/}
#pageContainer {
	background-image: url(../images_header_bg/header_bg_careers.jpg);
}
#nav, #footer {
	background-image: url(../images/nav_bg_careers.png);
}
input, select, textarea {
	border: 1px solid #1C6547;
	background-color: #D9E0DB !important;
}
#leftCol {
	background-color: #1C6547; /* #3F654A */
}
#leftNav li a:hover, #leftNav li ul li a:hover {
	color: #7B9C84;
}
.contentBox, .contentBox td  {
	color: #1C6547;
	text-align: left;
}
.contentBox a {
	color: #003D31;
}
.contentBox a:hover {
	color: #1C6547;
	text-decoration: none;
}
#flashCol .contentBox {
	background-color: #D9E0DB;
	background-image: url(../images/flashcol_bg_careers.gif);
}
.contentBox h4 {
	background-color: #D9E0DB;
}
#taleoFrame { /* for some reason the #flashCol attributes are showing up here */
	margin: 0;
	padding: 10px 0 100px 0;
	background-color: #fff;
}


