/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 14px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	line-height:20px;
}

a
{
	border-bottom: 1px dotted;
	color: #0096CE;/*00a1db 0060a9*/
	text-decoration: none;
}
a:hover
{
	border-bottom:1px dotted;
	color:#419802;
	text-decoration:none;
}
a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 16px;
	line-height:24px;
}

h5
{
	font-size: 16px;
	line-height:24px;
}

h6
{
	font-size: 13px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
	line-height:14px;
}

hr
{margin-bottom: 10px; margin-top: 10px;
}

h1,
h2
{margin-bottom: 18px;
}

p,
dl,
h3,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 12px;
}
h4
{
	margin-top: 19px;
	margin-bottom: 3px;
}
h5
{
	margin-top: 10px;
	margin-bottom: 3px;
}
h6
{
	margin-top: 5px;
	margin-bottom: 1px;
}

.grid_8 h2{
	color:#00a1db;
	}
.grid_8 h3{
	color:#00a1db;
	}
.grid_4 h2{
	color:#419802;
	}
.grid_4 h3{
	color:#419802;
	}
	
/* =Top Nav
--------------------------------------------------------------------------------*/
#top_nav{
	float:left;
	display:inline-block;
	margin:0px 10px 0px 10px;
	width:940px;
	height:40px;
	clear:both;
}

#top_nav ul{
	list-style:none;
	margin-bottom:0px;
	
}
#top_nav ul li{
	color:white;
	float: left;
	font-size:20px;
	font-weight:normal;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:		relative;
	/*ie6 z-index fix*/
	z-index:101;
	display:inline-block;
}
#top_nav ul li ul{
	position: absolute;
	left: 149px;
	top: 0;
	display: none;

}
#top_nav ul li:hover{
background:url(../img/nav_over.png) repeat-x top left;
	
}
#top_nav ul li.active{
background:url(../img/nav_over.png) repeat-x top left;
	
}
#top_nav ul li:hover ul,
#top_nav ul li.sfHover ul {
	display:block;
	left:			0px;
	top:			40px; /* match top ul list item height */
	z-index:		100;
	
}
#top_nav ul li:hover li ul,
#top_nav ul li.sfHover li ul {
	color:white;
	top:			-999em;
}

#top_nav ul li a{
  color:black;
  display:block;
  font-family:Arial, sans-serif;
  font-size:18px;
  font-weight:bold;
  line-height:40px;
	padding:0px 15px 0px 15px;
  position:		relative;
  text-decoration: none;
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
  border-bottom:0px;
}
#top_nav ul li a:hover{
	color:black;
  display:block;
  font-family:Arial, sans-serif;
  font-size:18px;
  font-weight:bold;
  line-height:40px;
	padding:0px 15px 0px 15px;
  position:		relative;
  text-decoration: none;
  border-left:1px solid gray;
  border-right:1px solid gray;
  text-decoration:none;
   border-bottom:0px;
}
#top_nav ul li:hover a{

  border-left:1px solid gray;
  border-right:1px solid gray;

}
#top_nav ul li ul{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px;
	position:		absolute;
	display:none;
	width:			13em;
}
#top_nav ul li ul li{
	background:	#b7b6b6;
	color:black;	
	margin: 0px 0px 0px 0px;
	color:white;
	float: left;
	font-size:18px;
	font-weight:normal;
	list-style:none;

	width:100%;
}

#top_nav ul li ul li:hover{
visibility:	inherit;
	
}

#top_nav ul li ul li a{
	color:black;
  display:block;
  font-family:Arial, sans-serif;
  font-size:18px;
  font-weight:bold;
  line-height:40px;
  border-top:1px dotted gray;

	background:none;
	padding:0px 13px 0px 13px;
 
}
#top_nav ul li ul li a:hover{
	background:#000000;
  color:white;
  text-decoration:none;
}


.grid_8 li{margin-top:10px;
margin-bottom:10px;}

/* =alignment
--------------------------------------------------------------------------------*/
.alignleft,
img.alignleft {
	
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom: 12px;
}
/* =Custom CSS for NASA KY
--------------------------------------------------------------------------------*/
.note{font-size:12px; line-height:14px;}
.blue{color:#00a1db;}
.red{color:#9e0b0f;}
.green{color:#419802;}

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Containers
--------------------------------------------------------------------------------*/
body{background-color:#272e34;}
.container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
}
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.header{
	background:url(http://nasa.engr.uky.edu/wp-content/uploads/2021/09/header_bg-v3.png) no-repeat;
	display:inline;
	float:left;
	height:150px;
	margin:40px 0px 20px 0px;
	border:1px solid #d6d6d6;
	border-radius: 10px;
	width:960px;}
.content_header_2col{
	background:url(../img/content_header_2col.png) no-repeat;
	display:inline;
	float:left;
	font-size:0;
	height:9px;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:960px;}
.content_wrapper_2col{
	background:url(../img/content_wrapper_2col.png) repeat-y;
	display:inline;
	float:left;
	margin:0px 0px 0px 0px;
	padding:14px 0px 10px 5px;
	min-height:200px;
	position:relative;
	width:960px;}
.footer_wrapper_2col{
	background:url(../img/footer_wrapper_2col.png) no-repeat;
	display:inline;
	float:left;
	margin:0px 0px 0px 0px;
	padding-top:20px;
	min-height:200px;
	width:960px;}
.footer_wrapper_2col p{
	color:white;
	}
.footer_wrapper_2col a{
	border-bottom:0px;
	}
.logo a{
background:url(http://nasa.engr.uky.edu/wp-content/uploads/2021/09/header_bg-logo-v1.png
) no-repeat;
border-bottom:none;
display:block;
height:110px;
width:621px;
text-indent:-9999em;
float:left;}
/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_4_interior,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_8_interior,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16, 
.grid_650, 
.grid_280
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}









/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/

.container_12 .grid_1
{
	width: 60px;
}

.container_12 .grid_2
{
	width: 140px;
}
.container_12 .grid_280
{
	width: 262px;
}
.container_12 .grid_3
{
	width: 220px;
}
.container_12 .grid_4
{
	width: 300px;
}
.container_12 .grid_4_interior
{
	margin-bottom:50px;
	width: 290px;
}

.container_12 .grid_5
{
	width: 380px;
}
.container_12 .grid_6
{
	width: 460px;
}

.container_12 .grid_7
{
	width: 540px;
}

.container_12 .grid_8
{
	width: 620px;
}
.container_12 .grid_8_interior
{
	width: 600px;
}
.container_12 .grid_9
{
	width: 700px;
}
.container_12 .grid_10
{
	width: 780px;
}

.container_12 .grid_11
{
	width: 860px;
}

.container_12 .grid_12
{
	width: 940px;
}

/* =Grid >> Home Page 3 Columns
--------------------------------------------------------------------------------*/
.interior_2{
	
	}
.interior_2_top

.interior_2 .grid_650
{
	width: 650px;
}

.interior_2 .grid_260
{
	width: 260px;
}

/* =Grid >> Interior pages 2 column
--------------------------------------------------------------------------------*/

.interior_2 .grid_650
{
	width: 650px;
}

.interior_2 .grid_260
{
	width: 260px;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

.caption{border:1px solid #f2f2f2; padding:5px; background:white;}
.clear_both{clear:both;}
.news{background:url(../img/news.png) no-repeat top left;
padding-left:30px;}
.announcements{
	background:url(../img/announcements.png) no-repeat top left;
padding-left:30px;
	}
.bg_image{
	background:url(../img/bg_images/bg3.jpg) no-repeat;
	height:600px;
	width:1020px;
	
	
	 }