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

img {
	border: none;
}

a img {
	border: 1px solid #6a9523;
}

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

li {
	margin: 0 0 5px 0;
}

ul.bullet {
	list-style: none;
}

a.bullet {
	margin: 0;
	padding: 0 0 0 15px;
	background: url("/img/bullet_link.gif") no-repeat 0 0;
}


/* TEXT STYLES */
h1 {
	background-color: inherit;
	color: #3B415E;
	font-family: 'optima','Lucida Grande','arial', sans-serif;
	font-size: 30px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
	line-height: 1.15em;
}

h2 {
	background-color: inherit;
	color: #3F6FA4;
	font-family: 'optima','Lucida Grande','arial', sans-serif;
	font-size: 14px;
	line-height:1.15em;
	padding-top: 0px;
	margin-top: 0px;
}

h3 {
	background-color: inherit;
	color: #3F6FA4;
	font-family: 'optima', sans-serif;
	font-size: 12px;
	line-height:1.33em;
	padding-top: 0px;
	margin-top: 0px;
}

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;
}

.reference {
	font-family: 'arial', verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:1.25em;
}


.quote {
	font-family: 'arial',sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666633;
	line-height:1.5em;
	text-align: center;
}

#divFloatPop {
	background:#FFF url(../img/logo_hyperion.gif) no-repeat scroll 10px 10px;
	/*background-color: #fff;*/
	border:2px solid #CCC;
	display:block;
	height:auto;
	padding:100px 50px 50px 50px;
	position: absolute;
	text-align:left;
	width:400px;
	z-index: 5000;
	
}
#divFloatPop a {
	background-color:#3B415F;
	border:1px solid #fff;
	color:#FFFFFF;
	font-weight:bold;
	margin:45px 40px 0 65px;
	padding:5px 20px;
	width:100px;
}


/*	MAIN NAVIGATION STYLES */
	#navigation {
		position: relative;
		height: 25px;
		background-color: #6DA81D;
		font-family: 'arial', verdana, sans-serif;
		font-weight: bold;
		font-size:  11px;
		color: #FFFFFF;
		z-index: 50;
		vertical-align: middle;
		cursor: pointer;
		margin: 0;
		padding: 0;
	}

	#navigation a {
		color: #FFFFFF;
		font-weight: bold;
	}
	
	#navigation a span {
		padding: 3px 0 0 0;
		display: block;
	}
	
	#navigation ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		text-transform: uppercase;
	}
	
		#navigation li { /* all list items */
			float: left;
			position: relative;
			border-left: 1px solid #c5dca5;
			width: 158px;
			height: 24px;
			text-align: center;
			padding: 0;
			margin: 0;
		}
	
			#navigation li ul { /* second-level lists */
				display: none;
				position: absolute; 
				top: 24px;
				left: 15px;
				background-color: #FFFFFF;
				border: 0;
				margin-top: 1px;
				margin-left: -15px;
				margin-bottom: 0;
				width: 202px;
				clear: both;
				}
			
				#navigation li ul li { /* second-level list items */
					width: 202px;
					background-color: #FFFFFF;
					text-align: left;
					background-image: url("/img/nav/div_dotted.gif");
					background-repeat: repeat-x;
					background-position: 0px 0px;
					padding-left: 15px;
					border-left: 1px solid #6DA81D;
					border-right: 1px solid #6DA81D;
					border-bottom: 1px solid #6DA81D;
					left: 0px;
					margin-bottom: 0;
				}

					#navigation li ul li a { /* second-level list item links */
						color: #3b415f;
						font-family: 'arial', verdana, sans-serif;
						font-weight: bold;
						font-size: 11px;
											
					}
						
					#navigation li ul li a:hover { /* second-level list item links:hover */
						color: red;
					}
					
				#navigation li ul li.nav-header { /* second-level list header */
					background-image: url("/img/nav/gradient_hp_left.gif");
					background-repeat: repeat-x;
					width: 202px;
					border-left: 1px solid #999966;
					border-right: 1px solid #999966;
					line-height: 1px;
					cursor: default;
				}
				
				#navigation li ul li.nav-footer { /* second-level list footer */
					
					width: 202px;
					border-left: 1px solid #999966;
					border-right: 1px solid #999966;
					border-bottom: 1px solid #999966;
					line-height: 1px;
					background-color: #FFFFFF;
					background-image: url("/img/nav/div_dotted.gif");
					background-repeat: repeat-x;
					background-position: 0px 0px;
					cursor: default;
				}
			
			
			#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: #3b415f;
				
			}
			
			#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: #FFFFFF;
			}
			
			#navigation li ul li:hover a {  /* lists nested under hovered list items - rollover text color */
				color: #6da81d;
			}

	/*	NAVIGATIONAL STYLES	*/
	.mainnav {
		vertical-align: middle;
		text-align: center;
		border-left: 1px solid #CCCC99;
		list-style: none;
		
	}

	.mainnav-left {
		vertical-align: middle;
		text-align: center;
		list-style: none;

	}



/* SECONDARY NAVIGATION MENU */
#nav {
	margin-top: 25px;
	border-top: 1px solid #999;
}

#sec-navigation { 
	width: 200px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	float: left;
	background-color: #FFFFFF;
	background-image: url("/img/nav/gradient_hp_left.gif");
	background-repeat: repeat-x;
	
}
	#sec-navigation div {
	border-bottom: 1px solid #999;
	
	}
	
	#sec-navigation a { /* all list elements */
		color: #3B415F;
		font-family: 'Arial', verdana, sans-serif;
		font-size: 11px;
		text-transform: uppercase;
		display: block;
		padding: 5px 0 5px 15px;
	}

	#sec-navigation a:hover, #sec-navigation a.on  {  /* secondary level list elements rollover text color */
		color: #6DA81D;
	}

	.nav_quat {
		border-bottom: 0 !important;
		margin-left:30px;
		padding-bottom: 5px;
	}
	
	.nav_quat div {
		border-bottom: 0 !important;
		background-image: url('/img/bullet_tertnav.gif');
		background-repeat: no-repeat;
		background-position: 0px 7px;

	}
	.nav_quat div a {
		text-transform: none !important;
		padding: 2px 0 2px 0 !important;
		margin-left: 8px;
	}
	

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

		#builtat a {
			color: #006699;
			font-size: 10px;
			line-height: 1em;
			font-family: 'arial', verdana, 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;
}

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

#sitemap {
	padding: 0;
	margin: 0;
}

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

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

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

            #sitemap .col .category .heading a span {
            	color: #3B415F;
				font-size: 15px;
				text-decoration: none;
			}
			
			#sitemap .col .category .heading a:hover span {
            	color: #6DA81D;
				font-size: 15px;
				text-decoration: none;
			}

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

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

			#sitemap .col .category ul li a span {
            	color: #3B415F;
				font-size: 12px;
				text-decoration: none;
			}
			
			#sitemap .col .category ul li a:hover span {
            	color: #6DA81D;
				font-size: 12px;
				text-decoration: none;
			}

h2.pressheadline
{

}

h3.presssubline
{

}

A.rsslogo {
	margin-top: 10px;
	display: block;
	background-image: url('/img/feed-icon16x16.png');
	background-repeat: no-repeat;
	background-position: middle left;
	padding-left: 17px;
}


/* HP styles */

#homepage-content .block h1 {
    font-size: 20px;
    color: #3F6FA4;
    font-family: 'optima','Lucida Grande','arial', sans-serif;
    line-height:1.15em;
    padding-top: 0px;
    margin-top: 0px;
}

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