body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
}
#divWrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 16px;
}
#demoHeader {
	background-color: #F5F5F5;
	position: relative;
}
#divHeader {
	position: relative;
	max-width: 1100px;
    margin: 0 auto;

}
#topNav a {
	height: 20px;
	max-width: 90px;
	display: block;
	float: left;
	color: #000000;
	padding: 8px 20px 3px 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #DFDFDF;
	text-decoration: none;
}
#topNav a:hover {
	background-color: #F5F5F5;
	color: #E70404;
}
#topNav {
	clear: both;
	max-width: 1100px;
    margin: 20px auto;
}

#headerImg {
	clear: both;	
	height: 300px;
	background-image: url("images/708-main.jpg");
	background-size: cover;
	background-position: center; 
	display: flex;
	justify-content: flex-end;
  flex-direction: column;
}
#headerImg .page-header {
	color: white;
	font-size: 50px;
	font-weight: normal;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.4), 1px 1px 5px rgba(0,0,0,0.4), 1px 1px 9px rgba(0,0,0,0.4), 1px 1px 2px rgba(0,0,0,0.9);
	padding-bottom: 20px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#headerImg.home-page {
	height: 400px;
	background-image: url("images/708-main.jpg");
}
#headerImg.about-page {
	height: 300px;
	background-image: url("images/deck.jpg");
}
#headerImg.pricing-page {
	height: 300px;
	background-image: url("images/08-2568living-final.jpg");
}
#headerImg.services-page {
	height: 300px;
	background-image: url("images/715-main.jpg");
}

#headerImg.examples-page {
	height: 300px;
	background-image: url("images/717-masterbed.jpg");
}
#headerImg.contact-page {
	height: 300px;
	background-image: url("images/708-main.jpg");
}

#contentWrapper {
	background-color: #F5F5F5;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#divFooter {
	text-align: center;
	margin-top: 20px;
}
#divContent {
    max-width: 1100px;
    margin: 0 auto;
	padding: 10px;
}
a:link, a:visited, a:active {
	color: #E70404;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.red {
	color: #E70404;
}
.ltRed {
	color: #FCD6D6;
}
.ltGray {
	color: #E6E6E6;
}
#divHeader h1, #demoHeader h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #3A3A3A;
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 40px;
	display: inline;
}
.big {
	font-size: 68px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1em;
}
.gray {
	color: #3A3A3A;
}
#divFooter {
	font-size: 9px;
	clear: both;
	max-width: 1100px;
    margin: 0 auto;
	padding: 10px;
}
.services {
	padding: 10px;
	float: left;
	width: calc(100% - 300px);
}
.list {
	padding: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 250px;
}

#divContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E70404;
	font-weight: normal;
	text-transform: uppercase;
	word-spacing: -5px
}
#divContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E70404;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: -5px
}
.small {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#tundra {
	position:absolute;
	right: 10px;
	top:-4px;
	max-width:291px;
	height:32px;
	z-index:1;
	word-spacing: -5px
}
.bordered {
	/* border: 3px double #000000; */
}
.required {
	color: #E70404;
}
.submit {
	color: #E70404;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#tourTable {
	background-color: #F5F5F5;
	border: 2px solid #333333;
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#tourTable2 {
	background-color: #F5F5F5;
	border: 2px solid #333333;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#tourTable #tourData td, #tourTable2 #tourData td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 11px;
	white-space: nowrap;
}
#tourData {
	margin-right: auto;
	margin-left: auto;
	white-space: nowrap;
}


div#box{
}
.selectedTour {
	border: 2px solid #E70404;
}
.unSelectedTour {
	border: 2px solid #000000;
}

#tourTable h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E70404;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: -5px
}
#tourTable2 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E70404;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: -5px;
}
#tourTable td, #tourTable2 td {
	vertical-align: top;
}
#tourLeft {
	margin-right: 0px;
	padding-left: 8px;
}
#tourTable #tourLeft p {
	margin: 0px;
	padding: 0px;
}
#tourTable #tourLeft h4 {
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width:500px){
#tundra {
    position: static;
    max-width: 1000px;
    height: auto;
}
#alaskaVR {
    position: static;
    max-width: 1000px;
    height: auto;
}
}
