@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	background-color: #339933;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
.buttontextwrap {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 120%;
}
#container {
	width: 800px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_strip_600.png);
	background-repeat: repeat-y;
	background-position: center;
}
/*menu*/
nav {
	width: 100%;
	height:auto;
	position: relative;
	float:left;
	border-top: #030 thin dotted;
	border-bottom: #030 thin dotted;	
} 
nav ul {
	position: relative;
	text-align:center;
	padding-left:0px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
nav ul li {
	display:inline;
	list-style:none;
	position:relative;	
}
nav ul li a {
	font-size: 18px;
	line-height: 120%;
	padding: 5px;
	text-decoration:none;
}
nav ul li a:hover {
	background-color: #030;	
}
#indexcontainer {
	width: 600px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
#subcontainer {
	width:75%;
	position:relative;
	float:left;	
}
#sidebar {
	float: left;
	width: 22%;
	padding-left:3%;
	position: relative;
}
#container #sidebar p {
	font-size:12px;	
	line-height:100%;
}

#container_maps {
	width: 100%;
	position:relative;
	float:left;
}
#container_audio {
	width: 100%;
	position:relative;
	float:left;
}
#sedimentlogo {
	float: left;
	width: 100%;
	position: relative;
}
#vpag {
	width: 800px;
	top: 300px;
	position: absolute;
}
#vpagButtons {
	width: 200px;
	float: left;
}
.buttons {
	width: 200px;
	float: left;
	position:relative;
	height: 222px;
}
#art {
	width: 800px;
	position: absolute;
	top: 500px;
}
#history {
	width: 800px;
	position: absolute;
	top: 700px;
}
.maptext {
	width: 400px;
	float: left;
	position: relative;
	height: 200px;
	padding-top: 22px;
}
#vpagText {
	width: 550px;
	position: absolute;
	left: 250px;
	top: 50px;
}
#artText {
	width: 550px;
	position: absolute;
	left: 250px;
	top: 50px;
}
.mainText {
	width: 96%;
	float: left;
	position: relative;
	padding: 0 2% 0 2%;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
	width: 100%;
	position: relative;
}
#header {
	float: left;
	width: 100%;
	position: relative;
	height: 100px;
	background-image:url(../images/sediment_sub.jpg);
	background-repeat: no-repeat;
}
#container #header ul {
	position: absolute;
	right: 0px;
	bottom: 0px;
	list-style:none;
	height:1em;
}
#container #header ul li{
	color:#FF0;	
	font-size:14px;
	float: right;
	padding-right:20px;
}

.headtext {
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	color: #FFF;
}
.centreobject {
	text-align: center;
}
a {
	text-decoration: none;	
}
a:link, a:visited {
	color:#FC9;	
}
a:hover, a:visited:hover, a:active {
	color: #393;
	background-color:#FC9;	
}
.flashmaps {
	float: left;
	width: 100%;
	position: relative;
}
.mapbg {
	background-image: url(../images/vicparkmapbg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	height: 506px;
	width: 100%;
}
#hometext {
	width: 80%;
	position: absolute;
	margin-right: 10%;
	margin-left: 10%;
	top: 0px;
	margin-top: 35px;
}
#hometext p {
	color: #FFF;
	line-height: 140%;
	font-size: 13px;
}
.whitetext {
	color: #FFF;
}
.boldtext {
	font-weight: bold;
}
