/* Top-level (default) styling for page */
body {
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: black;
  background-color: #FFFFFF;
  text-align: center;
}

/* No borders on images */
img {
  border: 0;
}

img.native{
  border: 1px solid #000;
}

.content_video_container{
  float: left;
}

.cname{
  display:block;
  font-weight: bold;
  font-size: 24px;
}

img.picSet, img.vidSet{
  border: 1px solid #000;
  margin: 5px;
}

.tourlink{
  font-weight: bold;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.tourlink h3{
  display: inline;
  font-size: 28px;
} 

img.promoPicSet{
  margin: 10px;
}

.title{
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-left: 10px;
  text-align: left;
}

div.templatePage{
  clear: both;
}

/* Links */
a { color: yellow; }

/* Clear floats */
div.clear {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Active content area */
div.content {
  background-color: #01A0C7;
  width: 835px;
  margin: 10px auto;
  padding: 0px;
  border: 1px solid #000000;
}

div.content div.header {
  background-image: url("NFS.jpg");
  background-repeat: no-repeat;
  height: 184px;
  width: 100%;
  padding-bottom: 15px;
  text-align: left;
}


div.hjoin {
  position: relative;
  left: 535px;
  top: 130px;
  width: 300px;
  height: 30px;
  text-align: center;
}

div.hjoin a {
  font-weight: normal;
  font-size: 24px;
}

div.description {
  color: black;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding: 10px;
}

div.headline {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

div.content div.footer {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

div.chfac {
  padding: 25px 0px 15px 0px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
}

div.chfac a {
  font-size: 40px;
}

/***********************/
/* Header Block Stuff  */
/***********************/

div.fhg_headerPicSet {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

div.fhg_headerPicSet img {
  margin: 0px;
  border: 0;
}

/***************************/
/* Signup block (single)   */
/***************************/

div.fhg_signup_single {
  padding: 30px 10px 0px 10px;
  font-weight: normal;
  font-size: 34px;
  text-align: center;
}

/*******************************/

/* Footer Block Stuff          */
/*******************************/

div.fhg_footerPicSet {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/*******************************/
/* 2257 link at bottom of page */
/*******************************/

div.link2257 {
  width: 835px;
  padding: 10px 0px 10px 0px;
  height: 30px;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0px auto;
}

div.link2257 a {
  font-size: 12px;
  font-weight: bold;
  color: black;
  text-decoration: underline
}

