/* 	BASIC HTML TAGS */
body { 
	background-color: #ebeff2;
	color: #333333;
	font-family: 'arial', verdana, sans-serif;
	font-size: 12px;
	line-height:1.5em;
}

a,a:visited, a:link, a:hover { 
	text-decoration: none;
	font-weight: normal;
	color: #6A9F23; 
}

/* TEXT STYLES */
h1 {
	color: #336;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
	line-height: 1.2em;
}


h2 {
	color: #e77200;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}

h3 {
	background-color: inherit;
	color: #3F6FA4;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 0px;
	margin-top: 0px;
}

#homepage-content-right h1 {
	color: #336;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}


#homepage-content-right h2 {
	color: #e77200;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
}

a.bullet-link:link, a.bullet-link:hover, a.bullet-link:active, a.bullet-link:visited {
	background-image: url("/img/bullet_link.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	line-height: 1.17em;
	font-weight: bold;
}



/*	MAIN NAVIGATION STYLES */
	#navigation {
		position: relative;
		height: 25px;
		border-bottom: 3px solid #336;
		background-color: #8fa316;
		font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:  11px;
		color: #FFFFFF;
		display: none;
		
	}

	#navigation a {
		color: #FFFFFF;
		font-weight: bold;
	}
	
	#navigation span {
		padding: 6px 0 0 0;
		display: block;
		text-align: center;
	}
	
	#navigation ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		text-transform: uppercase;
	}
	
		#navigation li { /* all list items */
			float: left;
			position: relative;
			width: 198px;
			background: url("/img/divider_nav.gif") no-repeat 0 0;
			padding: 0;
		}
	
			#navigation li ul { /* second-level lists */
				display: none;
				top: 25px;
				left: 2px;
				position: absolute; 
				width: 196px;
				border-top: 3px solid #336;
				border-bottom: 3px solid #336;
				clear: both;
				background-color: #FF9900 !important;
				text-transform: none;
				}
			
				#navigation li ul li { /* second-level list items */
					width: 196px;
					height: 27px;
					text-align: left;
					background-image: none !important;
					border-bottom: 1px solid #fff;
				}

					#navigation li ul li a { /* second-level list item links */
						color: #fff;
						font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
						font-weight: bold;
						font-size: 12px;
												
					}
						
					#navigation li ul li a:hover { /* second-level list item links:hover */
						
					}
					
					#navigation li ul li span {
						padding: 6px 0 0 30px;
						text-align: left;
					}
			
			
			#navigation li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	/*			top: 0px;
				left: 0px;
	*/		}
			
			#navigation li:hover, 
			#navigation li.over, 
			#navigation li.on {  /* hovered list items - color change */
				background-color: #336;
				height: 25px;
			}
			
			#navigation li:hover ul, #navigation li.over ul {  /* lists nested under hovered list items - become visible */
				display: block; 
			}
			
			#navigation li:hover ul li {  /* lists nested under hovered list items - retain bg color */
				background-color: #FF9900;
				width: 196px;
				height: 27px;
			}
			
			#navigation li ul li:hover a {  /* lists nested under hovered list items - rollover text color */
				color: #336;
			}

	/*	NAVIGATIONAL STYLES	*/
	.mainnav {
		height: 28px;
		vertical-align: middle;
		text-align: center;
	}

	.mainnav-left {
		height: 28px;
		vertical-align: middle;
		text-align: center;
	}



/* SECONDARY NAVIGATION MENU */
#nav {
	width: 212px;
	border-top: 1px solid #cdcdcd;
	display: none;
}

	#nav a:link,
	#nav a:visited {
		color: #e77200;
		font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		display: block;
		border-bottom: 1px solid #cdcdcd;
		padding-top: 5px !important;
		padding-bottom: 3px !important;
		padding-left: 30px;
}
	
	#nav a:hover {
		display: block;
		color: #336;
	}
	
	#nav a.on {
		display: block;
		color: #336 !important;
		border-bottom: 1px dotted #cdcdcd;
	}
	
	#nav a span {
		padding: 0;
		margin: 0;
	}
	
	#nav .nav_quat {
		border-bottom: 1px solid #cdcdcd;
	}

		#nav .nav_quat a:link,
		#nav .nav_quat a:visited {
			margin-top: 3px;
			margin-left: 6px;
			text-transform: none;
			font-size: 11px;
			font-weight: normal;
			display: block;
			padding: 0px !important;
			border: 0px !important;
			background: url("/img/bullet.gif") no-repeat 23px 5px !important;
		}
		
		#nav .nav_quat a span {
			margin-left: 34px;
			display: block;
		}


/* BUILT AT */
	#builtat {
		clear: both;
		background-color: #fff;
		text-align: right;
		padding: 10px 35px;
	}

		#builtat a {
			color: #e77200;
			font-size: 10px;
			line-height: 1em;
			font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
			font-weight: normal;
		}



/* jobs_resumes.php support */
.jobsubhead {
	font-weight: bold;
}

.deptsubhead {
	font-weight: bold;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.joblist {
	padding-top: 0;
	margin-top: 0;
}


/*htdig support */
.search_hilite {
	font-weight: bold;
}

/* print template support */
.noprint {

}
.noshowtitle {
	display: none;
}
.noshow {
	display: none;
}

#pipelineMain { 
	color: #363636;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#pipelineHeader {
	background: url("/img/pipeline_header.gif") no-repeat 0 0;
	height: 16px;
	clear: both;
}

#pipelineCols {
	height: 250px;
	background: url("/img/pipeline_bkgd.gif") repeat-y 0 0;
	clear: both;
	border-bottom: 3px solid #ddd;
}

.pipelineCand {
	width: 150px;
	height: 36px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
	.pipelineCand .title {
		color: #e77200;
		font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
	}

.pipelinePhase {
	width: 297px;
	height: 36px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
	.pipelinePhase .arrow {
		display: block;
		background: url("/img/pipeline_arrow.gif") no-repeat 0 6px;
		padding-left: 13px;
	}

.pipelineSched {
	width: 98px;
	height: 36px;
	float: left;
	clear: right;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}

.pipelineFoot {
	color: #363636;
	font-family: "Helvetica", Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* --------------------------- SITEMAP SUPPORT ------------------------------------- */

#sitemap {
	padding: 0 0 0 0;
}

   #sitemap .col {
      float: left;
	  margin-left: 50px;
   }

      #sitemap .col .category {
	  	padding: 0 0 10px 0;
      }

         #sitemap .col .category .heading {
            font-size: 15px;
         }

            #sitemap .col .category .heading a span {
            	color: #e77200;
				font-size: 15px;
				text-decoration: none;
			}
			
			#sitemap .col .category .heading a:hover span {
            	color: #336;
				font-size: 15px;
				text-decoration: none;
			}

         #sitemap .col .category ul {
         	/*list-style: none;*/
			padding: 0 0 0 10px;
			margin: 0 0 5px 2px;
			list-style: none;
		 }

            #sitemap .col .category ul li {
            	/*list-style-image: none;*/
				padding: 5px 0 0 5px;
				background: url("/img/bullet_corner.gif") no-repeat 0px 10px;
			}

			#sitemap .col .category ul li a span {
            	color: #e77200;
				font-size: 12px;
				text-decoration: none;
			}
			
			#sitemap .col .category ul li a:hover span {
            	color: #336;
				font-size: 12px;
				text-decoration: none;
			}




/* --------------------------- SITEMAP EOF ------------------------------------- */
