/* Eric Meyer Reset */



/* Basic Elements */
ul li { list-style: none; }
a{ }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: none; }

/* Backgrounds */

body { font: 12px/1.5 arial, verdana, sans-serif; color: #777; }

/*
=================================== Horizontal Navigation ================================*/
#hnavl { position: relative; top: 0; left: 0; width: 354px; height: 35px; background: url('../graphics/Header/nav/leftNav.jpg') no-repeat; margin:0px; padding:0px; margin-left:30px;}
#hnavl li { position: relative; float:left; height: 35px; }
	#hnavl #whyAnchor { width: 149px;  }
	#hnavl #servicesAnchor { width: 103px; }
	#hnavl #tourAnchor{ width: 102px;  }
#hnavl li a { display: block; position: relative; top: 0; left: 0; width: 100%; height: 35px; text-indent: -9999em; }

#hnavr { position: relative; top: 0; left: 0; width: 292px; height: 35px; background: url('../graphics/Header/nav/rightNav.jpg') no-repeat; margin:0px; padding:0px; margin-left:30px;}
#hnavr li { position: relative; float:left; height: 35px; }
	#hnavr #faqAnchor { width: 73px;  }
	#hnavr #directionsAnchor { width: 118px;  }
	#hnavr #contactAnchor{ width: 101px;  }
#hnavr li a { display: block; position: relative; top: 0; left: 0; width: 100%; height: 35px; text-indent: -9999em; }


