﻿html {
	height: 100%;
}
body {
	height: 100%;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: black;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
header, nav, section, article, aside, figure, figcaption, footer {
	display: block;
}
header {
	width: 100%;
	color: white;
	background-color: forestgreen;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
footer {
	background-color: whitesmoke;
}
h1 {
	color: forestgreen;
	background-color: white;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	line-height: normal;
}
h2 {
	color: forestgreen;
	background-color: white;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	line-height: normal;
}
h3 {
	color: green;
	background-color: white;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	line-height: normal;
}
h4 {
	color: purple;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	line-height: normal;
}
h5 {
	color: red;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	line-height: 75%;
	margin: 0;
}
h6 {
	color: brown;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 75%;
	margin: 0;
}
p {
	font-weight: normal;
	font-style: normal;
	line-height: 150%;
}
table {
	width: 100%;
	font-size: 100%;
	font-weight: normal;
}
td {
	font-size: 100%;
	font-weight: normal;
}
img {
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
}
button {
}
a:link {
	color: dodgerblue;
	text-decoration: none;
}
a:visited {
	color: dodgerblue;
	text-decoration: none;
}
a:active {
	color: dodgerblue;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.container-page {
	margin: auto;
	width: 100%;
}
.container-main {
	margin: auto;
	max-width: 800px;
}
.panorama {
  display:block;
}
.kitchen {
  display:block;
}
.bath {
  display:block;
}
.street {
  display:block;
}
.extfront {
  display:block;
}
.extrear {
  display:block;
}
.floorplan {
  display:block;
}
#hdr {
	text-align: center;
}
#page {
	top: 0;
}
#ftr {
	color: black;
	background-color: whitesmoke;
	text-align: center;
	padding: 0px;
}
.ftrLnk {
	color: dodgerblue;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
a:link.ftrLnk {
	color: dodgerblue;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
a:visited.ftrLnk {
	color: dodgerblue;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
a:active.ftrLnk {
	color: dodgerblue;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
a:hover.ftrLnk {
	color: red;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
}
.info {
	color:black;
	background-color: whitesmoke;
	font-size: 80%;
	font-weight: normal;
	padding: 0.5em;
}
.mnu {
	display: block;
	color: dodgerblue;
	background-color: white;
	border: thin darkgrey solid;
  text-align: center;
  padding: 0.5em;
}
.copyrt {
	color: black;
	font-size: 75%;
	font-weight: normal;
}
#copyright {
	display: block;
}
.hdgHome {
	color: white;
	background-color: forestgreen;
	border: 1px solid lightgreen;
	border-radius: 5px;
}
.hdgAerial{
	color: white;
	background-color: green;
	border: 1px solid lightgreen;
	border-radius: 5px;
}
.hdgAbout{
	color: white;
	background-color: forestgreen;
	border: 1px solid lightgreen;
	text-align:center;
	border-radius: 5px;
}
.hdgFloorplan {
	color: white;
	background-color: dodgerblue;
	border: 1px solid gold;
	border-radius: 5px;
}
.hdgVideo{
	color: white;
	background-color: darkviolet;
	border: 1px solid violet;
	border-radius: 5px;
}
.clrHome {
	color: forestgreen;
	text-align: left;
}
.clrAerial{
	color: green;
	text-align: left;
}
.clrAbout{
	color: forestgreen;
	text-align: left;
}
.clrFloorplan {
	color: dodgerblue;
	text-align: left;
}
.clrVideo{
	color: darkviolet;
	text-align: left;
}
.KitchenVideo{
	color: red;
	background-color:whitesmoke;
	border: 1px solid red;
	border-radius: 5px;
	text-align: left;
	padding: 0em;
}
