@charset "UTF-8";
/* Hike Maui */
/* colors:
	green:  #999966
	teal:  #225350
	beige: #e2dcbf
	light beige:  #eeecdf
	rust:  #7f4630*/
	



body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-index.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

h1 {
	font-size: 1.4em;
}

p {
margin: 0px;
font-size: .8em;
}

img {
border: none;
}

a{
	text-decoration: none;
}


ul {
margin: 0px;
padding: 0px;
}

li {
margin: 0px;
padding: 0px;
}

.clear {
	clear:both;
}

/*End of Basic HTML styles*/

#page{
	margin: 0px auto;
	width: 802px;
	
}

#header{
	float: left;
	width: 802px;
	height: 201px;
	background: url(images/header-index.jpg) no-repeat;
}

#content {
	float: left;
	width: 802px;
	background-color: #e2dcbf;
}

#left-content {
	float: left;
	margin: 0;
	height:75px;
	width: 532px;
}
#left-img {
	float:left;
	width:26px;
	height: 391px;
	background: #e2dcbf url(images/index-page-left.jpg) no-repeat;
}

#logo-index {
	float:left;
	width:506;
	height: 75px;
}
	
#story-index {
	float: left;
	background-color:#eeecdf;
	height: 316px;
	width: 490px;
	margin-right: 16px;
	
}

#story-index-headline {
	width: 370px;
	float:left;
}

#story-index-emblem {
	width: 115px;
	height: 117px;
	float: right;
	
}

#story-index h1{
	padding: 10px 0 0 10px;
	color: #225350;
	font-weight: bold;
	font-size: .9em;
}

#story-index p{
	padding-left: 10px;
	padding-top: 5px;
	color: #222222;
	font-size: .8em;
}
#index-para a:link{
	color: #225350;
	text-decoration: none;
}

#index-para a:visited {
	text-decoration: none;
	color: #225350;
}

#index-para a:hover {
	text-decoration: none;
	color: #999966;
}

#index-para a:active {
	text-decoration: none;
}

#guides-index {
	float:left;
	width: 532px;
	height: 139px;
	background: #999966 url(images/index-guides.jpg) no-repeat;
}
	
#right-content {
	float: right;
	height: 530px;
	width: 270px;
}

#slideshow {
    position:relative;
    height:530px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 530px;
    background-color: #e2dcbf;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 530px;
    display: block;
    border: 0;
}
	
#footer {
	float: left;
	width: 800px;
	height: 200px;
	color: #2D500F;
	font-size: .9em;
	line-height: 14px;
}

#footer-left {
	float: left;
	padding: 10px;
	width: 380px;
	text-align: left;
}

#footer-right {
	text-align: right;
	float: right;
	padding: 10px;
	width: 380px;
	
}

#footer-links {
	text-align: center;
}

#footer a:link {
	text-decoration: none;
	color: #2D500F;
}

#footer a:visited {
	text-decoration: none;
	color: #2D500F;
}

#footer a:hover {
	text-decoration: none;
	color: #999966;
}

#footer a:active {
	text-decoration: none;
	color: #2D500F;
}


/*Navigation*/
#navBg {
	float: left;
	width: 802px;
	height: 20px;
	background-color: #999966;
}

#nav {
  position: relative;
  margin: 0;
  padding: 0;
  
}
#nav li {
  float: left;
  overflow: hidden;
}
#nav li a {
	position: absolute;
	top: 0px;
	margin-left: 0;
	padding: 0;
	display: block;
	height: 20px;
	background: url(images/navigation1.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
li#nav_home a {
	left: 0;
	width: 111px;
	background-position: 0 0;
}
li#nav_hikes a {
	left: 111px;
	width: 84px;
	background-position: -111px 0;
}
li#nav_guides a {
	left: 195px;
	width: 84px;
	background-position: -195px 0;
}
li#nav_story a {
	left: 279px;
	width: 84px;
	background-position: -279px 0;
}
li#nav_press a {
	left: 363px;
	width: 84px;
	background-position: -363px 0;
}
li#nav_faq a {
	left: 447px;
	width: 84px;
	background-position: -447px 0;
}

li#nav_store a {
	left: 531px;
	width: 84px;
	background-position: -531px 0;
}

li#nav_map a {
	left: 615px;
	width: 84px;
	background-position: -615px 0;
}

li#nav_contact a {
	left: 699px;
	width: 101px;
	background-position: -699px 0;
}

li#nav_home a:hover {
	background-position: 0 -20px;
}
li#nav_hikes a:hover {
	
	background-position: -111px -20px;
}
li#nav_guides a:hover {
	
	background-position: -195px -20px;
}
li#nav_story a:hover {
	
	background-position: -279px -20px;
}
li#nav_press a:hover {
	
	background-position: -363px -20px;
}
li#nav_faq a:hover {
	
	background-position: -447px -20px;
}

li#nav_store a:hover {
	
	background-position: -531px -20px;
}

li#nav_map a:hover {
	
	background-position: -615px -20px;
}

li#nav_contact a:hover {
	
	background-position: -699px -20px;
}

#body_home li#nav_home a {
	background-position: 0 -20px;
}
#body_hikes li#nav_hikes a {
	
	background-position: -111px -20px;
}
#body_guides li#nav_guides a {
	
	background-position: -195px -20px;
}
#body_story li#nav_story a {
	
	background-position: -279px -20px;
}
#body_press li#nav_press a {
	
	background-position: -363px -20px;
}
#body_faq li#nav_faq a {
	
	background-position: -447px -20px;
}
#body_store li#nav_store a {
	
	background-position: -531px -20px;
}

#body_map li#nav_map a {
	
	background-position: -615px -20px;
}

#body_contact li#nav_contact a {
	
	background-position: -669px -20px;
}

