body {
  text-align: center;
  font-family: "Myriad Pro", Tahoma, Arial, Sans-serif;
  font-size: 12px;
  line-height: 18px;
  background: url('../images/bg.jpg') repeat-y;
}

h5 {
  font-size: 12px;
}

label, form {
  font-size: 14px;
}

p {  
  margin-bottom: 25px;  
}

#bg {
  width: 100%;
  display: table;
}

.container {
  margin: 0 auto;
  width: 960px;
  min-width: 960px;
  text-align: left;
  position: relative;
}

#header-section {
  position: relative;  
  background: transparent url('../images/header-bg.png') repeat-x;
  height: 167px;
  margin-top: 10px;
}

#header-logo {
  float: left;
}

#marquee-section {
  margin-top: -150px;
  height: 320px;
  width: 100%;
  background: transparent url('../images/marquee-1.jpg') no-repeat scroll center bottom; 
  border-bottom: 5px solid #FFFFFF;
  z-index: -1;
}

#menu-section {
  margin-top: -33px;
  background: transparent url('../images/road-sign.png') no-repeat scroll center bottom;  
  height: 58px;
}

#main-navigation {
  padding-top: 18px;
}

#main-navigation li {
  display: inline;
  list-style-type: none;  
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial;
  font-size: 21px;
  background: transparent url('../images/li-divider.png') no-repeat right center;    
  text-transform: uppercase;
}

#main-navigation li:last-child {
  background: none !important;
}

#main-navigation li a {
  color: #FFFFFF;        
  text-decoration: none;
}      

#main-navigation .no-border {
  border: none;
  background: none;
}

#submenu-section {
  background: transparent url('../images/road-sign-lower.png') no-repeat scroll center bottom;  
  height: 58px;
}

#sub-navigation {
  padding-top: 18px;
}

#sub-navigation li ul.children {
  display: inline;
  list-style-type: none;  
}

#sub-navigation li {
  display: inline;
  list-style-type: none;  
  font-family: Tahoma;
  font-size: 12px;
  text-transform: uppercase;
}

#sub-navigation li a {
  background: transparent url('../images/li-divider.png') no-repeat right center;    
  padding-left: 5px;
  padding-right: 10px;
}

#sub-navigation li a {
  color: #FFFFFF;        
  text-decoration: none;
}      


#content-section {
  margin-top: 10px;
  background: transparent url('../images/content-bg.jpg') repeat-y right top; 
  width: 1000px;
}

.column {
  float: left;
  margin-top: 12px;
  padding: 10px;
}

#left-column {
  width: 580px;
  font-size: 18px;
  line-height: 24px;
  color: #7f2e19;  
  padding-left: 25px;
}

#left-column img {
  margin-right: 15px;  
}


#right-column {
  width: 350px;
  min-height: 1000px;  
  /* background: transparent url('../images/right-column-bg.jpg') repeat-y right; */
  position: relative;
}

#testimonial-header {
  position: relative;
  top: 0px;
  left: 158px;
}

#testimonials {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 0px 0px 50px 50px;
  width: 250px;
}

#photos-header {
  position: relative;
  margin-top: -40px;
  left: -17px;  
}

#trip-photos {
  width: 270px;
  margin-left: 40px;
}

.sidebar-gallery {
  float: left;
  height: 70px;
  width: 70px;
  margin: 10px 5px 5px 10px;  
  border: 2px solid #BBBBBB;
  overflow: hidden;
}

.clearfix {
  clear: both;
}


