@charset "UTF-8";
/* CSS Document */


/*------------------------------ custum formating -------------------------------*/
/*---   This sets the background colors (add the class where the column class is defined   ----*/
.dark-color {
background-color: #69ac25;
}
/*---------- Sets the font colors to white when the background color is dark (delete if all the colors are to light for reversed text ------- */ 
.dark-color h1, .dark-color h2, .dark-color h3, .dark-color p, .dark-color a:link, .dark-color a:visited, .dark-color li {
color: #ffffff !important;
}

.med-color {
background-color: #cccccc;
}

.light-color {
background-color: #ececec;
}

.dark-fade {
background-image: url(images/fade.jpg);
background-repeat: repeat-x;
}


/*-------------------------------- Heading Colors ---------------*/
#content-container h1,h2,h3,h4,h5,h6 { 
color: #69ac25;
}

/*------------------------------- Link Colors ---------------*/
#content-container a:link, a:visited {
color: #69ac25;
}
/*------------ sets the path to the list arrow change in common/images/ ---------*/
#content-container ul li{
list-style-image:url(/careers/common/images/listarrow.gif) !important; 
*list-style-image:url(/careers/common/images/listarrow-ie.gif) !important;
}
/*------------------------------- Template color Formating -----------------------------------*/
#nav-container {
	background-color: #69ac25 !important;
}

#left-nav-container{
background-color: #9fc21c !important;
}
#footer-container {
	background-color: #69ac25;
}
/*-------------- Top Nav Coloring ----------------- */
#nav-container  a:link, #nav-container  a:visited  {
	color: #ffffff !important;
}

#nav-container  a:hover {
	background-color: #9fc21c;
	color: #ffffff;
	text-decoration: none;
}



/*----------------------------------- Left Navigation colloring -----------------------------------*/
#left-nav-container a:link, #left-nav-container a:visited {
	display: block;
	text-decoration: none;
	padding: 3px 6px 3px 8px;
	color: #037EFC;
}

#left-nav-container a:link {
color: #333333;
}

#left-nav-container a:visited {
color: #333333;
}

#left-nav-container h2 a:link, #left-nav-container h2 a:visited{
	padding-left: 14px;
	border-bottom: 0px solid #ececec;
}

#left-nav-container h3 a:link, #left-nav-container h3 a:visited{
	padding-left: 22px;
	border-bottom: 0px solid #ececec;
}

#left-nav-container h4 a:link, #left-nav-container h4 a:visited{
	padding-left: 30px;
}

#left-nav-container a:hover{
	background-color: #69ac25;
	color: #ffffff;
	text-decoration: none;
	background-image: url("/common/images/arrow-hover.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

#left-nav-container h1 a:hover{
background-color: #69ac25 !important;
}
/*set background color of left nav */

/* sets the background image which contains the color for the navigation so it the color remains for the full height of the page.*/
#inner-container {
background: none;
background:url(/careers/common/images/nav-color.gif) repeat-y !important;
}
/*------------------------------ footer Nav Coloring ----------------------------------------- */
#footer-container  a:link, #footer-container  a:visited  {
	color: #ffffff !important;
}

#footer-container  a:hover {
	
	color: #ffffff;
	text-decoration: none;
}
/*set background color of footer */


/*--- add for non linked text in leftnav */
h3.nav-nolink {
color: #ffffff !important;
padding-left: 22px !important;
padding-top: 8px;
}

h2.nav-nolink {
color: #ffffff !important;
padding-left: 14px !important;
padding-top: 8px;
}

