﻿body {
	background: #000 url(html-bg.jpg) top center no-repeat;
}

#map
{
	width: 424px;
	height: 545px;
	position: absolute;
	top: 100px;
	left: 20px;
}

#btn-statewide-trail-maps{
	width:137px;
	height:63px;
	position:absolute;
	top:71px;
	left:396px;	
}

#btn-travel-plan-maps{
	width:	109px;
	height:64px;
	position:absolute;
	top:70px;
	left:534px;
	z-index:100;
}

#mvum{
	width:277px;
	height:133px;
	position:absolute;	
	top:50px;
	left:655px;
	z-index:100;
}

#list
{
	width: 400px;
	position: relative;
	padding: 180px 0 50px 0;
	left: 530px;
}
#list ol
{
	list-style-type: decimal;
	margin: 0 0 0 20px;
}
#list li a
{
	display: block;
	padding: 2px;
	color: #FDDA00;
	text-decoration: none !important;
	background: url(/assets/images/bullet-ul-li-arrowonly-yellow.png) 0 5px no-repeat;
	padding-left: 15px;
}

#list li a:hover
{
	color: #FFF;
}

h1
{
	top: 0;
}
