/* The body of all pages */
body { 
	background-color: #ffffff;
}

a.pipeline {
        font-family: 'arial', verdana, sans-serif;
        font-size:11px;
        text-decoration: none;
        font-weight: bold;
}


/* The home page text area */
#homeContent {
	font-family: 'arial', verdana, sans-serif;
	font-size: 12px;
	padding: 20px 10px 5px 10px;
	line-height: 1.5em;
	color: #336699;
}

/* The home page zone text */
#homeZone {
	font-family: 'arial', verdana, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
}

#homeZone a {
	text-decoration: none;
	color: #ff6600; 
}

#homeZone p {
	padding: 0px 10px;
	color: #333333;
}

#homeZone a.hmBlue {
	font-size: 11px;
	text-decoration: none;
	color: #336699; 
	font-weight: bold; 
}

/* The home page dhtml popup */
.popmenu {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #ffffff;
	position: absolute;
	visibility: hidden;
	z-index: 5;
}



/* The other pages text area */
#secContent {
	font-family: 'arial', verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.25em;
}

#secContent table {
	font-family: 'arial', verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

#secContent tr.blueWhite {
	font-family: 'arial', verdana, sans-serif;
	font-size: 10px;
	font-weight: bold; 
	background-color:#6699cc;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
}

/* The other pages nav links */
#secContent a,
a:active,
a:link,
a:visited,
a:link:hover { 
	text-decoration: none;
	color: #ff6600; 
}

#secContent a.pipeline {
        font-size:11px;
	color: #099;
        font-weight: bold;
}

#secContent ul.searchResults li {
        padding-bottom: 20px;
}


/* The tert nav links */
.lnav {
	background-image: url(/img/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}

a.navLinkOn {
	display:block;
	font-family: 'arial', verdana, sans-serif;
	padding:10px 10px 10px 20px;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	color: #333333; 
}

a.navLinkOn:link,
a.navLinkOn:visited,
a.navLinkOn:active,
a.navLinkOn:hover, {
	color: #333333; 
}

a.navLinkOff {
	display:block;
	font-family: 'arial', verdana, sans-serif;
	padding:10px 10px 10px 20px;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

a.navLinkOff:visited,
a.navLinkOff:link { 
	color: #009999; 
}

a.navLinkOff:active,
a.navLinkOff:hover { 
	color: #333333; 
}

.zone {
	font-family: 'arial', verdana, sans-serif;
	font-size: 11px;
}


.small {
	font-family: 'arial', verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}



/* The top and bottom utility links */
.topUtil {
	font-family: 'arial', verdana, sans-serif;
	font-size: 11px;
	color: #336699;
}

.botUtil {
	font-family: 'arial', verdana, sans-serif;
	font-size: 10px;
	color: #336699;
}

.zooBuilt {
	font-family: 'arial', verdana, sans-serif;
	font-size: 10px;
	color: #ff9933;
}

.copyright {
	font-family: 'arial', verdana, sans-serif;
	font-size: 10px;
	color: #999999;
}

FORM.slimjim {
	display:inline;
}



/* 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;
}



/* standard site stuff */
hr {
	height:1px;
        border-color:#cccccc;
        border-width: 1px 0 0 0;
        border-style: solid;
}

ul {
	list-style-image: url(/img/bullet.gif);
}



/* htdig support */
.search_hilite {
	font-weight: bold;
}

/* print template support */
.noprint {

}

.noshowtitle {
	display: none;
}

.noshow {
	display: none;
}



#pipeline {
	background: url(/img/pipe_bkg.gif)
	transparent url(images/bg_header.jpg) no-repeat scroll 0 0
}
#pipelinetable th {
	text-align: left;
	font-family: 'arial', verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #d2d1d1;	
	padding-bottom: 6px;
}

#pipelinetable tr {
	height: 26px;
	
}

/*-----------------NEW PIPELINE---------*/

.pipeline_titles {
	color:#333;
	font-size:11px;
	padding: 2px 0;
}
.pipeline_heading {
	color:#333;
	font-size:9px;
}
.content {
	border-top: 1px solid #ccc;
	padding: 5px 0;
}



