/*\*//*/
  @import "../css/ie5mac.css";
/**/
* {
	margin: 0;
	padding: 0;
	}
body {
	/* Deleted by JG padding-top: 36px;*/
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	}
* html body {
	text-align: center;
	}
* html body ul, * html body div {
	text-align: left;
	}
ul#nav, div#content, div#tourcontent, div#header, ul#footer, ul#footer2, div#contentwide {
	width: 750px;
	margin: 0 auto;
	}
div#main {
	background-color: #99CCFF;
	padding: 0 10px;
	}
a:link {
	color: #336699;
	}
a:visited {
	color: #6699CC;
	}
a:hover {
	color: #003366;
	}
a:active {
	color: #003366;
	}
div#header a:link, ul#footer a:link {
	color: #6699CC;
	}
ul#subnav a:link, a:visited, a:hover, a:active {
	color: #336699;
	}
div#header a:visited, ul#footer a:visited {
	color: #336699;
	}
div#header a:hover, ul#footer a:hover {
	color: #003366;
	}
div#header a:active, ul#footer a:active {
	color: #003366;
	}
a img {
	border: 0;
	}
/*****
 Top Header
 *****/
div#header {
	background-color: #FEE275;
	position: relative;
	font-size: 75%;
	font-weight: bold;
	height: 25px;
	}
form#searchform {
	margin: 0;
	padding: 2px 20px;
	text-align: right;
	}
form#searchform input, form#searchform label {
	vertical-align: middle;
	}
form#searchform label {
	color: #EFB300;
	}
div#header ul {
	padding-top: .75em;
	float: left;
	padding-left: 10px;
	}
div#header li {
	list-style: none;
	display: inline;
	padding: 1px 10px;
	position: relative;
	z-index: 30;
	text-transform: uppercase;
	}
div#header a {
	text-decoration: none;
	}
div#header li#skip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}
div#header li#skip a {
	color: #FEE275;
	}
li#umhshome {
	border-right: 2px solid #f2be1c;
	}
/*****
 Content Area
 *****/
div#content {
	background-color: #ffffd9;
	position: relative;
	line-height: 125%;
	}
p#med {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #feeb9f;
	}
div#content img.spot {
	border: 2px solid #ffffd9;
	position: absolute;
	}
fieldset {
    width:400px;
    border:1px solid #FEE275;
    margin-top: 1.5em;
    }
legend {
	font-size: 100%;
	color: #003366;
	font-weight: bold;
	}
/*****
 Feature Area
 *****/
div#feature {
	width: 150px;
	background-color: #CCCCFF;
	position: absolute;
	top: 110px;
	left: 600px;
	z-index: 4;
	padding: 10px 0 20px 0;
	}
div#feature ul {
	list-style: none;
	position:relative;
	left: -10px;
	}
div#feature li {
	list-style: none;
	font-size: 7pt;
	font-weight: normal;
	color: #6666CC;
	line-height: 150%;
	padding: 0 10px;
	}
div#feature li.title {
	font-weight: bold;
	padding: 10px 0 0 10px;
	}
div#feature li.photo {
	list-style: none;
	padding: 15px 0 0 0;
	}
* html div#feature li {
	font-size: 7pt;
	}
div#feature a {
	text-decoration: none;
	padding: 0 0 10px 0;
	}

/*****
 Feature Area test green
 *****/
div#featuregreen {
	width: 150px;
	background-color: #BBBB44;
	position: absolute;
	top: 110px;
	left: 600px;
	z-index: 4;
	padding: 10px 0 20px 0;
	}
div#featuregreen ul {
	list-style: none;
	}
div#featuregreen li {
	list-style: none;
	font-size: 7pt;
	font-weight: normal;
	color: #666633;
	line-height: 150%;
	padding: 0 10px;
	}
div#featuregreen li.title {
	font-weight: bold;
	padding: 10px 0 0 10px;
	}
div#featuregreen li.photo {
	list-style: none;
	padding: 15px 0 0 0;
	}
* html div#featuregreen li {
	font-size: 80%;
	}
div#featuregreen a {
	text-decoration: none;
	padding: 0 0 10px 0;
	}

/*****
 Forms 
 *****/
form#searchnav {
	margin: 0;
	text-align: left;
	}
form#searchnav input {
	vertical-align: middle;
	}
form#commonform {
	margin: 0;
	text-align: left;
	}
form#commonform input, form#commonform label {
	vertical-align: middle;
	}
form#commonform required {
	color: #EFB300;
	}
/*****
 Text
 *****/
p {
	margin-bottom: 1em;
	}
h2 {
	color: #efb300;
	font-size: 130%;
	padding-top: 20px;
	margin-bottom: 20px;
	}
h3 {
	font-size: 100%;
	color: #003366;
	margin-bottom: .5em;
	margin-top: 1.5em;
	}
br.clear {
	clear: both;
	}
	
div#content img.pdright {padding-right:10px;} 
div#content img.pdleft {padding-left:10px;} 
.caption {font-size: 80%; color: #6699CC;}