

/* PEALS */

#contentcol {
  display:table-cell;
  width: 750px;
  max-width: 90%;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  top:0px;
  padding: 15px;
  color:#FFEFD4;
	font-family:'Courier','Courier New',Raleway,Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size:17px;
	line-height:23px;
	letter-spacing:.01em;
}

#contentcol h1 {
	font-family:'Courier','Courier New',Raleway,Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size:35px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#FFEFD4;
}

#contentcol h2 {
	font-family:'Courier','Courier New',Raleway,Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size:17px;
	margin-bottom: 5px;
	text-transform: uppercase;

}

#contentcol h3 {
	font-family:'Courier','Courier New',Raleway,Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size:17px;
	line-height:0px;
}

#contentcol p {
	font-style:inherit;
    margin-top: 5px;
    margin-bottom: 0px;
	color:#FFEFD4;
}

#contentcol p a,  #contentcol h2 a, #contentcol h3 a {
		color:#FFEFD4;
		text-decoration:none;
	}

#contentcol p a:hover, #contentcol h2 a:hover, #contentcol h3 a:hover, #contentcol h4 a:hover {
		background-color:#FFEFD4;
		color:#003465;
		border-top:.4em solid;
		border-bottom:.4em solid;
		border-color:#FFEFD4;
	}

.tour {
  max-width:95%;
  list-style:none;
	line-height:150%;
	font-family:'Courier','Courier New',Raleway,Helvetica,Arial,sans-serif;
	font-size:17px;
	letter-spacing:.01em;
  margin-left:-20px;
  margin-right: 20px;
  width: auto;
}

.tour li {
  margin: 25px 0;
  text-align:center;
  width: auto;
  color:#003465;
  border-bottom:2px solid;
  padding: .5em;
  border-color:#FFEFD4;
  background-color:#FFEFD4;

}


.tour ul a, .tour li a {
	color:#444;
}

.tour a:hover, .tour li a:hover, {
	color:#000!important;

}


.whitebar {
  width: auto;
  color:#003465;
  border:.4em solid;
  border-color:#FFEFD4;
  background-color:#FFEFD4;
  text-transform: uppercase;
  letter-spacing:.05em;

	}

.whitebar a {
  color:#003465!important;
	}
	
.whitebar a:hover {
  	width: auto;
		background-color:#FFF!important;
		color:#444!important;
		border-color:#FFF!important;
  }

		
img {
	max-width: 90%;
	height: auto;
	border-color:#FFEFD4;
}

a img:hover {
  opacity:.9;
  filter:alpha(opacity=0.9); /* For IE8 and earlier */
}


.shhh, .shhh h1, .shhh h2 {
  width:50%;
  height: 25px;
  top:-100px;
  font-size:1px;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	}

.video-container {
  position:relative;
  height:0;
	padding-bottom:56.25%;
	padding-top:0;
	overflow:hidden;
  text-align:center;
  width:100%;
  margin:0;   
  float: none;
  clear: both;
}

.video-container43 {
  float: none;
  clear: both;
  position:relative;
	padding-bottom:75%;
	padding-top:0px;
	height:0;
	overflow:hidden;
  text-align:center;
  max-width:90%;
  margin:auto;
}

.video-container iframe, .video-container object, .video-container embed, .video-container43 iframe, .video-container43 object, .video-container43 embed  {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.ss-q-short {
  min-width: 275px;
  width: 45%;
  display: block;
  height: 1.25em;
  border-radius: 0px;
  padding: 10px;
  margin: 15px;
  border: inset 1px solid transparent;
	font-family:Raleway,Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size:15px;
	}

input:focus {
  border: inset 1px solid #FFEFD4;
}

.submit {
  width: 150px;
  min-width: auto;
  height: auto;
  border-radius: 0;
  padding: 9px;
  font-family:'Courier','Courier New',Raleway,Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size:17px;
  text-transform: uppercase;
  background-color: #FFEFD4;
  border: 0;
  letter-spacing:.05em;

}

.submit:hover {
  background-color: #FFF;
  border: 0;
  letter-spacing:.05em;

}