#nav {
	width: 900px;
	padding: 0px;
	background-color: #999999;
	height: 30px;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	float: left;
}
ul#mainNav {
	list-style: none;
	padding: 0px;
	float: left;
	margin: 0px;
}
#mainNav li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 7em;
}
#mainNav a {
	text-decoration: none;
	font-size: 0.7em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	padding-top: 3px;
}
#mainNav a:hover {
	background-color: #FFFFFF;
	color: #000000;
/* styles for the "you are here" buttons */
}
#current_expedition #mainNav a#currentLink,

#nav #mainNav a#currentLink {
	background-repeat: no-repeat;
	background-position: right top;
	color: #000000;
	background-image: url(../images/hover_shadow.gif);
	background-color: #FFFFFF;
}
#container #mainContent #content #googleMap {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#container #mainContent #content iframe {
	border: 2px solid #999999;
}
.img_right {
	border: 2px solid #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	float: right;
	width: 300px;
	height: 231px;
}
.img2_right {
	border: 2px solid #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	float: right;
	width: 300px;
	height: 414px;
}
.img_large {
	padding: 0px;
	border: 2px solid #666666;
	height: 260px;
	width: 740px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	clear: both;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.blue {
	font-weight: bold;
	color: #0000FF;
	text-transform: uppercase;
}
.red {
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}
