html {
	height: 100%;
	max-height: 100%; 
}

body {
	height: -64px; 
	max-height: -64px; 
	background: -webkit-linear-gradient(top, rgba(194,15,21,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(194,15,21,1) 0%, rgba(0,0,0,1) 100%);
    background-attachment: fixed;
    
	padding: 0;
	margin: 0;
}

#umd-frame {
	width: 1024px;
	margin: 0 auto;
	margin-top: 4px;
	padding: 0; 
}

#umh-main {
	display: none;
}

#umd-frame-header {
	height: 70px;
}

#umd-frame-header #umd-logo img{
	max-width: 100%;
	max-height: 100%;
	padding-top: 10px;
}

#umd-frame-header #search-link {
  position: absolute;
  right: -59px;
}

#umd-frame-header #search {
	float: right;
	display: none;
	padding-top: 10px;
}

#umd-frame-header #search .text {
  background: transparent url(/styles/img/search-text.png) top left no-repeat;
  display: inline-block;
  vertical-align: top;
}

#umd-frame-header #search input[type=text] {
  margin: 0;
  padding: 0 10px;
  border: none;
  width: 166px;
  height: 27px;
  line-height: 27px;
  color: #494949;
  background-color: transparent
}

#umd-frame-header #search input[type=submit] {
  margin: 0;
  padding: 0;
  border: none;
  width: 74px;
  height: 27px;
  background: transparent url(/styles/img/search-submit.png) 0 0 no-repeat;
  text-indent: -9999px;
  outline: none;
}

#umd-frame-header #search input[type=submit]:hover { background-position: 0 -27px; }
#umd-frame-header #search input[type=submit]:active { background-position: 0 -54px; }

#umd-frame-header #search .site_search {
  margin-top: 5px;
  font-size: 11px;
  text-align: right;
  color: #fff;
}

#umd-frame-header #search { display: block; }
#umd-frame-header #search-link { display: none; }


#header {
	color:#FFFFFF;
	font-size:36px;
	line-height: 30px;
}

#footer {
	font-size: 12px;
	margin-top:2em;
	color: #FFFFFF;
}

#content {
	text-align:center;
	width: 1024px;
	height:680px;
	overflow:auto;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0 auto;
	margin-left: 0px;
	margin-right: 0px;
}

#content2 {
	background-color: #FFF;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	overflow:auto;
	font-family: Palatino;
	font-size: 11pt;
}

.isee {color:white}
.isee A:link {color:white}
.isee A:visited {color:white}

img {
	border-style: none;
}

@font-face {
  font-family: "space_age";
  src: url("/static/img/nasalization-rg.ttf"); /*https://dl.static.1001fonts.net/niceid/n/a/nasalization-free.zip*/
}

.menumiddle {
	width: 1024px;
	margin: -1px 0 -1px 0;
	padding-bottom: 8px;
	text-align:center;
	font-family: space_age, Monaco, serif;
	font-size: 36pt;
	background-color:#CCC;
	color:#AC0F11
}

/* menu code from http://www.webdesignerwall.com/demo/css3-dropdown-menu/css-gradient-dropdown.html */
.menu {
	margin: 0;
	width: 1012px;
	padding: 3px 6px 0;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

/* 	border: solid 1px #6d6d6d; */
}
.menu li {
	line-height: 24px;
	margin: 0 1.5%;
	padding: 0 0 2px;
	width: 162px;
	float: left;
	position: relative;
	list-style: none;
	text-align:center;
}
/* main level link */
.menu li a {
	font-weight: normal;
	font-size: 12pt;
	font-family: Helvetica;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
.menu .current a, .menu li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* clearfix */
.menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.menu {
	display: block;
}
html[xmlns] .menu {
	display: block;
}
* html .menu {
	height: 1%;
}
