﻿div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td, button {
  margin:0;
  padding:0;
}


li {
  list-style:none;
}

body {
  font-family: "Lucida Grande", Lucida, sans-serif;
  font-size: 14px;
  line-height:18px;
}

.wrapper {
  width:100%;
  margin:0 auto;
/*   border:  thick fuchsia solid   */ 
}


/* Nav Bar */
.nav {			/*  Long bar that goes accross screen */
/* oRG   background: url(/images/bf_1px_header_unselected.png) repeat-x 0 0;  */
  background: url() repeat-x 0 0;
/*ORG  margin:0 0 20px;  */
/*  margin:0 0 5px; */
  width:1050px;

/*  border:thick red solid */
  
}

.nav li {
/* ORG   background: url(/images/bf_1px_header_unselected.png) repeat-x 0 0;  */  
/* Light green  */
/*  background: url(http://www.GoScottTravel.com/images/Header_Dark_Green.png) repeat-x 0 0;  */
   background-color: #330033;
  float:left;
}

.nav li a, .nav li span {
  color:#CC9900;
  text-decoration: none;
/*  text-transform: uppercase; */
  font-size: 18px;
  display: block;
/*  padding:0.18em 0.2em; */ 
  padding:0.48em 0.82em; 
}

.nav li span {
   background-color: #400040;
}

.nav li a:hover {
/*ORG   background: url(/images/bf_1px_header_hover.png) repeat-x 0 0;  */ 
   background-color: #400040;
}
.nav .nav-selected {
  background: url() repeat-x 0 0;
}
.nav li span {
  cursor: default;
}
